summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 3.20 release3.20gnome-3-20Jakub Steiner2016-03-222-1/+4
|
* prepare for 3.19.91 release3.19.91Jakub Steiner2016-03-032-1/+5
|
* make gtkrc installJakub Steiner2016-03-031-19/+3
| | | | | | - install the rc files (only assets were being installed) - clean up Makefile.am to install assets from a single dir
* make gtkrc installJakub Steiner2016-03-031-2/+3
| | | | - only the assets were being installed
* Merge branch 'master' of github.com:DoctorJellyface/gnome-themes-standard ↵Jakub Steiner2016-03-03316-7136/+15357
|\ | | | | | | into updated-gtk2
| * Updated makefile.Juraj Fiala2016-03-031-134/+172
| |
| * Removed old assets.Juraj Fiala2016-03-032-0/+0
| |
| * Fixed widgets in notebooks.Juraj Fiala2016-03-0322-273/+822
| |
| * Fixed menu arrows.Juraj Fiala2016-03-0111-51/+39
| |
| * Restructered rc.Juraj Fiala2016-03-0116-776/+939
| | | | | | | | | | | | | | | | - things are now done more properly - slight speed improvements - "new" notebook look - menu scroll arrows now look as in gtk3 - cleaner style matching
| * Draw a solid frame instead of a gradient when in fallback.Juraj Fiala2016-03-011-16/+1
| |
| * Removed trailing whitespaces.Juraj Fiala2016-02-281-20/+20
| |
| * Removed useless stretches.Juraj Fiala2016-02-281-9/+0
| |
| * Fix gimp tab labels.Juraj Fiala2016-02-281-1/+1
| |
| * Cleaned up the frame mess.Juraj Fiala2016-02-281-50/+9
| |
| * Update toolbar paddingJuraj Fiala2016-02-281-3/+6
| |
| * Disable window dragging by tool/menu bars.Juraj Fiala2016-02-281-2/+0
| | | | | | | | Gtk3 doesn't do it, and it requires a patched gtk anyway.
| * Made the colourscheme easier to read.Juraj Fiala2016-02-281-1/+8
| |
| * Make the vertical button padding smaller.Juraj Fiala2016-02-281-1/+1
| | | | | | | | Stops cutting of small icons and brings back square buttons.
| * Fixed separators, treeviews, cleanups.Juraj Fiala2016-02-281-92/+87
| | | | | | | | | | | | | | | | - finally got rid of the active column highlight - treeviews now match gtk3 - separators now consistent, longer scale to prevent thick lines - libreoffice menu arrows now scale properly - cleaned up the rest of matches
| * Updated handleboxes.Juraj Fiala2016-02-274-4/+40
| |
| * Tweaked Chromium frame.Juraj Fiala2016-02-261-3/+3
| |
| * Hack clean.Juraj Fiala2016-02-2668-281/+46
| | | | | | | | | | | | - removed or fixed most of the hacks - removed the last of the old assets - made Chromium and Gimp a bit nicer
| * Replaced arrows with pans.Juraj Fiala2016-02-2611-232/+19
| |
| * Updated spins.Juraj Fiala2016-02-2625-1736/+1374
| |
| * Disable scrollbar steppers in qt.Juraj Fiala2016-02-261-0/+6
| |
| * Fixed menu padding, better RTL support, asset name standardization.Juraj Fiala2016-02-2242-339/+984
| | | | | | | | Also expanders now animate!
| * Added missing blank line.Juraj Fiala2016-02-221-0/+1
| |
| * Removed button shadows.Juraj Fiala2016-02-2218-824/+352
| | | | | | | | Also tweaked the spin buttons border a bit.
| * Cleanups, tweaks, fixes.Juraj Fiala2016-02-211-220/+104
| | | | | | | | | | | | | | | | | | | | - much less bloat and noise in the rc file - fixed menu separator padding - fixed option menu padding - fixed GVIM tabs - fixed insensitive arrows - fixed padding in tooltips - fixed alignment in the rc
| * Make the matching of comboboxes better.Juraj Fiala2016-02-211-13/+27
| | | | | | | | Also, combos now use correct arrows.
| * First udpates of entries, spins and combo entries.Juraj Fiala2016-02-2123-1553/+1029
| |
| * Disable button assets on link buttons.Juraj Fiala2016-02-201-0/+27
| |
| * Changed the active bg colour.Juraj Fiala2016-02-201-1/+1
| | | | | | | | | | Turns out it is used in some places, and it definitely doesn't need to be blue there.
| * Added better support for tab labels.Juraj Fiala2016-02-201-1/+3
| | | | | | | | Also fixed an old comment.
| * Fixed handle borders.Juraj Fiala2016-02-201-2/+2
| |
| * Fixed expander size.Juraj Fiala2016-02-201-2/+2
| | | | | | | | Even though gtk3 says 11 is the correct size, they are drawn 16px big.
| * Updated handles.Juraj Fiala2016-02-207-11/+59
| | | | | | | | Even though they are now technically lines.
| * Tweaked combobox padding.Juraj Fiala2016-02-191-3/+6
| | | | | | | | Messed up the focus on it but what can you do.
| * Reverted setting padding for buttons with thickenss.Juraj Fiala2016-02-191-3/+3
| | | | | | | | Made the focus horrible.
| * Fixed trailing whitespaces.Juraj Fiala2016-02-181-6/+6
| |
| * Tweaked tabs.Juraj Fiala2016-02-156-16/+58
| | | | | | | | | | | | Active label is now blue, others are normal so they don't look inactive anymore, and the blue underline is over the frame as in gtk3 and the menubars.
| * Use x/ythickness instead of GTK properties in buttons.Juraj Fiala2016-02-151-3/+3
| | | | | | | | Increases compatiblity with Qt.
| * Fixed toolbar separators.Juraj Fiala2016-02-141-0/+18
| |
| * Tweaked tabs a bit.Juraj Fiala2016-02-139-95/+21
| |
| * Extended the scrollbars a pixel.Juraj Fiala2016-02-137-66/+46
| | | | | | | | | | | | Now they can be told apart by a human at first sight, and the extra pixel in the middle may help the engine figure out what to stretch a bit. If nothing at least it copies the way other themes do it.
| * Cleaned the asset svg.Juraj Fiala2016-02-131-168/+2
| |
| * Updated button gradients.Juraj Fiala2016-02-1310-42/+38
| |
| * Removed old asset source files.Juraj Fiala2016-02-124-4813/+0
| |
| * Removed old assets.Juraj Fiala2016-02-1213-16/+10
| |