aboutsummaryrefslogtreecommitdiff
path: root/scene/main/viewport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression with cursor shapeGuilherme Felipe2018-06-071-1/+1
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-5/+47
* Revert #14753, as it is buggy and no longer necessary.Webster Sheets2018-05-241-1/+1
* Merge pull request #18928 from BastiaanOlij/fix_viewport_flagsRémi Verschelde2018-05-161-6/+8
|\
| * Store flags so it isn't lost when viewport isn't setup yetBastiaan Olij2018-05-161-6/+8
* | -New inspector.Juan Linietsky2018-05-151-1/+1
* | Merge pull request #15119 from poke1024/visible-subwindowsJuan Linietsky2018-05-081-4/+48
|\ \
| * | More efficient subwindow handlingBernhard Liebl2017-12-281-4/+48
* | | Merge pull request #15074 from PJB3005/17-12-26-remove_gui_focus_on_visibilit...Juan Linietsky2018-05-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Hiding a control now fires NOTIFICATION_FOCUS_EXIT.PJB30052017-12-261-1/+1
* | | Fix double free for drag preview control in viewportGeequlim2018-05-081-3/+1
* | | Added option to viewport to keep linear colorBastiaan Olij2018-05-061-0/+15
* | | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-101-1/+1
* | | Improve popup menus usabilityPedro J. Estébanez2018-04-071-4/+19
* | | Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-161-0/+3
|\ \ \
| * | | Properly set input as handled when closing modalFabio Alessandrelli2018-02-231-0/+3
* | | | Fix gesture events being blockedBernhard Liebl2018-03-041-0/+2
* | | | Viewport: Fix missing tooltips w/ disabled physics object pickingRémi Verschelde2018-03-011-9/+18
* | | | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-0/+1
|/ / /
* | | Remove obsolete Viewport _update_rect() codeRémi Verschelde2018-01-181-124/+1
* | | Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+3
* | | Force button release when window focuses out, fixes #15318 and likely many ot...Juan Linietsky2018-01-051-5/+16
* | | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* | | Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar2018-01-011-0/+2
|\ \ \ | |_|/ |/| |
| * | Hide tooltip on gesture inputBernhard Liebl2017-12-221-0/+2
| |/
* | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-261-6/+0
* | Merge pull request #14899 from volzhs/render-quality-optionNoshyaar2017-12-251-1/+1
|\ \
| * | Respect HDR optionvolzhs2017-12-211-1/+1
* | | Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar2017-12-251-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixed a bug where mouse button focus breaks when using multiple buttons at once.Nathan Warden2017-12-161-1/+1
* | | -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-3/+6
* | | properly send mouse released event when grabbing modal focus, fixes #14854Juan Linietsky2017-12-201-1/+11
| |/ |/|
* | Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-1/+6
|/
* Revert "Fix mouse button release not sent to gui_input if it's different from...Juan Linietsky2017-12-161-2/+1
* Merge pull request #14484 from Zylann/fix_mouse_focus_button_releaseRémi Verschelde2017-12-161-1/+2
|\
| * Fix mouse button release not sent to gui_input if it's different from the but...Marc Gilleron2017-12-101-1/+2
* | Fixes oversized tooltip labels (issue 14570)Bernhard Liebl2017-12-151-1/+1
* | Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-101-0/+11
|\ \ | |/ |/|
| * fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-101-0/+11
* | Fix mouse position in viewportvolzhs2017-12-101-5/+2
|/
* Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky2017-12-071-0/+3
* -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-041-2/+8
* Removed type_mask and fixed some variable nameAndreaCatania2017-11-211-3/+3
* Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+24
* Merge pull request #12149 from endragor/check-input-handledRémi Verschelde2017-10-201-2/+7
|\
| * Check if input is handled before handling itRuslan Mustakov2017-10-161-2/+7
* | Fix Viewport clear mode is bool instead of int, fixes #12202Poommetee Ketson2017-10-191-1/+1
|/
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-3/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2