| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | Fix Error/Success/Warning icon color | volzhs | 2018-01-18 | 1 | -0/+4 |
| | | | | | | Fix #15781 Fix #15757 | ||||
| * | Make members a bit more visible color wise | Juan Linietsky | 2018-01-12 | 1 | -1/+1 |
| | | |||||
| * | Fix editor setting value is back to default | volzhs | 2018-01-08 | 1 | -31/+60 |
| | | | | | Fix #15449 | ||||
| * | Fix editor settings weird behavior | volzhs | 2018-01-06 | 1 | -60/+31 |
| | | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
| * | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | 2018-01-04 | 1 | -0/+3 |
| |\ | | | | | Fix errors with custom theme and custom font in project settings. | ||||
| | * | Fix errors with custom default theme and custom fonts. | geequlim | 2017-12-30 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #15073 from volzhs/editor-custom-font | Rémi Verschelde | 2018-01-03 | 1 | -11/+0 |
| |\ \ | | | | | | | Use .ttf or .otf file for editor custom font | ||||
| | * | | Use .ttf or .otf file for editor custom font | volzhs | 2017-12-27 | 1 | -11/+0 |
| | |/ | |||||
| * | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | | | | | Happy new year to the wonderful Godot community! | ||||
| * | | Respect text editor highlighting color changes | volzhs | 2017-12-28 | 1 | -30/+65 |
| |/ | | | | Fix #14838 | ||||
| * | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | 2017-12-24 | 1 | -0/+6 |
| | | |||||
| * | Refactoring FPS & information on 3D viewport | volzhs | 2017-12-17 | 1 | -0/+6 |
| | | | | | | | - FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition | ||||
| * | Fix CheckButton minimum size | volzhs | 2017-12-11 | 1 | -3/+1 |
| | | |||||
| * | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | 2017-12-10 | 1 | -0/+3 |
| |\ | | | | | Added skeleton x-ray | ||||
| | * | Implemented skeleton visibility | AndreaCatania | 2017-12-10 | 1 | -0/+3 |
| | | | | | | | | | Removed code visibility code from popup menu | ||||
| * | | Changed current line draw order and added code folding color | Paulb23 | 2017-12-07 | 1 | -0/+2 |
| | | | |||||
| * | | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | 2017-12-01 | 1 | -0/+1 |
| |/ | |||||
| * | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 1 | -0/+7 |
| | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | ||||
| * | Fixed theme update and some widgets. | Daniel J. Ramirez | 2017-11-11 | 1 | -2/+22 |
| | | |||||
| * | Some fixes and improvements. | Daniel J. Ramirez | 2017-11-10 | 1 | -0/+5 |
| | | | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | ||||
| * | Fix theme with custom font. | Daniel J. Ramirez | 2017-11-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed project manager and dialog fonts. | Daniel J. Ramirez | 2017-11-09 | 1 | -0/+1 |
| | | |||||
| * | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -1/+0 |
| | | |||||
| * | Fix compilation on Visual Studio 2013 (#10219). | scorched | 2017-10-20 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | 2017-10-15 | 1 | -3/+3 |
| |\ | | | | | added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | ||||
| | * | do not overlap current line with selection color | toger5 | 2017-09-28 | 1 | -2/+2 |
| | | | |||||
| | * | keep font color on selection as default | toger5 | 2017-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | Added and improved some icons, plus some other minor visual fixes. | Daniel J. Ramirez | 2017-10-12 | 1 | -0/+1 |
| | | | |||||
| * | | VS now supports white themes. | Daniel J. Ramirez | 2017-10-02 | 1 | -11/+33 |
| | | | |||||
| * | | added spacing to tabs | toger5 | 2017-10-03 | 1 | -3/+9 |
| | | | |||||
| * | | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | 2017-10-02 | 1 | -31/+85 |
| |\ \ | | | | | | | Several visual improvements. | ||||
| | * | | Several visual improvements. | Daniel J. Ramirez | 2017-09-28 | 1 | -31/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge pull request #11399 from toger5/bottom_panel_debugger | Gilles Roudiere | 2017-10-01 | 1 | -26/+15 |
| |\ \ \ | | | | | | | | | Bottom panel debugger | ||||
| | * | | | fixed bottom panel debugger exception | toger5 | 2017-09-28 | 1 | -26/+15 |
| | |/ / | | | | | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme | ||||
| * | | | Merge pull request #11704 from Hinsbart/move_interface_properties | Gilles Roudiere | 2017-09-30 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | EditorSettings: Move interface/ properties to interface/editor | ||||
| | * | | | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | 2017-09-29 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | 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. | ||||
| * / / | fixed help bg | toger5 | 2017-09-28 | 1 | -12/+2 |
| |/ / | |||||
| * | | Update theme property respectively | volzhs | 2017-09-26 | 1 | -17/+38 |
| | | | |||||
| * | | Removed most of the custom colors from the interface. | Daniel J. Ramirez | 2017-09-25 | 1 | -5/+18 |
| | | | |||||
| * | | Fixed tooltip font color | Daniel J. Ramirez | 2017-09-25 | 1 | -1/+2 |
| | | | |||||
| * | | Improved a lot of icons, and some style fixes | Daniel J. Ramirez | 2017-09-21 | 1 | -0/+10 |
| | | | |||||
| * | | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde | 2017-09-21 | 1 | -6/+14 |
| |\ \ | | | | | | | Visual tweaks. | ||||
| | * | | Visual tweaks. | Daniel J. Ramirez | 2017-09-20 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | Updated icons Updated some color | ||||
| * | | | Merge pull request #11221 from toger5/editor_spacing | Rémi Verschelde | 2017-09-21 | 1 | -9/+18 |
| |\ \ \ | |/ / |/| | | added editor spacing | ||||
| | * | | added editor spacing | toger5 | 2017-09-19 | 1 | -9/+18 |
| | |/ | |||||
| * | | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | 2017-09-19 | 1 | -40/+65 |
| |\ \ | | | | | | | Visual improvements and new look for VS | ||||
| | * | | Improved VisualScriptEditor | Daniel J. Ramirez | 2017-09-14 | 1 | -10/+27 |
| | | | | |||||
| | * | | Match status icons colors with the theme status colors. | Daniel J. Ramirez | 2017-09-14 | 1 | -30/+38 |
| | | | | |||||
