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
...
*
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
*
Fixes Groups Editor batch add/remove nodes
Haoyu Qiu
2019-12-31
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Makes more editor strings translatable
Haoyu Qiu
2019-12-21
1
-1
/
+1
*
Fixes wrong minimum size of Group Editor
Haoyu Qiu
2019-12-15
1
-1
/
+1
*
Fixed cases where labels with autowrap can overflow the editor ui
PouleyKetchoupp
2019-11-04
1
-0
/
+1
*
Major enhancements for the group editor
Michael Alexsander Silva Dias
2019-08-28
1
-59
/
+154
*
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
|
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
i18n: Sync translation template with current source
Rémi Verschelde
2018-12-13
1
-1
/
+1
*
Refactor editor icon retrieval
willnationsdev
2018-09-14
1
-6
/
+1
*
Do not use theme to set LineEdit right_icon
Łukasz Rutkowski
2018-08-11
1
-2
/
+2
*
Add clear text button to LineEdit
Łukasz Rutkowski
2018-08-11
1
-0
/
+2
*
Makes the group dialog resizable
Guilherme Felipe
2018-07-02
1
-0
/
+1
*
Small visual changes for some filter bars.
Michael Alexsander Silva Dias
2018-05-17
1
-0
/
+3
*
Added multi group editor dialog, issue 13997
Paulb23
2018-04-15
1
-1
/
+436
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-48
/
+42
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-0
/
+188
[prev]