da755ada52
configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources
...
No need to manually set GLIB_COMPILE_RESOURCES when AM_PATH_GLIB_2_0()
does this for us.
2012-04-11 23:12:15 +03:00
8dcbe9e2de
configure.ac: Clean the ms-windows related stuff
...
Build fix and cleanup for the ms-windows engine removal.
2012-04-04 17:49:10 +02:00
440e9cdfd3
configure.ac: Depend on the corresponding stable versions
2012-04-03 03:19:05 +01:00
a3dbc65ced
Bump version
2012-03-26 10:14:43 -04:00
c0bd2d9703
3.4.0
2012-03-26 09:26:46 -04:00
d4e3d4ae9b
Bump version
2012-03-20 12:36:33 -04:00
f931ffeb77
3.3.20
2012-03-20 12:33:28 -04:00
80d54b4533
build: require cups >= 1.2
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672182
2012-03-19 00:10:14 +00:00
de62a1096b
Drop support for pre-R6 X
...
X11 R6 was released in 1995 - time to let go.
2012-03-10 23:27:21 -05:00
f8fccae852
Drop unused automake condition for XI2
...
We fail the build if XI2 is not present, nowadays.
2012-03-10 23:15:12 -05:00
82041de9b5
Drop unneeded XI2 defines
...
The X headers don't use these defines anywhere.
2012-03-10 23:13:19 -05:00
4b05f4178a
configure.ac: Improve the checks for XInput 2.2
...
Check for the XIScrollClassInfo struct in addition to the existing
check for XIAllowTouchEvents() because Ubuntu Oneiric seems to
have an incomplete backport which has one but not the other.
Based on a patch by Murray Cumming,
https://bugzilla.gnome.org/show_bug.cgi?id=671453
2012-03-06 07:45:04 -05:00
3ac4c467b3
Bump version
2012-03-05 17:13:12 -05:00
f1d14f4aa8
3.3.18
2012-03-05 17:12:26 -05:00
185973983a
Bump glib dep to 2.31.20
...
Needed for --valist-marshallers
2012-03-05 08:15:54 -05:00
962a5d8b8a
Require XInput2.h in X11 backend
...
Also remove support for XInput.h
2012-03-02 12:52:12 +00:00
43a38de785
configure: Detect XInput 2.2
2012-03-01 16:19:57 -05:00
e580c79ae0
Add versioned deprecation macros
...
These macros follow the recent changes in GLibs deprecation
setup. We now annotate deprecated functions with the version
they were deprecated in, and you can define the macro
GDK_VERSION_MIN_REQUIRED to cut off deprecation warnings for
'recent' deprecations.
At the same time, we introduce version annotations for new API
and allow you to avoid 'recent' API additions by defining
GDK_VERSION_MAX_ALLOWED.
2012-02-27 07:11:43 -05:00
ca05315c8a
Bump version
2012-02-21 10:45:07 +01:00
fbaa9b2211
Bump glib dep
2012-02-21 02:00:54 +01:00
074bb5d5db
Updates
2012-02-21 01:50:19 +01:00
71efe31f16
Move widget-factory to demos/
...
Lets install this, for the benefit of artists everywhere.
2012-02-09 08:45:40 -05:00
9a2ea96a1b
Bump version
2012-02-06 17:32:46 -05:00
de1b5e67b6
3.3.14
2012-02-06 16:38:47 -05:00
a45b3df9d0
Bump requirements of glib and gdk-pixbuf
2012-02-05 17:56:22 -05:00
36242f8035
Bump version
2012-01-30 23:16:43 -05:00
25231e36a2
3.3.12
2012-01-30 23:15:55 -05:00
fd4f701c50
css: Use GArray in GtkCssComputedValues
...
GValueArray is deprecated in glib. Also, bump the required glib version
for g_array_set_clear_func().
2012-01-25 19:05:33 +01:00
d5656b6139
bump rev
2012-01-20 16:13:37 -05:00
d9f1ac1c9c
3.3.10
2012-01-20 16:12:25 -05:00
15b4198a80
Bump GLib dep
...
This is needed for the app menu moves.
2012-01-20 15:30:46 -05:00
299a4eca28
Back to odd
2012-01-16 23:14:07 -05:00
4d76860697
3.3.8
2012-01-16 23:13:27 -05:00
f802b7e0a8
Bump GLib dep to 2.31.10
...
Needed for GResource
2012-01-16 17:24:27 -05:00
7a3e1bbc41
configure: Set GLIB_COMPILE_RESOURCES
2012-01-16 17:07:46 -05:00
9283ca93c5
visuals: add a runner for visual GtkBuilder files
...
This is useful to sketch out in GtkBuilder widgets in different states
all at once, so that we can check theming is right for them.
Add some initial UI files for primary-toolbar and inline-toolbar widgets.
2012-01-12 17:05:36 -05:00
08c89c11d1
Drop -uninstalled.pc files
...
This has already been done in GLib, so follow suit here.
2011-12-30 00:28:15 -05:00
e65a8d0d40
Bump version
2011-12-19 18:41:10 -05:00
be689e8307
3.3.6
2011-12-19 18:37:44 -05:00
aeaed2ab15
bump glib depend to 2.31.6
2011-12-19 14:03:32 -05:00
7f5a665b95
Fix more linking fallout
...
We are using xinput and gmodule API in a few places in libgtk.
https://bugzilla.gnome.org/show_bug.cgi?id=665326
2011-12-15 23:35:06 -05:00
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