aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add column_title_pressed signal to Tree nodeyanorax2017-05-181-0/+21
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-174-10/+11
* Merge pull request #8759 from AlexHoratio/masterRémi Verschelde2017-05-151-0/+5
|\
| * Fixed #8526, popup menu width now responds to submenu iconAlexHoratio2017-05-141-0/+5
* | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-121-2/+2
|/
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-078-23/+61
* Tree: Clear search string on selection.Andreas Haas2017-05-041-0/+2
* LineEdit: fix placeholder text affected by secretPoommetee Ketson2017-05-031-2/+2
* Fix #8617 WindowDialog with custom panel background crashes godotMarc Gilleron2017-05-021-12/+16
* Merge pull request #8520 from Hinsbart/tree_tooltipsRémi Verschelde2017-04-272-3/+19
|\
| * Tree: Ability to add tooltips to TreeItem buttons.Andreas Haas2017-04-262-3/+19
* | Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-2710-26/+75
|/
* Merge pull request #8343 from volzhs/prevent_uncheckRémi Verschelde2017-04-241-0/+2
|\
| * Prevent to uncheck selected item with button groupvolzhs2017-04-101-0/+2
* | Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-201-2/+2
|\ \
| * | External editor improvements and fixesIgnacio Etcheverry2017-04-171-2/+2
| |/
* | Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde2017-04-201-29/+26
|\ \
| * | Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-131-29/+26
* | | Added support for space indentationPaulb232017-04-182-28/+126
|/ /
* / Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-1015-80/+80
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-08102-0/+102
* Fix highlight typosupaiku2017-04-062-12/+12
* Merge pull request #8248 from Hinsbart/fix_notify_renamesRémi Verschelde2017-04-044-11/+11
|\
| * Fix more property names in _change_notify calls.Andreas Haas2017-04-034-11/+11
* | Merge pull request #8211 from robertdhernandez/NinePatch-FixRémi Verschelde2017-04-032-20/+17
|\ \ | |/ |/|
| * Fixed WindowDialog not aligning properlyRobert Hernandez2017-03-312-3/+14
| * Fixed AtlasTexture being incorrectlyRobert Hernandez2017-03-301-20/+6
* | Fixed Node2D/Control not updating propertiesRobert Hernandez2017-04-011-6/+6
|/
* Fix typos in source code using codespellRémi Verschelde2017-03-246-6/+6
* Merge pull request #8023 from CrazyGuy108/masterRémi Verschelde2017-03-181-0/+2
|\
| * List Control::has_point as a virtual methodCrazyGuy1082017-03-141-0/+2
* | Merge pull request #8020 from karroffel/class-db-inconsistencyRémi Verschelde2017-03-151-2/+2
|\ \
| * | fixed ClassDB inconsistenciesKarroffel2017-03-131-2/+2
| |/
* / WindowDialog: Fix crash when running as ProjectManagerAndreas Haas2017-03-131-2/+2
|/
* Editor: Dim UI when a WindowDialog is shown.Andreas Haas2017-03-061-0/+14
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0599-11871/+10028
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-054-1/+114
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-052-2/+2
* Merge pull request #7916 from RebelliousX/tab_containerRémi Verschelde2017-03-052-5/+25
|\
| * - `tab_changed` signal emits only by selecting a different tab.Thaer Razeq2017-03-052-5/+25
* | Merge pull request #7929 from RayKoopa/editor_resizable_dialogsRémi Verschelde2017-03-044-6/+38
|\ \
| * | Make Editor, Export and Project settings dialogs resizable and store their bo...Ray Koopa2017-03-034-6/+38
* | | Fix wrong TreeItem reference after reconstructingvolzhs2017-03-032-2/+4
|/ /
* / Added functionality for resizable dialogs.Ray Koopa2017-03-012-48/+169
|/
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-285-6/+4
* Add disabled tabsRay Koopa2017-02-274-12/+78
* Fix several drawing and logic issues in TabContainerRay Koopa2017-02-272-427/+309
* Merge pull request #7653 from Dumbeldor/RichTextLabel_remove_lineRémi Verschelde2017-02-262-0/+45
|\
| * RichTextLabel add function remove_lineVincent2017-02-162-0/+45
* | Merge pull request #7874 from volzhs/issue-7820-masterRémi Verschelde2017-02-261-0/+1
|\ \