kicad/pagelayout_editor
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro
The standard DIM() macro was not typesafe as it happily deferred errors
to runtime that can be caught at compile time.  Replacing it with a
generic C++11 constexpr allows for typecasting, comparison and compile
time error checking.
2019-01-06 08:43:12 -08:00
..
dialogs pl_editor: cosmetic enhancements 2018-11-02 13:47:48 +01:00
CMakeLists.txt eeschema-gal: make sure all other Kicad apps compile after eeschema gal hacks 2018-10-09 11:08:52 +01:00
Info.plist Fix for dark mode on macOS Mojave 2018-12-07 09:03:56 +01:00
block.cpp Update code after file renaming 2018-01-29 09:39:49 +01:00
controle.cpp Fix typing problems with GR_KB_* constants 2016-01-20 07:11:17 -05:00
design_tree_frame.cpp Update code after file renaming 2018-01-29 09:39:49 +01:00
design_tree_frame.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
events_functions.cpp Allow updating of file history size on the fly. 2018-08-21 10:34:41 +01:00
files.cpp Page Layout Editor: fix a few GUI issues. 2018-10-19 12:03:03 +02:00
hotkeys.cpp string update: Help->List hotkeys 2019-01-02 15:44:13 -08:00
hotkeys.h Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00
invoke_pl_editor_dialog.h Fix but reading empty footprints in netlist. (fixes lp:1226283) 2013-09-16 20:52:08 -04:00
menubar.cpp Unified preferences dialog framework. 2018-07-17 15:11:17 +01:00
onleftclick.cpp Constant-size page layout object handles w/respect to zoom. 2018-08-21 10:34:41 +01:00
onrightclick.cpp Constant-size page layout object handles w/respect to zoom. 2018-08-21 10:34:41 +01:00
page_layout_writer.cpp Update code after file renaming 2018-01-29 09:39:49 +01:00
pl_editor.cpp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
pl_editor.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor.rc Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
pl_editor_config.cpp Unified preferences dialog framework. 2018-07-17 15:11:17 +01:00
pl_editor_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor_frame.cpp Replace DIM() macro 2019-01-06 08:43:12 -08:00
pl_editor_frame.h Constant-size page layout object handles w/respect to zoom. 2018-08-21 10:34:41 +01:00
pl_editor_id.h PL Editor UI Improvements: Menubar, toolbar and hotkeys 2017-08-29 11:52:34 -04:00
pl_editor_layout.cpp Fix code after renaming files 2018-01-29 11:37:29 +01:00
pl_editor_layout.h Fix code after renaming files 2018-01-29 11:37:29 +01:00
pl_editor_screen.cpp Replace DIM() macro 2019-01-06 08:43:12 -08:00
pl_editor_screen.h Fix code after renaming files 2018-01-29 11:37:29 +01:00
pl_editor_undo_redo.cpp Fix occurrences of "edition" which should be "editing" 2018-07-17 15:12:39 +01:00
properties_frame.cpp Page Layout Editor: fix a few GUI issues. 2018-10-19 12:03:03 +02:00
properties_frame.h Fix code after renaming files 2018-01-29 16:40:22 +01:00
toolbars_pl_editor.cpp Standardize terminology for automatic zoom to "Zoom to Fit". 2018-03-16 08:38:36 -04:00