kicad/pagelayout_editor
John Beard bb2ae8e13b Bitmaps: move bitmap defs to bitmaps library
The bitmap definitions (BITMAP_DEF and so on) do not
have any dependencies on other libs, including WX. This
means the bitmaps library can be isolated from the other
dependencies.

Common now depends on bitmaps, and libraries that depend
on common can pick it up from the common target_link_libraries,
as it is PUBLIC. This means a lot of targets no longer
need manual bitmap linkage.

This avoids a circular dependency that was previously reported
by static analysis.

Avoiding pulling in WX and other headers into the include
tree of each bitmap .cpp is a huge speed up (around 10x) in
compilation, and the generated static library is also 10x
smaller (20MB vs 200MB)

Add common as a link library to pnsrouter,connectivity.
THese library do still use common code (including bitmaps,
via base_screen.h) and this allows them to pick up the libcommon
includes correctly.
2019-02-04 19:29:31 -08:00
..
dialogs pl_editor: cosmetic enhancements 2018-11-02 13:47:48 +01:00
CMakeLists.txt Bitmaps: move bitmap defs to bitmaps library 2019-02-04 19:29:31 -08: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