]> Pileus Git - ~andy/gtk/blob - ChangeLog
Include <config.h>. Bug #504720.
[~andy/gtk] / ChangeLog
1 2007-12-22  Christian Persch  <chpe@gnome.org>
2
3         * modules/other/gail/*.c: Include config.h. Bug #504720.
4
5 2007-12-22  Christian Persch  <chpe@gnome.org>
6
7         * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
8         handwritten get_type functions. Bug #504661.
9
10 2007-12-23  Xan Lopez  <xan@gnome.org>
11
12         * gtk/gtktreeview.c (gtk_tree_view_build_tree): pass correct argument
13         to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* vs. GtkTreeIter**).
14
15         Patch by Sadrul Habib Chowdhury (#504804)
16
17 2007-12-22  Christian Persch  <chpe@gnome.org>
18
19         * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug
20         #504645, patch by Li Yuan.
21
22 2007-12-22  Christian Persch  <chpe@gnome.org>
23
24         * gdk/x11/gdkscreen-x11.c: (init_randr12): Plug mem leaks. Bug #504886.
25
26 2007-12-22  Christian Persch  <chpe@gnome.org>
27         
28         * modules/other/gail/gail.c:
29         * modules/other/gail/gailbutton.c:
30         * modules/other/gail/gailcell.c:
31         * modules/other/gail/gailcombo.c:
32         * modules/other/gail/gailcombo.h:
33         * modules/other/gail/gailcombobox.c:
34         * modules/other/gail/gailentry.c:
35         * modules/other/gail/gailexpander.c:
36         * modules/other/gail/gailmenuitem.c:
37         * modules/other/gail/gailnotebook.c:
38         * modules/other/gail/gailnotebookpage.c:
39         * modules/other/gail/gailnotebookpage.h:
40         * modules/other/gail/gailoptionmenu.c:
41         * modules/other/gail/gailrange.c:
42         * modules/other/gail/gailtextview.c:
43         * modules/other/gail/gailtreeview.c:
44         * modules/other/gail/gailtreeview.h:
45         * modules/other/gail/gailwindow.c: Use gdk_threads_add_idle.
46         Bug #504571.
47
48 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
49
50         * modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
51         Christian Persch)
52
53 2007-12-21  Richard Hult  <richard@imendio.com>
54
55         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
56         Plug leak of destroyed subviews, fixes bug #504753.
57
58 2007-12-20  Johan Dahlin  <johan@gnome.org>
59
60         * tests/Makefile.am (TEST_PROGS): 
61         * tests/defaultvaluetest.c: Add a test for default values,
62         based on program by Christan Perch
63
64 2007-12-20  Johan Dahlin  <johan@gnome.org>
65
66         * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): 
67         Refactor to avoid some duplication.
68         Convert toplevel GtkMenu's top popups and not menubars in the ui manager.
69         Fixes #504749, Yuri Pimenov
70
71 2007-12-20  Kristian Rietveld  <kris@imendio.com>
72
73         * configure.in: RYuri Pimenovemove leftovers from old XRandR check.  Makes
74         the build work again on systems without xrandr 1.2.
75
76 2007-12-20  Christian Persch  <chpe@gnome.org>
77
78         * configure.in:
79         * modules/other/gail/libgail-util/Makefile.am:
80         Keep the same libtool version as the standalone libgail-util had.
81         Bug #504643.
82
83 2007-12-20 15:30:09  Tim Janik  <timj@imendio.com>
84
85         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
86
87 2007-12-20  Alexander Larsson  <alexl@redhat.com>
88         
89         * gdk/x11/gdkapplaunchcontext-x11.c:
90         Update for gio API changes
91
92 2007-12-20  Richard Hult  <richard@imendio.com>
93
94         * gdk/quartz/GdkQuartzWindow.c:
95         * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by
96         processing events after changing the size.
97
98 2007-12-20  Richard Hult  <richard@imendio.com>
99
100         * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder):
101         Add stub for quartz to fix build.
102
103 2007-12-20  Christian Persch  <chpe@gnome.org>
104
105         * modules/other/gail/Makefile.am:
106         * modules/other/gail/gailimage.c: (gail_image_class_init),
107         (gail_image_init), (elide_underscores), (gail_image_get_name),
108         (atk_image_interface_init), (gail_image_finalize):
109         * modules/other/gail/gailimage.h:
110         R modules/other/gail/gailintl.h:
111         * po/POTFILES.skip: Use the stock item's label as the name of the
112         accessible in gailimage.c. Bug #504246.
113
114 2007-12-19  Mathias Hasselmann  <mathias@openismus.com>
115
116         Avoid some compiler warnings and remove obsolete code. (#339540)
117
118         * gtk/gtkcalendar.c: Change week and year variable in
119         calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
120         0" block from calendar_paint_day: The feature in question is handled
121         few lines above. Cast data returned by gtk_selection_data_get_text()
122         to (gchar*) in gtk_calendar_drag_data_received.
123
124 2007-12-19 17:05:31  Tim Janik  <timj@imendio.com>
125
126         * modules/other/Makefile.am: include Makefile.decl to unbreak test rules.
127
128 2007-12-19  Johan Dahlin  <johan@gnome.org>
129
130         * tests/buildertest.c (test_object_properties): 
131         Add another call to gtk_builder_add_string after using
132         delayed properties, as reported in #504393 but already
133         fixed in #495769.
134
135 2007-12-18  Christian Persch  <chpe@gnome.org>
136
137         * configure.in:
138         * docs/reference/Makefile.am:
139         * docs/reference/libgail-util/*:
140         * gail-uninstalled.pc.in:
141         * gail.pc.in:
142         * modules/Makefile.am:
143         * modules/other/Makefile.am:
144         * modules/other/gail/*:
145         * modules/other/gail/libgail-util/*:
146         * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
147
148 2007-12-17  Matthias Clasen  <mclasen@redhat.com>
149
150         * gtk/gtksettings.c: Add a gtk-im-module GTK setting
151         * gdk/win32/gdkproperty-win32.c: 
152         * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting.
153
154         * gtk/gtkimmodule.[hc]: 
155         * gtk/gtkimmulticontext.[hc]: When determining the default context,
156         look at the gtk-im-module setting, and listen for changes to the
157         setting.  (#502446, Akira Tagoh)
158
159 2007-12-17  Kristian Rietveld  <kris@imendio.com>
160
161         * gtk/gtktooltip.c (gtk_tooltip_finalize),
162         (gtk_tooltip_set_last_window): use a weak pointer to set last_window
163         to NULL as soon as it's destroyed.  (#496546, patch from
164         Benjamin Berg).
165
166 2007-12-17  Kristian Rietveld  <kris@imendio.com>
167
168         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
169         always determine what arrow to show if show_sort_indicator is true.
170         (#352738, Chris Vine).
171
172 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
173
174         Prevent assertion failure in gtk_paned_find_neighbours. (#503824,
175         Sébastien Granjoux)
176
177         * gtk/gtkpaned.c: Call gtk_container_forall instead of
178         gtk_container_foreach in get_child_panes.
179
180 2007-12-15  Xan Lopez  <xan.lopez@nokia.com>
181
182         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
183
184         Plug leak: When reordering the info in the list the old node is
185         removed but not freed. (#503569)
186
187 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
188
189         * gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
190         Use u32 instead of __u32 and u8 instead of __u8 as the other types
191         are deprecated since DirectFB 1.0.0. If compiling with an older
192         version define the new type name to the old types. Fixes bug #503190.
193
194 2007-12-14  Ray Strode  <rstrode@redhat.com>
195
196         * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...)
197         instead of g_signal_connect_after (..., "realize", ...) as an
198         alternative to gtk_widget_realize () (bug 503537).
199
200 2007-12-14  Michael Natterer  <mitch@imendio.com>
201
202         * gdk/gdkinternals.h
203         * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
204         individual files.
205
206         * gdk/gdkapplaunchcontext.c
207         * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
208         header already includes everything now.
209
210 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
211
212         Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
213         next stable release shall be 2.16, not 2.14 - even if disagree.
214
215         * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/
216
217 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
218
219         Change GtkToolItem to retrieve its properties from GtkToolShell
220         interface, instead of relying on being child of a GtkToolbar.
221         (#5034079)
222
223         * gtk/gtk.symbols, docs/reference/gtk/gtk-docs.sgml,
224         docs/reference/gtk/gtk-sections.txt: Add GtkToolShell symbols.
225         * docs/reference/gtk/tmpl/gtktoolitem.sgml: Move section docs inline.
226         * gtk/gtktoolbar.c: Implement GtkToolShellIface.
227         * gtk/gtktoolbar.h: Remove _gtk_toolbar_rebuild_menu.
228         * gtk/gtktoolitem.c: Use GtkToolShell, instead of GtkToolbar.
229         Take section docs from template file and update them for GtkToolShell.
230         * gtk/Makefile.am: Add gtk/gtktoolshell.c and gtk/gtktoolshell.h.
231         * gtk/gtktoolshell.c, gtk/gtktoolshell.h: New GtkToolShellIface.
232
233 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
234
235         Extract loading of GtkPageSetup and GtkPrintSettings from their
236         *_new_*() functions and move that code into separate
237         *_load_*() functions (#475565).
238
239         * gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h:
240         Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file,
241         gtk_print_settings_load_file and gtk_print_settings_load_key_file.
242         Change the matching *_new_*() functions to use those functions.
243
244 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
245
246         * gtk/gtk.symbols:
247         * gtk/gtktooltip.[hc]: Add gtk_tooltip_set_icon_from_icon_name().
248
249 2007-12-14  Kristian Rietveld  <kris@imendio.com>
250
251         * gtk/tests/liststore.c:
252         * gtk/tests/treestore.c: added tests for insertion functions.
253
254 Thu Dec 13 13:14:50 2007  Søren Sandmann  <sandmann@redhat.com>
255
256         * Add RandR 1.2 support
257
258         - New monitors_changed signal - New API to get width/height of
259           monitors, and the name of the plug
260
261 2007-12-13  Kristian Rietveld  <kris@imendio.com>
262
263         * gtk/tests/liststore.c:
264         * gtk/tests/treestore.c: test the move and swap functions on a
265         store with only one node.
266
267 2007-12-13  Kristian Rietveld  <kris@imendio.com>
268
269         * gtk/gtktestutils.c (gtk_test_init): add a call to
270         g_test_bug_base().
271
272         * gtk/tests/treeview-scrolling.c: add g_test_bug() calls to
273         appriopriate tests.
274
275 2007-12-13  Kristian Rietveld  <kris@imendio.com>
276
277         * gtk/tests/liststore.c:
278         * gtk/tests/treestore.c: start composing tests for the list and tree
279         store.
280
281         * gtk/tests/treeview-scrolling.c: added automated tests for
282         GtkTreeView's scrolling "subsystem".
283
284         * gtk/tests/Makefile.am: updated; added new test programs.
285
286 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
287
288         Make the code compile again after the GdkAppLaunchContext changes.
289
290         * configure.in: Add gio-2.0 to GDK_PACKAGES.
291         * gdk/gdkinternals.h: Include <gio/gappinfo.h>.
292
293 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
294
295         * gdk/gdkapplaunchcontext.c: Add docs
296
297 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
298
299         * gdk/gdkapplaunchcontext.[hc]: Implement GAppLaunchContext 
300         in gdk, providing startup notification.  (#503203)
301
302         * gdk/x11/gdkapplaunchcontext-x11.c: 
303         * gdk/win32/gdkapplaunchcontext-win32.c:
304         * gdk/quartz/gdkapplaunchcontext-quartz.c: 
305         * gdk/directfb/gdkapplaunchcontext-directfb.c: Backend-specific
306         parts. All but X11 are just empty stubs for now.
307
308         * gdk/gdk.symbols:
309         * gdk/gdkinternals.h:
310         * gdk/Makefile.am:
311         * gdk/x11/Makefile.am: 
312         * gdk/win32/Makefile.am: 
313         * gdk/quartz/Makefile.am: 
314         * gdk/directfb/Makefile.am: Necessary glue.
315
316 2007-12-12  Mathias Hasselmann  <mathias@openismus.com>
317
318         * gtk/gtkdnd.c: Another attempt to improve gtk_drag_dest_set docs.
319
320 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
321
322         * gdk/directfb/gdktestutils-directfb.c:
323         * gdk/directfb/Makefile.am: Applied a patch by Claudio Ciccani
324         which adds testing functions to the DirectFB backend.
325
326 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
327
328         * gdk/directfb/gdkdrawable-directfb.c: Applied a patch by Claudio
329         Ciccani which fixes the mixing of gdk and cairo rendering.
330
331 2007-12-11  Mathias Hasselmann  <mathias@openismus.com>
332
333         * gtk/gtkdnd.c, gtk/gtkwidget.c: Mention impact of GtkDestDefaults
334         on "drag-motion" handlers. Clearify documentation for
335         gtk_drag_dest_set.
336
337 2007-12-11 15:44:01  Tim Janik  <timj@imendio.com>
338
339         * buildertest.c: made unnecessarily exported symbols static.
340         switched g_return_if_fail() statements in tests to assertions.
341         special cased currently failing Widget/accesibility test to
342         run only for g_test_thorough(), so it doesn't break make check.
343         some coding style fixes.
344
345         * Makefile.am: added buildertest to TEST_PROGS.
346
347 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
348
349         * docs/tutorial/gtk-tut.sgml:
350           Use gtk_widget_get_parent_window() instead of widget->parent->window.
351
352 2007-12-10  Richard Hult  <richard@imendio.com>
353
354         * gdk/quartz/Makefile.am:
355         * gdk/quartz/gdkquartz.h:
356         * gdk/quartz/gdkwindow-quartz.c: Install backend specific
357         header (bug #405915). Also add a getter for the toplevel nswindow.
358
359 2007-12-10  Richard Hult  <richard@imendio.com>
360
361         * gdk/quartz/gdkdrawable-quartz.c:
362         (gdk_quartz_drawable_get_context),
363         (gdk_quartz_drawable_release_context):
364         * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare),
365         (gdk_event_check), (gdk_event_dispatch), (poll_func):
366         * gdk/quartz/gdkwindow-quartz.h: Replace the autorelease pools
367         used for each drawing context and in prepare, dispatch and poll
368         with one that exists across each main loop iteration. Fixes leaks
369         on leopard and protects against future leaks introduce when the
370         underlying system changes again (bug #492977).
371
372 2007-12-10  Richard Hult  <richard@imendio.com>
373
374         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
375         Fix the check for no changes to position and size.
376
377 2007-12-10  Richard Hult  <richard@imendio.com>
378
379         * gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero
380         sized areas at (0, 0), patch from Paul Davis.
381
382 2007-12-10  Richard Hult  <richard@imendio.com>
383
384         * gdk/quartz/gdkprivate-quartz.h: 
385         * gdk/quartz/gdkeventloop-quartz.c:
386         (_gdk_quartz_event_loop_get_pending),
387         (_gdk_quartz_event_loop_check_pending),
388         (_gdk_quartz_event_loop_release_event), (gdk_event_prepare),
389         (gdk_event_check), (gdk_event_dispatch):
390         * gdk/quartz/gdkevents-quartz.c: (gdk_events_pending)
391         (_gdk_events_queue): Fix a bug where we could end up trying to
392         handle the same event more than once. Based on patch from Paul
393         Davis.
394
395 2007-12-10  Tor Lillqvist  <tml@novell.com>
396
397         * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev
398         package. (#502850)
399
400 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
401
402         * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix
403         to avoid further fallout from the fix for bug 388321.
404
405 2007-12-09 09:56:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
406
407         * gdk/directfb/gdkgc-directfb.c:
408         * gdk/directfb/gdkdrawable-directfb.c:
409         * gdk/directfb/gdkdirectfb.h:
410         * gdk/directfb/gdkwindow-directfb.c:
411         * gdk/directfb/gdkprivate-directfb.h: Committed several patches
412         (window_flip_group, no_background_pixmap_fix, opt_temp_region2,
413         blit_after_cairo_fix, rect_clip_fix, fast_blend, opt_temp_region_etc,
414         opt_clip_region_and_fill_rects, no_state_resets) by Denis Oliver Knopp
415         which are expected to improve the performance of the DirectFB backend.
416         Experimental pieces of code (GDK_DIRECTFB_NO_EXPERIMENTS) are disabled.
417
418 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
419
420         * gtk/gtkcontainer.c: Correct the documentation of child
421         property getter arguments.  (#501992, David Brigada)
422
423 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
424
425         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
426         leak pixbufs.  (#502250, Yevgen Muntyan)
427
428 2007-12-07  Yevgen Muntyan  <muntyan@tamu.edu>
429
430         * gtk/gtkprintunixdialog.c:
431         * gtk/gtkpagesetupunixdialog.c: added alternative button order in
432         Print and Page Setup dialogs (#502202).
433
434 2007-12-07 13:16:33  Tim Janik  <timj@imendio.com>
435
436         * Makefile.decl: skip tests if gdktarget!=x11, since GUI tests need
437         Xvfb. only start Xvfb if TEST_PROGS is not empty. moved "set -e" out
438         of XVFB_START, since it's the GTESTER invokation that needs this.
439
440 2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>
441
442         * gdk-pixbuf/gdk-pixbuf.symbols:
443         * gdk/gdk.symbols:
444         * gdk/gtk.symbols: Remove trailing whitespace that can trigger false
445         positives in abicheck.sh
446
447 2007-12-06 18:45:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
448
449         * gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix
450         GDK events generations in the DirectFB backend.
451
452 2007-12-06 13:55:06  Tim Janik  <timj@imendio.com>
453
454         * Makefile.decl: replaced seq(1) invokation for X11 ids with a hardcoded
455         set of likely unused display ids, because MacOS has no seq(1) command.
456
457 2007-12-06  Richard Hult  <richard@imendio.com>
458
459         * gdk/quartz/gdkevents-quartz.c:
460         (synthesize_crossing_events_for_ns_event): Fix warning when
461         switching spaces in leopard.
462
463 2007-12-06 13:38:36  Tim Janik  <timj@imendio.com>
464
465         * tests/floatingtest.c: ported to new testing framework.
466
467         * tests/Makefile.am: run floatingtest as testing framework test.
468
469 2007-12-06 10:44:52  Tim Janik  <timj@imendio.com>
470
471         * tests/autotestfilechooser.c: majorly speed up execution by reducing
472         timeouts and converting main loop sleeps to pending/iterate loops with
473         very low priority async handlers. eliminate output for non-verbose
474         tests. assert successfull subtests in all test functions. use testing
475         framework in main().
476
477         * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's
478         executed inside Xvfb upon make check.
479
480 2007-12-06 08:23:38  Tim Janik  <timj@imendio.com>
481
482         * tests/objecttests.c: use string comparisons for string property
483         values and get rid of referencing symbols in array initialization.
484
485 2007-12-05 18:59:59  Tim Janik  <timj@imendio.com>
486
487         * gtk+/Makefile.decl: run tests in current dir after setting up the
488         logging directory, so their results get properly merged into the
489         resulting test log.
490
491         * gtk+/gtk/gtktestutils.[hc]: added gtk_test_list_all_types() for
492         tests to loop over registered Gdk/Gtk+ types.
493
494         * gtk+/tests/objecttests.c: new test program, implements automated
495         property tests. several properties are blacklisted because they
496         seem to trigger Gdk/Gtk+ bugs. ./objecttests -m thorough --verbose
497         can be used to test blacklisted properties and see which proprty failed.
498
499 2007-12-04  Richard Hult  <richard@imendio.com>
500
501         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init):
502         Fully initialize the root window, fixes bug #501583.
503
504 2007-12-04  Matthias Clasen  <mclasen@redhat.com>
505
506         * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not
507         crash epiphany.
508
509 2007-12-03  Richard Hult  <richard@imendio.com>
510
511         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
512         Don't crash when dragging from a source that doesn't support uri
513         lists (bug #499868, Paul Davis).
514
515 2007-12-03  Richard Hult  <richard@imendio.com>
516
517         * gdk/quartz/gdkwindow-quartz.c:
518         (gdk_window_impl_quartz_begin_paint_region): Don't crash when a
519         parent relative bg pixmap is set, and no parent has a bg
520         pixmap. Fixes bug #500804.
521
522 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
523
524         Two optimizations for icon cache lookups.
525
526         * gtk/gtkiconcache.[hc]:
527         * gtk/gtkicontheme.c: Remember the directory index for
528         subdirectories, instead of running over the directory list
529         again and again.
530
531         * gtk/gtkiconcache.c (find_image_offset): Remember the last 
532         chain and try it first; this helps with the the usage patterns
533         in gtkicontheme.c, where the same icon is queried for a lot
534         of subdirectories.
535
536 2007-12-03 15:18:17  Tim Janik  <timj@imendio.com>
537
538         * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type
539         functions from header files. this should be portable across linux and
540         Mac OS, unlike the previpous sed expression.
541
542 2007-12-1  Cody Russell  <bratsche@gnome.org>
543
544         * gtk/gtkpaned.c: (gtk_paned_set_position) [Win32]:
545         On Windows, queue a redraw of child2 whenever we set
546         the pane handle position.  This is unfortunately kind
547         of hacky, but solves the visual artifacts that were
548         occuring on at least certain types of child widgets
549         (e.g., text views and tree views) that are inside
550         horizontal or vertical panes. (#144269)
551
552 2007-11-30  Matthias Clasen  <mclasen@redhat.com>
553
554         * gtk/gtkrc.c: Fix doc typos.  (#500672, David Lambert)
555
556 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
557
558         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
559         debug spew.
560
561 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
562
563         * gtk/Makefile.am: Fix ordering of subdirs.
564
565 2007-11-28  Tor Lillqvist  <tml@novell.com>
566
567         A proper build of GNU libintl is supposed to export the variable
568         _nl_msg_cat_cntr. configure looks for that variable in order to
569         recognize GNU gettext. If it sees that it is indeed GNU gettext
570         that is used, it decides to install message catalogs in
571         share/locale, otherwise in lib/locale. Until now on Windows I have
572         built GTK+ against a build of GNU gettext that did not export
573         _nl_msg_cat_cntr. But this will change, so we can't assume message
574         catalogs are always in lib/locale.
575
576         * gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle
577         GTK_LOCALEDIR being either in "lib" or "share". Move the function
578         before the inclusion of gtkprivate.h so that it sees the original
579         GTK_LOCALEDIR.
580
581         * gtk-zip.sh.in: Check whether the message catalogs are in
582         share/locale or lib/locale.
583
584         * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
585         that the code in _gtk_get_localedir() will find the slashes.
586
587 2007-11-28  Tor Lillqvist  <tml@novell.com>
588
589         * gtk/Makefile.am: Improve portability. The -o option is present
590         only in newish GNU egreps. Use one more sed in the pipeline
591         instead.
592
593 2007-11-28  Tor Lillqvist  <tml@novell.com>
594
595         Fix #375893, patch by Ben Hague:
596
597         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Wrapper
598         around GetLogicalDrives() that takes also the viewable drive
599         restrictions in the Registry (which are usually the result of an
600         Active Directory Group Policy) into account.
601
602         (check_volumes, gtk_file_system_win32_list_volumes) Call
603         get_viewable_logical_drives() instead of GetLogicalDrives().
604
605 2007-11-27  Matthias Clasen <mclasen@redhat.com>
606
607         * gtk/gtkwindow.c (gtk_window_move_resize): Zero some
608         variables to silence valgrind.  (#495124, Morten Welinder)
609
610 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
611
612         * docs/reference/gtk/tmpl/gtkbuildable.sgml: add clarification stating
613         that the construct_child function is responsible for returning a
614         reference.
615         * gtkbuilder.c (_gtk_builder_construct): remove g_object_ref() for
616         objects from constructors
617         * gtkuimanager.c (gtk_ui_manager_buildable_construct_child): add
618         g_object_ref() to this construction function (it's the only
619         implementer in GTK)
620
621         Fixes #496645.
622
623 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
624
625         * gtkbuilder.c: remove concept of root objects and just refcount
626         all objects in the builder.  Fixes #496651.
627
628 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
629
630         * tests/buildertest.c (test_window): fix invalid free
631
632 2007-11-26  Josselin Mouette <joss@malsain.org>
633
634         reviewed by: Federico Mena Quintero
635
636         * gtk/gtkfilechooserdefault.c: (shortcuts_append_paths),
637         (shortcuts_add_bookmarks), (shortcuts_selection_changed_cb),
638         (shortcuts_list_create), (gtk_file_chooser_default_should_respond):
639         Make the shortcuts activate with a single click. (#148828)
640         Fix a few things affected by the change:
641           - Set selection mode to GTK_SELECTION_SINGLE to allow a case 
642             where no shortcut is selected.
643           - Don't activate a shortcut in the response callback.
644           - Filter out duplicate entries in volumes and bookmarks to 
645             avoid the selection to change when reordering them with DnD.
646
647 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
648
649         * gtk/gtkmain.c:
650         * gtk/gtknotebook.c:
651         * gtk/gtkplugprivate.h:
652         * gtk/gtksocket.c:
653         * gtk/gtksocketprivate.h:
654         * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
655
656 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
657
658         * configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
659         (#495574, Richard Hult)
660
661 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
662
663         * gtk/gtkprintunixdialog.c: Change some labels to be clearer.
664         String change !   (#376361, Sven Neumann)
665
666 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
667
668         * gtk/gtknotebook.c (gtk_notebook_update_labels): Short-circuit on
669         destroy.
670         (gtk_notebook_destroy): Destroy tab_label widgets. (#388321, Morten
671         Welinder)
672
673 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
674
675         * gtk/gtkassistant.c: Improve alternative button
676         ordering.  (#476827, Yevgen Muntyan, patch by Carlos Garnacho)
677
678 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
679
680         * gtk/gtkcalendar.c: Fix a theming problem with colors
681         in GtkCalendar.  (#499703, Michael Hofmann)
682
683 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
684
685         * configure.in: Bump glib requirement to 2.15.0 (for g_test_init)
686
687 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
688
689         Use templates for glib-mkenums calls instead of 
690         complicated commandlines in Makefiles.  (#429910)
691
692         * gdk-pixbuf/Makefile.am:
693         * gdk/Makefile.am: 
694         * gtk/Makefile.am: 
695         * perf/Makefile.am: Use templates for glib-mkenums
696
697         * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
698         * gdk/gdkenumtypes.[ch].template: 
699         * gtk/gtktypebuiltings.[ch].template: 
700         * perf/typebuiltins.[ch].template: The templates
701
702 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
703
704         * gtk/gtkfilechooserbutton.c:
705         * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since
706         some compilers choke on that.  (#467722)
707
708 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
709
710         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Add a note
711         about hook setup.  (#425004, Emmanuele Bassi)
712
713 2007-11-26  Tor Lillqvist  <tml@novell.com>
714
715         * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the
716         monitor the window currently is on, not always the primary
717         monitor. (#463865, Tim Evans)
718
719 2007-11-26  Tor Lillqvist  <tml@novell.com>
720
721         * gdk/win32/gdktestutils-win32.c: New file, dummy implementations.
722
723         * gdk/win32/Makefile.am: Add it.
724
725 2007-11-26  Tor Lillqvist  <tml@novell.com>
726
727         * configure.in: Don't add jasper to all_loaders if no libjasper.
728
729 2007-11-25  Bastien Nocera  <hadess@hadess.net>
730
731         * configure.in: Add detection for libjasper, used by the
732         gdk-pixbuf JPEG2000 loader
733
734 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
735
736         * configure.in: Require gtk-doc 1.8
737
738         * */*.c: Use gtk-doc abbreviations for examples in docs.
739
740 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
741
742         * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
743         typo.  (#498922)
744
745 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
746
747         * gtk/gtkdialog.c: Move signal and property documentation inline,
748         fix a problem with the ::response signal docs.  (#499133, Josselin
749         Mouette)
750
751 2007-11-22 15:48:26  Tim Janik  <timj@imendio.com>
752
753         * Makefile.decl: initialize automake variables EXTRA_DIST and
754         TEST_PROGS for unconditional appending via += in other makefiles.
755         define recursive test targets: test, test-report, perf-report,
756         full-report, as described here:
757       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
758         the test targets will execute Gtk+ test programs within an Xvfb session.
759
760         * gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
761
762         * gtk/tests/testing.c: use g_test_add_func() to register tests and use
763         g_test_run() to run the tests to integrate with the testing framework.
764
765         * gtk/tests/Makefile.am: removed exemplary testing rules.
766
767         * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
768         * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
769         * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
770         * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
771         * docs/reference/Makefile.am, docs/tools/Makefile.am:
772         * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
773         * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
774         * demos/gtk-demo/Makefile.am, demos/Makefile.am:
775         * modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
776         * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
777         * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
778         * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
779         * modules/engines/ms-windows/Theme/Makefile.am:
780         * modules/engines/ms-windows/Makefile.am:
781         * modules/engines/Makefile.am,  modules/engines/pixbuf/Makefile.am:
782         * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
783         * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
784         * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
785         * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
786         * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
787         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
788
789 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
790
791         * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
792         (#485662, patch by Herbert Valerio Riedel)
793
794 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
795
796         * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)
797
798 2007-11-21  Richard Hult  <richard@imendio.com>
799
800         * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
801         stubs for the testing functions to fix the build.
802
803 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
804
805         * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
806         (#467711, The Written Word)
807
808 2007-11-21  Ross Burton  <ross@openedhand.com>
809
810         * gdk/x11/gdksettings.c:
811         Add xsetting for gtk-scrolled-window-placement (#458103).
812
813 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
814
815         * gtk/gtkmenuitem.c (gtk_menu_item_class_init),
816         (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
817         (#469239, Michael Natterer)
818
819 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
820
821         * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
822         Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
823         gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
824         (#436536, Tommi Komulainen)
825
826 2007-11-21  Matthias Clasen  <mclasen@redhat.com>
827
828         * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
829         property.  (#489782, Jan Janech)
830
831 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
832
833         * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
834         frames.  (#107398, Owen Taylor, Miguel Gomez)
835
836 Tue Nov 20 15:19:42 2007 +0100 Tim Janik
837
838         Moved Gdk test functions from Gtk+ to Gdk test utils.
839
840         * gdk/Makefile.am: added gdktestutils.h to public includes.
841
842         * gdk/gdk.h: added gdktestutils.h to public includes.
843
844         * gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
845         gdk_test_render_sync.
846
847         * gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
848         gdk_test_simulate_key, gdk_test_render_sync.
849
850         * gdk/x11/Makefile.am: build gdktestutils-x11.c.
851
852         * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
853         gdk_test_simulate_key, gdk_test_render_sync.
854
855         * gtk/gtktestutils.c:
856         * gtk/gtktestutils.h:
857         * gtk/gtk.symbols: removed gtk_test_simulate_button
858         gtk_test_simulate_key, gtk_test_xserver_render_sync.
859
860         * gtk/tests/testing.c: call gdk_test_render_sync.
861
862 Thu Nov 15 13:11:39 2007 +0100 Tim Janik
863
864         Added unit tests for Gtk+ testing utilities.
865
866         * gtk/tests/testing.c: added a sample test program that tests Gtk+ test
867         utility functions. some g_test_* related portions are disabled and need
868         to be enabled once Gtk+ depends on a new glib with the GLib testing
869         framework integrated.
870
871         * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+ tests.
872         added exemplary test rules to run tests inside Xvfb. this needs to depend
873         on gtester for full fledged testing.
874
875         * gtk/Makefile.am: build gtk+/gtk/tests, define -DGTK_ENABLE_BROKEN when
876         collecting _get_type functions to catch e.g. gtk_text_get_type().
877
878         * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
879
880 Thu Nov 15 11:55:34 2007 +0100 Tim Janik
881
882         Added Gtk+ testing utilities.
883
884         * gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility functions.
885         for the most part, the functions herein involve navigating and interacting
886         with dialog elements programatically, to automate user interaction tests of
887         dialogs and widgets.
888
889         * gtk/gtk.h: include gtk/gtktestutils.h as public API.
890
891         * gtk/gtk.symbols: added gtk_test_* symbols.
892
893         * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into the build.
894         generate gtktypefuncs.c which contains a list of all _get_type functions in
895         Gtk+ and Gdk.
896 2007-11-20  Bastien Nocera  <hadess@hadess.net>
897
898         * configure.in: add support for conditional icns gdk-pixbuf loader
899         (Closes: #395738)
900
901 2007-11-19 10:31:26  Tim Janik  <timj@imendio.com>
902
903         * configure.in: updated version number to 2.15.0 for development.
904
905 2007-11-19 10:27:39  Tim Janik  <timj@imendio.com>
906
907         === Branch for 2.12 ===
908