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