summaryrefslogtreecommitdiffstats
path: root/scene/gui/view_panner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #85473 from miv391/fix-horizontal-mouse-wheeling-in-2d-viewYuri Sizov2023-12-191-8/+10
|\
| * Fix horizontal mouse wheeling in 2D editor viewMika Viskari2023-11-281-8/+10
* | Trigger zoom from pan gestures when pressing ctrlAitor Guevara2023-11-011-0/+11
|/
* Add vararg call() method to C++ Callablekobewi2023-10-051-20/+9
* Fix the issue preventing dragging in the 2D and visual shader editorFredia Huya-Kouadio2023-03-191-1/+6
* Fix panning via InputEventPanGestureGilles Roudière2023-02-081-1/+1
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-24/+60
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* fixed holding alt while zooming zooms in by 2 increments.MladoniSzabi2022-10-131-1/+3
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Fix that slow mouse wheel scroll has no zoom effect on 2D editorC.Even2022-04-011-1/+1
* Fix 2D Pan Toolkobewi2022-01-241-1/+10
* Minor tweaks and fixes to panningkobewi2022-01-231-3/+3
* Add ViewPanner to 2D editorkobewi2022-01-211-34/+67
* Add ViewPanner to more editorskobewi2022-01-141-3/+9
* Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+136