Commit Graph

190 Commits

Author SHA1 Message Date
b558885221 Try to fix linking
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
2011-12-05 20:58:21 -05:00
b72b4e79cf build: Add gmodule-2.0 dependency for gtk-query-immodules-3.0 2011-11-24 16:33:02 +01:00
abc787a5ac Move pangoft2 to Requires.private
We have pango in Requires anyway, and this is just so we
can call pangofc api ourselves.
2011-11-22 09:42:31 -05:00
fa89423346 Bump version 2011-11-21 18:34:11 -05:00
84c0ccad47 3.3.4 2011-11-21 18:14:13 -05:00
fefe8e7c8c win32: Actually check for IPrintDialogCallback in configure 2011-11-10 17:41:08 +01:00
6ae6284d1a Remove some redundant verbosity 2011-11-09 22:18:39 -05:00
82d6a4e918 Don't use G_ERRORCHECK_MUTEXES anymore
It's gone from GLib.
2011-11-09 22:11:04 -05:00
416e1a1468 Don't use *_SINGLE_INCLUDES defines
GLib now outlaws single includes always, anyway.
2011-11-01 22:35:05 -04:00
4f1c7e255d Post-release version bump
Halfway to 666 !
2011-10-25 10:22:15 -04:00
6ea285cbbc Bump version to 3.3.2 2011-10-25 09:15:50 -04:00
d987a01d80 GMountOperation on OpenBSD: remove the need for kvm(3)
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
2011-10-17 19:06:41 +02:00
520881ac11 build: Strip out -DG_DISABLE_DEPRECATED
It's unnecessary pain now that they're warnings.
2011-10-12 11:54:56 -04:00
9e0efc5022 Add deprecation annotations for deprecated functions
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.
2011-10-11 15:03:46 -04:00
6dc34c1f5e Bug 658772: Directory paths for resource directories are hard coded.
Provide dynamic path discovery functions as are provided for win32.
2011-10-08 15:02:38 -07:00
a095a24ab4 Put master on the 3.3 track 2011-09-26 18:03:37 -04:00
70b13d734d Bump version 2011-09-25 22:01:13 -04:00
c9beb22f7b 3.2.0 2011-09-25 22:00:20 -04:00
d48542e1cd Bump version 2011-09-19 18:03:11 -04:00
9bf03f57da 3.1.92 2011-09-19 17:39:00 -04:00
f1574cbe4d Post-release bump 2011-09-13 18:17:47 -04:00
c37e425341 3.1.90 2011-09-13 17:40:52 -04:00
c1af0ceafc Post-release version bump 2011-09-05 17:07:35 -04:00
6dd3432ecb 3.1.18 2011-09-05 16:43:06 -04:00
c22feaab35 Some more colord configury cleanups
Don't error out when --enable-color=auto, but no colord is found.
Plus various cleanups to the output.
2011-09-05 16:42:59 -04:00
ee6b79becf Fix the configure script to actually define HAVE_COLORD when colord is used 2011-09-01 15:34:57 +01:00
69de896589 Add more compilation warnings 2011-08-30 22:47:33 +01:00
553628efa1 post-release version bump 2011-08-30 11:48:50 -04:00
b57180a684 3.1.16 2011-08-30 11:28:53 -04:00
e0ab377f9b Post-release version bump 2011-08-29 13:09:21 -04:00
50101fba11 3.1.14 2011-08-29 13:08:47 -04:00
08bf2e0463 a11y: Use AtkWindow on GtkWindowAccessible
GtkWindowAccessible doesn't require to define window related
signals. They are included on AtkWindow
2011-08-29 10:57:14 -04:00
f060343a82 Explicitly link gdk and gtk against libm
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.
2011-08-28 20:03:56 -04:00
005894eccb wayland: We need to require egl as well 2011-08-22 16:32:06 -04:00
323d24db8c Update configure.ac to check for rint()/round()
Added check in configure.ac to check for the rint() and
round() functions as they are normally only available in C99
compilers.
2011-08-20 11:17:45 +08:00
1bca4f3eb5 Post-release bump 2011-08-15 22:01:55 -04:00
22a2867d79 3.1.12 2011-08-15 21:58:05 -04:00
8afe90224b configure.ac: Bump gdk-pixbuf required version
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
2011-08-12 20:02:59 +01:00
3f07c44ea9 post-release bump 2011-07-23 10:24:25 -04:00
749b6cc635 Fix make dist 2011-07-23 10:12:55 -04:00
b2d679a45c configure.ac: Bump glib required version
GTK+ depends on Glib 2.29.14 because we are using the new added
g_format_size() glib function
2011-07-22 14:20:50 +02:00
ad9da2727d GMountOperation::show-processes support for OpenBSD using kvm(3) 2011-07-12 07:56:01 +10:00
1f2b8a6545 Add some aux. pango api to help AtkText implementations
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.
2011-07-05 16:08:07 -04:00
f76c439897 tests: Add first shot at an accessibility dump tool
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.
2011-07-05 16:07:57 -04:00
813b2c0aff And remove it from the build too 2011-07-05 16:07:57 -04:00
8c32d2d516 gtk: Move a11y tests fro a11y/tests to tests/a11y 2011-07-05 16:07:56 -04:00
48b9521cbb gail-util: Move into toplevel directory 2011-07-05 16:07:56 -04:00
df2e122b5c gail: Move from modules/other/gail to gtk/a11y 2011-07-05 16:07:56 -04:00
28398e250a Post-release version bump
Up to 3.1.9
2011-07-05 11:04:06 -04:00
66d8b6bd6e 3.1.8 2011-07-05 11:03:23 -04:00