kicad/common/view
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
..
view.cpp Refactor GetDocumentExtents() 2020-09-25 00:31:56 -07:00
view_controls.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
view_group.cpp view_layers: Initialize variables 2018-10-11 14:08:35 -07:00
view_item.cpp Code formatting 2016-12-12 16:45:52 +01:00
view_overlay.cpp VIEW_OVERLAY: implement Line() method 2020-09-08 01:31:42 +02:00
wx_view_controls.cpp ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
zoom_controller.cpp ADDED: New mouse settings panel, expanded mouse settings 2020-05-24 14:38:28 -04:00