aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde2016-05-132-25/+0
* Bind caret blink to gdscript and propertiesPaulb232016-05-121-1/+6
* Added caret blink in text editorPaulb232016-05-122-8/+89
* Fixed autocomplete truncate, issue 4554Paulb232016-05-121-21/+13
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-121-1/+1
* Fixed code completion after opening bracket, issue 3977Paulb232016-05-121-0/+3
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-122-16/+34
* -make sure single select after multi select works betterJuan Linietsky2016-05-062-0/+25
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-063-4/+4
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-061-0/+4
* Tabs: Fix align issue with right/close buttonsRémi Verschelde2016-05-061-5/+2
* Tabs: cleanup code, no functional changeRémi Verschelde2016-05-061-86/+36
* Tabs: Fix navigation buttons overlap when resizingRémi Verschelde2016-05-061-42/+9
* Tabs: Fix icon size not taken into account for offsetRémi Verschelde2016-05-061-0/+1
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-011-1/+1
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-4/+0
* Add more documentations and fix AcceptDialog::add_cancelGeequlim2016-04-291-1/+1
* Classref: Document Button and ButtonArrayRémi Verschelde2016-04-292-12/+19
* Added scroll lines, issue 4243Paulb232016-04-292-2/+55
* Setting to change line number colorPaulb232016-04-272-3/+3
* Fix warn print when hide an control does not inside_treesanikoyes2016-04-271-2/+5
* Ability to change the caret colorPaulb232016-04-272-4/+6
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-062-40/+65
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-062-14/+15
* Fixed 'complex' typo in method namePaulb232016-04-062-14/+14
* Fixed undoing twice when removing selectionPaulb232016-04-061-0/+5
* 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
* Function syntax highlightingPaul Batty2016-04-022-0/+20
* Fixed numbers not highlighting after spacePaulb232016-04-021-1/+1
* Fix GDScript crash when call show/hide in func _exit_treesanikoyes2016-04-021-2/+2
* Syntax highlighting for numbersPaulb232016-04-022-2/+37
* 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
* 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-022-0/+60
* 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
* Added configuable tab sizePaulb232016-04-022-1/+8
* Undo and redo commands on text editor now affect internal version which fixes...Saracen2016-04-022-6/+19
* remove trailing whitespaceHubert Jarosz2016-04-0245-1730/+1730
* Enabled scrolling past end of filePaulb232016-04-022-1/+10
* Add editor settings for call hint placementMartin Chuckeles2016-03-052-4/+36
* Hide hint if completion is activeMartin Chuckeles2016-03-051-1/+1
* Move the call hint under the current lineMartin Chuckeles2016-03-051-1/+1
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-083-30/+90