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
/
control.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-0
/
+45
*
Removed unused property 'pending_resize' from Control
Eric M
2020-11-26
1
-2
/
+0
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-3
/
+0
*
Merge pull request #42008 from Calinou/theme-rename-node-type
Rémi Verschelde
2020-11-16
1
-26
/
+26
|
\
|
*
Rename the `type` parameter to `node_type` in Theme and Control
Hugo Locurcio
2020-10-27
1
-26
/
+26
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
Updated getters and setters names for toplevel
Duroxxigar
2020-10-02
1
-1
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-22
/
+22
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-1
/
+1
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-19
/
+0
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-29
/
+45
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-1
/
+8
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-4
/
+4
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Don't compile editor-only function when tools=no
Gilles Roudière
2020-01-09
1
-0
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+0
*
Add a configuration warning when using Ignore mouse filter with tooltip
Hugo Locurcio
2019-06-30
1
-0
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-2
/
+2
*
Improve the anchors and margin workflow
Gilles Roudiere
2019-05-13
1
-4
/
+8
*
Update controls when a stylebox or icon override changes; change to CONNECT_R...
Bojidar Marinov
2019-02-25
1
-4
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Add expand/collapse all buttons for the "Errors" tab
Michael Alexsander Silva Dias
2018-09-12
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
[Core] Completely kill math_2d.h, change includes
Aaron Franke
2018-08-11
1
-1
/
+1
*
Opens the menu with the same parent on mouse focus
Guilherme Felipe
2018-07-24
1
-1
/
+0
*
-Fix tooltips in inspector, now they show as rich text.
Juan Linietsky
2018-07-20
1
-0
/
+1
*
Merge pull request #18634 from groud/fix_control_child_of_node2d
Max Hilbrunner
2018-07-03
1
-4
/
+6
|
\
|
*
Fixes the bad calculation of margin & anchors when child of Node2D
groud
2018-06-07
1
-4
/
+6
*
|
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-07-02
1
-6
/
+6
|
/
*
-New inspector.
Juan Linietsky
2018-05-15
1
-1
/
+7
*
Merge pull request #17502 from groud/2Deditor_rect
Juan Linietsky
2018-04-13
1
-0
/
+3
|
\
|
*
Remove the selection rect for nodes that do not require it
Gilles Roudiere
2018-04-03
1
-0
/
+3
*
|
Merge pull request #17081 from endragor/no-press-when-scroll
Rémi Verschelde
2018-04-10
1
-0
/
+2
|
\
\
|
*
|
Make BaseButton not emit press when container is scrolled
Ruslan Mustakov
2018-04-09
1
-0
/
+2
|
|
/
*
/
Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to gro...
isaacremnant
2018-02-12
1
-1
/
+2
|
/
*
Changes the keep_margin parameter to true by default, so that people are not ...
Gilles Roudiere
2018-01-15
1
-2
/
+2
*
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
*
fix certain popup close clicks with popup buttons
Bernhard Liebl
2017-12-10
1
-0
/
+5
*
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-19
1
-5
/
+19
*
Add manual overrides for focus_next and focus_previous on controls similar to...
Saracen
2017-11-16
1
-0
/
+7
*
Unify degree members and properties
letheed
2017-11-10
1
-2
/
+2
*
Remove deprecated rotation methods
letheed
2017-11-10
1
-4
/
+0
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-2
/
+0
*
Implements set_margins_preset(...)
Gilles Roudiere
2017-09-22
1
-11
/
+23
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-1
/
+1
[prev]
[next]