summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26BlackMATE: use proposed Nemo GTK3.20 selectorslukefromdc1-57/+61
BlackMATE: use proposed Nemo GTK3.20 selectors from http://pkgs.fedoraproject.org/cgit/rpms/nemo.git/commit/?id=b65f56bf2343f821229c967bbb734962c3f0490c https://github.com/lukefromdc/nemo/tree/gtk3.20-theme-support to avoid unwanted matches to Caja
2016-02-26BlackMATE:use new gtk3.20 selectors for Cajalukefromdc1-65/+104
2016-01-27Gtk+-3.20 BlackMATE: Fix 2 deprecated style propertieslukefromdc1-2/+2
Found them in mate-control-center testing, comment them out
2016-01-27Gtk+-3.20 BlackMATE: remove more deprecated style propertieslukefromdc1-1/+0
2016-01-27Gtk+-3.20 BlackMate: Remove more deprecated style propertieslukefromdc1-1/+0
2016-01-27Gtk+-3.20 BlackMate: Remove more deprecated style propertieslukefromdc1-6/+0
2016-01-27Gtk+-3.20 BlackMate: Remove more deprecated style propertieslukefromdc1-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-27Gtk+-3.20 BlackMate: Finish theming Caja and mate-panellukefromdc1-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-27Gtk+-3.20 BlackMATE: stop treeviews from jumpinglukefromdc1-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-27Gtk+-3.20 BlackMATE: other-applications.css-nemo like cajalukefromdc1-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-27Gtk+-3.20 BlackMATE: gnome-applications.css remove errorslukefromdc1-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-27Gtk+-3.20 BlackMATE: unity.css just remove parsing errorslukefromdc1-1/+1
Fix renamed style property to suppress error messages, do nothing else as I do not have Unity installed.
2016-01-27Gtk+-3.20 BlackMATE: mate-applications.css partial worklukefromdc1-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-27Gtk+-3.20 BlackMATE: port gtk-widgets-assets-dark.csslukefromdc1-197/+198
Port this file to GTK 3.20 (actually 3.19.7, more changes cannot be ruled out!)
2016-01-27Gtk+-3.20 BlackMATE: initial port of gtkwidgets.css to GTK3.20lukefromdc1-974/+922
Port from widget names to css nodes, remove deprecated style properties, port pseudoclasses to new names
2016-01-14GTK3 all themes: follow canvas-item changes with caja-1.13.0Wolfgang Ulbrich1-15/+21
2016-01-02GTK3 BlackMate: fix padding osd-toolbar volume buttonWolfgang Ulbrich1-0/+4
2016-01-02GTK3 BlackMate: fix padding of .app-notification .button:hoverWolfgang Ulbrich1-0/+1
2016-01-01GTK3 BlackMate: adjust notebook tabsWolfgang Ulbrich2-11/+11
2015-12-22GTK3 black-mate, green-laguna: button size fix for gnome-mplayerraveit651-0/+7
2015-12-15GTK3: BlackMATE, GreenLaguna: fix Nautilus desktop window background ↵Balló György1-0/+4
transparency
2015-12-03GTK3 BlackMate: adjust panel settings to follow latest mate-panel changesWolfgang Ulbrich1-22/+48
2015-11-29Revert "GTK3: use a horizontal padding=0 for GtkCell"Wolfgang Ulbrich1-11/+0
This reverts commit e8baa0a66b4f96cb8579b618036a50dac3c89d34.
2015-11-26GTK3: use a horizontal padding=0 for GtkCellWolfgang Ulbrich1-0/+11
- this is a workaround to fix https://github.com/mate-desktop/mate-system-monitor/issues/62 - the real issue should be in gtk+ itself
2015-11-19GTK3 all themes: adjust mate-panel-applet-slider style classWolfgang Ulbrich1-0/+4
2015-11-04GTK3 all themes: style volume/brightness applet sliderWolfgang Ulbrich1-0/+22
2015-10-25Gtk+-3.18 all other themes: fix sidebar list-rows in GtkFileChooserWidgetWolfgang Ulbrich1-0/+7
2015-10-05GTK all themes: workaround to avoid unwanted black frames if switching ↵raveit652-3/+15
compositor on/off
2015-09-15Gtk+-3.16 BlackMATE: use a padding and radius for circular-buttonraveit651-0/+2
2015-09-15Gtk+-3.18 BlackMate: fix list-rows againraveit651-6/+11
2015-09-14GTK3 BlackMATE: adjust height of GtkFontButton and GtkColorButtonraveit651-0/+5
2015-09-14GTK3 BlackMATE: don't use transition effect for menuitemsraveit651-1/+4
2015-09-14GTK3 BlackMATE: adjust GtkStackSidebar, don't use transition effectraveit651-1/+9
2015-09-14GTK3 BlackMATE: style list-row + buttonsraveit652-1/+25
2015-09-14GTK3 all themes: improve size of broken volume button in rhythmboxraveit651-0/+10
2015-09-10GTK3 BlackMATE: make popover scale transparentraveit652-5/+35
2015-09-06GTK3 BlackMATE: improve panel settingsraveit651-4/+0
2015-09-06Gtk3 BlackMATE: more panel adjustmentsraveit653-64/+250
- style system-monitor applet - set icon-padding for na-tray-applet - adjust hide panel buttons - don't draw a bg on icons in na-tray-applet fixes https://github.com/mate-desktop/mate-panel/issues/336
2015-09-06Gtk3 BlackMate: re-work panel settings to support full transparencyraveit651-58/+130
2015-09-04Gtk+-3.18 all themes: fix GtkDialog again !!!! thanks gtk+ devs!raveit651-31/+25
2015-09-04Gtk+-3.18 most themes: style dconf-editorraveit651-0/+24
2015-09-03Gtk3 all themes: don't use depcrecated GtkWidget:link-color and ↵raveit651-2/+0
GtkWidget:visited-link-color those causes segfault of mate-dictionary with >= gtk+-3.17.x
2015-09-03Gtk3 all themes: style eom galleryraveit651-0/+32
2015-08-15GTK3 BlackMATE: style redhat's abrtraveit651-0/+5
2015-08-15Gtk+-3.16 BlackMATE: style GtkStackraveit651-0/+21
2015-08-12GTK3 BlackMATE: fix font-color of links in yelpraveit651-0/+14
2015-08-12GTK3 BlackMATE: re-work caja styling a bitraveit651-25/+29
2015-08-12GTK3 BlackMATE: move some forgotten nemo settings to other-applications.cssraveit652-10/+27
2015-08-12GTK3 BlackMATE: move application settings to extra filesraveit655-504/+679
2015-08-12GTK3 BlackMATE: adjust fg color in GtkComboBox menu + little cleanupraveit651-87/+7