Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-31 | Gtk+-3.20 BlueMenta: port spinbuttons, use simple and clear settings | Wolfgang Ulbrich | 3 | -197/+86 | |
2016-01-31 | Gtk+-3.20 BlueMenta: first adjustments for caja | Wolfgang Ulbrich | 2 | -62/+62 | |
2016-01-30 | Gtk+-3.20 BlueMenta: fix some warnings and don't use deprecations | Wolfgang Ulbrich | 5 | -22/+21 | |
2016-01-29 | Gtk+-3.20 BlueMenta: use symbolic arrows for NemoPathBar | Wolfgang Ulbrich | 1 | -2/+12 | |
2016-01-29 | Gtk+-3.20 BlueMenta window-controls: first raw port to gtk+ 3.20 | Wolfgang Ulbrich | 1 | -197/+207 | |
2016-01-29 | Gtk+-3.20 BlueMenta gtk-widgets-borders: first raw port to gtk+ 3.20 | Wolfgang Ulbrich | 1 | -29/+156 | |
2016-01-29 | Gtk+-3.20 gtk-widgets-backgrounds: first raw port to gtk+ 3.20 | Wolfgang Ulbrich | 1 | -14/+121 | |
2016-01-29 | Gtk+-3.20 BlueMenta gtk-widgets-assets.css: raw port to gtk+-3.20 | Wolfgang Ulbrich | 1 | -42/+93 | |
2016-01-29 | Gtk+-3.20 BlueMenta gtk-widgets.css: more adjustments and fix some typos | Wolfgang Ulbrich | 1 | -281/+282 | |
2016-01-29 | Gtk+-3.20 BlueMenta gtk-fallback.css: port to gtk+-3.20 | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-29 | Gtk+-3.20 BlueMenta gtk-widgets.css: first raw port to gtk+-3.20 | Wolfgang Ulbrich | 1 | -299/+1658 | |
This make the dektop usable but a lot of fine-tune needs to be done. Old selector for previous gtk+ version i will delete later when all is done. | |||||
2016-01-27 | Gtk+-3.20: use gtk+ version schema and pre-bump version to 3.20.0 | Wolfgang Ulbrich | 2 | -2/+2 | |
2016-01-27 | Gtk+-3.20 BlackMATE: Fix 2 deprecated style properties | lukefromdc | 1 | -2/+2 | |
Found them in mate-control-center testing, comment them out | |||||
2016-01-27 | Gtk+-3.20 Green-Submarine: fix more deprecated style props | lukefromdc | 1 | -8/+8 | |
Comment out still more deprecated style properties found while testing mate-control-center offscreen-window branch with mate-appearance-properties -p theme | |||||
2016-01-27 | Gtk+-3.20 Green-Submarine: Fix deprecated style property | lukefromdc | 1 | -3/+3 | |
Comment out -GtkButton-default-border: 0 , which is now deprecated, either missed earlier or just deprecated, not sure which..., | |||||
2016-01-27 | Gtk+-3.20 Green-Submarine: port sidebar.css to GTK 3.20 | lukefromdc | 1 | -20/+39 | |
2016-01-27 | Gtk+-3.20 Green-Submarine: port scrollbar.css to GTK 3.20 | lukefromdc | 1 | -35/+37 | |
2016-01-27 | Gtk+-3.20 Green-Submarine: port other-applications.css to GTK 3.20 | lukefromdc | 1 | -8/+23 | |
suppress the errors, get Nemo looking about like it does in GTK 3.18. Nemo a rough port only, lots of ignored old selectors! More work needed on it | |||||
2016-01-27 | Gtk+-3.20 Green-Submarine: port menu.css to GTK 3.20 | lukefromdc | 1 | -155/+161 | |
2016-01-27 | Gtk+-3.20 Green-Submarine: port mate-applications.css to GTK 3.20 | lukefromdc | 1 | -76/+81 | |
Get Caja and Mate-Panel as close as possible to gtk3.18 versions, ignore rest and non-working selectors for now. The old selectors in application theme files are silently ignored w/o creating runtime errors. | |||||
2016-01-27 | Gtk+-3.20 Green-Submarine: port gtk-widget.css to GTK 3.20 | lukefromdc | 1 | -1999/+1814 | |
2016-01-27 | Gtk+-3.20 Green-Submarine: port gtk-widgets-assets.css to GTK 3.20 | lukefromdc | 1 | -76/+88 | |
2016-01-27 | Gtk+-3.20 Green-Submarine: port gnome-applications.css to GTK 3.20 | lukefromdc | 1 | -9/+8 | |
Work in progress but this port is usable, a "best effort" for two worksessions | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: remove more deprecated style properties | lukefromdc | 1 | -1/+0 | |
2016-01-27 | Gtk+-3.20 BlackMate: Remove more deprecated style properties | lukefromdc | 1 | -1/+0 | |
2016-01-27 | Gtk+-3.20 BlackMate: Remove more deprecated style properties | lukefromdc | 1 | -6/+0 | |
2016-01-27 | Gtk+-3.20 BlackMate: Remove more deprecated style properties | lukefromdc | 1 | -12/+1 | |
Remove more deprecated style properties, hard to find them all when the terminal is spammed with <data> deprecated stuff hardcoded into apps | |||||
2016-01-27 | Gtk+-3.20 BlackMate: Finish theming Caja and mate-panel | lukefromdc | 1 | -75/+50 | |
Finish theming Caja and mate-panel. In testing, watch for any accidental matches from widget chains causing nasty surprises in some other app I haven't had issues with this in my own theme but there are more widget chains used here. The length of them makes accidental matches much less likely, which is why I commented out those I deemed too short | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: stop treeviews from jumping | lukefromdc | 1 | -0/+5 | |
Separators in treeviews require a minumum height or they will appear only when hovered, causing the rest of the treeview to jump. Same thing I found in my own theme, same fix. | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: other-applications.css-nemo like caja | lukefromdc | 1 | -24/+25 | |
Port renamed pseudoclasses, remove deprecated style properties, theme Nemo to look as much like Caja as possible in terms of the color layout. Lots of things left that will be ignored due to no longer valid selectors but these don't put errors in the terminal or prevent the rest of the theme from being read. Theming an individual app is a LOT harder in gtk3.20, requires long widget chains that could match other things if they are too short or there are too many of them. Recommend theming as few apps as possible untl apps can be either ported to use css nodes or simply get their toplevel windows a usable widget name set with with gtk_widget_set_name() | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: gnome-applications.css remove errors | lukefromdc | 1 | -23/+22 | |
Again, just fix renamed or deprecated style properties and pseudoclasses. Most of this file will be ignored with the old selectors still in place-but GNOME will likely port these apps to use the new css nodes themselves. Leave the rest of this for now | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: unity.css just remove parsing errors | lukefromdc | 1 | -1/+1 | |
Fix renamed style property to suppress error messages, do nothing else as I do not have Unity installed. | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: mate-applications.css partial work | lukefromdc | 1 | -102/+74 | |
Only part of this could really be ported at this time, but Caja is getting close to what it looks like in GTK 3.18, the panel is actually more consistant (don't know if that's desired though), and deprecated style classes and pseudoclasses have been fixed. | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: port gtk-widgets-assets-dark.css | lukefromdc | 1 | -197/+198 | |
Port this file to GTK 3.20 (actually 3.19.7, more changes cannot be ruled out!) | |||||
2016-01-27 | Gtk+-3.20 BlackMATE: initial port of gtkwidgets.css to GTK3.20 | lukefromdc | 1 | -974/+922 | |
Port from widget names to css nodes, remove deprecated style properties, port pseudoclasses to new names | |||||
2016-01-14 | GTK3 all themes: follow canvas-item changes with caja-1.13.0 | Wolfgang Ulbrich | 11 | -194/+287 | |
2016-01-05 | pre-bump version to 1.13.0 for gtk+-3.20 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-04 | Gtk+-3.18 most themes: adjust spinbuttons in dconf-editor | Wolfgang Ulbrich | 7 | -0/+137 | |
2016-01-02 | release 1.12.2 for gtk+-3.18 | Wolfgang Ulbrich | 1 | -0/+25 | |
2016-01-02 | GTK3 GreenLaguna: fix padding osd-toolbar volume button | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-01-02 | GTK3 submarine themes: fix padding osd-toolbar volume button | Wolfgang Ulbrich | 2 | -0/+2 | |
2016-01-02 | Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hover | Wolfgang Ulbrich | 2 | -0/+2 | |
2016-01-02 | GTK3 BlackMate: fix padding osd-toolbar volume button | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-01-02 | GTK3 BlackMate: fix padding of .app-notification .button:hover | Wolfgang Ulbrich | 1 | -0/+1 | |
2016-01-02 | GTK3 submarine themes: re-work caja styling | Wolfgang Ulbrich | 2 | -379/+517 | |
2016-01-01 | GTK3 BlackMate: adjust notebook tabs | Wolfgang Ulbrich | 2 | -11/+11 | |
2016-01-01 | GTK3 GreenLaguna: adjust notebook tabs | Wolfgang Ulbrich | 2 | -19/+16 | |
2016-01-01 | GTK3 submarine themes: reduce hight of notebook tabs | Wolfgang Ulbrich | 2 | -8/+22 | |
2016-01-01 | GTK3 submarine themes: adjust notebook tabs in pluma text area | Wolfgang Ulbrich | 2 | -42/+50 | |
2016-01-01 | GTK3 submarine themes: change border color in GtkNotebook | Wolfgang Ulbrich | 2 | -18/+18 | |