OverloadedOrama
0fbc2987ca
Generate theme buttons via code
...
Instead of having hardcoded nodes. This makes implementing new themes a bit easier.
2020-08-15 00:10:34 +03:00
OverloadedOrama
79bd015c19
Put top menu & ruler styles inside the themes
...
Instead of using stylebox files.
2020-08-14 00:22:49 +03:00
OverloadedOrama
7e3fd089e4
Added color previews next to the themes in Preferences
2020-07-29 04:40:27 +03:00
OverloadedOrama
db606a5051
Added a dark texture for the restore to default button
...
For light & caramel themes
2020-07-29 03:36:19 +03:00
OverloadedOrama
4e111a7ac0
Created a Projects class
...
A Project class contains project-specific data like name, undo_redo, frames, layers, tags and brushes. These variables have been moved from Global. This is the first step towards multiple tab support, where each tab will be a different Project.
2020-06-04 21:05:36 +03:00
OverloadedOrama
1762383c6b
Use enum instead of strings for Global.theme_type
...
Another potential small performance boost when changing themes.
2020-06-01 03:36:07 +03:00
OverloadedOrama
15ef00bf46
Language and theme checkboxes are now radio buttons
2020-05-31 23:48:06 +03:00
Kinwailo
69f08e90fd
Refactoring perferences dialog ( #251 )
2020-05-31 23:04:59 +03:00
OverloadedOrama
0e63860092
Split theme related code from PreferencesDialog into HandleThemes.gd
2020-05-28 03:49:14 +03:00