1. 30 Mar, 2015 1 commit
  2. 10 Mar, 2015 1 commit
  3. 09 Mar, 2015 1 commit
  4. 17 Feb, 2015 1 commit
  5. 31 Oct, 2014 1 commit
  6. 30 Oct, 2014 2 commits
    • Garth Corral's avatar
      - Changed mousewheel handling to pan more smoothly rather than in larger · 4b9db692
      Garth Corral authored
        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.
      4b9db692
    • Garth Corral's avatar
      Added support for wxWidgets magnify events from the Magic Trackpad on OS X · 6c137ac7
      Garth Corral authored
        Committing this separately from the rest to ease making a patch for just this
        functionality in case that it might make it into the trunk.
        
        This can function standalone, though it is less useful without the rest.
        It requires that wxwidgets-3.0.0_macosx_magnify_event.patch be applied to wxWidgets
        It is completely optional; everything is guarded by the USE_OSX_MAGNIFY_EVENT macro.
        
        - Added OnMagnify event handler to EDA_DRAW_PANEL, EDA_3D_CANVAS and the helper for
          EDA_DRAW_PANEL_GAL, WX_VIEW_CONTROLS. This should cover canvases all current tools.
        - Guarded all with USE_OSX_MAGNIFY EVENT feature macro and added support in CMakeLists.txt
      6c137ac7
  7. 01 Aug, 2014 1 commit
  8. 09 Jul, 2014 4 commits
  9. 04 Jul, 2014 1 commit
  10. 05 Jun, 2014 1 commit
  11. 31 May, 2014 1 commit
  12. 14 May, 2014 2 commits
  13. 13 May, 2014 1 commit
  14. 07 Apr, 2014 1 commit
  15. 24 Mar, 2014 1 commit
    • Maciej Suminski's avatar
      >Added handled hotkeys: · 39bca76d
      Maciej Suminski authored
      - resetting relative coordinates
      - switching units
      - not official: changing transparency for layers (works only for main layers, does not work on vias/pads/etc.)
      39bca76d
  16. 20 Mar, 2014 1 commit
  17. 18 Mar, 2014 1 commit
  18. 12 Mar, 2014 1 commit
  19. 11 Mar, 2014 1 commit
  20. 10 Mar, 2014 1 commit
  21. 27 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Added VIEW::ToWorld( double ). · e6598e9d
      Maciej Suminski authored
      TOOL_EVENT message is supposed to contain string as parameter.
      Added missing header for class_drawsegment.h (KiROUND).
      Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
      e6598e9d
  22. 24 Feb, 2014 2 commits
  23. 21 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Revisiting GAL: · 5ac69977
      Maciej Suminski authored
      - VIEW_ITEM::ViewUpdate() does not update items immediately. Now it marks them to be updated and the real update occurs on the next rendering frame.
      - VIEW::InvalidateItem() made private.
      - VIEW_LAYER::enabled -> visible
      - Some functions moved to header files.
      5ac69977
  24. 14 Feb, 2014 1 commit
  25. 13 Feb, 2014 2 commits
  26. 06 Feb, 2014 1 commit
  27. 04 Feb, 2014 2 commits
  28. 20 Dec, 2013 1 commit
  29. 18 Dec, 2013 1 commit
  30. 09 Dec, 2013 1 commit
    • Maciej Suminski's avatar
      Moved Init() & Reset() from TOOL_INTERACTIVE to TOOL_BASE. · d8acd1c7
      Maciej Suminski authored
      Added REASON enum for Reset() function, so tools will know why a reset occured.
      Fixed SELECTION_TOOL (it was bailing out, when a new board was loaded and some items were still selected).
      Added removal of VIEW_ITEM groups after changing layers and removing items.
      d8acd1c7
  31. 02 Dec, 2013 1 commit
  32. 27 Nov, 2013 1 commit