Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/icons
Commit message (Collapse)AuthorAgeFilesLines
* Update icons to match gnome-icon-theme appearanceCarlos Garcia Campos2010-04-1310-2/+2
| | | | Fixes bug #614747.
* Drop gnome-icon-theme dependencyHib Eris2009-12-1930-7/+1204
| | | | | | | | | | | | | | | | | | As far as I can tell, Evince required only 3 icons from gnome-icon-theme, 'object-rotate-left', 'object-rotate-right' and 'x-office-presentation'. This patch adds copies for these icons from gnome-icon-theme-2.24. It also removes the compile-time check for gnome-icon-theme on all platforms execpt gnome. Note, when gnome-icon-theme is installed, the icons from that theme take precedence over the icons from this patch. Therefore, evince uses the icons from this patch only as a backup when no gnome-icon-theme is installed. All added icons are copied from gnome-icon-theme-2.24, which is licensed under GNU GPLv2.
* Add invert icon for inverted colors optionJuanjo MarĂ­n2009-11-292-0/+1
| | | | Icon borrowed from GIMP. See bgo#321823.
* [build] Remove gitignore files from gitChristian Persch2009-10-2517-374/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-2217-0/+34
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-2117-0/+374
| | | | Import git.mk.
* Add close, resize-se and resize-sw icons copied from stickynotes appletCarlos Garcia Campos2009-05-124-1/+4
|
* Add eye icon from gimp to hide/show layers.Carlos Garcia Campos2008-11-152-0/+1
| | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/eye.png: * shell/ev-stock-icons.[ch]: Add eye icon from gimp to hide/show layers. svn path=/trunk/; revision=3267
* Ups once againNickolay V. Shmyrev2007-08-155-1/+1
| | | | svn path=/trunk/; revision=2622
* Icons for a new sizes.Andreas Nilsson2007-08-1512-1/+3713
| | | | | | | | | | | | | | | | | | 2007-08-15 Andreas Nilsson <nisses.mail@home.se> * data/icons/32x32/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/view-page-cont.svg: * data/icons/32x32/actions/view-page-facing.svg: * data/icons/48x48/Makefile.am: * data/icons/48x48/actions/Makefile.am: * data/icons/48x48/actions/view-page-cont.svg: * data/icons/48x48/actions/view-page-facing.svg: Icons for a new sizes. svn path=/trunk/; revision=2619
* Zoom icon artwork. See bug #444795.Michael Monreal2007-06-068-0/+467
| | | | | | | | | | | | | | | | | | 2007-06-07 Michael Monreal <infernux@web.de> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/zoom.svg: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/zoom.svg: * data/icons/24x24/actions/Makefile.am: * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: * shell/ev-window.c: Zoom icon artwork. See bug #444795. svn path=/trunk/; revision=2488
* Fix a wrong filename (continious-->continuous)Luca Ferretti2007-01-191-0/+0
| | | | svn path=/trunk/; revision=2236
* Move Evince icons under new apps directory.Luca Ferretti2007-01-1938-20/+1200
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-19 Luca Ferretti <elle.uca@libero.it> * data/icons/*/apps/evince.*: Move Evince icons under new apps directory. * data/icons/*/actions/*: Add new custom themeable Evince icons: view-page-continuous, view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas Nilsson, at 16 and 22 pixels (plus 24 for compatibility). * configure.ac: Add new directories to AC_CONFIG_FILES. * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: Use new custom themeable icons. svn path=/trunk/; revision=2235
* Actually remove .cvsignore filesChristian Persch2006-12-316-12/+0
| | | | svn path=/trunk/; revision=2181
* Add 24x24 icon. Thanks to Michael Monreal <infernux@web.de>.Nickolay V. Shmyrev2006-11-224-1/+7
| | | | | | | | | | | | | 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * data/icons/24x24/.cvsignore: * data/icons/24x24/Makefile.am: * data/icons/24x24/evince.png: * data/icons/Makefile.am: Add 24x24 icon. Thanks to Michael Monreal <infernux@web.de>.
* Shut up CVSNickolay V. Shmyrev2006-09-175-0/+10
|
* Install icons with correct names. Fixes bug #354429.Nickolay V. Shmyrev2006-09-079-0/+518
2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * data/Makefile.am: * data/evince-16.png: * data/evince-22.png: * data/evince.png: * data/evince.svg: * data/icons/16x16/Makefile.am: * data/icons/16x16/evince.png: * data/icons/22x22/Makefile.am: * data/icons/22x22/evince.png: * data/icons/48x48/Makefile.am: * data/icons/48x48/evince.png: * data/icons/Makefile.am: * data/icons/scalable/Makefile.am: * data/icons/scalable/evince.svg: Install icons with correct names. Fixes bug #354429.