summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-18Cédric Valmary2015-11-101-7/+7
|
* Updated Friulian translationFabio Tomat2015-10-121-170/+141
|
* Updated Irish translationSeán de Búrca2015-09-301-160/+16
|
* 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
* "privacy mode" iconJakub Steiner2015-06-092-6/+94
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734119
* select-all-symbolic: better metaphorJakub Steiner2015-06-092-27/+233
|
* remove widget assets for selectionsJakub Steiner2015-06-091-39/+3
| | | | | | - they are assets, not icons https://bugzilla.gnome.org/show_bug.cgi?id=750396
* image manipulation icons to ship with PhotosJakub Steiner2015-06-095-386/+8
| | | | - app specific action icons to ship with apps
* Updated Tajik translationVictor Ibragimov2015-06-041-11/+17
|
* exported cursorsJakub Steiner2015-05-2023-0/+22
|
* ebook reader device iconJakub Steiner2015-05-208-0/+3783
|
* Add shadow generation and a make-script for W32 cursorsРуслан Ижбулатов2015-05-192-20/+149
| | | | | | | | | | | | | | | | | | * anicursorgen.py now can generate shadows similar to those that W32 WM generates for system cursors. This is enabled by the -s option and disabled (overriding previous -s occurrences) by the -n option. Options -r, -d, -b and -c are available to customize the shadow generator. This will generate shadows even for parts of cursors that normally have no shadows in Adwaita (the sub-icons attached to dnd and left_ptr variants). However, this is consistent with how W32 WM draws shadows (i.e. IDC_HELP). * New make-w32.sh, which is just like make.sh, except that it generates W32 cursors. Any arguments given to make-w32.sh will be passed along to anicursorgen.py that it runs. It knows enough to pass an extra -n when generating a 'tcross' cursor. https://bugzilla.gnome.org/show_bug.cgi?id=749559
* Create symlinks when installing cursorsРуслан Ижбулатов2015-05-182-0/+117
| | | | | | Also support creating symlinks for W32 cursors (including L and XL variants). https://bugzilla.gnome.org/show_bug.cgi?id=749223
* Major cursor realignmentРуслан Ижбулатов2015-05-14907-1266/+1332
| | | | | | | | | | * Align slices to the integer grid * Ensure that similar cursors are aligned to their slices identically * Fix some stroke widths to be integral * Try to align as many edges as possible to the 0+N*3 coordinate lines * Reduce size of some cursors that were too big https://bugzilla.gnome.org/show_bug.cgi?id=749389
* reexport broken address-book-newJakub Steiner2015-05-141-16185/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749386
* regenerate cursors using the new script & more accurate hotspotsJakub Steiner2015-05-13111-727/+728
| | | | | + ignore hotspot chache + make anicursorgen.py executable
* Add anicursorgen.pyРуслан Ижбулатов2015-05-131-0/+297
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749053
* Major renderpngs modificationsРуслан Ижбулатов2015-05-131-18/+471
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Depends on Python Pillow library now * Add the --remove-shadows option. Renders cursors without shadows. This depends on the shadows being in a separate layer in adwaita.svg * Add the --hotspots option. Renders hotspots into separate pngs, then finds its coordinates and writes out the xcursorgen input file accordingly. This depends on hotspots layer being present in the adwaita.svg. * Add the --scales option. Makes all cursor canvases one size higher than they normally are (24->32, 32->48 etc). Renders extra cursor variants that are 125% and 150% larger than the nominal size (hence the canvas size increase - otherwise scaled up versions won't fit at all). These scaled versions will look 25% and 50% smaller than normal, respectively. * Add the --min-canvas-size option. Makes all cursor canvases at least this big (padding smaller cursors when necessary). * Add the --fps option. Used to adjust the frame duration written into xcursorgen input files. * Add the --anicursorgen option. Changes the format of the files into something that anicursorgen understands better (changes frame duration from milliseconds to jiffies). * Add the --corner-align option. Aligns cursors to the top-left corner instead of centering them on the canvas. * Add the --invert option. Inverts the color (turning black-fill-white-outlines cursors into white-fill-black-outlines ones) * Inkscape is now being run in shell mode (one instance, fed with commands via stdin). * Add the --number-of-renderers option. Allows multiple Inkscape instances to be run in parallel for rendering speed increase on multicore systems. * Filter SVG files from memory to avoid leaking a file descriptor * Make slices and hotspots normally invisible https://bugzilla.gnome.org/show_bug.cgi?id=749053
* add InvertFilterРуслан Ижбулатов2015-05-131-0/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749053
* Add a hotspots layerРуслан Ижбулатов2015-05-131-0/+1410
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749053
* Move all shadows to a separate layerРуслан Ижбулатов2015-05-131-800/+1852
| | | | | | Also remove some duplicate objects https://bugzilla.gnome.org/show_bug.cgi?id=749053
* Updated Icelandic translationSveinn í Felli2015-05-121-157/+75
|
* prepare for 3.16.2.1Jakub Steiner2015-05-122-1/+2
| | | | - forgot to rebase to pull in translations
* prepare for 3.16.2Jakub Steiner2015-05-122-1/+5
|
* Updated Icelandic translationSveinn í Felli2015-05-121-2/+2
|
* Updated Icelandic translationSveinn í Felli2015-05-121-77/+159
|
* symbolic: generic font mimetypeJakub Steiner2015-05-112-30/+77
|
* Add links for all css cursor namesMatthias Clasen2015-05-112-6/+41
| | | | | This makes it easier for GDK to support these names fully. https://bugzilla.gnome.org/show_bug.cgi?id=749130
* add missing cursor equivalents to the CSS3 specJakub Steiner2015-05-0745-19/+168
| | | | | | | | | | - zoom in, zoom out, move (rename move to pointer-move) - fix broken symlink override for hand1 - provide grab cursor - all-scroll - vertical-text https://bugzilla.gnome.org/show_bug.cgi?id=748982
* Updated Occitan translationCédric Valmary2015-04-281-177/+21
|
* Updated Icelandic translationSveinn í Felli2015-04-241-162/+82
|
* symbolic: view-more-horizontal-symbolicJakub Steiner2015-04-162-51/+126
| | | | - used for exapding the Files pathbar
* fix missing framesJakub Steiner2015-04-074-0/+88
| | | | 32x32 watch, left_ptr_watch was missing frames
* make spinning cursors 60 fpsJakub Steiner2015-04-07595-1121/+4725
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747464
* provide hi-dpi variants of the cursorsJakub Steiner2015-04-07460-14/+149
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747386
* application/x-firmware not x-firmwareJakub Steiner2015-04-017-7/+6
|
* symbolic: more specific rotation-allowedJakub Steiner2015-03-313-68/+57
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747117
* symbolic preferences-desktop-font used by font-viewerJakub Steiner2015-03-272-4/+62
|
* 3.16.03.16.0Matthias Clasen2015-03-232-1/+4
|