summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
AgeCommit message (Collapse)AuthorFilesLines
2016-04-29GTK3.20 BlackMATE-fix incorrect headerbar selectorlukefromdc1-21/+21
header-bar is incorrect for GTK 3.20, GtkInspector shows headerbar to be the correct selector here
2016-04-28GTK 3.20 BlackMATE more Firefox fixeslukefromdc1-19/+56
Fix scrollbars, keep any default colors off check and radio boxes in Firefox
2016-04-28GTK 3.20 BlackMATElukefromdc1-0/+12
Fix check and radio buttons in Firefox GTK3 website content, they are not just in menus. Note that some sites-including Firefox's own preference page use their own widgets, others (notably Hushmail) call Firefox's default widgets and are broken if checkboxes only work in menus.
2016-04-27GTK+-3.20 BlackMate: fix check and radio boxes in firefoxraveit651-28/+39
2016-04-27GTK+-3.20 BlackMate: use origin border-radius for trough and progressraveit651-46/+9
- and remove unneeded settings
2016-04-27GTK+-3.20 BlackMate: don't set insensitive colors as a general settingraveit651-3/+0
- this removes unwanted colors from GtkScale, check and radio buttons, spinbuttons and others. Better set those colors on a widget later if they are missing. Note: other general color settings should also removed, you never know where they matched.
2016-04-27GTK+-3.20 BlackMate little adjustement for scrollbars + a forgotten fix for ↵raveit651-32/+23
modelbutton - use a background a border for the whole scrollbar, better for overlay-scrollbars
2016-04-26GTK+-3.20 BlackMate: re-work menusraveit651-73/+199
- fixes menu glitches - enable transition effects again - fixes menu issues in firefox - use symbolic arrows for menus - adjust menuitem:hover bg-image - sync popover with normal menus
2016-04-26GTK+-3.20 BlackMate: fix some general parameter,ie. ↵raveit651-6/+1
-GtkScrolledWindow-scrollbar-spacing - this removes the weird color in views beside scrollbars - resize-grip is droped since 3.14 Not sure about the other parameter without Gtk in name.
2016-04-26GTK+-3.20 BlackMate: use a padding for menubar menuitem from mate-panelraveit651-0/+4
2016-04-26GTK+-3.20 BlackMate: fix fg color of text selectionraveit651-1/+3
2016-04-12BlackMATE: Correct bg of active treeview cellslukefromdc1-0/+6
BlackMATE, GTK 3.20: keep active .view color off of treeview cells. Otherwise checkboxes and radio buttons (cells with certain images) can get a square around them with a mismatched background when used in a treeview and matching :active. This affected the mate-volume-control system sound dialog and could also be seen in GTK3-demo.
2016-04-12BlackMATE:match stacksidebar to placessidebarlukefromdc1-0/+5
GTK 3.20, match the StackSideBar theme to the PlacesSideBar theme. This widget is easily missed in a MATE theme as few apps use it, GtkInspector used to through 3.18 but does not in GTK 3.20.
2016-04-12GTK+-3.20 all other themes: fix text selection in firefoxraveit651-0/+23
2016-04-10GTK+-3.20 BlackMate: style lock-screenraveit651-0/+19
2016-04-03Fix non-composited CSD windowslukefromdc1-8/+27
Apply Raveit65's https://dl.dropboxusercontent.com/u/49862637/Mate-desktop/Bugs/blackmate_csd.patch using border radius 0px for solid-csd (w/o compositor) fixes the black corners from csd windows, which comes from shadows. (gtk+ or marco issue) border color is the same like for other windows missing selector messagedialog.csd settings for backdrop state, testable in cinnamon. new deprecation GtkComboBox-shadow-type which spams the terminal, i don't know if there is an replacement for it.
2016-04-03GTK+-3.20 BlackMate: adjust window-controls settingsraveit651-197/+99
2016-04-03GTK+-3.20 BlackMate: use Mate logo as spinner animationraveit651-9/+11
2016-03-30GTK 3.20 correct for recent mate-panel changeslukefromdc1-32/+29
Fix cpufreq applet unit labels not showing up when panel restarted-must use 0px padding Fix panel rendering 1px above bottom of screen-must use padding 0px as panel default BlackMATE is one of the few themes using a non-zero default padding value, I had to fix some wierd bugs in the panel with all GTK versions GTK 3-20 specific fixes: Stop jumping panel buttons Match tasklist and calendar buttons to GTK 3.16 and 3.18 results with current panel versions, highlight only active/checked window's button
2016-03-25GTK+-3.20 all themes:update wnckpager to follow latest mate-panel changesraveit651-3/+3
2016-03-11All themes: fixes missing translations in index.theme fileraveit651-8/+5
2016-03-10Revert "GTK+-3.20 all themes: set min width and height for mate-terminal"raveit651-11/+0
This reverts commit 4b7682c346b06fa877128dfc3a68ec07a567f1bb.
2016-03-09all themes: prepare index.theme files for translationsraveit651-5/+1
2016-03-09most themes: update index.theme files + a cleanup in TraditionalOKraveit651-3/+5
2016-03-06GTK+-3.20 all themes: set min width and height for mate-terminalraveit651-0/+11
2016-03-04Fix wrong orientation scrollbar buttonslukefromdc1-12/+12
Code cut and pasted from green-submarine, it works.
2016-03-01Clean up scale sliders inside notebookslukefromdc1-14/+17
2016-03-01BlackMATE-fix unterminated commentlukefromdc1-0/+1
2016-03-01Fix notebook tab borders broken by gtk changelukefromdc1-4/+4
Same drill: :active becomes :checked in notebooks, implement this for notebook tab borders
2016-03-01Fix notebook tabs broken by gtk changelukefromdc1-5/+5
Notebook selected tab pseudoclass just changed from :active to :checked yesterday.
2016-03-01BlackMATE-fix colorswatchlukefromdc1-8/+16
Colorswatches in color picker were being covered over when hovered or selected, fix this
2016-03-01Clean up (disabled) scrollbar button logiclukefromdc1-7/+6
Thanks to raveit65 for this suggestion, it is proven to work in my own theme and will be enabled here if I can get those 4 svg files uploaded
2016-03-01Fix breakage caused by gtk3.19 changes -pt2lukefromdc1-0/+27
Major changes on 2-29-2016 to GTK 3.19.10 broke the scale sliders and scrollbar sliders. Fix these and also fix broken levelbars and combobox buttons. Many more things now need min-width and min-height explicitly specified to work. Also, background image handling changed in troughs due to "gadget" changes today
2016-03-01Fix breakage caused by gtk3.19 changes -pt1lukefromdc1-81/+253
Major changes on 2-29-2016 to GTK 3.19.10 broke the scale sliders and scrollbar sliders. Fix these and also fix broken levelbars, treeview progressbars (these broke repeatedly) and combobox buttons. Many more things now need min-width and min-height explicitly specified to work. Also, background image handling changed in troughs due to "gadget" changes today
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-02-09BlackMATE: notification name is "coco", not "Coco"monsta1-1/+1
that's the correct value of "theme" key in org.mate.NotificationDaemon schema
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