2007-11-22 06:04:41 +00:00
|
|
|
2007-11-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
|
|
|
|
(#485662, patch by Herbert Valerio Riedel)
|
|
|
|
|
2007-11-22 05:50:32 +00:00
|
|
|
2007-11-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktextiter.c: Fix an aliasing problem. (#347585, Ed Catmur)
|
|
|
|
|
2007-11-21 11:29:03 +00:00
|
|
|
2007-11-21 Richard Hult <richard@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
|
|
|
|
stubs for the testing functions to fix the build.
|
|
|
|
|
2007-11-21 09:32:35 +00:00
|
|
|
2007-11-21 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
|
|
|
|
(#467711, The Written Word)
|
|
|
|
|
2007-11-21 09:22:48 +00:00
|
|
|
2007-11-21 Ross Burton <ross@openedhand.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdksettings.c:
|
|
|
|
Add xsetting for gtk-scrolled-window-placement (#458103).
|
|
|
|
|
2007-11-21 09:22:06 +00:00
|
|
|
2007-11-21 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkmenuitem.c (gtk_menu_item_class_init),
|
|
|
|
(gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
|
|
|
|
(#469239, Michael Natterer)
|
|
|
|
|
2007-11-21 09:12:59 +00:00
|
|
|
2007-11-21 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
|
|
|
|
Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
|
|
|
|
gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
|
|
|
|
(#436536, Tommi Komulainen)
|
|
|
|
|
2007-11-21 05:49:35 +00:00
|
|
|
2007-11-21 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c: Fix the default value of the toolbar-style
|
|
|
|
property. (#489782, Jan Janech)
|
|
|
|
|
2007-11-21 04:56:50 +00:00
|
|
|
2007-11-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
|
|
|
|
frames. (#107398, Owen Taylor, Miguel Gomez)
|
|
|
|
|
2007-11-20 15:04:33 +00:00
|
|
|
Tue Nov 20 15:19:42 2007 +0100 Tim Janik
|
|
|
|
|
|
|
|
Moved Gdk test functions from Gtk+ to Gdk test utils.
|
|
|
|
|
|
|
|
* gdk/Makefile.am: added gdktestutils.h to public includes.
|
|
|
|
|
|
|
|
* gdk/gdk.h: added gdktestutils.h to public includes.
|
|
|
|
|
|
|
|
* gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
|
|
|
|
gdk_test_render_sync.
|
|
|
|
|
|
|
|
* gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
|
|
|
|
gdk_test_simulate_key, gdk_test_render_sync.
|
|
|
|
|
|
|
|
* gdk/x11/Makefile.am: build gdktestutils-x11.c.
|
|
|
|
|
|
|
|
* gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
|
|
|
|
gdk_test_simulate_key, gdk_test_render_sync.
|
|
|
|
|
|
|
|
* gtk/gtktestutils.c:
|
|
|
|
* gtk/gtktestutils.h:
|
|
|
|
* gtk/gtk.symbols: removed gtk_test_simulate_button
|
|
|
|
gtk_test_simulate_key, gtk_test_xserver_render_sync.
|
|
|
|
|
|
|
|
* gtk/tests/testing.c: call gdk_test_render_sync.
|
|
|
|
|
|
|
|
Thu Nov 15 13:11:39 2007 +0100 Tim Janik
|
|
|
|
|
|
|
|
Added unit tests for Gtk+ testing utilities.
|
|
|
|
|
|
|
|
* gtk/tests/testing.c: added a sample test program that tests Gtk+ test
|
|
|
|
utility functions. some g_test_* related portions are disabled and need
|
|
|
|
to be enabled once Gtk+ depends on a new glib with the GLib testing
|
|
|
|
framework integrated.
|
|
|
|
|
|
|
|
* gtk/tests/Makefile.am: new subdirectory to include quick Gtk+ tests.
|
|
|
|
added exemplary test rules to run tests inside Xvfb. this needs to depend
|
|
|
|
on gtester for full fledged testing.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: build gtk+/gtk/tests, define -DGTK_ENABLE_BROKEN when
|
|
|
|
collecting _get_type functions to catch e.g. gtk_text_get_type().
|
|
|
|
|
|
|
|
* configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
|
|
|
|
|
|
|
|
Thu Nov 15 11:55:34 2007 +0100 Tim Janik
|
|
|
|
|
|
|
|
Added Gtk+ testing utilities.
|
|
|
|
|
|
|
|
* gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility functions.
|
|
|
|
for the most part, the functions herein involve navigating and interacting
|
|
|
|
with dialog elements programatically, to automate user interaction tests of
|
|
|
|
dialogs and widgets.
|
|
|
|
|
|
|
|
* gtk/gtk.h: include gtk/gtktestutils.h as public API.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: added gtk_test_* symbols.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into the build.
|
|
|
|
generate gtktypefuncs.c which contains a list of all _get_type functions in
|
|
|
|
Gtk+ and Gdk.
|
2007-11-20 10:26:57 +00:00
|
|
|
2007-11-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
|
|
|
|
* configure.in: add support for conditional icns gdk-pixbuf loader
|
|
|
|
(Closes: #395738)
|
|
|
|
|
2007-11-19 10:19:11 +00:00
|
|
|
2007-11-19 10:31:26 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* configure.in: updated version number to 2.15.0 for development.
|
|
|
|
|
|
|
|
2007-11-19 10:27:39 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
=== Branch for 2.12 ===
|
|
|
|
|