aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make LineEdit not to cover whole line when rename nodevolzhs2016-09-011-12/+13
* Confirm code completion with numpad key ENTERIgnacio Etcheverry2016-09-011-1/+1
* Added extra spacing support for DynamicFontZher Huei Lee2016-08-021-2/+2
* Exposed enable syntax highlighting to propertiesPaulb232016-07-281-0/+1
* LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry2016-07-271-1/+1
* Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky2016-07-262-1/+5
|\
| * Fix GraphEdit dragging issues at scales != 1Rémi Verschelde2016-07-262-1/+5
* | Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-262-5/+5
|/
* Merge pull request #5746 from Ovnuniarchos/FileDialogExposedJuan Linietsky2016-07-242-1/+20
|\
| * Exposed mode, access, filters, and show hidden files to the editor. Also, two...Ovnuniarchos2016-07-172-1/+20
* | Merge pull request #5884 from 29jm/fix-crash-graphnodeRémi Verschelde2016-07-241-0/+5
|\ \
| * | Fix crash when GraphNode wasn't a child of a ControlJohan Manuel2016-07-241-0/+5
* | | Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-232-0/+30
|\ \ \ | |/ / |/| |
| * | TextEdit: Center search resultsIgnacio Etcheverry2016-07-212-0/+30
| |/
* | Fix pick color from screen. Closes #5853MarianoGNU2016-07-221-1/+2