summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* symbolic: network-wireless-connected blackgnome-3-20Jakub Steiner2016-03-232-29/+21
| | | | | - left an extra clipping rectangle causing the icon to be rendered black
* symbolic: ungroup and convert circles to shapesJakub Steiner2016-03-232-42/+26
| | | | - some weird recoloring is happening in gtk otherwise
* prepare for 3.203.20Jakub Steiner2016-03-222-1/+5
|
* Fix make-w32.sh to actually use L and XL imagesРуслан Ижбулатов2016-03-201-58/+67
| | | | | | | | | | The last step, to call anicursorgen.py and make the actual .cur and .ani files misses the crucial element - it does not pick different .in files depending on which theme it generates. Without that the Adwaita-Large and Adwaita-ExtraLarge are just copies of Adwaita cursor theme. https://bugzilla.gnome.org/show_bug.cgi?id=763927
* regenerate mail-unreadLapo Calamandrei2016-03-087-59/+60
| | | | turning off baseplate layer and adding a missing 24x24 plate.
* prepare for 3.19.91 release3.19.91Jakub Steiner2016-03-032-1/+5
|
* Update make-w32.sh: rename "crosshair" to "cell"Руслан Ижбулатов2016-03-031-1/+1
| | | | | | This was changed in make.sh, but not in make-w32.sh. https://bugzilla.gnome.org/show_bug.cgi?id=763032
* Add more linksРуслан Ижбулатов2016-03-031-0/+6
| | | | | | These were added to make.sh, but not to Makefile.am. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=763031
* Feed Inkscape stdin in a separate threadРуслан Ижбулатов2016-03-031-5/+20
| | | | | | | | | | | | | Writing directly into stdin of child processes from the main thread turned out to cause deadlocks. Fix this by creating a thread for each child and feeding its stdin from that thread. Also, instead of writing to stdin multiple times (for each command), compose a list of commands in memory and then write them all at once. Also, use EOFError exception instead of non-existing UnexpectedEndOfStream. https://bugzilla.gnome.org/show_bug.cgi?id=763030
* anicursorgen: change default shadow colorРуслан Ижбулатов2016-03-031-2/+2
| | | | | | | | | | | | 0x80808080 was a mistake, it produces good-looking shadow on white background, but doesn't work as intended on darker backgrounds. Instead of making the shadow gray and 50% opaque, make it completely black, but only 25% opaque. This way it still looks appropriately-grey on white background, but quickly fades to black as the background gets darker. Or, to put it another way, it doesn't lighten dark backrounds. https://bugzilla.gnome.org/show_bug.cgi?id=763034
* symbolic: application-x-addonJakub Steiner2016-03-021-0/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=762936
* prepare for 3.19.90 release3.19.90Jakub Steiner2016-02-202-1/+16
|
* Build: Support Windows/MSVC using NMakeChun-wei Fan2016-02-199-1/+436
| | | | | | This adds a set of NMake Makefiles, with a set of support files that is used to generate the full index.theme file, and to copy the icon/ cursor files in Windows, under Visual Studio builds.
* sybolic: center view-app-gridJakub Steiner2016-02-152-74/+74
| | | | - looked off on the dash
* symbolic: usable process-workingJakub Steiner2016-02-111-12/+32
| | | | - provide an effect-less variant of process-working
* symbolic: introduce a specific icon grid iconJakub Steiner2016-02-093-8/+167
| | | | | | - to be used by the shell https://bugzilla.gnome.org/show_bug.cgi?id=761772
* symbolic: make view-list biggerJakub Steiner2016-02-022-140/+122
| | | | | - similar to the change of view-grid, make the lists look distinct from the hamburger menu
* symbolic: fix wifi acquiring stateJakub Steiner2016-02-021-10/+14
| | | | - two waves were invisible again
* symbolic: use a common metapho for wiredJakub Steiner2016-02-026-164/+345
| | | | | | - used on hardware and otehr operating systems https://bugzilla.gnome.org/show_bug.cgi?id=758009
* view-grid more distinct to list/hamburgerJakub Steiner2016-01-212-89/+43
| | | | | | - updated design will likely feature the hamburger, list and grid view icons on the headerbar. This makes them slightly easier to tell apart.
* symbolic: bluetooth off opacity fixJakub Steiner2016-01-112-73/+28
| | | | - work around composited opacity rendering issue
* symbolic: provide document-editJakub Steiner2016-01-062-3/+64
| | | | | | | | | While I find a pencil a poor metaphor for a general edit action (editing a photo is distinctively different to editing a text document or a music composition), I succumb to the pressure to have it publically consumable. https://bugzilla.gnome.org/show_bug.cgi?id=759769
* Remove translationsDebarshi Ray2015-11-26112-13970/+53
| | | | | | | | Only the description is being translated and that's not exposed and "The Only One" is not really somethig worth sharing in the first place. https://bugzilla.gnome.org/show_bug.cgi?id=758708
* symbolic: update shapesJakub Steiner2015-11-263-35/+43
| | | | - more shape updates based on ork by Sam Hewitt
* cleanupJakub Steiner2015-11-263-58/+79
|
* symbolic: simplify shape of harddisk based iconsJakub Steiner2015-11-264-180/+127
| | | | - based on the artwork by Sam Hewitt
* symbolic: edit-cut shapeJakub Steiner2015-11-262-58/+50
| | | | - improved simplistic shape by Sam
* add Sam to authorsJakub Steiner2015-11-261-0/+1
|
* symbolic: mark-location shapeJakub Steiner2015-11-262-22/+26
| | | | - use a shape more similar to what we use in Maps. Artwork by Sam Hewitt.
* symbolic: tab-new updatesJakub Steiner2015-11-262-41/+26
| | | | - use a solid fill rather than outlines. Based on artwork by Sam Hewitt
* symbolic: call-start, call-stopJakub Steiner2015-11-263-59/+69
| | | | - clean up shape. Based on work by Sam Hewitt
* mail-unread: sync updated metaphor with gtkJakub Steiner2015-11-255-124/+1043
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=758311
* sync legacy emblem with gtk+Jakub Steiner2015-11-247-48/+99
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=758311
* Updated Occitan translationCédric Valmary2015-11-101-7/+7
|
* Updated Friulian translationFabio Tomat2015-10-281-170/+141
|
* thicker stroke for non-starredJakub Steiner2015-10-222-60/+53
|
* Updated Irish translationSeán de Búrca2015-09-301-160/+16
|
* folders: flatter, lighterJakub Steiner2015-09-29109-1309/+217
|
* prepare for stable 3.18.03.18.0Jakub Steiner2015-09-222-1/+6
|
* Update Persian translationArash Mousavi2015-09-151-5/+7
|
* Update Persian translationsArash Mousavi2015-09-141-143/+107
|
* Symbolic: proper rtl variants for icons with the wrong filenameMario Sanchez Prada2015-08-317-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735721
* symbolic: improve view-listJakub Steiner2015-08-242-30/+34
| | | | | | - make more distinct from open-menu https://bugzilla.gnome.org/show_bug.cgi?id=753830
* cursors: provide KDE namesJakub Steiner2015-08-046-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753219
* prepare for 3.17.43.17.4Jakub Steiner2015-07-222-1/+4
|
* symbolic: update folder-newJakub Steiner2015-07-072-21/+24
| | | | | | - allan's rendition is clearer https://bugzilla.gnome.org/show_bug.cgi?id=751904
* Updated Portuguese translationPedro Albuquerque2015-06-291-1/+1
|
* prepare for 3.17.3 release3.17.3Jakub Steiner2015-06-252-1/+11
|
* Updated Romanian TranslationDaniel Șerbănescu2015-06-221-56/+52
|
* Fix intltool locale directory locationDavid King2015-06-121-2/+0
| | | | | | Recent intltool versions no longer set DATADIRNAME. https://bugzilla.gnome.org/show_bug.cgi?id=749866