Age | Commit message (Collapse) | Author | Files | Lines |
|
fixes https://github.com/mate-desktop/mate-themes/issues/117
|
|
|
|
This reverts commit 8fa3cf2241e0c4685ef7c5c75cab936d18703034.
|
|
|
|
- fix for firefox
- fix for min/max/close/menu buttons in WM
- don't write bg for tooltip decoration (padding=0px)
|
|
Gedit forces the use of the default symboiic icons in the window control buttons in its titlebar. Possibly some other GNOME apps as well. Making them transparent causes NO icons to be shown and the buttons to turn invisible. Not turning these images foreground colors transparent makes them show up. Does not seem to interfere in any way with normal BlackMATE window control buttons inn CSD or SSD apps where they are not blocked.
|
|
header-bar is incorrect for GTK 3.20, GtkInspector shows headerbar to be the correct selector here
|
|
Fix scrollbars, keep any default colors off check and radio boxes in Firefox
|
|
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.
|
|
|
|
- and remove unneeded settings
|
|
- 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.
|
|
modelbutton
- use a background a border for the whole scrollbar, better for overlay-scrollbars
|
|
- 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
|
|
-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.
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
|
|
|
|
This reverts commit 4b7682c346b06fa877128dfc3a68ec07a567f1bb.
|
|
|
|
|
|
|
|
Code cut and pasted from green-submarine, it works.
|
|
|
|
|
|
Same drill: :active becomes :checked in notebooks, implement this for notebook tab borders
|
|
Notebook selected tab pseudoclass just changed from :active to :checked yesterday.
|
|
Colorswatches in color picker were being covered over when hovered or selected, fix this
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|
|
that's the correct value of "theme" key in org.mate.NotificationDaemon schema
|
|
Found them in mate-control-center testing, comment them out
|
|
|
|
|
|
|
|
Remove more deprecated style properties, hard to find them all when the terminal is spammed with <data> deprecated stuff hardcoded into apps
|
|
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
|
|
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.
|