]> Pileus Git - ~andy/gtk/blob - ChangeLog
Add xsetting for gtk-scrolled-window-placement (#458103).
[~andy/gtk] / ChangeLog
1 2007-11-21  Ross Burton  <ross@openedhand.com>
2
3         * gdk/x11/gdksettings.c:
4         Add xsetting for gtk-scrolled-window-placement (#458103).
5
6 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7
8         * gtk/gtkmenuitem.c (gtk_menu_item_class_init),
9         (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
10         (#469239, Michael Natterer)
11
12 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
13
14         * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
15         Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
16         gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
17         (#436536, Tommi Komulainen)
18
19 2007-11-21  Matthias Clasen  <mclasen@redhat.com>
20
21         * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
22         property.  (#489782, Jan Janech)
23
24 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
25
26         * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
27         frames.  (#107398, Owen Taylor, Miguel Gomez)
28
29 Tue Nov 20 15:19:42 2007 +0100 Tim Janik
30
31         Moved Gdk test functions from Gtk+ to Gdk test utils.
32
33         * gdk/Makefile.am: added gdktestutils.h to public includes.
34
35         * gdk/gdk.h: added gdktestutils.h to public includes.
36
37         * gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
38         gdk_test_render_sync.
39
40         * gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
41         gdk_test_simulate_key, gdk_test_render_sync.
42
43         * gdk/x11/Makefile.am: build gdktestutils-x11.c.
44
45         * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
46         gdk_test_simulate_key, gdk_test_render_sync.
47
48         * gtk/gtktestutils.c:
49         * gtk/gtktestutils.h:
50         * gtk/gtk.symbols: removed gtk_test_simulate_button
51         gtk_test_simulate_key, gtk_test_xserver_render_sync.
52
53         * gtk/tests/testing.c: call gdk_test_render_sync.
54
55 Thu Nov 15 13:11:39 2007 +0100 Tim Janik
56
57         Added unit tests for Gtk+ testing utilities.
58
59         * gtk/tests/testing.c: added a sample test program that tests Gtk+ test
60         utility functions. some g_test_* related portions are disabled and need
61         to be enabled once Gtk+ depends on a new glib with the GLib testing
62         framework integrated.
63
64         * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+ tests.
65         added exemplary test rules to run tests inside Xvfb. this needs to depend
66         on gtester for full fledged testing.
67
68         * gtk/Makefile.am: build gtk+/gtk/tests, define -DGTK_ENABLE_BROKEN when
69         collecting _get_type functions to catch e.g. gtk_text_get_type().
70
71         * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
72
73 Thu Nov 15 11:55:34 2007 +0100 Tim Janik
74
75         Added Gtk+ testing utilities.
76
77         * gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility functions.
78         for the most part, the functions herein involve navigating and interacting
79         with dialog elements programatically, to automate user interaction tests of
80         dialogs and widgets.
81
82         * gtk/gtk.h: include gtk/gtktestutils.h as public API.
83
84         * gtk/gtk.symbols: added gtk_test_* symbols.
85
86         * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into the build.
87         generate gtktypefuncs.c which contains a list of all _get_type functions in
88         Gtk+ and Gdk.
89 2007-11-20  Bastien Nocera  <hadess@hadess.net>
90
91         * configure.in: add support for conditional icns gdk-pixbuf loader
92         (Closes: #395738)
93
94 2007-11-19 10:31:26  Tim Janik  <timj@imendio.com>
95
96         * configure.in: updated version number to 2.15.0 for development.
97
98 2007-11-19 10:27:39  Tim Janik  <timj@imendio.com>
99
100         === Branch for 2.12 ===
101