index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
default_theme
Age
Commit message (
Expand
)
Author
2021-01-18
Fix typo in theming methods ("botton" -> "bottom")
Hugo Locurcio
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-17
Merge pull request #43416 from pycbouh/graph-minimap
Rémi Verschelde
2020-12-11
[Complex Text Layouts] Refactor RichTextLabel.
bruvzg
2020-12-03
Add "font_color_separator" theme property to 'PopupMenu'
Michael Alexsander
2020-11-30
Add a minimap to the GraphEdit
Yuri Sizov
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-09-10
Move safe line color into editor
Paulb23
2020-09-10
Add folding gutter to code_edit
Paulb23
2020-09-10
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
Changed line_edited_from(from) to lines_edit_from(from, to)
Paulb23
2020-09-10
Added Line numbers to CodeEdit
Paulb23
2020-09-10
Add and convert editor to use CodeEdit
Paulb23
2020-07-11
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-03
Change how default fonts are created, fixes #39235
Juan Linietsky
2020-06-24
Fix default editor/project Button styles after ToolButton removal
Hugo Locurcio
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-08
Add generic file icon and its modulation to the 'FileDialog'
Michael Alexsander
2020-05-21
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')
Dominik 'dreamsComeTrue' Jasiński
2020-05-16
Remove HQ2X and the `Image.expand_2x_hq2x()` method
Hugo Locurcio
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-10
Merge pull request #37517 from nekomatata/slider-grab-area-highlight
Rémi Verschelde
2020-04-02
Add style for highlighted Slider grab area
PouleyKetchoupp
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-22
Remove unused theme constants in Tab(Container)
Michael Alexsander
2020-02-11
Texture refactor
Juan Linietsky
2020-02-07
Completes doc for ItemList and Tree
Haoyu Qiu
2020-01-07
Make possible to edit the GraphEdit's selection rect colors
Michael Alexsander
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-28
Revert "Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_a...
Michael Alexsander
2019-12-13
Remove unused theme elements in H/VSlider
Michael Alexsander
2019-10-27
Add "panel" style to PopupDialog
Michael Alexsander
2019-10-25
Fix the default TextEdit background color
Hugo Locurcio
2019-10-12
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2019-09-27
Draw an indicator to denote overbright colors in ColorPicker
Hugo Locurcio
2019-09-20
Remove an unused icon and constant in Tree
Hugo Locurcio
2019-09-01
Fix resizer icon visiblity on light theme in GraphNode
Chaosus89
2019-08-23
Merge pull request #31593 from SaracenOne/project_theme_shutdown_fix
Rémi Verschelde
2019-08-23
Fixes issue with project_default_theme not being dereferenced on cleanup.
Saracen
2019-08-21
Rename FileDialog's folder icon custom color to `folder_icon_modulate`
Hugo Locurcio
2019-08-20
Use a different color for folder icons in file dialogs
Hugo Locurcio
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-06
Default theme: make toggle_off_disabled.png the same dimension as other Check...
merumelu
2019-07-22
Make `make_header.py` functional when run from any location
Hugo Locurcio
[next]