index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
split_container.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Improvements to SplitContainer including a drag bar background StyleBox.
Koyper
2024-09-14
1
-79
/
+165
*
Fix container minimum size with hidden parent
Anni Ryynänen
2024-07-12
1
-4
/
+5
*
Use `as_sortable_control()` in SplitContainer
kit
2024-05-08
1
-11
/
+11
*
Revert as_sortable_control() change in SplitContainer
kobewi
2024-05-08
1
-2
/
+2
*
Add as_sortable_control() to unify Container checks
kobewi
2024-05-08
1
-5
/
+2
*
Extract editor dock manager
kit
2024-01-15
1
-9
/
+9
*
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-3
/
+3
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-13
/
+10
*
Fix SplitContainer rendering and theming
RedMser
2023-01-22
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Code simplifications found by cppcheck
Markus Sauermann
2022-11-21
1
-2
/
+1
*
Allow SplitContainer to have a grab area larger than its visual grabber
Gilles Roudière
2022-09-07
1
-130
/
+121
*
Improve SplitContainer behavior, keeping asked split whenever possible
Gilles Roudière
2022-09-02
1
-35
/
+53
*
Rework oriented containers
kobewi
2022-09-01
1
-4
/
+39
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-21
/
+21
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-4
/
+4
*
Revert SplitContainer minimum size splitting changes (#64676 and #64800)
Rémi Verschelde
2022-08-26
1
-5
/
+1
*
Merge pull request #59226 from Rindbee/better-setters-in-gui-controls
Yuri Sizov
2022-08-24
1
-0
/
+4
|
\
|
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+4
*
|
Handle child control size changes in SplitContainer
kobewi
2022-08-23
1
-3
/
+8
|
/
*
Improve SplitContainer minimum size splitting
kobewi
2022-08-21
1
-3
/
+2
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-0
/
+4
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-0
/
+24
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+1
*
Optimize StringName usage
reduz
2021-07-18
1
-14
/
+14
*
Make invisible `SplitContainer` nodes correctly calculate the minimal size of...
Michael Alexsander
2021-07-02
1
-1
/
+1
*
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-25
1
-1
/
+1
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-1
/
+1
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-7
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-4
/
+19
*
Renamed toplevel to be top_level
Duroxxigar
2020-10-01
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-22
/
+41
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-35
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-13
/
+13
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Uses split cursor for SplitContainer
Haoyu Qiu
2020-02-08
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make 'SplitContainer' update drawing only if actually needs to
Michael Alexsander Silva Dias
2019-02-22
1
-3
/
+5
*
Fix 'SplitContainer's showing their handles when they shouldn't
Michael Alexsander Silva Dias
2019-02-21
1
-12
/
+23
*
Updates containers minimum size when some constants are modified
groud
2019-01-24
1
-0
/
+4
[next]