kicad/cvpcb
Ian McInerney d006acecf4 More window sizing fixes
* Push all sizing operations into EDA_BASE_FRAME
* Save the unmaximized window size when maximizing
  so that we can then save it in the config if the
  window is maximized. Otherwise the config ends up
  with the maximized size saved, and weird behavior
  occurs when unmaximizing on the next opening.
2020-04-27 00:14:12 +01:00
..
dialogs Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
tools Fix mismatch in tool name and activation action. 2020-03-29 13:27:18 +01:00
CMakeLists.txt Move library includes to main CMake file 2020-04-19 01:11:56 +01:00
auto_associate.cpp cvpcb: cleanup include statements 2019-08-12 14:19:01 -04:00
auto_associate.h Push deprecation warning suppression down into boost. 2020-02-21 17:36:12 +00:00
cfg.cpp Fix a bunch of un-caught boost::bad_pointer exceptions. 2020-01-12 19:55:00 +00:00
components_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
cvpcb.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
cvpcb.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
cvpcb_association.h cvpcb: Add undo/redo functionality to the associations 2019-08-12 14:19:01 -04:00
cvpcb_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_id.h Actionize cvpcb 2019-08-12 14:19:01 -04:00
cvpcb_mainframe.cpp More window sizing fixes 2020-04-27 00:14:12 +01:00
cvpcb_mainframe.h Push tool framework base down into TOOL_HOLDER. 2020-03-24 19:00:25 +00:00
cvpcb_settings.cpp A few Coverity fixes. 2020-03-30 09:50:26 +02:00
cvpcb_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
display_footprints_frame.cpp More window sizing fixes 2020-04-27 00:14:12 +01:00
display_footprints_frame.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
footprints_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
library_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listbox_base.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listboxes.h Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
menubar.cpp Add save item to cvpcb toolbar and make it conditional 2019-12-19 15:35:11 +00:00
readwrite_dlgs.cpp Workaround an issue where a throw terminates (even when there's a catch for it). 2019-08-31 15:18:27 +01:00
toolbars_cvpcb.cpp Cvpcb: fix incorrect display of a bold text inside the main toolbar. 2020-02-20 12:48:23 +01:00