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