geda-pcb/pcjc2/v2.git
2011-09-15 Peter Cliftonundo.c: Add error message where RestoreUndoSerialNumber... for_master/undo-c-add-error-message-where
2011-09-15 Peter Cliftonundo.c: Handle undo failures in a more sane mannerfor_master/undo-c-handle-undo-failures-in
2011-09-15 Peter Cliftonundo.c: Allow undo of locked objectsfor_master/undo-c-allow-undo-of-locked-ob
2011-09-15 Peter Cliftonfind.c: Remove stray RestoreUndoSerialNumber() callsfor_master/find-c-remove-stray-restoreund
2011-09-15 Peter Cliftondraw.c: Expose some drawing APIs for the HIDs to use...
2011-09-14 Peter Cliftongtk: Fix ghid_zoom_view_fit() to work when the board...
2011-09-13 Peter CliftonFixup OpenGL includes for better compatibility with OSX
2011-09-13 Peter CliftonBetter autoconf tests for GL and GLU (from GtkGLExt...
2011-09-13 Peter CliftonRemove the m4 directory from the root .gitignore file...
2011-09-13 DJ Delorie[lesstif] set units for styles dialog in more places
2011-09-13 Peter Cliftonhid/gtk: Remove misplaced (and redundant) hidgl_flush_t...
2011-09-13 Peter Cliftonhid/gtk: Remove auto-pan feature (kill it with fire).
2011-09-12 DJ Delorie[windows] set GDK_PIXBUF_MODULE_FILE
2011-09-12 Bdale GarbeeInvoke eps2png in $(srcdir), no .
2011-09-12 Peter Cliftonhid/common: Remove #include "draw.h" from hidgl.c ...
2011-09-11 Dima KoganRe-ordered all references in the style selector dialog...
2011-09-11 Dima KoganSwap via-hole and -ring size connection in route style...
2011-09-11 Andrew Poelstra... Repopulate route style selector on PCBChanged action
2011-09-11 Andrew Poelstra... Add ghid_route_style_selector_empty to GHidRouteStyleSe...
2011-09-11 Andrew Poelstra... Add finalize function to GHidRouteStyleSelector
2011-09-09 Bert TimmermanRemove the src/hid/gtk/gui-dialog-size.c entry from...
2011-09-09 Peter Cliftonhid/gtk: Filter out double clicks on the layer selector...
2011-09-07 Peter Cliftonhid/gtk: Update file-changed notification bar to match...
2011-09-07 Peter Cliftonhid/gtk: Reimplement file-change monitor without GFileM...
2011-09-07 DJ DelorieWarn user if footprints can't be found on import
2011-09-06 DJ DelorieFix math error in IsPointOnLine()
2011-09-06 Peter CliftonImplement a new RevertPCB() call, sharing code with...
2011-09-06 Peter CliftonAdd a HID API call, notify_pcb_filename_change()
2011-09-06 Peter CliftonAdd a HID API call, notify_save_pcb() called around...
2011-09-06 Peter Cliftonfile.c: Don't set the PCB filename or changed flags...
2011-09-06 Peter CliftonRevert "hid/gtk: Avoid the deprecated gdk_drawable_get_...
2011-09-05 Peter Cliftonhid/gtk: Remove usage of deprecated gtk_range_set_updat...
2011-09-05 Peter Cliftonhid/gtk: Replace gtk_container_border_width with gtk_co...
2011-09-05 Peter Cliftonhid/gtk: Use g_signal_connect(), not gtk_signal_connect()
2011-09-05 Peter Cliftonhid/gtk: Re-write the tool-tip handling code to use...
2011-09-05 Peter Cliftonhid/gtk: Replace usage of the deprecated gtk_widget_set...
2011-09-05 Peter Cliftonhid/gtk: Replace deprecated function call gtk_box_pack_...
2011-09-05 Peter Cliftonhid/gtk: Avoid the deprecated gdk_drawable_get_display()
2011-09-05 Peter Cliftonhid/gtk: Use the g_timeout_add() function, not the...
2011-09-05 Peter Cliftonhid/gtk: Fix not accessing GtkMenuShell's children...
2011-09-05 Peter Cliftonhid/gtk: Replace GTK_WIDGET_REALIZED() test with a...
2011-09-05 Peter Cliftonhid/gtk: Use gtk_bin_get_child() accessor
2011-09-05 Peter Cliftonhid/gtk: Use gtk_notebook_get_n_pages() rather than...
2011-09-05 Peter Cliftonhid/gtk: Don't access a GtkMenuShell's children directly
2011-09-05 Peter Cliftonhid/gtk: Free list returned from gtk_container_get_chil...
2011-09-05 Peter Cliftonhid/gtk: Use accessors to get the vbox from GtkDialog
2011-09-05 Peter Cliftonhid/gtk: Use accessor functions for handling GtkAdjustments
2011-09-05 Peter Cliftonhid/gtk: Don't use GTK_WIDGET_SET_FLAGS()
2011-09-05 Peter Cliftonhid/gtk: Don't test for NOOP before calling gtk_widget_...
2011-09-05 Peter Cliftonhid/gtk: Remove unused function ghid_button_set_text()
2011-09-05 Peter Cliftonhid/gtk: Remove unused function ghid_button_active()
2011-09-05 Peter Cliftonhid/gtk: Use gtk_widget_get_style() accessor, rather...
2011-09-05 Peter Cliftonhid/gtk: Use gtk_widget_get_window() accessor
2011-09-05 Peter Cliftonhid/gtk: Use gtk_widget_get_allocation() accessor
2011-09-05 Peter Cliftonhid/gtk: Use gtk_widget_get_allocation() not gdk_window...
2011-09-05 Peter Cliftonhid/gtk: Avoid warning caused by early drawing before...
2011-09-05 Peter Cliftonhid/gtk: Clean and make gport_set_cursor_type() more...
2011-09-05 Peter Cliftonhid/gtk: Use gtk_cell_renderer_get_{align,pad} accessors
2011-09-05 Peter Cliftonhid/gtk: Avoid double-destroying the file-changed info_...
2011-09-05 Andrew Poelstragtk: use gtk_action_block_activate() in layer selector
2011-09-05 DJ DelorieFix text scaling exceeding Coord max.
2011-09-05 DJ DelorieAdd configure selection of 32/64 Coord type
2011-09-05 Andrew Poelstragtk: Fix "clicking on layer selector separator bug"
2011-09-05 Andrew Poelstragtk: fix behavior when hiding the last visible layer
2011-09-05 Andrew Poelstragtk: Force silk and rat layers visible when they are...
2011-09-05 Andrew PoelstraImplement RouteStylesChanged action
2011-09-05 Andrew PoelstraAdd Ctrl+F1,F2,F3,... accelerators to route style selector
2011-09-05 Andrew PoelstraRemove the last of ghidgui->toggle_holdoff
2011-09-05 Andrew PoelstraReplace old route style selector with GHidRouteStyleSel...
2011-09-05 Andrew PoelstraIntroduce functions for GHidRouteStyleSelector handling...
2011-09-05 Andrew PoelstraIntroduce GHidRouteStyleSelector widget, don't use...
2011-09-04 Peter Cliftonhid/gtk: Add file change notification for the currently...
2011-09-04 Peter CliftonRequire GTK 2.18 or later for the GTK HID.
2011-09-04 Peter Cliftonhid/gtk: Fix styling of menubar area so it is consisten...
2011-09-04 Peter Cliftonhid/gtk: Create a GtkToolbar of mode buttons for compac...
2011-09-03 Andrew Poelstragtk: Prelight toggle swatches in layer selector
2011-09-03 Andrew Poelstragtk: Don't gray out invisible layers' text in the selector
2011-09-03 Andrew Poelstragtk: toggle non-activatable layers on click, without...
2011-09-03 Peter Cliftonhid/gtk: Remove compact_vbox and compact_hbox
2011-09-03 Peter Cliftonhid/gtk: Always show the PCB name on the title-bar...
2011-09-03 Peter Cliftonhid/gtk: Don't use a GtkEventBox as a container widget
2011-09-03 Peter Cliftonhid/gtk: Don't pack the drawing area in a GtkViewport...
2011-09-03 Peter Cliftonhid/gtk: Remove the vbox used to pack ghidgui->compact_hbox
2011-09-03 Peter Cliftonhid/gtk: Remove some more temporary variable assignments
2011-09-03 Peter Cliftonhid/gtk: Don't use an hbox to pack the board name label
2011-09-03 Peter Cliftonhid/gtk: Skip the generic "hbox" variable when storing...
2011-09-03 Peter Cliftonhid/gtk: Don't pack a frame around the menu bar
2011-09-03 Andrew PoelstraMove make_route_string() from gtk into misc.c
2011-09-02 Andrew PoelstraConst-correct StripWhiteSpaceAndDup in mymem.c
2011-09-01 Peter Cliftonhid/gtk: Attempt to fix logic to flip component / solde...
2011-08-31 Andrew Poelstragtk: fix typo preventing layer selector menu items...
2011-08-31 Andrew Poelstragtk: remove in_toggle_view recursion-prevention flag
2011-08-31 Andrew PoelstraBlock signals in ghid_main_menu_update_toggle_state()
2011-08-31 Andrew Poelstragtk: sync visiibility of layer selector with core state...
2011-08-31 Andrew PoelstraUse signal blocking for visibility toggling in GHidLaye...
2011-08-31 Andrew PoelstraAdd call to ghid_layer_buttons_color_update() when...
2011-08-31 Andrew PoelstraChange change.c to treat text scale as mils
2011-08-30 Andrew PoelstraConfigure layer selector to only accept left-clicks
2011-08-30 Andrew PoelstraFix invalid free of ~/.pcb/filename path in gui-top...
2011-08-30 Andrew Poelstraminor: fix comment and forward declaration in ghid...
next