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