kicad/include/view
Seth Hillbrand 1f62a2d784 gtk3: prevent double scroll events
GTK3 smooth scrolling is enabled by wxWidgets but not to the exclusion
of normal scroll up/down events.  wxWidgets maps these both to the same
scroll handler and will fire them both if they are not handled before
being queued.  Testing timestamps allows us to mark and ignore the
dupes.

This is set to GTK3 only for now as it isn't listed as a problem for
other platforms.  But it shouldn't cause issues if it is enabled
elsewhere in the future.
2018-12-06 13:46:52 -08:00
..
view.h Don't set the viewport when switching screens. 2018-11-04 19:17:53 +00:00
view_controls.h GAL: update cursor position on panning and scrolling 2018-02-13 09:45:06 +01:00
view_group.h Fix a few doxygen warnings 2017-06-21 10:01:39 +02:00
view_item.h Add a REPAINT flag for faster redraw when bounding box hasn't changed 2018-02-25 18:20:34 -05:00
view_overlay.h VIEW: added support for VIEW_OVERLAYS (temporary overlays for drawing debug graphics) 2018-08-24 14:42:49 +02:00
view_rtree.h Adjust RTree default floating point to use double 2018-08-06 16:55:00 -07:00
wx_view_controls.h gtk3: prevent double scroll events 2018-12-06 13:46:52 -08:00
zoom_controller.h Zoom: Use std::chrono for the timestamping 2018-11-26 14:40:23 -05:00