aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* -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
* | 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