aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky2016-02-081-2/+7
* Merge pull request #3627 from lordadamson/masterRémi Verschelde2016-02-081-1/+1
|\
| * renamed function get_video_texutre to get_video_textureAdham Zahran2016-02-081-1/+1
* | Merge pull request #3409 from akien-mga/pr-script-tab-colourRémi Verschelde2016-02-081-13/+16
|\ \ | |/ |/|
| * Make custom_bg fit the whole "selected" area in ItemListsRémi Verschelde2016-01-221-13/+16
* | Stop ColorPicker's narcissism ( fixes #3592 )MarianoGNU2016-02-062-4/+4
* | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492MarianoGNU2016-02-052-21/+26
* | support horizontal mouse wheel, use in text editorhondres2016-02-041-0/+6
* | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky2016-02-022-6/+26
* | -remove the !inside_tree error, fixes grab focus error, closes #3521Juan Linietsky2016-02-012-3/+33
* | Make sure variant parser recognizes "nil" for compatibility with old engine.c...Juan Linietsky2016-02-011-1/+3
* | -Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky2016-01-311-4/+5
* | Merge pull request #3470 from MarianoGnu/masterRémi Verschelde2016-01-272-13/+43
|\ \
| * | Get color constructor from ColorPickerMarianoGNU2016-01-262-13/+43
* | | Fix Tree Slider disappearing when clicking on itFranklin Sobrinho2016-01-271-0/+2
* | | Remove strand debug print, fix #3473George Marques2016-01-261-1/+0
* | | Merge pull request #3467 from MarianoGnu/masterRémi Verschelde2016-01-261-0/+2
|\| |
| * | Focus and select line edit every time color is changed. Fixes #2586MarianoGNU2016-01-261-0/+2
* | | Fix wrong position of LineEdit in Scene editorFranklin Sobrinho2016-01-261-1/+1
|/ /
* | -Take in consideration canvas layers for GUI inputJuan Linietsky2016-01-242-1/+8
* | -Forgot to add clips input to graphedit, fixes #3420Juan Linietsky2016-01-233-1/+9
* | -Added a "modal_close" signal for controlsJuan Linietsky2016-01-233-0/+22