kicad/common
Wayne Stambaugh 283cfa67ff Set default button on all dialogs. Fixes lp:665703
* Set default button on all dialogs that do not already have a defined
  default button.  The only exception is the EESchema net list dialog
  which needs converted over to wxFormBuilder and due to it's design makes
  setting the default button in any tab other than the default tab
  problematic.
* Fix escape key dialog handling bug in EESchema print post script
  dialog.
2011-03-14 11:17:18 -04:00
..
dialog_about Fix some issues. 2011-02-17 19:34:27 +01:00
dialogs Set default button on all dialogs. Fixes lp:665703 2011-03-14 11:17:18 -04:00
CMakeLists.txt Pcbnew: remove support of .mdc files (now useless) (already done in cvpcb). 2011-02-22 21:59:16 +01:00
base_screen.cpp Use wxUpdateUIEvent in CVPcb and other minor changes. 2011-02-21 16:07:00 -05:00
base_struct.cpp Use wxDC for all coordinate manipulations. 2011-01-30 17:22:38 -05:00
basicframe.cpp Gerbview: code cleanup and a minoe enhancement. Kicad: minor code cleanup 2011-03-13 19:03:43 +01:00
bezier_curves.cpp Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
block_commande.cpp All: fix a minor bur annoying issue: incorrect cursor shape after a block command (mainly when a tool is selected) 2011-03-09 21:09:11 +01:00
build_version.cpp version update 2011-03-12 18:37:44 +01:00
class_colors_design_settings.cpp pcbnew: More about work on color selection and items visibility: 2010-01-31 20:01:46 +00:00
class_layerchoicebox.cpp PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
class_marker_base.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
class_plotter.cpp Pcbnew plot functions: code cleanup, coding policy fixes and minor enhancements 2010-12-11 19:40:39 +01:00
class_undoredo_container.cpp Schematic editor locate item changes and other minor fixes. 2011-03-10 14:36:30 -05:00
common.cpp Global variable removal and minor Doxygen comment fixes. 2011-02-22 11:43:03 -05:00
common_plotDXF_functions.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
common_plotGERBER_functions.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
common_plotHPGL_functions.cpp Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
common_plotPS_functions.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
common_plot_functions.cpp fix very minor bugs. 2011-03-03 20:08:13 +01:00
confirm.cpp code cleaning. 2010-07-20 20:11:34 +02:00
copy_to_clipboard.cpp Eeschema: 2011-02-27 20:54:01 +01:00
dcsvg.cpp Add copy constructors and cloning to schematic objects and other minor fixes. 2010-12-21 10:13:09 -05:00
displlst.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dlist.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
drawframe.cpp PCBNew auxiliary tool bar changes and other minor improvements. 2011-03-11 10:53:28 -05:00
drawpanel.cpp All: fix a minor bur annoying issue: incorrect cursor shape after a block command (mainly when a tool is selected) 2011-03-09 21:09:11 +01:00
drawtxt.cpp fix very minor bugs. 2011-03-03 20:08:13 +01:00
dsnlexer.cpp sweet parser work 2011-02-14 00:39:51 -06:00
eda_dde.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
eda_doc.cpp Fix gcc 4.5 warnings compil. 2010-11-20 20:53:00 +01:00
edaappl.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
filter_reader.cpp fix broken ReadLine() 2011-01-15 16:52:41 -06:00
footprint_info.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
gestfich.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
gr_basic.cpp Global variable removal and coordinate fixes. 2011-02-01 10:46:25 -05:00
hotkey_grid_table.cpp pieces of Amir's 2010-09-28 patch 2010-09-29 13:19:26 -05:00
hotkeys_basic.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
msgpanel.cpp EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
netlist.keywords TokenList2DsnLexer.cmake, netform.cpp enhancements 2010-08-08 21:03:16 -05:00
newstroke_font.cpp Font bug removed 2010-04-01 12:14:39 +00:00
pcbcommon.cpp Open file dialog fixes and minor code cleaning. 2010-05-17 16:35:46 -04:00
projet_config.cpp Gerbview: code cleanup: remove dead code and obsolete options. Coding policy class naming fixes. 2011-03-12 10:50:21 +01:00
richio.cpp work around 8 bit wxString B.S. 2011-02-02 13:41:35 -06:00
sch_item_struct.cpp Draw panel object refactoring and other minor code cleaning. 2011-02-11 15:48:13 -05:00
selcolor.cpp Gerbview: fix an issue with gerber files having a line comment starting by G04 and a command after this comment, on the same line. 2010-11-04 19:51:18 +01:00
string.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
trigo.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
wineda_toolbar.cpp Fixed kicad.app linking, layer behaviour on OSX and toolbar behaviour 2010-11-01 20:03:08 +01:00
worksheet.cpp pcbnew: fix translate smoothing set in zone settings dialog 2011-02-27 13:16:54 +03:00
wxwineda.cpp code cleaning 2010-11-18 22:16:28 +01:00
xnode.cpp work around 8 bit wxString B.S. 2011-02-02 13:41:35 -06:00
zoom.cpp Eeschema, Pcbnew: fix minor issues about mouse cursor position, when loading files or entering sheets. 2011-03-01 19:45:21 +01:00