summaryrefslogtreecommitdiffstats
path: root/scene/gui/split_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Improvements to SplitContainer including a drag bar background StyleBox.Koyper2024-09-141-79/+165
* Fix container minimum size with hidden parentAnni Ryynänen2024-07-121-4/+5
* Use `as_sortable_control()` in SplitContainerkit2024-05-081-11/+11
* Revert as_sortable_control() change in SplitContainerkobewi2024-05-081-2/+2
* Add as_sortable_control() to unify Container checkskobewi2024-05-081-5/+2
* Extract editor dock managerkit2024-01-151-9/+9
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-3/+3
* Register theme properties with ThemeDBYuri Sizov2023-09-111-13/+10
* Fix SplitContainer rendering and themingRedMser2023-01-221-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-2/+1
* Allow SplitContainer to have a grab area larger than its visual grabberGilles Roudière2022-09-071-130/+121
* Improve SplitContainer behavior, keeping asked split whenever possibleGilles Roudière2022-09-021-35/+53
* Rework oriented containerskobewi2022-09-011-4/+39
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-21/+21
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-4/+4
* Revert SplitContainer minimum size splitting changes (#64676 and #64800)Rémi Verschelde2022-08-261-5/+1
* Merge pull request #59226 from Rindbee/better-setters-in-gui-controlsYuri Sizov2022-08-241-0/+4
|\
| * Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+4
* | Handle child control size changes in SplitContainerkobewi2022-08-231-3/+8
|/
* Improve SplitContainer minimum size splittingkobewi2022-08-211-3/+2
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+4
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+24
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename minimum_size_changed() methodkobewi2021-12-061-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* Optimize StringName usagereduz2021-07-181-14/+14
* Make invisible `SplitContainer` nodes correctly calculate the minimal size of...Michael Alexsander2021-07-021-1/+1
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Removed _change_notifyreduz2021-02-101-1/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-7/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+19
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-22/+41
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-35/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-13/+13
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Uses split cursor for SplitContainerHaoyu Qiu2020-02-081-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make 'SplitContainer' update drawing only if actually needs toMichael Alexsander Silva Dias2019-02-221-3/+5
* Fix 'SplitContainer's showing their handles when they shouldn'tMichael Alexsander Silva Dias2019-02-211-12/+23
* Updates containers minimum size when some constants are modifiedgroud2019-01-241-0/+4