aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* -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
* Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky2016-01-232-29/+1
* -Improved tab visibility, fixes #3314Juan Linietsky2016-01-222-0/+42
* Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde2016-01-212-1/+29
|\
| * Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho2016-01-212-1/+29
* | Merge pull request #3403 from neikeq/spinbox_hold_impRémi Verschelde2016-01-212-8/+7
|\ \ | |/ |/|
| * Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry2016-01-212-8/+7
* | Merge pull request #3381 from MarianoGnu/graph_zoomRémi Verschelde2016-01-203-12/+96
|\ \
| * | Add a slider to handle zoomMarianoGNU2016-01-182-3/+24
| * | Add zoom to GraphEditMarianoGNU2016-01-183-11/+74
| |/
* / -Some fixes to drag and drop and canvas offset for GUI that were introduced a...Juan Linietsky2016-01-192-2/+24
|/
* New shader nodes are now created under (more or less) the cursor.Ovnuniarchos2016-01-182-2/+7
* Merge pull request #3358 from neikeq/issue_1123Rémi Verschelde2016-01-181-0/+4
|\
| * F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry2016-01-151-0/+4
* | Merge pull request #2854 from MarianoGnu/color_pickerRémi Verschelde2016-01-184-141/+480
|\ \
| * | Add guide lines to visual editor.MarianoGNU2016-01-152-5/+45
| * | add screen color pickingMarianoGNU2016-01-152-3/+49
| * | Add presets.MarianoGNU2016-01-152-31/+132
| * | Move shaders to default theme and add shader_override related methods to Cont...MarianoGNU2016-01-153-44/+105
| * | Add a visual editor to color picker.MarianoGNU2016-01-152-137/+228
| |/
* | -Massive editor dialog cleanupJuan Linietsky2016-01-173-20/+30
* | -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-163-989/+116
|/
* Fix LineEdit not capturing text input eventsIgnacio Etcheverry2016-01-141-0/+2
* Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky2016-01-132-244/+93
* Merge pull request #3257 from TheHX/pr-range-propertiesRémi Verschelde2016-01-112-10/+10
|\
| * Fix error caused by dragging a Range propertyFranklin Sobrinho2016-01-062-10/+10
* | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te...Juan Linietsky2016-01-102-0/+90
* | removed this fix, which brought more problems than solutionsJuan Linietsky2016-01-101-2/+2
* | Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde2016-01-081-1/+1
|\ \
| * | Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry2016-01-081-1/+1
* | | do not return zero with minus-sign within range value, fixes #3221Richard Nespithal2016-01-081-1/+5
* | | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry2016-01-072-12/+56
* | | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry2016-01-072-16/+59
|/ /
* | Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-074-1/+51
|\ \ | |/ |/|
| * FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-024-1/+51
* | Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde2016-01-061-1/+1
|\ \
| * | Add tab close icon to the default themeIgnacio Etcheverry2015-12-291-1/+1
* | | Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-021-1/+3
* | | Update copyright to 2016 in headersGeorge Marques2016-01-0186-86/+86
* | | -fix range limit issue in Particles2D, closes #2411Juan Linietsky2015-12-311-2/+1
* | | -forgot a check for tools enabled, closes #3166reduz2015-12-291-0/+2
* | | -restrict gui root from being removed while performing input, fixes #2578reduz2015-12-291-0/+5
* | | make it easy to edit popupmenus, fixes #2595reduz2015-12-291-0/+8
* | | -Allow negative texture scale in TextureButton, fixes #2956reduz2015-12-291-4/+4
|/ /
* | Fix proper ordering of project settings properties, also fixes inability to c...reduz2015-12-281-1/+1
* | Merge pull request #3146 from akien-mga/pr-argument-namesRémi Verschelde2015-12-288-28/+31
|\ \
| * | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-286-13/+13
| * | Style fix for rounded_values methods in RangeRémi Verschelde2015-12-282-15/+18
| |/