summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry
2016-03-17Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
2016-03-15Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde
2016-03-14Added configuable tab sizePaulb23
2016-03-14(editor)filedialog mode open anyAlexander Holland
2016-03-13Merge pull request #4035 from TheHX/item-listRémi Verschelde
2016-03-13Undo and redo commands on text editor now affect internal version which fixes...Saracen
2016-03-13Add icon region support for ItemListFranklin Sobrinho
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
2016-03-10Fix a crash when running a game with Controls with a tools buildBojidar Marinov
2016-03-10Merge pull request #3865 from Marqin/coverityRémi Verschelde
2016-03-09Add option to keep margins when changing anchors, closes #3979Bojidar Marinov
2016-03-09fix six possible "divide by zero"Hubert Jarosz
2016-03-09fix two reading uninitialized pointersHubert Jarosz
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-08Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-04Add special new line openingMartin Chuckeles
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky
2016-03-04Add editor settings for call hint placementMartin Chuckeles
2016-03-03Hide hint if completion is activeMartin Chuckeles
2016-03-03Move the call hint under the current lineMartin Chuckeles
2016-02-08-Cleaned up GraphEdit, also fixes #3568Juan Linietsky
2016-02-08Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky
2016-02-08Merge pull request #3627 from lordadamson/masterRémi Verschelde
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran
2016-02-08Merge pull request #3409 from akien-mga/pr-script-tab-colourRémi Verschelde
2016-02-06Stop ColorPicker's narcissism ( fixes #3592 )MarianoGNU
2016-02-05ColorPicker: Prevent regenerating hsv values every time. Fixes #3492MarianoGNU
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky
2016-02-01-remove the !inside_tree error, fixes grab focus error, closes #3521Juan Linietsky
2016-02-01Make sure variant parser recognizes "nil" for compatibility with old engine.c...Juan Linietsky
2016-01-31-Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky
2016-01-27Merge pull request #3470 from MarianoGnu/masterRémi Verschelde
2016-01-27Fix Tree Slider disappearing when clicking on itFranklin Sobrinho
2016-01-26Remove strand debug print, fix #3473George Marques
2016-01-26Get color constructor from ColorPickerMarianoGNU
2016-01-26Merge pull request #3467 from MarianoGnu/masterRémi Verschelde
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