kicad/include/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.h Refactor GetDocumentExtents() 2020-09-25 00:31:56 -07:00
view_controls.h ADDED: Menu option to enable/disable snap to grid 2020-09-10 20:09:30 -07:00
view_group.h
view_item.h VIEW::ViewGetLOD() returns double now instead of int. 2020-09-21 17:55:24 +02:00
view_overlay.h
view_rtree.h
wx_view_controls.h
zoom_controller.h