kicad/pagelayout_editor/tools
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs
Bitmaps are now identified by an enum class instead of by pointers.
Bitmap loading and caching is now handled by a class in common, and
we no longer compile most bitmaps into the binary, so there is no
longer a bitmaps static library.

Instead, bitmaps are archived to a .tar.gz file which is installed
in ${KICAD_DATA}/resources/images.tar.gz

The source PNGs are checked in to Git as the original CPP files were,
so that people can build without the required dependencies to convert
SVGs to PNGs.

Initial support is also added for dark theme icons, although this
is not yet exposed in the GUI.

Stubs are present for multi-resolution image resources, but this is
not fully-baked yet and could use some refinement.
2021-03-11 08:37:35 -05:00
..
pl_actions.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pl_actions.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pl_drawing_tools.cpp Fixup toolchaining for immediate mode 2021-02-24 10:44:54 -08:00
pl_drawing_tools.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pl_edit_tool.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_edit_tool.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_editor_control.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_editor_control.h Worksheet -> (industry standard) Drawing Sheet. 2021-02-22 17:35:46 +00:00
pl_point_editor.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_point_editor.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pl_selection.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_selection.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
pl_selection_tool.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pl_selection_tool.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00