kicad/gerbview/dialogs
Garth Corral 4b9db692fb - Changed mousewheel handling to pan more smoothly rather than in larger
steps to better support devices with precise scrolling deltas (trackpads).
  Scrolling is done in the handler rather than creating and firing cmd events.
  This is intended to support two-finger scrolling on the Magic Trackpad.
- Added a preference, 'Use mousewheel to pan', to allow panning by default
  on mousewheel events.  This reverses the existing behavior where unmodified 
  mousewheel zooms and Shift/Cmd modified pans.  

  The old behavior was:
  - Unmodified scrollwheel performed zoom in/out
  - Shift modified scrollwheel performed pan up/down
  - Cmd modified scrollwheel performed pan left/right
  - Shift+Cmd modified scrollwheel performed zoom in/out
    with no cursor warp

  With the new preference checked, this changes to:

  - Unmodified scrollwheel performs pan up/down
  - Shift modified scrollwheel performs pan left/right
  - Cmd modified scrollwheel performs zoom in/out
  - Shift+Cmd modified scrollwheel performs zoom in/out
    with no cursor warp

  With the preference unchecked, this is now:
  - Unmodified scrollwheel performed zoom in/out
  - Shift modified scrollwheel performed pan left/right
  - Cmd modified scrollwheel performed pan up/down
  - Shift+Cmd modified scrollwheel performed zoom in/out
    with no cursor warp

  It should be noted that for the last case, the behavior has changed.
  This is not arbitrary.  This now matches expected behavior for an OS X
  application.  This also matches what wxWidgets expects on this platform
  as wxWidgets changes the axis of mousewheel events to horizontal when
  the event is shift-modified.

  The preference is added everwhere that mouse preferences previously
  existed, i.e., eeschema, pcbnew and gerbview.  The 3D Viewer does
  not yet honor this preference, but behaves as if it was checked.
  The pl_editor does not currently have any preferences to honor.

  As with the magnify event support, this covers canvases for all
  current tools, EDA_DRAW_PANEL, EDA_3D_CANVAS and EDA_DRAW_PANEL_GAL.

  This does NOT modify the behavior of mousewheel zooming, though it
  probably should.  This remains unsuitable for use with a trackpad,
  use pinch-to-zoom instead.
2014-10-30 11:53:08 -07:00
..
dialog_layers_select_to_pcb_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_layers_select_to_pcb_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_layers_select_to_pcb_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_print_using_printer.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
dialog_print_using_printer_base.cpp Gerbview: fix incorrect printing of negative objects, when using black and white option. 2013-09-29 20:24:38 +02:00
dialog_print_using_printer_base.fbp Gerbview: fix incorrect printing of negative objects, when using black and white option. 2013-09-29 20:24:38 +02:00
dialog_print_using_printer_base.h Gerbview: fix incorrect printing of negative objects, when using black and white option. 2013-09-29 20:24:38 +02:00
dialog_select_one_pcb_layer.cpp More missing source license fixes. 2014-10-21 14:36:45 -04:00
dialog_show_page_borders.cpp Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 2014-06-27 19:07:42 +02:00
dialog_show_page_borders.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dialog_show_page_borders_base.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_show_page_borders_base.fbp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
dialog_show_page_borders_base.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
gerbview_dialog_display_options_frame.cpp - Changed mousewheel handling to pan more smoothly rather than in larger 2014-10-30 11:53:08 -07:00
gerbview_dialog_display_options_frame_base.cpp - Changed mousewheel handling to pan more smoothly rather than in larger 2014-10-30 11:53:08 -07:00
gerbview_dialog_display_options_frame_base.fbp - Changed mousewheel handling to pan more smoothly rather than in larger 2014-10-30 11:53:08 -07:00
gerbview_dialog_display_options_frame_base.h - Changed mousewheel handling to pan more smoothly rather than in larger 2014-10-30 11:53:08 -07:00