summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 3.18.03.18.0Jakub Steiner2015-09-221-1/+1
|
* 3.16.23.16.2Matthias Clasen2015-05-121-1/+1
|
* 3.16.03.16.0Matthias Clasen2015-03-231-1/+1
|
* 3.15.903.15.90Matthias Clasen2015-02-201-1/+1
|
* Drop metacity themeFlorian Müllner2014-12-231-2/+0
| | | | | Mutter now uses the GTK+ theme to style window decorations, so drop the now unused WM theme.
* prepare for 3.15.2.23.15.2.2Jakub Steiner2014-12-011-1/+1
|
* prepare for 3.15.2.13.15.2.1Jakub Steiner2014-11-271-1/+1
|
* prepare for 3.15.23.15.2Jakub Steiner2014-11-261-1/+1
|
* Revert "Remove a reference to themes/Adwaita/gtk-2.0/Makefile"Jakub Steiner2014-11-261-0/+1
| | | | This reverts commit ce6254d0887ecced53344cbabb45159832e91369.
* Remove a reference to themes/Adwaita/gtk-2.0/MakefileVadim Rutkovsky2014-11-261-1/+0
|
* 3.14.03.14.0Matthias Clasen2014-09-221-1/+1
|
* prepare for 3.13.90 release3.13.90Jakub Steiner2014-08-221-1/+1
|
* Revert "HC: use symbolic icons for HC"Jakub Steiner2014-08-071-0/+1
| | | | Pushed this prematurely by accident.
* background: move from here to gnome-backgroundsJakub Steiner2014-08-061-1/+0
| | | | | - default bg now ships with gnome-backgrounds instead where the lock screen was.
* HC: use symbolic icons for HCJakub Steiner2014-08-041-1/+0
| | | | | | | - drop the custom rendered theme in favor of recolorable symbolic icons from Adwaita https://bugzilla.gnome.org/show_bug.cgi?id=732521
* 3.13.43.13.4Matthias Clasen2014-07-211-1/+1
|
* Add the Adwaita/gtk-3.0 directory to configure.inMatthias Clasen2014-07-211-0/+1
| | | | This broke the build in continuous.
* prepare for 3.13.3 release3.13.3Jakub Steiner2014-06-251-1/+1
|
* gtk-3.0: drop the theme as gtk provides a default now.Jakub Steiner2014-06-161-1/+0
|
* prepare for 3.13.13.13.1Jakub Steiner2014-04-281-1/+1
|
* Remove cursorsWilliam Jon McCann2014-04-251-1/+0
| | | | These now live in adwiata-icon-theme.
* Bump versionMatthias Clasen2014-03-251-1/+1
|
* 3.12.03.12.0Matthias Clasen2014-03-251-1/+1
|
* prepare for 3.11.92 release3.11.92Jakub Steiner2014-03-201-1/+1
|
* 3.11.903.11.90Matthias Clasen2014-02-211-1/+1
|
* release: prepare for 3.11.53.11.5Cosimo Cecchi2014-02-051-1/+1
|
* prepare for 3.10.0 release3.10.0Jakub Steiner2013-09-241-1/+1
|
* release: prepare for 3.9.913.9.91Cosimo Cecchi2013-09-021-1/+1
|
* build: Note we don't do srcdir != builddirColin Walters2013-08-311-0/+5
| | | | create-highcontrast.c code emits broken theme metadata in this case.
* Fix intltool failure in configureSeán de Búrca2013-08-271-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706791
* build: bump required GTK versionCosimo Cecchi2013-08-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704782
* prepare for 3.9.90 release3.9.90Jakub Steiner2013-08-201-1/+1
|
* release: prepare for 3.9.33.9.3Cosimo Cecchi2013-06-171-1/+1
|
* build: bump version to 3.9.0Cosimo Cecchi2013-06-161-1/+1
|
* Adapt to changes in GTK+ state propagationCosimo Cecchi2013-06-161-1/+1
| | | | | | As GTK+ stopped propagating state flags to children, we can get rid of all the wildcard overrides for color: and [text,icon]-shadow properties. Also bump the required GTK+ version to git master.
* release: prepare for 3.8.03.8.0Cosimo Cecchi2013-03-251-1/+1
|
* release: prepare for 3.7.923.7.92Cosimo Cecchi2013-03-191-1/+1
|
* release: prepare for 3.7.913.7.91Cosimo Cecchi2013-03-051-1/+1
|
* release: prepare for 3.7.903.7.90Cosimo Cecchi2013-02-191-1/+1
|
* release: prepare for 3.7.63.7.6Cosimo Cecchi2013-02-131-1/+1
|
* build: don't install translationsCosimo Cecchi2013-02-131-3/+0
| | | | | | Autotool snippet taken from gnome-icon-theme https://bugzilla.gnome.org/show_bug.cgi?id=637320
* Revert "build: don't install translations"Cosimo Cecchi2013-02-111-0/+5
| | | | This reverts commit 1e7803c07edeaf2797ebc8b89ebd57f2b16c253c.
* release: prepare for 3.7.53.7.5Cosimo Cecchi2013-02-061-1/+1
|
* build: minor cleanupsCosimo Cecchi2013-01-251-11/+3
|
* build: don't install translationsCosimo Cecchi2013-01-251-5/+0
| | | | | | They're not used anywhere. https://bugzilla.gnome.org/show_bug.cgi?id=637320
* gtk2: make it possible to override GtkEntry's backgroundsCosimo Cecchi2013-01-251-1/+2
| | | | | | | | | | | | | | | | | | Some GTK2 applications like to override GtkEntry's background with their own color for e.g. showing an error state. Since we currently draw an asset for the entry's background, this doesn't work. To support this use case, always use the background color from the style with no overrides, and put an overlay on top of it to get the same gradient we used to get. In addition, entry borders cannot be transparent anymore now, so we have to provide two versions - a normal one and one that works on notebooks, to avoid the base shining through the corners. This also bumps the GTK2 required version to 2.24.15, which has a fix that makes this possible. https://bugzilla.gnome.org/show_bug.cgi?id=685712
* release: prepare for 3.7.43.7.4Cosimo Cecchi2013-01-141-1/+1
|
* build: cleanup GResource dependency generationCosimo Cecchi2013-01-141-2/+0
| | | | | | - make sure to use --sourcedir=$(srcdir) - use the generated dependency list to add files to EXTRA_DIST instead of doing it manually
* release: prepare for 3.7.33.7.3Cosimo Cecchi2012-12-181-1/+1
|
* build: Require GTK 3.6.2Jeremy Bicha2012-11-251-1/+1
| | | | | | | Without at least GTK 3.6.1, GTK apps segfault if the gtk theme is set to Adwaita 3.6.2 https://bugzilla.gnome.org/show_bug.cgi?id=689027