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
/
plugins
/
theme_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-7
/
+0
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-3
/
+53
*
Change Color HTML conversion from ARGB to RGBA
Aaron Franke
2020-09-01
1
-2
/
+2
*
Gives the theme editor a horizontal scrollbar
Lunatoid
2020-08-26
1
-1
/
+1
*
Small naming and tooltip tweaks
Michael Alexsander
2020-07-23
1
-2
/
+2
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-2
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-9
/
+18
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-40
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-15
/
+45
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-11
/
+11
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-10
/
+10
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-13
/
+6
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-6
/
+6
*
Texture refactor
Juan Linietsky
2020-02-11
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #34613 from timothyqiu/edscale-again
Rémi Verschelde
2019-12-30
1
-1
/
+1
|
\
|
*
Fixes Theme Editor minimum height on HiDPI monitor
Haoyu Qiu
2019-12-26
1
-1
/
+1
*
|
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+2
|
/
*
Makes more strings in editor translatable
Haoyu Qiu
2019-12-16
1
-1
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+2
*
Regression fixup to the theme editor
Michael Alexsander Silva Dias
2019-08-13
1
-35
/
+36
*
Minor fixups to the theme editor
Michael Alexsander Silva Dias
2019-08-09
1
-6
/
+6
*
Fix bottom panel visibility behaviour in the theme editor
Michael Alexsander Silva Dias
2019-05-21
1
-3
/
+1
*
Fix Theme Editor Preview
Swarnim Arun
2019-05-21
1
-2
/
+2
*
Removed an unused and leaked CheckButton instance in theme editor plugin
Ibrahn Sahir
2019-05-17
1
-1
/
+0
*
Merge pull request #22301 from YeldhamDev/button_popup_highlight
Rémi Verschelde
2019-04-25
1
-0
/
+2
|
\
|
*
Enable toggle behaviour for buttons that trigger popups
Michael Alexsander Silva Dias
2018-12-11
1
-0
/
+2
*
|
Fix "Name" popup's size in theme editor
Michael Alexsander Silva Dias
2019-04-23
1
-1
/
+1
*
|
Enhance theme preview
Michael Alexsander Silva Dias
2019-02-19
1
-98
/
+123
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Small changes for some strings.
Michael Alexsander Silva Dias
2018-05-03
1
-54
/
+2
*
Fix theme editor sample widgets
Pedro J. Estébanez
2018-04-27
1
-3
/
+3
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
*
Add radio-button-looking entries to PopupMenu
Pedro J. Estébanez
2018-03-27
1
-0
/
+4
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-23
1
-1
/
+1
*
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
*
Add more translatable text for editor plugins.
geequlim
2017-12-23
1
-1
/
+1
*
Add menu to import current editor theme into theme editor
Geequlim
2017-11-07
1
-7
/
+9
*
Change theme button name to edit theme
Alexander Holland
2017-10-22
1
-1
/
+5
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-3
/
+3
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Editor: Add some more translatable strings.
Andreas Haas
2017-08-25
1
-2
/
+2
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-3
/
+3
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-1
/
+1
*
ThemeEditor: fix broken dialog
Poommetee Ketson
2017-07-27
1
-33
/
+26
[next]