aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-282-1/+2
|\|
| * Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky2015-12-261-1/+1
| |\
| | * Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-261-1/+1
| * | fixes crash/deadlock when video is paused and unpaused, might affect audio sy...Ariel Manzur2015-12-261-0/+1
* | | -fixed rich text label fill alignment, always works nowreduz2015-12-281-13/+22
|/ /
* | small optimization improvement to rich text label tablesreduz2015-12-261-4/+14
* | -Added table support to RichTextLabelreduz2015-12-262-155/+447
|/
* -split view of property editor and editor settingsJuan Linietsky2015-12-151-0/+1
* -fixes to theora video ending sooner than expected, fixes #3066Juan Linietsky2015-12-151-1/+2
* -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-142-1/+134
* Merge pull request #3050 from eska014/fix-tree-cell-sliderRémi Verschelde2015-12-131-11/+3
|\
| * Fix editing TreeItem cells in range modeeska2015-12-101-11/+3
* | Merge pull request #3049 from eska014/fix-exp-sliderRémi Verschelde2015-12-131-2/+2
|\ \