Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-10 | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | |
GDScript function definition and get_node shortcut syntax highlighting | |||
2018-05-05 | LinkButtons are now responsive to engine theme | Unknown | |
Fixes #18636, so now LinkButtons (like those in the asset store) will change font colour to remain visible in any engine theme, just like Labels etc | |||
2018-04-20 | Added GDScript NodePath highlighting | Paulb23 | |
2018-04-20 | Added GDScript function definition highlighting | Paulb23 | |
2018-04-12 | Implement font shadows for RichTextLabel | Markus Törnqvist | |
2018-03-27 | Add radio-button-looking entries to PopupMenu | Pedro J. Estébanez | |
They work exactly the same as current checkbox-decorated items, but in order to preserve compatibility, separate methods are used, like `add_radio_check_item()`. The other option would have been to add a new parameter at the end of `add_check_item()` and the like, but that would have forced callers to provide the defaults manually. `is_item_checkable()`, `is_item_checked()` and `set_item_checked()` are used regardless the item is set to look as check box or radio button. Keeping check in the name adds an additional clue about these facts. Closes #13055. | |||
2018-03-03 | Fix for a possible crash when a custom theme is not loaded properly | Marcelo Fernandez | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-18 | Fix Error/Success/Warning icon color | volzhs | |
Fix #15781 Fix #15757 | |||
2018-01-12 | Make members a bit more visible color wise | Juan Linietsky | |
2018-01-08 | Fix editor setting value is back to default | volzhs | |
Fix #15449 | |||
2018-01-06 | Fix editor settings weird behavior | volzhs | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | |
Fix errors with custom theme and custom font in project settings. | |||
2018-01-03 | Merge pull request #15073 from volzhs/editor-custom-font | Rémi Verschelde | |
Use .ttf or .otf file for editor custom font | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-30 | Fix errors with custom default theme and custom fonts. | geequlim | |
2017-12-28 | Respect text editor highlighting color changes | volzhs | |
Fix #14838 | |||
2017-12-27 | Use .ttf or .otf file for editor custom font | volzhs | |
2017-12-24 | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | |
2017-12-17 | Refactoring FPS & information on 3D viewport | volzhs | |
- FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition | |||
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-10 | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | |
Added skeleton x-ray | |||
2017-12-10 | Implemented skeleton visibility | AndreaCatania | |
Removed code visibility code from popup menu | |||
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | |
2017-12-01 | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | |
2017-11-20 | Visual fixes | Daniel J. Ramirez | |
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | |||
2017-11-11 | Fixed theme update and some widgets. | Daniel J. Ramirez | |
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||
2017-11-09 | Fix theme with custom font. | Daniel J. Ramirez | |
2017-11-09 | Fixed project manager and dialog fonts. | Daniel J. Ramirez | |
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-20 | Fix compilation on Visual Studio 2013 (#10219). | scorched | |
2017-10-15 | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | |
added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | |||
2017-10-12 | Added and improved some icons, plus some other minor visual fixes. | Daniel J. Ramirez | |
2017-10-02 | VS now supports white themes. | Daniel J. Ramirez | |
2017-10-03 | added spacing to tabs | toger5 | |
2017-10-02 | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | |
Several visual improvements. | |||
2017-10-01 | Merge pull request #11399 from toger5/bottom_panel_debugger | Gilles Roudiere | |
Bottom panel debugger | |||
2017-09-30 | Merge pull request #11704 from Hinsbart/move_interface_properties | Gilles Roudiere | |
EditorSettings: Move interface/ properties to interface/editor | |||
2017-09-29 | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | |
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | |||
2017-09-28 | fixed help bg | toger5 | |
2017-09-28 | Several visual improvements. | Daniel J. Ramirez | |
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes. | |||
2017-09-28 | fixed bottom panel debugger exception | toger5 | |
- make it work in combination with the border for tabs - fixed updating when changing theme | |||
2017-09-28 | do not overlap current line with selection color | toger5 | |
2017-09-28 | keep font color on selection as default | toger5 | |
2017-09-26 | Update theme property respectively | volzhs | |
2017-09-25 | Removed most of the custom colors from the interface. | Daniel J. Ramirez | |
2017-09-25 | Fixed tooltip font color | Daniel J. Ramirez | |
2017-09-21 | Improved a lot of icons, and some style fixes | Daniel J. Ramirez | |