kicad/eeschema/libedit
PJM d1322e7d1d Refactor GetDocumentExtents()
CHANGED: GetDocumentExtents() in 'eda_draw_frame.h' now has a bool
parameter "aIncludeAllVisible" with a default value "true" which makes
it behave as it did before adding parameter.  If "aIncludeAllVisible"
is false, the returned bbox ignores some items depending on which
program it is running in.

CHANGED: Made "Zoom to Objects" use only PCB edge in Pcbnew.  This
allows text, notes, etc outside the PCB edge to be excluded in the
zoom calculation.

CHANGED: Added "Zoom to Objects" to Pcbnew main menu, and to RMB context
menus for Eeschema and Pcbnew.

Fixes https://gitlab.com/kicad/code/kicad/issues/5787
2020-09-25 00:31:56 -07:00
..
lib_edit_frame.cpp Refactor GetDocumentExtents() 2020-09-25 00:31:56 -07:00
lib_edit_frame.h Refactor GetDocumentExtents() 2020-09-25 00:31:56 -07:00
lib_export.cpp Clean up error messages. 2020-08-31 14:19:57 +01:00
lib_manager.cpp Display symbol libraries that couldn't be loaded as disabled text 2020-09-02 00:10:25 +01:00
lib_manager.h Display symbol libraries that couldn't be loaded as disabled text 2020-09-02 00:10:25 +01:00
libedit.cpp Exclude from bill of materials and board netlist to library symbols. 2020-09-09 09:03:37 -04:00
libedit_plot_component.cpp Change super/subscript syntax to ^{foo} and _{foo}. 2020-04-18 21:04:41 +01:00
libedit_settings.cpp Fix missing pin table visible columns setting 2020-07-07 20:59:55 -04:00
libedit_settings.h Remove some problematic global variables. 2020-04-05 16:17:04 +01:00
libedit_undo_redo.cpp Convert UNDO_REDO_T to an enum class 2020-08-26 18:04:32 +00:00
menubar_libedit.cpp Eeschema: allow symbols to be edited in place. 2020-09-01 07:28:20 -04:00
symbedit.cpp Allow setting mandatory derived symbol field properties. 2020-06-02 14:21:11 +00:00
toolbars_libedit.cpp Allow toolbar items to cancel tools when pressed 2020-09-05 01:49:38 +01:00