summaryrefslogtreecommitdiffstats
path: root/scene/main/viewport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk2016-10-081-0/+3
* Restore viewport set_world_2d functionalityFabio Alessandrelli2016-09-141-22/+32
* Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky2016-09-101-17/+14
* UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-0/+1
* Merge pull request #5881 from neikeq/pr-fix-propagationJuan Linietsky2016-07-241-6/+4
|\
| * Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry2016-07-241-6/+4
* | Merge pull request #5803 from jarfil/issue/origin5695-prJuan Linietsky2016-07-241-1/+15
|\ \ | |/ |/|
| * Hide tooltip if new mouse position's tooltip is emptyJaroslaw Filiochowski2016-07-191-5/+11
| * Don't start a new tooltip timer for the same tooltipJaroslaw Filiochowski2016-07-191-1/+9
* | Properly transform sub-viewport input, closes #3580Juan Linietsky2016-07-181-4/+31
|/
* Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
* Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2016-07-011-9/+1
* Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-0/+8
* Invalidate key focus if not visible, fixes #5354Juan Linietsky2016-07-011-1/+6
* Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky2016-07-011-15/+40
* remove unnecesary warning, closes #5169Juan Linietsky2016-06-291-4/+4
* Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-271-0/+3
* Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-271-1/+2
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-271-8/+11
* Make button aware of it being dragged and reset state, closes #4178Juan Linietsky2016-06-231-1/+0
* Fixed the order of events called by _input, closes #4384Juan Linietsky2016-06-201-1/+1
* Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky2016-06-201-1/+9
* Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky2016-06-201-2/+3
* do not allow picking in captured mode, closes #5134Juan Linietsky2016-06-111-1/+1
* fixes wrong bool return, closes #5037Juan Linietsky2016-06-091-1/+1
* Fix indentation issues in last commitsRémi Verschelde2016-06-071-24/+23
* Merge pull request #4101 from SaracenOne/listenerJuan Linietsky2016-06-061-16/+99
|\
| * Added listener spatial node.Saracen2016-03-201-16/+99
* | properly pass events to parent controls, closes #4701Juan Linietsky2016-06-061-16/+24
* | -customizable shortcuts in editorJuan Linietsky2016-06-041-1/+0
* | remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* | i18n: Proofreading of all stringsRémi Verschelde2016-05-211-1/+1
* | Fix for tooltip blinking (#4713)captainwasabi2016-05-201-2/+2
* | -Added configuration warning system for nodesJuan Linietsky2016-05-171-0/+14
* | -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-1/+34
|/
* Merge pull request #4012 from sanikoyes/Pr-linke-fail-disable-3dRémi Verschelde2016-03-111-1/+2
|\
| * Fix link error when disable_3d=yessanikoyes2016-03-111-1/+2
* | remove trailing whitespaceHubert Jarosz2016-03-091-12/+12
|/
* fix transform localization event in mouse motionJuan Linietsky2016-02-271-2/+3
* -Fix mouse coordinates not being affected by canvas transformJuan Linietsky2016-02-031-5/+8
* Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr2016-02-011-1/+1
* -Fix crash opening and closing the scene, closes #3491Juan Linietsky2016-01-311-1/+31
* -Fix input bug on window ordering due to foretting to sort root itemsJuan Linietsky2016-01-251-0/+2
* -Changed how popups work in Viewport to make them a lot less invasive to the ...Juan Linietsky2016-01-251-26/+49
* -Fix viewport converting the scren in grayness, fixes #3406Juan Linietsky2016-01-221-8/+12
* -Some fixes to drag and drop and canvas offset for GUI that were introduced a...Juan Linietsky2016-01-191-6/+6
* Fix build with tools=noRémi Verschelde2016-01-191-0/+4
* -fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky2016-01-181-19/+41
* -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-161-3/+926