summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* index.theme lookup orderJakub Steiner2022-11-291-1/+1
| | | | | | - maybe scalables need to be in front of symbolic to take precedence? See the struggle at https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/215
* separate symbolic and fullcolor scalableswip/jimmac/separate-symbolic-scalableJakub Steiner2022-11-291-4/+10
| | | | | | | Only god knows how the icon theme lookup works these days. Perhaps separating fullcolor out of the symbolics will prevent the recoloring. See https://gitlab.gnome.org/GNOME/nautilus/-/issues/2587
* build: add README.md to EXTRA_DISTJeremy Bicha2019-02-191-0/+1
| | | | | autotools automatically bundles README but we need to explicitly include README.md in tarballs
* add placeholder dirs to generate index.themeJakub Steiner2018-12-131-1/+1
| | | | | - the sizes only get added to index.theme if a folder exists and this is done prior the odd symbolic png generation
* set up new UI context in index.themeJakub Steiner2018-12-131-0/+3
|
* cursors: symlink fleur to all-scroll in Makefile.am as wellKalev Lember2018-11-161-1/+1
| | | | | Commit 513755f changed the symlink, but forgot to do the matching change in the build system.
* retire fullcolor action iconsJakub Steiner2018-10-191-1/+4
| | | | | | - step1 -- move to legacy context See Issue #15 for more context
* 256 mistakenly not scalableLapo Calamandrei2017-11-201-0/+4
| | | | | | - there are still 256x256 in the theme, don't set them "fixed". https://bugzilla.gnome.org/show_bug.cgi?id=785574
* 512 mistakenly not scalableJakub Steiner2017-09-261-1/+1
| | | | | | | | - during the 256 > 512 transition, the automake system wasn't updated to mark the 512 size as scalable, thus some lower sizes were handled by 48x48 or icons appeared giant (512 nominal size). https://bugzilla.gnome.org/show_bug.cgi?id=785574
* Visual Studio builds: Move build files to win32/Chun-wei Fan2017-02-231-1/+1
| | | | | | | This will enable one to move down one less level in the tree to reach the NMake build files to configure and install this package, and will enable common NMake Makefile modules to be in sync with the one in GLib master, namely detectenv-msvc.mak.
* windows: Add Windows cursors and install them instead of X cursors on WindowsChristoph Reiter2016-12-051-2/+10
| | | | | | | | | | | | The new cursors where created using ./renderpngs.py -r -s -t -o -m 32 -a -c -i -n 4 adwaita.svg ./pngs/make-w32.sh Remove the --enable-w32-cursors switch and instead only install Windows cursors on Windows and X cursors everywhere else. This makes cursors work in the gtk3-demo "Cursors" demo and when dragging things.
* don't symlink hand2 to hand1Jakub Steiner2016-05-251-1/+0
| | | | | | | based on a patch by Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=765323
* grab -> hand1Jakub Steiner2016-05-171-1/+1
|
* Fix up the symlinks at install timeMatthias Clasen2016-05-171-2/+2
| | | | | | | | It appears that the symlinks created by make.sh no longer matter for what gets installed in the end. The toplevel Makefile has an install-data-hook: that has its own list of symlinks. Thats not great; for now just fix up the names to match what make.sh does.
* 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
* Build: Support Windows/MSVC using NMakeChun-wei Fan2016-02-191-1/+1
| | | | | | 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.
* Remove translationsDebarshi Ray2015-11-261-10/+5
| | | | | | | | 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
* Create symlinks when installing cursorsРуслан Ижбулатов2015-05-181-0/+93
| | | | | | Also support creating symlinks for W32 cursors (including L and XL variants). https://bugzilla.gnome.org/show_bug.cgi?id=749223
* Avoid a hard dependency on gtk-update-icon-cacheKalev Lember2014-10-291-1/+1
| | | | | | | This makes is possible to build adwaita-icon-theme before gtk+ and avoids a circular dependency between those two modules. https://bugzilla.gnome.org/show_bug.cgi?id=739290
* Fix installation of symbolic pngsAlexander Larsson2014-08-121-1/+1
| | | | | | | This adds 24 px symbolic pngs allowing the small size and better hidpi handling (which uses the double size icon). It also ensures we have directories for the 64 & 96 size symbolic pngs in the index.theme file.
* Fix up a few typos in index.theme generationMatthias Clasen2014-06-231-5/+5
|
* make spinners scalable up till 32Jakub Steiner2014-06-231-1/+7
| | | | - introduce a new size
* Add missing directories to index.themeMatthias Clasen2014-06-201-1/+1
| | | | | The scalable/emotes directory was missing from the index.theme file, causing GTK+ to scale icons in the wrong way.
* Merge cursorsWilliam Jon McCann2014-04-251-0/+4
|\ | | | | | | from gnome-themes-standard
| * themes: Fix enumeration of cursors with srcdir != builddirColin Walters2013-08-171-1/+1
| |
| * build: update .gitignoreCosimo Cecchi2013-03-251-2/+0
| | | | | | | | Don't use git.mk, just a static .gitignore.
| * Update git.mkCosimo Cecchi2013-02-131-0/+2
| |
| * Fix Makefile syntaxMatthias Clasen2010-12-061-1/+1
| |
| * Add cursor themeWilliam Jon McCann2010-11-111-0/+5
| | | | Originally from Jakub Steiner's dmz-aa theme
* Merge gnome-icon-theme-symbolicWilliam Jon McCann2014-04-251-0/+7
|\
| * Building and installing .pc fileXabier Rodriguez Calvar2013-01-081-1/+4
| |
| * install-data-hook fix by Yanko Kaneti <yaneti@declera.com>Jakub Steiner2010-12-211-1/+3
| |
| * Run gtk-update-icon-cache after installingDan Winship2010-09-241-0/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=630465
| * Add fancy gitignore framework from PangoWilliam Jon McCann2010-03-291-0/+2
| | | | | | | | There is no need to manually maintain .gitignore files with this.
| * Switch to a more standard build systemWilliam Jon McCann2010-03-291-0/+36
|
* Use git.mkWilliam Jon McCann2014-04-251-0/+2
|
* Drop an unused variableWilliam Jon McCann2014-04-251-1/+1
|
* Rename to adwaita-icon-themeWilliam Jon McCann2014-04-251-4/+4
|
* intltool build fix by Seán de BúrcaJakub Steiner2013-10-221-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706785
* Revert "build: build was failing due to missing IT_PROG_INTLTOOL"Jakub Steiner2013-09-031-2/+0
| | | | | | This reverts commit c2f166f58677b5a5c5492afc19f289efa02923a4. The patch fails to copy the intltoolize macros locally here.
* build: build was failing due to missing IT_PROG_INTLTOOLJakub Steiner2013-08-261-0/+2
| | | | | | submitted by Seán de Búrca <leftmostcat@gmail.com> https://bugzilla.gnome.org/attachment.cgi?id=253100
* install-data-hook fix by Yanko Kaneti <yaneti@declera.com>Arnel A. Borja2013-05-201-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=700680
* Fix distcheckMatthias Clasen2012-12-231-0/+3
|
* Add scalable/categories to the list of theme directoriesMatthias Clasen2011-11-151-1/+1
| | | | gnome-icon-theme-symbolic installs an icon in there now.
* [build] include COPYING_CCBYSA3 and COPYING_LGPL in tarballsFrédéric Péters2011-02-011-0/+2
|
* Run gtk-update-icon-cache after installingDan Winship2010-09-241-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630465
* MinSize=8, MaxSize=512 for scalable/ as for Jakub comment.Lapo Calamandrei2010-05-241-2/+2
|
* Applied Matthias Clasen patch for adding scalable/ tree in index theme ↵Lapo Calamandrei2010-05-241-3/+11
| | | | (needed for symbolic icons), see fixes #617292
* Remove unused rendering targetWilliam Jon McCann2010-04-271-4/+0
| | | | There is a separate script to process process the svgs
* add pc file back. patch by Marc-Andre Lureau. gb #606245Jakub Steiner2010-02-271-0/+4
|