kicad/pagelayout_editor
Wayne Stambaugh 0032845f9e Fix clipped bitmap buttons with GTK on Linux.
A note to developers, please do not set the minimum and/or size of bitmap
buttons.  It causes bitmaps to get clipped using GTK on Linux.  If the
bitmap button size is not acceptable, then supply an appropriately sized
bitmap rather than attempt to force the wxWidgets sizing mechanism to do
what you want.  This almost always causes platform differences that do
not work well.
2020-06-03 14:01:44 -04:00
..
dialogs Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
tools Decrease hittest region so we don't get long clarification lists. 2020-05-30 11:25:52 +01:00
CMakeLists.txt Add basic color theme picker to page layout editor 2020-05-26 22:04:21 -04:00
design_inspector.cpp Store the current filename in the history on close 2020-05-17 00:12:49 +01:00
design_inspector.h Comment-only changes 2020-01-10 16:43:01 -08:00
files.cpp Move eeschema find notification to the infobar and improve the infobar widget 2020-05-20 02:31:47 +01:00
invoke_pl_editor_dialog.h Use consistent PageLayout data structure names. 2019-05-27 11:55:58 +01:00
menubar.cpp Move the file history into the frames 2020-05-17 00:12:49 +01:00
pl_draw_panel_gal.cpp Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
pl_draw_panel_gal.h Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
pl_editor.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05: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_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor_frame.cpp Add basic color theme picker to page layout editor 2020-05-26 22:04:21 -04:00
pl_editor_frame.h Store the current filename in the history on close 2020-05-17 00:12:49 +01:00
pl_editor_id.h Immediate actions for PlEditor, PcbNew, etc. 2019-06-25 11:34:28 +01:00
pl_editor_layout.cpp Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
pl_editor_layout.h Comment-only changes 2020-01-10 16:43:01 -08:00
pl_editor_screen.cpp Minor fixes in page layout editor 2019-05-31 12:06:29 +02:00
pl_editor_screen.h Remove CurItem() architecture and legacy routers and drawing code. 2019-05-29 00:26:30 +01:00
pl_editor_settings.cpp A few Coverity fixes. 2020-03-30 09:50:26 +02:00
pl_editor_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor_undo_redo.cpp Don't zoom-to-fit after Page Layout Editor undo/redo. 2019-08-01 20:36:59 -06:00
properties_frame.cpp Autocomplete for page layout editor text items. 2020-05-30 10:22:50 +01:00
properties_frame.h Autocomplete for page layout editor text items. 2020-05-30 10:22:50 +01:00
toolbars_pl_editor.cpp Page layout editor: Fix a outdated tool tip. 2020-04-30 10:01:11 +02:00