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