Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2017-09-21 | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde | |
Visual tweaks. | |||
2017-09-21 | Merge pull request #11221 from toger5/editor_spacing | Rémi Verschelde | |
added editor spacing | |||
2017-09-20 | Visual tweaks. | Daniel J. Ramirez | |
Updated icons Updated some color | |||
2017-09-19 | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | |
Visual improvements and new look for VS | |||
2017-09-19 | added editor spacing | toger5 | |
2017-09-18 | Fixed a lot of HiDPI metrics. | Daniel J. Ramirez | |
2017-09-17 | Fixed metrics. | Daniel J. Ramirez | |
2017-09-17 | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde | |
Added border for tabs + container. | |||
2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
2017-09-15 | Added border for tabs + container. | toger5 | |
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles. | |||
2017-09-14 | Improved VisualScriptEditor | Daniel J. Ramirez | |
2017-09-14 | Match status icons colors with the theme status colors. | Daniel J. Ramirez | |
2017-09-14 | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | |
Improved editor docs | |||
2017-09-14 | Several fixed to editor doc. | Daniel J. Ramirez | |
Improved style Fixed editor help issues Added editor help index | |||
2017-09-13 | More consistent script color temperatures. | Daniel J. Ramirez | |
2017-09-13 | Merge pull request #11191 from toger5/slider_highlight_area | Rémi Verschelde | |
added highlight area to slider | |||
2017-09-13 | Merge pull request #11063 from toger5/svg_generation_optimization | Rémi Verschelde | |
optimized color conversion for svg generation | |||
2017-09-13 | Merge pull request #11207 from toger5/fixed_margin_for_theme | Hein-Pieter van Braam | |
fixed margin beeing squared | |||
2017-09-13 | fixed border on the right of viewport | toger5 | |
2017-09-12 | fixed margin beeing squared | toger5 | |
2017-09-12 | optimized color conversion for svg generation | toger5 | |
2017-09-12 | added highlight area to slider | toger5 | |
2017-09-12 | Fixed some inconsistent styles, plus some cleanup | Daniel J. Ramirez | |
2017-09-12 | Improved VS node coloring | Daniel J. Ramirez | |
2017-09-12 | Improved alternative size thumbnail generation | Daniel J. Ramirez | |
2017-09-12 | Improved theme generation, and other fixes | Daniel J. Ramirez | |
2017-09-07 | Fit script editor grid with others | volzhs | |
2017-09-05 | fixed log colors | toger5 | |
2017-09-04 | changed tree font color to be more saturated | toger5 | |
2017-09-04 | fixed hover line for menu button | toger5 | |
2017-09-04 | Fixed theme (chagnes introduced in light theme) | toger5 | |
- adapted contrast color intensity (to make buttons less bright) - added missing border for lineEdit - removed unnecassary code for option button | |||
2017-09-04 | Merge pull request #10932 from djrm/pr_fix_metrics | Rémi Verschelde | |
Fixed some metrics (some issues caused by the new Noto Sans font). | |||
2017-09-03 | Fixed some metrics (some issues caused by the new Noto Sans font). | Daniel J. Ramirez | |
plus other minor fixes | |||
2017-09-02 | Unified script panel backgrounds. | toger5 | |
- simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated. | |||
2017-08-31 | unified draw_center naming for (9patch,StyleBoxes) | toger5 | |
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled | |||
2017-08-30 | added setting for icon/font color: auto,dark,light | toger5 | |
2017-08-30 | renamed light_color to contrast_color | toger5 | |
- added tab highlighting - other changes to the theme to make use of contrast color | |||
2017-08-30 | White Theme | toger5 | |
- almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme | |||
2017-08-30 | Implement color conversion for dark SVG icons | toger5 | |