summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 3.32.0 release3.32.0gnome-3-32Jakub Steiner2019-03-181-1/+1
|
* prepare for 3.31.913.31.91Jakub Steiner2019-02-191-1/+1
|
* prepare for a very late 3.31.13.31.1Jakub Steiner2018-11-021-1/+1
|
* prepare for 3.30.03.30.0Jakub Steiner2018-09-031-1/+1
|
* prepare for 3.29.903.29.90Jakub Steiner2018-08-011-1/+1
|
* prepare 3.28.03.28.0gnome-3-28Jakub Steiner2018-03-141-1/+1
|
* prepare for 3.27.903.27.90Jakub Steiner2018-02-081-1/+1
|
* prepare for 3.26.0 release3.26.0Jakub Steiner2017-09-141-1/+1
|
* prepare for 3.25.91 releaseJakub Steiner2017-08-231-1/+1
|
* prepare for 3.25.4 release3.25.4Jakub Steiner2017-07-201-1/+1
|
* prepare for 3.24.0 release3.24.0gnome-3-24Jakub Steiner2017-03-211-1/+1
|
* Visual Studio builds: Record package version in MakefileChun-wei Fan2017-03-131-0/+1
| | | | This will enable us to generate the .pc file for this package.
* prepare for 3.23.91.13.23.91.1Jakub Steiner2017-03-011-1/+1
|
* Visual Studio builds: Move build files to win32/Chun-wei Fan2017-02-231-2/+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.
* prepare for 3.23.913.23.91Jakub Steiner2017-02-011-1/+1
|
* windows: Add Windows cursors and install them instead of X cursors on WindowsChristoph Reiter2016-12-051-10/+11
| | | | | | | | | | | | 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.
* prepare for 3.21.91 releaseJakub Steiner2016-09-021-1/+1
|
* Calculator app iconJakub Steiner2016-06-211-2/+2
| | | | - start including 512x512 size
* 3.21.23.21.2Matthias Clasen2016-05-261-1/+1
|
* prepare for 3.203.20Jakub Steiner2016-03-221-1/+1
|
* prepare for 3.19.91 release3.19.91Jakub Steiner2016-03-031-1/+1
|
* prepare for 3.19.90 release3.19.90Jakub Steiner2016-02-201-1/+1
|
* Build: Support Windows/MSVC using NMakeChun-wei Fan2016-02-191-0/+2
| | | | | | 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-3/+1
| | | | | | | | 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
* prepare for stable 3.18.03.18.0Jakub Steiner2015-09-221-1/+1
|
* prepare for 3.17.43.17.4Jakub Steiner2015-07-221-1/+1
|
* prepare for 3.17.3 release3.17.3Jakub Steiner2015-06-251-1/+1
|
* 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
* Create symlinks when installing cursorsРуслан Ижбулатов2015-05-181-0/+24
| | | | | | Also support creating symlinks for W32 cursors (including L and XL variants). https://bugzilla.gnome.org/show_bug.cgi?id=749223
* prepare for 3.16.2.1Jakub Steiner2015-05-121-1/+1
| | | | - forgot to rebase to pull in translations
* prepare for 3.16.2Jakub Steiner2015-05-121-1/+1
|
* 3.16.03.16.0Matthias Clasen2015-03-231-1/+1
|
* prepare for 3.15.923.15.92Jakub Steiner2015-03-201-1/+1
|
* prepare for 3.15.903.15.90Jakub Steiner2015-02-111-1/+1
|
* prepare for 3.15.1 release3.15.1Jakub Steiner2014-10-291-1/+1
|
* Avoid a hard dependency on gtk-update-icon-cacheKalev Lember2014-10-291-3/+0
| | | | | | | 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
* 3.14.03.14.0Matthias Clasen2014-09-221-1/+1
|
* prepare for 3.13.91 release3.13.91Jakub Steiner2014-09-021-1/+1
|
* 3.13.53.13.5Matthias Clasen2014-08-161-1/+1
|
* Fix installation of symbolic pngsAlexander Larsson2014-08-121-1/+2
| | | | | | | 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.
* Support pre-rendered symbolic pngsAlexander Larsson2014-08-031-0/+7
| | | | | | | | | This uses the new gtk-encode-symbolic-svg feature of Gtk to pre-render svgs as recolorable pngs. The pngs are loaded faster and can be used without librsvg which avoids librsvg as the required dependencies for Gtk+. https://bugzilla.gnome.org/show_bug.cgi?id=730450
* 3.13.43.13.4Matthias Clasen2014-07-141-1/+1
|
* prepare for 3.13.33.13.3Jakub Steiner2014-06-251-1/+1
|
* make spinners scalable up till 32Jakub Steiner2014-06-231-0/+1
| | | | - introduce a new size
* prepare for 3.13.23.13.2Jakub Steiner2014-06-021-1/+1
|
* Drop legacy icon name mappingMatthias Clasen2014-05-281-29/+0
| | | | | | | The switch gnome -> Adwaita is the perfect opportunity to do this cleanup. Also, the icon name mapping tool doesn't work. https://bugzilla.gnome.org/show_bug.cgi?id=728984
* Bump version for unstable branchWilliam Jon McCann2014-04-251-1/+1
|
* Fix rebase errorWilliam Jon McCann2014-04-251-1/+1
|
* Merge gnome-icon-theme-symbolicWilliam Jon McCann2014-04-251-0/+19
|\
| * Bump versionMatthias Clasen2014-03-251-1/+1
| |