aboutsummaryrefslogtreecommitdiff
path: root/scene/main/viewport.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+9
* Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-081-2/+1
* Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky2017-09-071-0/+17
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-2/+2
* Exposed new ClearMode function to Viewport clases, closes #9995Juan Linietsky2017-08-311-16/+10
* Dead code tells no talesRémi Verschelde2017-08-271-50/+7
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Viewport: fix 'size' binding from Rect2 to Vector2Poommetee Ketson2017-08-271-1/+1
* -Massive clean up to gizmosJuan Linietsky2017-08-261-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-62/+52
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-28/+28
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-28/+28
* | Fixed segfault when hovering over scene tree elements and showing tooltips.Wilson E. Alvarez2017-08-201-0/+4
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-2/+2
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-2/+2
* | Merge pull request #9889 from groud/control_enhancementskubecz3k2017-08-151-2/+2
|\ \
| * | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-2/+2
| |/
* / Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky2017-08-151-2/+1
|/
* Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-11/+11
* Merge pull request #10136 from MednauN/masterThomas Herzog2017-08-071-0/+83
|\
| * Add handling of touch events in _gui_input_eventEvgeny Zuev2017-08-071-0/+83
* | Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
|/
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+16
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* Script editor usability fixesJuan Linietsky2017-07-151-4/+8
* Fix picking list flood while mouse capture enabledPedro J. Estébanez2017-07-101-1/+1
* Merge pull request #7947 from RandomShaper/fix-vis-notifier-2dRémi Verschelde2017-06-281-1/+2
|\
| * Fix VisibilityNotifier2D reapplication of viewport offsetPedro J. Estébanez2017-03-061-1/+2
* | -Restored support for Canvas BG mode on EnvironmentJuan Linietsky2017-06-241-6/+5
* | -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-12/+0
* | Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky2017-06-121-0/+1
* | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-111-0/+36
* | -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-0/+20
* | renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-10/+10
* | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-14/+14
* | Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-407/+350
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-2/+2
* | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-7/+7
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* | Viewport: Fix undefined behaviour found by llvm sanitizer.Andreas Haas2017-04-021-2/+2
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-863/+648