geda-pcb/pcjc2/v2.git
2015-01-09 Peter CliftonAdd a demonstration model for rendering ACY series... pcb+gl_experimental_on_fixup_hidgl/add-a-demonstration-model-for
2015-01-09 Peter CliftonJust make a black background.pcb+gl_experimental_on_fixup_hidgl/just-make-a-black-background
2015-01-09 Peter CliftonRe-write ghid_set_layer() for some reason (can't recall... pcb+gl_experimental_on_fixup_hidgl/re-write-ghid_set_layer-for
2015-01-09 Peter CliftonWin32: Fix build for win32pcb+gl_experimental_on_fixup_hidgl/win32-fix-build-for-win32
2015-01-09 Peter Cliftonhidgl: Attempt at fixing ORTHO viewpcb+gl_experimental_on_fixup_hidgl/hidgl-attempt-at-fixing-ortho
2015-01-09 Peter CliftonPlay with perspectivepcb+gl_experimental_on_fixup_hidgl/play-with-perspective
2015-01-09 Peter CliftonDraw polygons in a more intelligent orderpcb+gl_experimental_on_fixup_hidgl/draw-polygons-in-a-more
2015-01-09 Peter CliftonTry a new, different sized VBO buffer for each upload.pcb+gl_experimental_on_fixup_hidgl/try-a-new-different-sized-vbo
2015-01-09 Peter CliftonCache polygon contour tri-strip tesselations (HACK... pcb+gl_experimental_on_fixup_hidgl/cache-polygon-contour-tri
2015-01-09 Peter CliftonAdd sweep.h to borast-bentley-ottman.cpcb+gl_experimental_on_fixup_hidgl/add-sweep-h-to-borast-bentley
2015-01-09 Peter CliftonPlay with GLSL shader for rendering line caps and circlespcb+gl_experimental_on_fixup_hidgl/play-with-glsl-shader-for
2015-01-09 Peter Cliftonhid/gtk (GL): I think the polygon renderer works in...
2015-01-09 Peter CliftonPut back layer opacity to its old behaviour
2015-01-09 Peter CliftonPCB+GL: Fix GL headers for Win32
2015-01-09 Peter Cliftonhid/common/hidgl: Debug out of context rendering
2015-01-09 Peter CliftonHack to avoid GL calls when we're out of context
2015-01-09 Peter CliftonAdd cache for board-outline
2015-01-09 Peter CliftonBoard outline polygon generation
2015-01-09 Peter CliftonAdd routines to render just a single contour
2015-01-09 Peter CliftonBORAST: Fixup to only draw the passed POLYAREA, not...
2015-01-09 Peter Cliftonborast: Win32: Comment #define in borast-compiler-private.h
2015-01-09 Peter CliftonFix borast not to build for non-GL enabled builds
2015-01-09 Peter CliftonFixup borast to build
2015-01-09 Peter CliftonBentley-Ottann test implementation
2015-01-09 Peter CliftonSilly space navigator interface to allow funky views
2015-01-09 Peter CliftonDraw pin / pad names first, so they don't get masked...
2015-01-09 Peter Cliftongtk/gl: Play with layer translucency
2015-01-09 Peter CliftonAdd support for drawing objects from the soldermask...
2015-01-09 Peter CliftonFixup code to determine whether we draw pins/vias on...
2015-01-09 Peter Cliftondraw_funcs.c: Don't draw pins/vias in layer for non...
2015-01-09 Peter CliftonFixup gtkhid-gl to build
2015-01-09 Peter CliftonMajor re-write to drawing routines
2015-01-09 Peter CliftonTMP FIXES
2015-01-09 Peter CliftonDRAW_FUNCS: Attempt at different render order for PCB+GL
2015-01-09 Peter CliftonFixup gtkhid-gl.c to accomodate depth being set per...
2015-01-09 Peter CliftonShiny 3D eye-candy
2015-01-09 Peter CliftonCrasy test
2015-01-09 Peter CliftonRemove unused parameter SetDefaultNames from CreateNewPCB
2015-01-09 Peter CliftonAlways set default layernames for silk and mask layers
2015-01-09 Peter CliftonFixup some bugs from the added soldermask layers
2015-01-09 Peter Cliftondraw.c: Opencode the mask layer object drawing functions
2015-01-09 Peter CliftonAdd support for a two soldermask layers, defining regio...
2015-01-09 Peter CliftonAvoid hard-coding the number of extra layers in use...
2015-01-09 Peter Cliftonfind.c: The User varaible needs to die...
2015-01-09 Peter CliftonAdd the drc flag as a parameter
2015-01-09 Peter CliftonAdd the bloat as a parameter
2015-01-09 Peter Cliftonfind.c: Refactor some common sequences into a helper...
2015-01-09 Peter Cliftonparse_y.y: Try to avoid two shift/reduce and reduce...
2015-01-09 Peter CliftonPlay with grid snapping heuristics a little
2015-01-09 Peter CliftonAdd hysteresis to grid-snapping
2015-01-09 Peter CliftonTemp play of splitting out hidgl API changes from big... fixup_hidgl/temp-play-of-splitting-out
2015-01-08 Peter CliftonUse calling wrappers rather than accessing HID_DRAW...
2015-01-08 Peter CliftonAdd calling wrappers for HID_DRAW virtual functions
2015-01-08 Peter CliftonAdd a pointer in hid_gc_struct to link a gc and the...
2015-01-08 Peter CliftonRename hidGC "me_pointer" to "hid"
2015-01-08 Peter CliftonExpose a base hidGC structure for HIDs to inherit from.
2015-01-08 Peter Cliftonhid/gtk: Improve accuracy of "Benchmark" action somewhat
2015-01-08 Marco CiampaSmall fix in text source.
2015-01-03 Peter CliftonUpdate "missing" (automake) script to a later version
2015-01-03 Peter CliftonPass an explicit graphics context to DrawAttached and...
2015-01-03 Peter Cliftonlesstif: Fix lesstif_use_mask and associated state...
2015-01-03 Peter Cliftonhid/hidint.h: Remove header guard check, it appears...
2015-01-03 Peter CliftonUpdate header guard macro check in hidint.h to match...
2015-01-03 Peter Cliftonlesstif: Silence two set but unused variable warnings
2015-01-03 Peter Cliftonlesstif: Silence set but unused variable warning
2015-01-03 Peter Cliftonlesstif: Silence set but unused variable warning
2015-01-03 Peter Cliftonlesstif: Silence set but unused variable warning
2015-01-03 Peter CliftonFix typo converting request_debug_draw to return a...
2015-01-02 Peter Cliftonhid.h: Update comment to reflect change in API
2015-01-01 Peter CliftonPass a HID_DRAW structure for debug drawing, not HID
2015-01-01 Peter Cliftonautoroute.c: Add missing include required for debug...
2015-01-01 Peter CliftonDon't use abuse mask drawing of pin/via drawing routine...
2014-12-09 Roland LutzDon't put generated i18n helper files under version...
2014-12-08 Roland LutzSkip prompt on `make distcheck'
2014-12-08 Roland LutzFix menus not being translated
2014-11-12 Eugene MikhantievPCB make distcheck
2014-11-12 Roland LutzList real source files, not generated C files, in po...
2014-10-29 Roland LutzAdd support for arbitrary-depth footprint libraries
2014-09-21 Roland LutzDon't recurse into relatively-specified library directories
2014-09-18 Roland LutzRemove 509-character limit on configuration values
2014-09-18 Roland LutzIf there is only one library root node, keep it expanded
2014-09-18 Roland LutzLoad footprints recursively from subdirectories
2014-09-18 Roland LutzAdd support for recursive directories to GTK library...
2014-09-18 Roland LutzStore full library path with menus
2014-09-18 Roland LutzRemove 511-character limit on configuration file lines
2014-09-10 Roland LutzRemove outdated copy of `mdate-sh'
2014-09-10 Roland LutzAdd `test-driver' to the list of ignored files
2014-07-10 Peter CliftonRemove unused #include "setjmp.h" from a few files
2014-07-05 Peter CliftonRemove function SearchScreenGridSlop() and use SearchOb...
2014-07-05 Peter Cliftonaction.c: Fix handling of the case where a segment...
2014-07-04 Peter Cliftonhid/gtk: Remove debugging printf accidentally committed
2014-07-04 Peter Clifton(no commit message)
2014-07-04 Peter Cliftonhid/*: layer_sort() Only copper layers participate...
2014-07-04 Peter CliftonRevert "Introduce dynamic board size."
2014-07-04 Peter Cliftonhid/gcode: Don't use PCB->Extent{Min,Max}{X,Y}.. they...
2014-07-04 Peter Cliftonhid/gtk: Don't use a static local variable for the...
2014-07-03 Peter Cliftonhid/gerber: Fix broken eagle-suffix filename assignemnt
2014-07-03 Peter Cliftonconstify name argument to ghid_notebook_page()
2014-07-03 Peter CliftonRemove function GetGroupOfLayer, use GetLayerGroupNumbe...
2014-07-03 Peter CliftonAvoid walking off the layer group string in ParseGroupS...
next