summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Drop -uninstalled.pc filesMatthias Clasen2011-12-301-2/+0
| | | | This has already been done in GLib, so follow suit here.
* Bump versionMatthias Clasen2011-12-191-1/+1
|
* 3.3.63.3.6Matthias Clasen2011-12-191-1/+1
|
* bump glib depend to 2.31.6Ryan Lortie2011-12-191-1/+1
|
* Fix more linking falloutMatthias Clasen2011-12-151-5/+4
| | | | | We are using xinput and gmodule API in a few places in libgtk. https://bugzilla.gnome.org/show_bug.cgi?id=665326
* Try to fix linkingMatthias Clasen2011-12-051-6/+10
| | | | | | | | We need to link against gdk against pangoft2 on X11. Also add Requires.private to gdk-3.0.pc, and try to clean things up some. https://bugzilla.gnome.org/show_bug.cgi?id=665326
* build: Add gmodule-2.0 dependency for gtk-query-immodules-3.0Florian Müllner2011-11-241-0/+2
|
* Move pangoft2 to Requires.privateMatthias Clasen2011-11-221-1/+3
| | | | | We have pango in Requires anyway, and this is just so we can call pangofc api ourselves.
* Bump versionMatthias Clasen2011-11-211-1/+1
|
* 3.3.43.3.4Matthias Clasen2011-11-211-1/+1
|
* win32: Actually check for IPrintDialogCallback in configureMorten Welinder2011-11-101-0/+3
|
* Remove some redundant verbosityMatthias Clasen2011-11-091-6/+6
|
* Don't use G_ERRORCHECK_MUTEXES anymoreMatthias Clasen2011-11-091-1/+1
| | | | It's gone from GLib.
* Don't use *_SINGLE_INCLUDES definesMatthias Clasen2011-11-011-2/+0
| | | | GLib now outlaws single includes always, anyway.
* Post-release version bumpMatthias Clasen2011-10-251-1/+1
| | | | Halfway to 666 !
* Bump version to 3.3.23.3.2Matthias Clasen2011-10-251-1/+1
|
* GMountOperation on OpenBSD: remove the need for kvm(3)Antoine Jacoutot2011-10-171-6/+0
| | | | | | | | kvm(3) is considered a deprecated interface, so make GMountOperation::show-processes use the recommended sysctl(3) interface instead. This also removes the need to link with libkvm. https://bugzilla.gnome.org/show_bug.cgi?id=661835
* build: Strip out -DG_DISABLE_DEPRECATEDColin Walters2011-10-121-10/+0
| | | | It's unnecessary pain now that they're warnings.
* Add deprecation annotations for deprecated functionsMatthias Clasen2011-10-111-1/+15
| | | | | | We define our own GDK_DEPRECATED[_FOR] macros for this and allow it to be turned off by defining the GDK_DISABLE_DEPRECATION_WARNINGS macro.
* Bug 658772: Directory paths for resource directories are hard coded.John Ralls2011-10-081-0/+9
| | | | Provide dynamic path discovery functions as are provided for win32.
* Put master on the 3.3 trackMatthias Clasen2011-09-261-2/+2
|
* Bump versionMatthias Clasen2011-09-251-2/+2
|
* 3.2.03.2.0Matthias Clasen2011-09-251-2/+2
|
* Bump versionMatthias Clasen2011-09-191-1/+1
|
* 3.1.923.1.92Matthias Clasen2011-09-191-1/+1
|
* Post-release bumpMatthias Clasen2011-09-131-1/+1
|
* 3.1.903.1.90Matthias Clasen2011-09-131-1/+1
|
* Post-release version bumpMatthias Clasen2011-09-051-1/+1
|
* 3.1.183.1.18Matthias Clasen2011-09-051-1/+1
|
* Some more colord configury cleanupsMatthias Clasen2011-09-051-10/+13
| | | | | Don't error out when --enable-color=auto, but no colord is found. Plus various cleanups to the output.
* Fix the configure script to actually define HAVE_COLORD when colord is usedRichard Hughes2011-09-011-3/+3
|
* Add more compilation warningsJavier Jardón2011-08-301-1/+1
|
* post-release version bumpMatthias Clasen2011-08-301-1/+1
|
* 3.1.163.1.16Matthias Clasen2011-08-301-1/+1
|
* Post-release version bumpMatthias Clasen2011-08-291-1/+1
|
* 3.1.143.1.14Matthias Clasen2011-08-291-1/+1
|
* a11y: Use AtkWindow on GtkWindowAccessibleAlejandro Piñeiro2011-08-291-1/+1
| | | | | GtkWindowAccessible doesn't require to define window related signals. They are included on AtkWindow
* Explicitly link gdk and gtk against libmMatthias Clasen2011-08-281-2/+2
| | | | | | | We used to get an implicit -lm from gdk-pixbuf, but that has recently been changed to not inject extraneous libraries into link lines, so we have to do it ourselves now. This is more correct, anyway.
* wayland: We need to require egl as wellKristian Høgsberg2011-08-221-1/+1
|
* Update configure.ac to check for rint()/round()Chun-wei Fan2011-08-201-0/+12
| | | | | | Added check in configure.ac to check for the rint() and round() functions as they are normally only available in C99 compilers.
* Post-release bumpMatthias Clasen2011-08-151-1/+1
|
* 3.1.12Matthias Clasen2011-08-151-1/+1
|
* configure.ac: Bump gdk-pixbuf required versionJavier Jardón2011-08-121-1/+1
| | | | | gdk-pixbuf 2.22.0 relies on G_CONST_RETURN which is deprecated by now. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=656421
* post-release bumpMatthias Clasen2011-07-231-1/+1
|
* Fix make distMatthias Clasen2011-07-231-1/+1
|
* configure.ac: Bump glib required versionJavier Jardón2011-07-221-1/+1
| | | | | GTK+ depends on Glib 2.29.14 because we are using the new added g_format_size() glib function
* GMountOperation::show-processes support for OpenBSD using kvm(3)Jonathan Matthew2011-07-121-0/+7
|
* Add some aux. pango api to help AtkText implementationsMatthias Clasen2011-07-051-2/+2
| | | | | | | | These functions are implementations of the AtkText api on top of a PangoLayout, and are intended to replace GailTextUtil. Since gtkpango.h is a private header, also remove the individual inclusion prohibition.
* tests: Add first shot at an accessibility dump toolBenjamin Otte2011-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | The tool works like this: ./accessibility-dump [FILE ...] If no files are given, all files with the extension ".ui" in the current directory are taken. For every file "test.ui", the following steps are performed: 1) test.ui is loaded using GtkBuilder 2) The accessible for the window is loaded 3) The information of accessible is converted into a string using a syntax defined in this test file 4) The generated string is diffed with the file "test.txt" 5) If the diff is empty, the test is a success, if not, the test fails. 6) The diff is output when the test runner is run with --verbose So to add a test named "test", create a file called "test.ui", put it into this directory. Then create the expected output file "test.txt", put it into this directory too. You can create the initial version of this file by invoking "./accessibility-dump --verbose test.ui". The output will contain the expected text and can be copy/pasted into the text file.
* And remove it from the build tooMatthias Clasen2011-07-051-1/+0
|