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
/
editor
/
groups_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-9
/
+7
*
Add ability to rename groups in the GroupsEditor
Yuri Rubinsky
2022-10-04
1
-36
/
+108
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+9
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-2
/
+2
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-1
/
+1
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-2
/
+2
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-4
/
+12
*
Add _group_selected to callable methods
Bitlytic
2022-03-24
1
-0
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+3
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-7
/
+7
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-7
/
+7
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-2
/
+2
*
Improve Groups dock panel and the Group Editor
Haoyu Qiu
2022-01-21
1
-3
/
+16
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-10
/
+10
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-1
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
Added ability to copy group name
Duroxxigar
2021-10-21
1
-43
/
+57
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-11
/
+9
*
Optimize StringName usage
reduz
2021-07-18
1
-9
/
+9
*
Add header theme type variations to labels
kobewi
2021-07-13
1
-0
/
+8
*
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
1
-1
/
+1
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-2
/
+2
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-1
/
+1
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-2
/
+9
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-2
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+16
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-10
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-14
/
+14
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-27
/
+25
*
Signals: Fix some regressions from #36426
Rémi Verschelde
2020-03-03
1
-0
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-29
/
+14
*
Signals: Fix invalid connections to missing callbacks
Rémi Verschelde
2020-02-23
1
-2
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-16
/
+16
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Fixes add group in Group Editor dialog
Haoyu Qiu
2020-02-02
1
-1
/
+1
*
Trims user provided group name
Haoyu Qiu
2020-01-10
1
-5
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
[next]