aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.0.22.0.2-stableRémi Verschelde2016-04-071-1/+1
* Option to toggle syntax highlightingPaulb232016-04-062-1/+4
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-063-66/+67
* Revert "free Material 'shadow_material_double_sided' on ::finish()"Rémi Verschelde2016-04-061-1/+0
* Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov2016-04-064-2/+12
* Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-063-16/+25
* Fixes errors occurring when switching to a new scene with a spatial editor fr...SaracenOne2016-04-061-24/+30
* Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
* Fixed 'complex' typo in method namePaulb232016-04-062-14/+14
* Fixed undoing twice when removing selectionPaulb232016-04-061-0/+5
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
* memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC2016-04-061-0/+2
* free Material 'shadow_material_double_sided' on ::finish()MSC2016-04-061-0/+1
* Fixed insert mode interaction with auto completePaulb232016-04-061-0/+15
* Fixed insert mode removing first unselected characterPaulb232016-04-061-4/+6
* Added insert mode to text editorPaulb232016-04-062-3/+46
* Progress bar minsize now checks percent_visibleZher Huei Lee2016-04-061-1/+3
* Fix building against 2.0 APIRémi Verschelde2016-04-021-1/+1
* Add support for gnu-libstc++-4.9 needed by recent NDK versionsblubee2016-04-021-7/+9
* Make hardcoded Mac version 2.0.xRémi Verschelde2016-04-021-2/+2
* Function syntax highlightingPaul Batty2016-04-024-0/+22
* Remove trailing spacesRémi Verschelde2016-04-0242-817/+815
* Port 2D demos to TSCN/TRES formatsRémi Verschelde2016-04-02193-6666/+9957
* Fix last two bindings in input_mapping demoRémi Verschelde2016-04-022-1/+3
* Option to toggle line numbersPaulb232016-04-022-0/+4
* inherit PKG_CONFIG_PATH from environmentMaxwell Huang-Hobbs2016-04-021-1/+6
* doc/base/classes.xml: String.match, Node.find_nodeJosh Grams2016-04-021-2/+3
* Fixed numbers not highlighting after spacePaulb232016-04-021-1/+1
* Stopped save scene flicker, issue 4118Paulb232016-04-021-2/+6
* Fix GDScript crash when call show/hide in func _exit_treesanikoyes2016-04-021-2/+2
* Syntax highlighting for numbersPaulb232016-04-024-2/+39
* Expose android/shutdown_adb_on_exit parameter and default to trueRémi Verschelde2016-04-021-0/+1
* BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry2016-04-021-0/+1
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-04-021-0/+7
* Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions2016-04-021-1/+8
* Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov2016-04-021-0/+9
* Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions2016-04-021-1/+1
* Option to toggle tab drawingPaulb232016-04-022-1/+3
* Add -r flag to adb install for keep app user datasanikoyes2016-04-021-0/+1
* Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen2016-04-021-1/+9
* Fixed highlighting when word occurs as substring firstPaulb232016-04-021-8/+14
* Fixed highliting with shift and mousePaulb232016-04-021-5/+2
* Highlight all occurrences of selected wordPaulb232016-04-024-0/+65
* Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-04-023-3/+7
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-04-022-0/+11
* TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry2016-04-021-80/+46
* Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-04-022-17/+17
* Automatically create input node when creating a ShaderGraphFranklin Sobrinho2016-04-021-5/+13