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
/
editor_help.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add padding for code blocks in the editor help
Hugo Locurcio
2022-07-17
1
-0
/
+1
*
Merge pull request #62710 from Calinou/editor-help-improve-code-kbd-ref-highl...
Rémi Verschelde
2022-07-13
1
-6
/
+37
|
\
|
*
Improve visibility of code, kbd and clickable references in editor help
Hugo Locurcio
2022-07-05
1
-6
/
+37
*
|
Merge pull request #62108 from bruvzg/font_config_v3
Rémi Verschelde
2022-07-07
1
-1
/
+1
|
\
\
|
*
|
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-1
/
+1
*
|
|
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
1
-15
/
+128
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-15
/
+128
|
|
/
*
/
Implement a BitField hint
reduz
2022-07-05
1
-1
/
+5
|
/
*
Fix `help_title_font_size` editor property to correctly apply to docs
Yuri Rubinsky
2022-06-29
1
-25
/
+55
*
Merge pull request #60984 from fire-forge/doc-icon
Rémi Verschelde
2022-06-01
1
-0
/
+11
|
\
|
*
Add type icon to documentation page header
FireForge
2022-05-25
1
-0
/
+11
*
|
Fix help links with threaded RTL.
bruvzg
2022-05-30
1
-3
/
+23
|
/
*
Fix class_desc_deselect handling of @GlobalScope.X links
SnailRhymer
2022-05-21
1
-21
/
+26
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
[RTL] Add support for shaping in background thread.
bruvzg
2022-05-19
1
-22
/
+23
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-11
/
+11
*
Fix _class_desc_select to handle Variant.Type
SnailRhymer
2022-05-12
1
-49
/
+46
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-2
/
+2
*
[Help] Add simulated slanted font support to the editor help.
bruvzg
2022-03-22
1
-2
/
+2
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+0
*
Use vformat() instead of string concatenation inside TTR()
Haoyu Qiu
2022-03-03
1
-2
/
+2
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-4
/
+5
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-3
/
+3
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-9
/
+9
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-9
/
+9
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-13
/
+13
*
Rework TextureButton stretch
kobewi
2022-02-05
1
-1
/
+1
*
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-03
1
-9
/
+9
|
\
|
*
String: Add contains().
Anilforextra
2022-02-04
1
-9
/
+9
*
|
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
1
-1
/
+1
*
|
EditorHelpBit: Fix content height fit and RTL theme propagation
Rémi Verschelde
2022-02-02
1
-5
/
+7
|
/
*
Fix theming of doc background
Yuri Roubinsky
2022-01-30
1
-5
/
+5
*
[Editor] Do not update editor help theme, if calculated margin hasn't changed.
bruvzg
2022-01-24
1
-6
/
+9
*
Use a fixed-width font for internal references in the editor help
Hugo Locurcio
2022-01-21
1
-4
/
+8
*
Improve spacing in built-in class reference
Yuri Sizov
2022-01-18
1
-33
/
+31
*
Generate editor docs on a thread
reduz
2022-01-07
1
-3
/
+43
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
\
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-2
/
+2
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-32
/
+32
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-3
/
+3
*
|
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-7
/
+32
*
|
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-31
/
+64
|
/
*
Add [theme_item] tag to editor help
kobewi
2021-11-18
1
-1
/
+4
*
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-15
1
-1
/
+2
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-2
/
+2
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-6
/
+8
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-139
/
+195
*
Fix match counter in help pages not updating
Michael Alexsander
2021-10-01
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-9
/
+9
[next]