geda-pcb/pcjc2/v2.git
2017-03-02 Peter CliftonAdd HID_DRAW* parameter to (HID_DRAW *)->{flush,finish... hidcairo/add-hid_draw-parameter-to-1
2017-03-02 Peter CliftonAdd HID_DRAW* parameter to (HID_DRAW *)->make_gc()... hidcairo/add-hid_draw-parameter-to-0
2017-03-02 Peter CliftonAdd HID_DRAW* parameter to (HID_DRAW *)->{start,end... hidcairo/add-hid_draw-parameter-to
2017-03-02 Peter CliftonAdjust mask API to include a HID_DRAW pointerhidcairo/adjust-mask-api-to-include
2017-03-02 Peter CliftonSplit pin/via shape and hole drawing into different... hidcairo/split-pin-via-shape-and-hole
2017-03-02 Peter CliftonUpdate graphics API a littlehidcairo/update-graphics-api-a-little
2017-03-02 Peter Cliftonpolygon.c: Add option to include drills holes (from... pcb+gl_experimental-2pcb+gl_experimental-2/polygon-c-add-option-to
2017-03-02 Peter Cliftonhid/gtk (GL): Add hacky code to render outline of board... pcb+gl_experimental-2/hid-gtk-gl-add-hacky-code-to
2017-03-02 Peter Clifton32bit: Fix GL HID zoom out, due to over-shooting Coord... pcb+gl_experimental-2/32bit-fix-gl-hid-zoom-out-due
2017-03-02 Peter CliftonPlay with locked object renderingpcb+gl_experimental-2/play-with-locked-object
2017-03-02 Peter CliftonMore rubberbanding algorithm tweakspcb+gl_experimental-2/more-rubberbanding-algorithm
2017-03-02 Peter CliftonFirst attempts at improved rubberbanding logicpcb+gl_experimental-2/first-attempts-at-improved
2017-03-02 Peter CliftonIntroduce hacky code to switch cursor when over a line... pcb+gl_experimental-2/introduce-hacky-code-to-switch
2017-03-02 Peter CliftonTidy up rubberband.cpcb+gl_experimental-2/tidy-up-rubberband-c
2017-03-02 Peter CliftonFix to ParseGroupString()pcb+gl_experimental-2/fix-to-parsegroupstring
2017-03-01 Peter CliftonRevert "Just make a black background."pcb+gl_experimentalpcb+gl_experimental/revert-just-make-a-black-background
2017-03-01 Peter CliftonDisable texturing the board's soldermaskpcb+gl_experimental/disable-texturing-the-board-s-
2017-03-01 Peter CliftonAdd a load more hacky models for test renderingpcb+gl_experimental/add-a-load-more-hacky-models-f
2017-03-01 Peter CliftonAdd a demonstration model for rendering ACY series... pcb+gl_experimental/add-a-demonstration-model-for-
2017-03-01 Peter CliftonJust make a black background.pcb+gl_experimental/just-make-a-black-background
2017-03-01 Peter CliftonRe-write ghid_set_layer() for some reason (can't recall... pcb+gl_experimental/re-write-ghid_set_layer-for
2017-03-01 Peter CliftonWin32: Fix build for win32pcb+gl_experimental/win32-fix-build-for-win32
2017-03-01 Peter Cliftonhidgl: Attempt at fixing ORTHO viewpcb+gl_experimental/hidgl-attempt-at-fixing-ortho
2017-03-01 Peter CliftonPlay with perspectivepcb+gl_experimental/play-with-perspective
2017-03-01 Peter CliftonDraw polygons in a more intelligent orderpcb+gl_experimental/draw-polygons-in-a-more-intell
2017-03-01 Peter CliftonTry a new, different sized VBO buffer for each upload.pcb+gl_experimental/try-a-new-different-sized-vbo-
2017-03-01 Peter CliftonCache polygon contour tri-strip tesselations (HACK... pcb+gl_experimental/cache-polygon-contour-tri-stri
2017-03-01 Peter CliftonPlay with GLSL shader for rendering line caps and circlespcb+gl_experimental/play-with-glsl-shader-for-rend
2017-03-01 Peter Cliftonhid/gtk (GL): I think the polygon renderer works in... pcb+glpcb+gl/hid-gtk-gl-i-think-the-polygon
2017-03-01 Peter CliftonPut back layer opacity to its old behaviourpcb+gl/put-back-layer-opacity-to-its-
2017-03-01 Peter Cliftonhid/common/hidgl: Debug out of context renderingpcb+gl/hid-common-hidgl-debug-out-of-
2017-03-01 Peter CliftonHack to avoid GL calls when we're out of contextpcb+gl/hack-to-avoid-gl-calls-when-we
2017-03-01 Peter CliftonAdd cache for board-outlinepcb+gl/add-cache-for-board-outline
2017-03-01 Peter CliftonBoard outline polygon generationpcb+gl/board-outline-polygon-generati
2017-03-01 Peter CliftonAdd routines to render just a single contourpcb+gl/add-routines-to-render-just-a-
2017-03-01 Peter CliftonBORAST: Fixup to only draw the passed POLYAREA, not... pcb+gl/borast-fixup-to-only-draw-the
2017-03-01 Peter Cliftonborast: Win32: Comment #define in borast-compiler-private.hpcb+gl/win32-fix-for-define-in-borast
2017-03-01 Peter CliftonFix borast not to build for non-GL enabled buildspcb+gl/fix-borast-not-to-build-for
2017-03-01 Peter CliftonBentley-Ottann test implementationpcb+gl/bentley-ottann-test
2017-03-01 Peter CliftonAdd "proper" configure test for enabling SpaceNavigator... pcb+gl/add-proper-configure-test-for
2017-03-01 Peter CliftonSilly space navigator interface to allow funky viewspcb+gl/silly-space-navigator-interfac
2017-03-01 Peter CliftonAdd LIB_GTK_GL sources to EXTRA_PCB_sourcespcb+gl/add-lib_gtk_gl-sources-to
2017-03-01 Peter CliftonDraw pin / pad names first, so they don't get masked... pcb+gl/draw-pin-pad-names-first-so-th
2017-03-01 Peter Cliftongtk/gl: Play with layer translucencypcb+gl/gtk-gl-play-with-layer-translu
2017-03-01 Peter CliftonAdd support for drawing objects from the soldermask... pcb+gl/add-support-for-drawing
2017-03-01 Peter CliftonFixup code to determine whether we draw pins/vias on... pcb+gl/fixup-code-to-determine
2017-03-01 Peter Cliftondraw_funcs.c: Don't draw pins/vias in layer for non... pcb+gl/draw_funcs-c-don-t-draw-pins
2017-03-01 Peter CliftonFixup gtkhid-gl specific renderer to include BB viaspcb+gl/fixup-gtkhid-gl-specific
2017-03-01 Peter CliftonAdd HID_DRAW * parameters to various Draw*() function... pcb+gl/add-hid_draw-parameters-to
2017-03-01 Peter CliftonFixup gtkhid-gl to buildpcb+gl/fixup-gtkhid-gl-to-build
2017-03-01 Peter CliftonMajor re-write to drawing routinespcb+gl/major-re-write-to-drawing
2017-03-01 Peter CliftonTMP FIXESpcb+gl/tmp-fixes
2017-03-01 Peter CliftonDRAW_FUNCS: Attempt at different render order for PCB+GLpcb+gl/draw_funcs-attempt-at
2017-03-01 Peter CliftonFixup gtkhid-gl.c to accomodate depth being set per... pcb+gl/fixup-gtkhid-gl-c-to
2017-03-01 Peter CliftonShiny 3D eye-candypcb+gl/shiny-3d-eye-candy-0
2017-03-01 Peter CliftonRefactor BB Via rendering to gui specific via rendering... pcb+gl/refactor-bb-via-rendering-to
2017-03-01 Peter CliftonMore BB via fixespcb+gl/more-bb-via-fixes
2017-03-01 Peter CliftonFixup draw API changes for BB Viaspcb+gl/fixup-draw-api-changes-for-bb
2017-02-27 Peter CliftonAttempt to refactor various draw.c APIs into a new... pcb+gl/crasy-test
2017-02-27 Peter CliftonFix indentation in one place (avoids spurious gcc warning)for_masterfor_master/fix-indentation-in-a-few
2017-02-27 Peter CliftonTidy up range check in misc.cfor_master/tidy-up-range-check-in-misc-c
2017-02-27 Peter CliftonFixup some bugs from the added soldermask layersfor_master/fixup-some-bugs-from-the-added
2017-02-27 Peter Cliftondraw.c: Opencode the mask layer object drawing functionsfor_master/draw-c-opencode-the-mask-layer
2017-02-27 Peter CliftonAdd support for a two soldermask layers, defining regio... for_master/add-support-for-a-two
2017-02-27 Peter CliftonAvoid hard-coding the number of extra layers in use... for_master/avoid-hard-coding-the-number
2017-02-27 Peter CliftonFixup incorrect usage of MAX_ALL_LAYERS and SILK_LAYER... for_master/fixup-usage-of-max_all_layers
2017-02-27 Peter Cliftonfind.c: The User varaible needs to die...for_master/find-c-the-user-varaible-needs
2017-02-27 Peter CliftonAdd the drc flag as a parameterfor_master/add-the-drc-global-as-a-parame
2017-02-27 Peter CliftonAdd the bloat as a parameterfor_master/add-the-bloat-as-a-parameter
2017-02-27 Peter Cliftonfind.c: Refactor some common sequences into a helper... for_master/find-c-refactor-some-common-se
2017-02-27 Peter Cliftonparse_y.y: Try to avoid two shift/reduce and reduce... for_master/try-to-avoid-warnings-from
2017-02-27 Peter CliftonPlay with grid snapping heuristics a littlefor_master/play-with-grid-snapping
2017-02-27 Peter CliftonAdd hysteresis to grid-snappingfor_master/add-hysteresis-to-grid
2017-02-27 Peter CliftonRemove graphics pointer from HID structureapi_refactorapi_refactor/remove-graphics-pointer-from
2017-02-27 Peter CliftonPass a HID_DRAW * instance to hid_expose_callback(... api_refactor/pass-a-hid_draw_instance_to_hi
2017-02-27 Peter CliftonFixup draw.c not to special case based on HID name... api_refactor/fixup-draw-c-not-to-special
2017-02-27 Peter Cliftonhidgl: Provide more explicit management of rendering... api_refactor/hidgl-provide-more-explicit-ma
2017-02-27 Peter CliftonTEMP: Fixup fallout from nogui changeapi_refactor/temp-fixup-fallout-from-nogui
2017-02-26 Peter CliftonMove some fields from the HID* structure to HID_DRAW... api_refactor/move-some-fields-from-the-hid
2017-02-26 Peter Cliftonmain.c: Initialise crosshair unconditionallyapi_refactor/main-c-initialise-crosshair
2017-02-26 Peter CliftonMake HID_DRAW * an instance of the HID_DRAW class,... api_refactor/make-hid_draw-an-instance-of
2017-02-26 Peter CliftonUse calling wrappers rather than accessing HID_DRAW... api_refactor/use-calling-wrappers-rather
2017-02-26 Peter CliftonAdd calling wrappers for HID_DRAW virtual functionsapi_refactor/add-calling-wrappers-for
2017-02-26 Peter CliftonAdd a pointer in hid_gc_struct to link a gc and the... api_refactor/add-a-pointer-in-hid_gc_struct
2017-02-26 Peter CliftonRename hidGC "me_pointer" to "hid"api_refactor/rename-hidgc-me_pointer-to-hid
2017-02-26 Peter CliftonExpose a base hidGC structure for HIDs to inherit from.api_refactor/expose-a-base-hidgc-structure
2017-02-26 Peter CliftonAdd comment to VIA_IS_BURIEDbbvias_fixesbbvias_fixes/add-comment-to-via_is_burried
2017-02-26 Peter CliftonValidate and swap from/to layers in action, not CreateViaExbbvias_fixes/validate-and-swap-from-to
2017-02-26 Dan McMahillremove an extra empty attribute which is not needed...
2017-02-25 Dan McMahillfix problem in some possible invocations of the generic...
2017-02-25 Dan McMahilladd two missing files to the list of what to clean
2017-02-25 Dan McMahillMerge branch 'home/dan/old_gdlib'
2017-02-25 Dan McMahilladd some notes about m4 library development
2017-02-25 Dan McMahillAdd PKG_MTHOLE_GENERIC macro for fairly generic mountin...
2017-02-25 Dan McMahilladd DO-41 diode package, horizontally mounted
2017-02-25 Dan McMahillAdd some IPC radial capacitor footprints and use those...
2017-02-25 Dan McMahilladd PKG_RADIAL_MM100 macro for doing more general metri...
2017-02-25 Dan McMahillAllow _ in the TYPE lines. Verified with a complete...
2017-02-25 Dan McMahillfor the horizontally mounted axial macro add the missin...
2017-02-25 Dan McMahillremove spurious . at the start of the file
next