summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2016-01-26Remove strand debug print, fix #3473George Marques
2016-01-26Merge pull request #3467 from MarianoGnu/masterRémi Verschelde
Focus and select line edit every time color is changed. Fixes #2586
2016-01-26Focus and select line edit every time color is changed. Fixes #2586MarianoGNU
2016-01-26Fix wrong position of LineEdit in Scene editorFranklin Sobrinho
2016-01-24-Take in consideration canvas layers for GUI inputJuan Linietsky
2016-01-23-Forgot to add clips input to graphedit, fixes #3420Juan Linietsky
2016-01-23-Added a "modal_close" signal for controlsJuan Linietsky
-Used it to keep changes on lineedit when focused out
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-22-Improved tab visibility, fixes #3314Juan Linietsky
2016-01-21Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde
Tree and PropertyEditor confirm value change on focus loss
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho
2016-01-21Merge pull request #3403 from neikeq/spinbox_hold_impRémi Verschelde
Fix and improved Spinbox behaviour
2016-01-21Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry
2016-01-20Merge pull request #3381 from MarianoGnu/graph_zoomRémi Verschelde
Add zoom to GraphEdit
2016-01-19-Some fixes to drag and drop and canvas offset for GUI that were introduced ↵Juan Linietsky
after rewrite
2016-01-18Add a slider to handle zoomMarianoGNU
2016-01-18Add zoom to GraphEditMarianoGNU
Also fix some responsiveness issues: -Box selection no longer visible when connecting. -Allow cancel connection with mouse's right button.
2016-01-18New shader nodes are now created under (more or less) the cursor.Ovnuniarchos
2016-01-18Merge pull request #3358 from neikeq/issue_1123Rémi Verschelde
F5 hotkey to refresh FileDialog/EditorFileDialog
2016-01-18Merge pull request #2854 from MarianoGnu/color_pickerRémi Verschelde
new ColorPicker
2016-01-17-Massive editor dialog cleanupJuan Linietsky
-Added a bottom menu list
2016-01-16-Moved all the "root" input handling for GUI from individual Controls to ↵Juan Linietsky
Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so!
2016-01-15Add guide lines to visual editor.MarianoGNU
2016-01-15add screen color pickingMarianoGNU
2016-01-15Add presets.MarianoGNU
Also fix some bugs. Fix a crash and a minor bug
2016-01-15Move shaders to default theme and add shader_override related methods to ↵MarianoGNU
Control class
2016-01-15Add a visual editor to color picker.MarianoGNU
2016-01-15F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry
2016-01-14Fix LineEdit not capturing text input eventsIgnacio Etcheverry
2016-01-13Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky
2016-01-11Merge pull request #3257 from TheHX/pr-range-propertiesRémi Verschelde
Fix error caused by dragging a Range property
2016-01-10-Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵Juan Linietsky
texture state. Fixes #3102
2016-01-10removed this fix, which brought more problems than solutionsJuan Linietsky
2016-01-08Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde
Fix TextEdit caret being drawn when outside the visible region
2016-01-08Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry
2016-01-08do not return zero with minus-sign within range value, fixes #3221Richard Nespithal
2016-01-07TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry
2016-01-07TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry
2016-01-07Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde
Add keyboard shortcut to toggle "show hidden files" in FileDialog
2016-01-06Fix error caused by dragging a Range propertyFranklin Sobrinho
2016-01-06Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde
Add tab close icon to the default theme
2016-01-02Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky
2016-01-02FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31-fix range limit issue in Particles2D, closes #2411Juan Linietsky
2015-12-29-forgot a check for tools enabled, closes #3166reduz
2015-12-29-restrict gui root from being removed while performing input, fixes #2578reduz
2015-12-29make it easy to edit popupmenus, fixes #2595reduz
2015-12-29-Allow negative texture scale in TextureButton, fixes #2956reduz
2015-12-29Add tab close icon to the default themeIgnacio Etcheverry