aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "Respect style boxes for Button states other than "normal""2.1.3-stableRémi Verschelde2017-04-111-10/+5
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0896-0/+96
* List Control::has_point as a virtual methodCrazyGuy1082017-03-191-0/+2
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1999-11770/+9977
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-182-2/+2
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-1810-16/+16
* Fix wrong TreeItem reference after reconstructingvolzhs2017-03-181-1/+0
* Fix crash when click icon while editing node namevolzhs2017-03-181-0/+1
* RichTextLabel add function remove_lineVincent2017-03-182-0/+45
* Spinbox: don't ignore double clicks.Andreas Haas2017-03-181-2/+0
* Selected text is now deselected on ctrl+home/endkbake2017-03-181-14/+25
* Respect style boxes for Button states other than "normal"Ray Koopa2017-03-181-5/+10
* Merge pull request #7933 from RebelliousX/2.1Rémi Verschelde2017-03-052-31/+51
|\
| * - Added `tab_selected` signal which has same behavior as `tab_changed`Thaer Razeq2017-03-052-31/+51
* | Fix wrong TreeItem reference after reconstructingvolzhs2017-03-032-2/+4
|/
* Merge pull request #7716 from GodotExplorer/pr-resizable-texturebuttonRémi Verschelde2017-02-274-45/+163
|\
| * Add scale property back for backwards compatibilitygeequlim2017-02-133-39/+89
| * Make same resize behavior for TextureButton with TextureFrame.geequlim2017-02-042-48/+106
| * Add Keep Covered texture resize modegeequlim2017-02-042-3/+13
* | Fix crash when click icon while editing node namevolzhs2017-02-231-0/+1
* | Merge pull request #7754 from volzhs/tr-buttonarrayRémi Verschelde2017-02-122-5/+10
|\ \
| * | Translate ButtonArray textvolzhs2017-02-082-5/+10
| |/
* | Merge pull request #7719 from RandomShaper/backport-code-edit-goodies-2.1Rémi Verschelde2017-02-122-1/+40
|\ \
| * | Backport goodies for the code editorsPedro J. Estébanez2017-02-042-1/+40
| |/
* / Add ColorFrame control (2.1)William Tumeo2017-02-022-0/+58
|/
* Fix #7011 ScrollContainer takes into account child's EXPAND flag when scrolli...Pawel Kowal2017-01-261-2/+2
* 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