2012-12-30 |
Peter Clifton | Add a new flag, "connected" / CONNECTEDFLAG.
|
commit | commitdiff | tree |
2012-12-30 |
Peter Clifton | find.c: Avoid adding any rat-lines at all when AndRats...
|
commit | commitdiff | tree |
2012-12-30 |
Peter Clifton | find.c: Fix inverted logic in LookupConnection()
|
commit | commitdiff | tree |
2012-12-30 |
Peter Clifton | find.c: Use pointers to objects, not shallow copies...
|
commit | commitdiff | tree |
2012-12-27 |
Peter Clifton | find.c: Remove file-global "IsBad", use PlowsPolygons...
|
commit | commitdiff | tree |
2012-12-27 |
Peter Clifton | find.c: Avoid modifying bounds of the objects we are...
|
commit | commitdiff | tree |
2012-12-27 |
Peter Clifton | find.c: Avoid repeated lookup of layer pointer by number
|
commit | commitdiff | tree |
2012-12-24 |
Peter Clifton | find.c: Tidy up some macro definitions
|
commit | commitdiff | tree |
2012-12-24 |
Peter Clifton | find.c: Remove unused function pv_touch_callback()
|
commit | commitdiff | tree |
2012-12-24 |
Peter Clifton | action.c: Fix drawing lines on silkscreen with auto...
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | Rename ResetFound{LinesAndPolygons,PinsViasAndPads...
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | Add #define list of flags to unset when copying into...
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | hid/gtk/gui-drc-window.c: Refactor unset_found_flags...
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | const.h: Re-indent flags with spaces, rather than tabs
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | const.h: Fix flag documentation for the NOPASTE flag
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | find.c: Refactor some duplicated code for adding objects...
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | hid/gtk: (GL) Disable scissor test for pinout preview...
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | hid/gtk: Disable GL alpha-blending for the pinout preview
|
commit | commitdiff | tree |
2012-12-23 |
Peter Clifton | hid/gtk: (GL) Start with the stencil test disabled...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | hid/gtk: Use common GL setup and teardown code for...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | create.c: Remove Element parameter to CreateNewElement()
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | parse_y.y: Pass NULL explicitly to CreateNewElement...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | copy.c: Remove "Dest" variable to CopyElementLowLevel...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | AddElementToBuffer(): Let CopyElementLowLevel() create...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | hid/gtk: Make the pinout preview element use dynamicly...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | mymem.c: Allow elements to exist independently of a...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | draw.c: Always draw pin / hole names when in pinout...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | hid/common: Fix extents computation in nm units
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | copy.c: Add mask_flags parameter to CopyElementLowLevel()
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | select.c: Rename SelectConnection() to SelectByFlag...
|
commit | commitdiff | tree |
2012-12-22 |
Peter Clifton | select.c: Rename "Flag" to "select" for clarity.
|
commit | commitdiff | tree |
2012-12-19 |
Peter Clifton | find.c: Make some setup / teardown functions not used...
|
commit | commitdiff | tree |
2012-12-19 |
Peter Clifton | find.c: Remove unused APIs SaveFindFlag() and RestoreFindFlag()
|
commit | commitdiff | tree |
2012-12-19 |
Peter Clifton | Remove calls to SaveFindFlag()
|
commit | commitdiff | tree |
2012-12-18 |
Peter Clifton | find.c: Add flag parameter to RatFindHook() API.
|
commit | commitdiff | tree |
2012-12-16 |
Peter Clifton | hid/batch: Add missing #include "hid_draw.h"
|
commit | commitdiff | tree |
2012-12-16 |
Peter Clifton | hid/lesstif: Fix incorrect structure assignment due...
|
commit | commitdiff | tree |
2012-12-15 |
Peter Clifton | find.c: Make Is{Arc,Line,Pad,Polygon}InPolygon() functions...
|
commit | commitdiff | tree |
2012-12-15 |
Peter Clifton | Remove unused functions {LO,PV}TouchesLine() and their...
|
commit | commitdiff | tree |
2012-12-15 |
Peter Clifton | find.c: Remove unused function lineClear()
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | Add flag parameters to ResetFound{LinesAndPolygons...
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | autoroute.c: Remove setting the Find flag to DRCFLAG
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | find.c: Set TheFlag to FOUNDFLAG explicitly in LookupUnusedP...
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | (GTK, Lesstif): Netlist window - Set find flag to FOUNDFLAG...
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | select.c: Set an explicit flag to search using when...
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | toporouter.c: Remove un-necessary call to ResetConnections()
|
commit | commitdiff | tree |
2012-12-14 |
Peter Clifton | autoroute.c: Remove unnecessary call to ResetConnections()
|
commit | commitdiff | tree |
2012-12-13 |
Peter Clifton | hid/ps: Add support for rendering "fullpoly" polygons
|
commit | commitdiff | tree |
2012-12-13 |
Peter Clifton | hid/common/draw_helpers.c: Fix thindraw for "fullpoly...
|
commit | commitdiff | tree |
2012-12-13 |
Peter Clifton | hid/common/hidgl.c: Add support for rendering "fullpoly...
|
commit | commitdiff | tree |
2012-12-07 |
Kevin Redon | Don't merge lines with different clearances
|
commit | commitdiff | tree |
2012-12-02 |
Peter Clifton | hid/common/hidgl.c: Make (polygon->clipped == NULL...
|
commit | commitdiff | tree |
2012-12-02 |
Peter Clifton | Move polygon->Clipped test into the HID implementations...
|
commit | commitdiff | tree |
2012-12-02 |
Peter Clifton | hid/gtk: Call ghid_fill_pcb_polygon via (HID_DRAW ...
|
commit | commitdiff | tree |
2012-12-02 |
Peter Clifton | Add (HID_DRAW *)->draw_pcb_polygon() API
|
commit | commitdiff | tree |
2012-12-02 |
Peter Clifton | hid/common: Fix including draw_helpers.h from draw_helpers.c
|
commit | commitdiff | tree |
2012-11-24 |
Peter Clifton | draw.c: Collapse line and arc drawing wrapper functions...
|
commit | commitdiff | tree |
2012-11-24 |
Peter Clifton | Move DrawTextLowlevel() routine from draw.c into the...
|
commit | commitdiff | tree |
2012-11-24 |
Peter Clifton | Move _draw_arc() routine from draw.c into HID_DRAW API
|
commit | commitdiff | tree |
2012-11-24 |
Peter Clifton | Move _draw_line() routine from draw.c into HID_DRAW API
|
commit | commitdiff | tree |
2012-11-24 |
Peter Clifton | hidgl: Fixup signature gluTessCallback functions to...
|
commit | commitdiff | tree |
2012-11-22 |
Peter Clifton | draw.c: Refactor color setting code to be more compact
|
commit | commitdiff | tree |
2012-11-21 |
Peter Clifton | Move HID drawing API prototypes into a separate header...
|
commit | commitdiff | tree |
2012-11-21 |
Peter Clifton | Rename HID_DRAW_API to just HID_DRAW
|
commit | commitdiff | tree |
2012-11-20 |
Peter Clifton | Revert moving common_draw_helpers_init() call in lesstif...
|
commit | commitdiff | tree |
2012-11-20 |
Peter Clifton | HID: Merge {fill/thindraw}_pcb_* APIs into HID_DRAW_API...
|
commit | commitdiff | tree |
2012-11-20 |
Peter Clifton | autoroute.c: Destroy debug graphics context when we...
|
commit | commitdiff | tree |
2012-11-19 |
Peter Clifton | hid/lpr: Don't initiialise the graphics API vtable
|
commit | commitdiff | tree |
2012-11-19 |
Peter Clifton | hid/batch: Fix build after splitting out graphics APIs
|
commit | commitdiff | tree |
2012-11-19 |
Peter Clifton | draw.c: Add hidGC parameter to DrawTextLowLevel() function
|
commit | commitdiff | tree |
2012-11-19 |
Peter Clifton | draw.c: Add gc parameter to _draw_line() function
|
commit | commitdiff | tree |
2012-11-18 |
Peter Clifton | Make lesstif_hid struct static again
|
commit | commitdiff | tree |
2012-11-15 |
Peter Clifton | Stop "find connected" following rat-lines. Fixes confusing...
|
commit | commitdiff | tree |
2012-11-15 |
Peter Clifton | HID: Move non-PCB specific drawing calls into a separate API
|
commit | commitdiff | tree |
2012-11-14 |
Peter Clifton | hid/gcode: Make gcode_hid structure static
|
commit | commitdiff | tree |
2012-11-14 |
Peter Clifton | Convert mask type to enum
|
commit | commitdiff | tree |
2012-11-14 |
Peter Clifton | Remove unused references to SwitchDrawingWindow()
|
commit | commitdiff | tree |
2012-11-14 |
Peter Clifton | Remove unused prototypes SetZoom and RedrawZoom, along...
|
commit | commitdiff | tree |
2012-11-14 |
Peter Clifton | Remove unused zoom settings from the PCB and settings...
|
commit | commitdiff | tree |
2012-11-11 |
Peter Clifton | hid/common/hidgl: Add API to initialise a rendering...
|
commit | commitdiff | tree |
2012-11-11 |
Peter Clifton | Fix outline drawing to only apply on copper layers
|
commit | commitdiff | tree |
2012-11-11 |
Peter Clifton | hid/gtk: Fix stupid (missing semicolon) bug breaking...
|
commit | commitdiff | tree |
2012-11-10 |
Peter Clifton | hid/gtk: Avoid using g_object_{set,set}_data() where...
|
commit | commitdiff | tree |
2012-11-10 |
Peter Clifton | Use trackball to allow rotation of 3D view
|
commit | commitdiff | tree |
2012-11-10 |
Peter Clifton | hid/gtk: Make the trackball widget sexy
|
commit | commitdiff | tree |
2012-11-10 |
Peter Clifton | Add virtual trackball code
|
commit | commitdiff | tree |
2012-11-10 |
Peter Clifton | hid/gtk: Add feature to force an immediate redraw if...
|
commit | commitdiff | tree |
2012-01-22 |
Peter Clifton | Fiddle with the 45-degre line snapping code
|
commit | commitdiff | tree |
2012-01-22 |
Peter Clifton | hid/gtk: Remove XOR colour logic from the GL rederer.
|
commit | commitdiff | tree |
2012-01-22 |
Peter Clifton | hid/common/draw_helpers.c: Fix prototype to draw_octagon_poly()
|
commit | commitdiff | tree |
2012-01-12 |
Peter Clifton | move.c: Fix off-by one in memory copy loop.
|
commit | commitdiff | tree |
2012-01-12 |
Peter Clifton | Set changed flag on PCB when locking / unlocking objects
|
commit | commitdiff | tree |
2012-01-03 |
Peter Clifton | Update the crosshair constraints after mirroring or...
|
commit | commitdiff | tree |
2011-12-26 |
Peter Clifton | djopt.c: Fix incorrect allocation.
|
commit | commitdiff | tree |
2011-12-25 |
Peter Clifton | gts: Avoid performing computations with side-effects...
|
commit | commitdiff | tree |
2011-12-25 |
Peter Clifton | hid/gtk: Avoid warnings when netlist window is not...
|
commit | commitdiff | tree |
2011-12-24 |
Peter Clifton | hid/gtk: Add subtle gradient effect to layer selector...
|
commit | commitdiff | tree |