aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz2017-01-121-16/+6
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1296-96/+96
* Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov2017-01-121-0/+3
* Show visual notice for visibility on Scene Dockvolzhs2017-01-122-2/+13
* Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs2017-01-121-6/+14
* fix ColorPicker not correctly updating after pasting hex html colorchanon2017-01-121-1/+1
* PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje2017-01-122-4/+35
* Fix duplicated string on RichTextLabel if starts with '\n'volzhs2017-01-121-1/+2
* Fix search to find "whole" words at end of lineJohnson Earls2017-01-121-1/+1
* Fix scroll bar moving in AnimationPlayer editorvolzhs2017-01-121-1/+1
* Fix color selected with mouse scrollvolzhs2017-01-121-2/+2
* Prevent Spinbox value update while not focused or disabledvolzhs2017-01-121-5/+13
* Flat button support in ButtonArray. Fixes #7153Zher Huei Lee2017-01-122-2/+22
* Select exactly matched file automatically in FileDialogvolzhs2017-01-121-3/+4
* Fix Script Editor drawing over Dialogs.Andreas Haas2016-11-192-2/+14
* Clarify a NULL comparisoneska2016-11-151-1/+1
* Make the step property useful for sliders as described in #5773Elia Argentieri2016-11-151-4/+13
* Fix Label valign positionvolzhs2016-11-151-3/+3
* Caret blink will no longer cause redraw without focus, issue 6167Paulb232016-11-152-2/+2
* Fix updating value of SpinBox with prefixvolzhs2016-11-151-1/+4
* fix a tiny typoScotFlux2016-11-151-2/+2
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-1/+1
* Fix to fit stylebox with ItemListvolzhs2016-11-021-1/+4
* Fix Accept/ConfirmationDialog UI brokenvolzhs2016-10-311-5/+8
* Revert "Place child control under label in AcceptDialog."volzhs2016-10-311-25/+10
* Add "Never" underline mode to LinkButtonrdb2016-10-312-4/+6
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Added support for tooltips in ButtonArray. Fixes #6597Zher Huei Lee2016-10-302-7/+47
* Add "button_selected" signal to ButtonGroupvolzhs2016-10-171-0/+4
* Fixes for ButtonArrayZher Huei Lee2016-10-171-2/+12
* Button focus hoveringAnthony Fieroni2016-10-171-0/+10
* Place child control under label in AcceptDialog.Mateusz Adamczyk2016-10-171-10/+25
* Fix code completion drawing under other gui elements.Andreas Haas2016-10-091-1/+5
* Prevent crash on focus change when no valid next control has been found.Andreas Haas2016-10-091-5/+5
* PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...J08nY2016-10-092-13/+27
* LineEdit long indicator, fix #6624Pawel Kowal2016-10-091-3/+4
* Don't crash when video is stopped and played againBłażej Szczygieł2016-10-091-1/+2
* Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas2016-10-092-12/+24
* Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-10-092-0/+34
* Fix for issue #6496Brickcaster2016-10-091-19/+16
* fix ScrollContainer cannot scroll when scroll bar is hiddensanikoyes2016-09-181-2/+2
* ScrollContainer expand children bug fixPawel Kowal2016-09-181-2/+2
* Added get_v_scroll to item list, issue 5343Paulb232016-09-182-0/+4
* Explicitly initialize TextureProgress's initial angle value.MarianoGNU2016-09-181-0/+1
* fixed wrong placement of AcceptDialog Buttons issue-6143bebae2016-09-181-2/+0
* Ability to disable item list tooltip, issue 6240Paulb232016-09-182-0/+22
* Fixes LineEdit text selection with mouse selecting more than intendedWaldson Patrício2016-09-181-10/+0
* Show last added action on Input Map and implement InputEvent "=="volzhs2016-09-011-1/+1
* Add button_down and button_up signalsGeorge Marques2016-09-011-0/+11
* Slider value accounts for grabber offsetMason Ashbridge2016-09-011-3/+6