]> Pileus Git - ~andy/gtk/blob - ChangeLog
gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.c
[~andy/gtk] / ChangeLog
1 2008-08-08  Sven Neumann  <sven@gimp.org>
2
3         * gtk/gtkadjustment.c
4         * gtk/gtkclist.c
5         * gtk/gtkcolorsel.c
6         * gtk/gtkiconview.c
7         * gtk/gtklayout.c
8         * gtk/gtkprogress.c
9         * gtk/gtkrange.c
10         * gtk/gtkspinbutton.c
11         * gtk/gtktext.c
12         * gtk/gtktextview.c
13         * gtk/gtktreeview.c
14         * gtk/gtkviewport.c: use the canonical signal name "value-changed"
15         instead of "value_changed".
16
17 2008-08-08  Tor Lillqvist  <tml@novell.com>
18
19         * gtk/gtk.symbols
20         * gtk/makegtkalias.pl
21         * gtk/gtkaccelmap.c
22         * gtk/gtkfilechooser.c
23         * gtk/gtkfilesel.c
24         * gtk/gtkiconfactory.c
25         * gtk/gtkicontheme.c
26         * gtk/gtkimage.c
27         * gtk/gtkrc.c
28         * gtk/gtkuimanager.c
29         * gtk/gtkwindow.c: No need for the DLL ABI backward compatibility
30         functions on Win64.
31
32 2008-08-07  Matthias Clasen  <mclasen@redhat.com>
33
34         * configure.in: Its g_content_type_from_mime_type, not 
35         g_content_type_for_mime_type. Noticed by Roger Brown
36
37 2008-08-07 16:19:16  Tim Janik  <timj@imendio.com>
38
39         * gdk/gdkrgb.c (gdk_rgb_select_conv): use g_error() instead of a
40         combination of g_warning+exit to avoid misleading the user.
41
42 2008-08-07  Michael Natterer  <mitch@imendio.com>
43
44         * gtk/gtkactiongroup.c
45         * gtk/gtkcellrendererspin.c
46         * gtk/gtkfilechooserbutton.c
47         * gtk/gtktoolitem.c: chain up unconditionally in finalize().
48
49 2008-08-07  Michael Natterer  <mitch@imendio.com>
50
51         * gtk/gtkclist.c
52         * gtk/gtkcontainer.c
53         * gtk/gtkfilechooserbutton.c
54         * gtk/gtkgamma.c
55         * gtk/gtkmenutoolbutton.c
56         * gtk/gtkoptionmenu.c
57         * gtk/gtkradiobutton.c
58         * gtk/gtkradiomenuitem.c
59         * gtk/gtktipsquery.c
60         * gtk/gtktree.c
61         * gtk/gtktreeview.c: chain up unconditionally in destroy().
62
63         * gtk/gtkhandlebox.c: remove empty destroy() implementation.
64
65 2008-08-07  Michael Natterer  <mitch@imendio.com>
66
67         Bug 546756 – gnome-panel crashed with SIGSEGV in
68         g_type_check_instance_cast()
69
70         * gtk/gtkimagemenuitem.c: add GtkObject::destroy() implementation
71         and remove the image now that it's an internal child and isn't
72         destroyed by gtk_container_destroy() any longer. Thanks to tml for
73         helping bisecting this down.
74
75 2008-08-07  Sven Neumann  <sven@gimp.org>
76
77         Bug 546771 - Add writable property "visited" to GtkLinkButton
78
79         * gtk/gtk.symbols
80         * gtk/gtklinkbutton.[ch]: expose the 'visited' state as a
81         read-write property with getters and setters. Also move the nick
82         and blurb of the "uri" property to the proper translation domain.
83
84 2008-08-07  Michael Natterer  <mitch@imendio.com>
85
86         * gtk/gtkicontheme.c (apply_emblems): move variables to local
87         scopes, fix indentation and silence bogus warning about using
88         uninitialized variables.
89
90 2008-08-07  Richard Hult  <richard@imendio.com>
91
92         Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func()
93
94         * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare),
95         (select_thread_func), (poll_func): Patch by Yevgen Muntyan, fixes
96         deadlock and missing events.
97
98 2008-08-07  Richard Hult  <richard@imendio.com>
99
100         * gdk/quartz/gdkscreen-quartz.c: (gdk_screen_get_monitor_plug_name)
101         (gdk_screen_get_monitor_height_mm, gdk_screen_get_monitor_width_mm):
102         Implement those, fixes loading python bindings.
103
104 2008-08-07  Emmanuele Bassi  <ebassi@gnome.org>
105
106         Bug 545031 – list of recently used files is created world-readable
107
108         * gtk/gtkrecentmanager.c:
109         (gtk_recent_manager_real_changed): Set the recently-used.xbel
110         file to 0600. (Guido Berhoerster)
111
112 2008-08-06  Michael Natterer  <mitch@imendio.com>
113
114         * modules/printbackends/cups/gtkcupsutils.c
115         (gtk_cups_connection_test_free): remove return value, this
116         function returns void.
117
118 2008-08-06  Michael Natterer  <mitch@imendio.com>
119
120         * gtk/gtkcombobox.c
121         * gtk/gtkiconview.c
122         * gtk/gtkrange.c
123         * gtk/gtkscrolledwindow.c
124         * gtk/gtktreeview.c: remove CLAMPing from values passed to
125         gtk_adjustment_set_value() since it does it right now.
126
127 2008-08-05  Matthias Clasen  <mclasen@redhat.com>
128
129         * configure.in: Bump version
130
131         * === Released 2.13.6 ===
132
133         * gdk/tests/Makefile.am: Disable check-gdk-cairo test for now,
134         since it breaks make distcheck.
135
136 2008-08-05  Michael Natterer  <mitch@imendio.com>
137
138         * gtk/gtkcombobox.c (gtk_combo_box_update_sensitivity): bail out
139         early if priv->button is NULL to avoid zillions of warnings when
140         destroying combo boxes that were working fine before the
141         button sensitivity patch.
142
143 2008-08-05  Michael Natterer  <mitch@imendio.com>
144
145         Bug 544858 – Seal GtkAdjustment
146
147         * gtk/gtk.symbols
148         * gtk/gtkadjustment.[ch] (struct GtkAdjustment): seal all struct
149         members.
150
151         Add accessors for all properties and additionally a new function
152         gtk_adjustment_configure() which sets all properties at
153         once. Patch by Christian Dywan and myself.
154
155 2008-08-05  Michael Natterer  <mitch@imendio.com>
156
157         * gtk/gtkadjustment.c (gtk_adjustment_set_value): clamp the value
158         to [lower...upper-page_size] instead of only [lower...upper].
159
160         * README: add note about this change.
161
162         While this fix is correct and should have been there forever, it
163         has the potential to break some corner cases, however these cases
164         would set page_size to a value != 0 which suggests they want it
165         honored.
166
167 2008-08-05  Michael Natterer  <mitch@imendio.com>
168
169         * tests/testiconview.c: don't use the deprecated
170         gtk_box_pack_start_defaults().
171
172 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
173
174         Bug 545982 – missing braces cause bogus warnings when using GtkBuilder
175
176         * gtk/gtkcelllayout.c:
177         * gtk/gtkdialog.c:
178         * gtk/gtkcontainer.c: Add missing braces to some GtkBuildable
179         implementations. Patch by Antti Kaijanmäki
180
181 2008-08-05  Tor Lillqvist  <tml@novell.com>
182
183         * gtk/gtktext.c: Cast pointer to gintptr instead of gulong to
184         avoid warning on Win64.
185
186 2008-08-05  Tor Lillqvist  <tml@novell.com>
187
188         * gtk/gtkgc.c: Cast tile, stipple and clip_mask pointers to
189         gintptr instead of long when calculating hash, so we get all of
190         the pointer bits on Win64 where long is 32 bits.
191
192 2008-08-05  Tor Lillqvist  <tml@novell.com>
193
194         * gtk/gtkprintoperation-win32.c: Don't need to declare
195         IPrintDialogCallback with mingw64 either. It seems to be provided
196         with the newer versions of the headers included with mingw64.
197
198 2008-08-05  Tor Lillqvist  <tml@novell.com>
199
200         Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
201
202         * gtk/gtksocket-win32.c: Don't cast HWND to guint, pass it as such
203         as the GdkNativeWindow parameter to
204         gtk_window_remove_embedded_xid(). Debugging printout format fixes.
205
206         * gtk/gtkwin32embed.h
207         * gtk/gtkwin32embed.c: Change the types of wparam and lparam
208         parameters to actually be WPARAM and LPARAM.
209
210         * gtk/gtkplug-win32.c: Adapt accordingly.
211
212 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
213
214         * gtk/gtksettings.c: Improve a setting nick: 'aureal' is not really
215         a word, use 'audible' instead.
216
217 2008-08-05  Tor Lillqvist  <tml@novell.com>
218
219         * gtk/updateiconcache.c (write_bucket): Enclose ?: expression
220         with parens so cast covers all of it.
221
222 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
223
224         Bug 382291 – Automatically dim the combobox when the model is empty
225
226         * gtk/gtk.symbols:
227         * gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity
228         property with getter and setter to control the sensitity of
229         empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg,
230         Christian Dywan and others.
231
232         * README.in: Add a note about automatic combobox sensitivity.
233         
234 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
235
236         * gtk/tests/Makefile.am: Skip crossingevents test when
237         running make check, since it doesn't work on a naked
238         X server.
239
240 2008-08-05  Tor Lillqvist  <tml@novell.com>
241
242         Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
243
244         * gdk/gdkdnd.h
245         * gdk/gdkdnd.c
246         * gdk/win32/gdkdnd-win32.c
247         * gdk/x11/gdkdnd-x11.c: Change return value and type of window id
248         from guint32 to GdkNativeWindow for
249         gdk_drag_get_protocol_for_display() and
250         gdk_drag_get_protocol(). This is not an API break on existing
251         platforms, as GdkNativeWindow has been guint32 for them
252         already.
253
254         * gdk/gdkselection.h
255         * gdk/gdkselection.c
256         * gdk/win32/gdkselection-win32.c
257         * gdk/x11/gdkselection-x11.c: Ditto for the requestor window id
258         parameter of gdk_selection_send_notify_for_display() and
259         gdk_selection_send_notify().
260
261         * gdk/win32/gdkcursor-win32.c
262         * gdk/win32/xcursors.h: Change some gchar* to guchar* and vice
263         versa to avoid gcc 4.4 signedness warnings.
264
265         * gdk/win32/gdkevents-win32.c
266         * gdk/win32/gdkproperty-win32.c
267         * gdk/win32/gdkselection-win32.c: Add some guchar and char pointer
268         casts to get rid of gcc 4.4 signedness warnings. Print GdkAtom
269         values in debugging output using the %p format.
270         
271         * gdk/win32/gdkkeys-win32.c
272         * gdk/win32/gdkfont-win32.c
273         * gdk/win32/gdkmain-win32.c: Add some casts to avoid gcc warnings.
274  
275         * gdk/win32/gdkwindow-win32.c: Use SetWindowLongPtr() instead of
276         SetWindowLong().
277
278         * gdk/win32/gdkwin32id.c (gdk_handle_hash): Use all 64 bits of a
279         HANDLE on Win64.
280
281         * gtk/gtkwindow.h
282         * gtk/gtkwindow.c: Change the type of the xid parameter of the
283         internal gtk_window_remove_embedded_xid() and
284         gtk_window_add_embedded_xid() functions from guint to
285         GdkNativeWindow.
286
287         * gtk/gtkwindow.c (send_client_message_to_embedded_windows):
288         Instead of GPOINTER_TO_UINT(), just cast the gpointer to
289         GdkNativeWindow. GPOINTER_TO_UINT() drops the upper 32 bits on
290         Win64.
291
292 2008-08-05  Tor Lillqvist  <tml@novell.com>
293
294         * gdk/gdkrgb.c: Cast pointers to guintptr, not unsigned long,
295         before doing bit tests on them.
296
297 2008-08-05  Tor Lillqvist  <tml@novell.com>
298
299         * configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit
300         Windows, too. It just makes more sense, as a HWND *is* a kind of
301         pointer.
302
303         * gdk/gdkconfig.h.win32: Ditto here.
304
305 2008-08-04  Björn Lindqvist  <bjourne@gmail.com>
306
307         Bug 534979 – GtkImageMenuItem is a bin but has two children.
308
309         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_forall): Do not
310         include the image widget when iterating over non-internal
311         children. Patch by rainwoodman.
312
313 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
314
315         * NEWS: Updates
316
317 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
318
319         * configure.in: Bump glib dependency to 2.17.6
320
321 2008-08-04  Michael Natterer  <mitch@imendio.com>
322
323         * gtk/gtkclist.c
324         * gtk/gtkctree.c
325         * gtk/gtkpixmap.c
326         * gtk/gtkpreview.c: get rid of using deprecated GDK APIs.
327
328         * gtk/gtktext.c: ditto, apart from the text cruft APIs.
329
330 2008-08-04  Michael Natterer  <mitch@imendio.com>
331
332         * gdk/gdk.c (gdk_parse_args): call gdk_rgb_set_verbose(TRUE) if
333         "gdkrgb" is in the debug flags.
334
335         * gdk/gdkrgb.c (gdk_rgb_init): remove setting the verbose flag
336         here, this function is deprecated and the debug flag didn't work
337         when using GDK properly.
338
339 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
340
341         * gtk/gtkicontheme.c: Update to handle GEmblem.
342
343 2008-08-04  Michael Natterer  <mitch@imendio.com>
344
345         * tests/prop-editor.c: undeprecate (apart from still using
346         GtkOptionMenu).
347
348 2008-08-04  Michael Natterer  <mitch@imendio.com>
349
350         * gtk/gtkseparatortoolitem.c
351         * tests/testactions.c: remove pointless #undef GTK_DISABLE_DEPRECATED.
352
353         * gtk/gtkcalendar.c (calendar_set_display_option): use
354         gtk_calendar_set_display_options() instead of the deprecated
355         gtk_calendar_display_options().
356
357 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
358
359         * gtk/gtkfilechooserbutton.c: Fix "/* within comment" warning.
360
361 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
362
363         * gtk/gtknotebook.c (gtk_notebook_expose): Set drag window background
364         to be the GtkNotebook background color. This is a workaround to
365         prevent black pixels in rounded tabs when reordering. Improves
366         #368234.
367
368 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
369
370         * gtk/gtk.symbols:
371         * gtk/gtkfilechooserbutton.[ch]:
372         * gtk/gtkfilechooserdefault.[ch]:
373         * gtk/gtkfilechooserdialog.[ch]:
374         * gtk/gtkfilechooserwidget.[ch]: Deprecate
375         gtk_file_chooser_*_new_with_backend(), since GIO is already used
376         directly. Fixes #545976.
377
378 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
379
380         * gtk/gtk.symbols:
381         * gtk/gtkfilechooser.[ch]: Make GFile-oriented API public. Fixes
382         #545978.
383         * gtk/gtkfilechooserbutton.c:
384         * gtk/gtkfilechooserdefault.c:
385         * gtk/gtkfilechooserutils.c: Update to use public GFile API.
386
387 2008-08-04  Michael Natterer  <mitch@imendio.com>
388
389         * gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED again.
390
391         Fix pltcheck.sh by restricting the visibility of deprecated
392         symbols to the places where they are actually used:
393
394         * gtk/gtkclist.c
395         * gtk/gtkctree.c
396         * gtk/gtklistitem.c
397         * gtk/gtklist.c
398         * gtk/gtkprogressbar.c
399         * gtk/gtkpixmap.c
400         * gtk/gtkprogress.c: #undef GTK_DISABLE_DEPRECATED and #define
401         __GTK_FOO_C__ on top instead of before including gtkaliasdef.c.
402
403         * gtk/gtkclist.h
404         * gtk/gtkctree.h
405         * gtk/gtklistitem.h
406         * gtk/gtklist.h
407         * gtk/gtkpixmap.h
408         * gtk/gtkprogress.h: make the headers visible if the respective
409         __GTK_FOO_C__ are defined.
410
411 2008-08-04  Michael Natterer  <mitch@imendio.com>
412
413         * gtk/gtkclist.c
414         * gtk/gtklist.c
415         * gtk/gtkoldeditable.c
416         * gtk/gtkpixmap.c
417         * gtk/gtktipsquery.c
418         * gtk/gtktree.c
419         * gtk/gtktreeitem.c: avoid using deprecated GtkWidget API.
420
421 2008-08-04  Michael Natterer  <mitch@imendio.com>
422
423         * gtk/gtkclist.[ch]
424         * gtk/gtkctree.[ch]
425         * gtk/gtkitemfactory.[ch]
426         * gtk/gtkobject.[ch]
427         * gtk/gtksignal.[ch]: s/GtkDestroyNotify/GDestroyNotify/g
428
429 2008-08-04  Sven Neumann  <sven@gimp.org>
430
431         * gtk/gtklinkbutton.c (gtk_link_button_set_uri): update the link
432         color when the "visited" state is changed.
433
434 2008-08-04  Michael Natterer  <mitch@imendio.com>
435
436         * gtk/gtkwindow.c: move the code of the deprecated
437         gtk_window_set_policy() to a new private function
438         gtk_window_set_policy_internal() and call it from
439         gtk_window_set_policy().
440
441         (gtk_window_set_resizable): use the new internal function in order
442         to avoid our own deprecated public API.
443
444 2008-08-04  Michael Natterer  <mitch@imendio.com>
445
446         * gtk/gtkbindings.c: move the code of the deprecated
447         gtk_binding_entry_clear() to a new private function
448         gtk_binding_entry_clear_internal() and call it from
449         gtk_binding_entry_clear().
450
451         (_gtk_binding_entry_add_signall)
452         (gtk_binding_parse_bind): use the new internal function in order
453         to avoid our own deprecated public API.
454
455 2008-08-04  Michael Natterer  <mitch@imendio.com>
456
457         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_font):
458         avoid our own deprecated public API and use
459         gtk_font_selection_get_font_internal() instead of
460         gtk_font_selection_get_font().
461
462         (gtk_font_selection_get_font)
463         (gtk_font_selection_dialog_get_font): Add missing
464         "Deprecated: 2.0" to the api doc comments.
465
466 2008-08-04  Michael Natterer  <mitch@imendio.com>
467
468         * gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES.
469
470 2008-08-04  Tor Lillqvist  <tml@novell.com>
471
472         * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
473         Windows. AC_SUBST it.
474
475         * gdk/Makefile.am
476         * gtk/Makefile.am: Pass appropriate -machine flag to lib.exe.
477
478 2008-08-04  Tor Lillqvist  <tml@novell.com>
479
480         Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
481
482         * configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER.
483
484         * gdk/gdkconfig.h.win32: Ditto here.
485
486 2008-08-04  Tor Lillqvist  <tml@novell.com>
487
488         * gtk/gtkstatusicon.c: Fix typo in Win32 and Quartz code:
489         s/gtk_icon_icon_info_load_icon/gtk_icon_info_load_icon/ .
490
491 2008-08-04  Tor Lillqvist  <tml@novell.com>
492
493         * configure.in: Don't bother with the test "if gio can sniff png"
494         if $gio_can_sniff has been already set. Preset it to "no" for
495         Win32. This helps cross-compilation from 32-bit Windows to 64-bit,
496         or from Unix to Windows in general. No idea how this should be
497         handled for cross-compilation in general.
498
499 2008-08-04  Tor Lillqvist  <tml@novell.com>
500
501         * gdk/win32/gdkdisplay-win32.c: Don't bother looking up
502         EnumDisplayMonitors and GetMonitorInfoA dynamically, they are
503         present in NT-based Windows since Windows 2000.
504         (enum_monitor): For some reason the MONITORINFOEX struct in
505         mingw-win64 is different than the proper one as in MSDN and 32-bit
506         mingw, so just copy the proper definition here.
507
508 2008-08-03  Björn Lindqvist  <bjourne@gmail.com>
509
510         Bug 540379 – gtk_tree_view_enable_model_drag_dest and
511         gtk_tree_view_enable_model_drag_source unsets reorderable property
512
513         * gtk/gtktreeview.c: Improve docstrings regarding reorderable
514         property.
515
516 2008-08-03  Matthias Clasen  <mclasen@redhat.com>
517
518         * gdk/x11/gdkapplaunchcontext-x11.c: Support GEmblemedIcon.
519
520 2008-08-03  Matthias Clasen  <mclasen@redhat.com>
521
522         Bug 546128 – Weirz string
523
524         * gtk/gtksettings.c: Add a translator hint.
525         Requested by Ignacio Casal Quinteiro
526
527 2008-08-02  Tor Lillqvist  <tml@novell.com>
528
529         Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings
530
531         * gtk/gtkprintoperation-win32.c (devmode_from_settings): Plug
532         potential leak. Thanks to Morten Welinder.
533
534 2008-08-02  Tor Lillqvist  <tml@novell.com>
535
536         * gtk/gtkprint-win32.c
537         * gtk/gtkprint-win32.h
538         * gtk/gtkprintoperation-win32.c: Cosmetic fixups after patch
539         below.
540
541 2008-08-02  Tor Lillqvist  <tml@novell.com>
542
543         Bug 339699 - implement gtk_print_operation_set_show_dialog for
544         Windows
545         
546         * gtk/gtkprint-win32.c
547         * gtk/gtkprint-win32.h
548         * gtk/gtkprintoperation-win32.c: Patch by ecyrbe@gmail.com.
549
550 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
551         
552         Bug 544302 – GtkStatusIcon should support GIcon
553
554         * gtk/gtk.symbols:
555         * gtk/gtkstatusicon.[hc]: Add GIcon support to GtkStatusIcon.
556         Patch by Christian Dywan
557
558 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
559         
560         Bug 429427 – Add "arrow-spacing" style property to GtkRange
561
562         * gtk/gtkrange.c: Add an arrow-spacing style property.
563         Patch by Carlos Garnacho and Christian Dywan
564
565 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
566
567         Bug 429411 – add style properties to set minimum progressbar 
568         width/height
569
570         * gtk/gtkprogressbar.c: Add style properties for minimum size.
571         Patch by Carlos Garnacho and Christian Dywan
572
573 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
574
575         Bug 526575 – Missing return type in gtk_ui_manager_get_toplevels
576         documentation
577
578         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Improve
579         the docs.
580
581 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
582
583         Bug 523950 – GtkTreeModelFilter's visible function may get an empty
584         row
585
586         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func):
587         Explain and show how iterators pointing to empty rows should be
588         handled in the visible function. Patch by Björn Lindqvist
589
590 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
591
592         Bug 539733 – No way to control treeview separator height
593
594         * gtk/gtktreeview.c: Respect the wide-separators and
595         separator-height style properties when drawing separators.
596         Patch by Christian Dywan
597
598 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
599
600         Bug 65818 – rename gtk_window_set_default() and add getter for it
601
602         * gtk/gtk.symbols:
603         * gtk/gtkwindow.[hc]: Rename gtk_window_get_default to
604         gtk_window_get_default_widget. Patch by Christian Dywan
605
606 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
607
608         Bug 344383 – use po/LINGUAS
609
610         * po/LINGUAS: New file, to make translators happy.
611         * configure.in: Use po/LINGUAS
612         * po/Makefile.in.in: Add po/LINGUAS to DISTFILES
613         Patch by Claude Paroz
614
615 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
616
617         * gdk/gdkapplaunchcontext.c: Improve the docs
618
619 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
620
621         Bug 545931 – small documentation typos
622
623         * gtk/gtkcomboboxentry.c: Fix some typos in the documentation.
624
625 2008-08-01  Hans Breuer  <hans@breuer.org>
626
627         * gdk/makefile.msc : build gdkwindowimpl
628
629         * gtk/gtkwidget.c : fix c99ism - declaration needs to be at the
630         start of a block
631
632         * tests/makefile.msc : update
633
634 2008-07-31  Cody Russell  <bratsche@gnome.org>
635
636         Bug 56070 – Can't click button after setting it sensitive.
637
638         * gtk/gtkwidget.[ch]
639         * gtk/gtkwindow.c
640         * gtk/gtkmain.c
641         * gtk/gtkbutton.c
642         * gtk/gtkprivate.h
643         * gdk/gdkevents.h: Synthesize crossing events events where necessary.
644
645         * gtk/tests/crossingevents.c: Add unit tests for crossing events.
646
647         Big thanks to Ed Catmur, Matthias Clasen, and everyone else who
648         has worked on and helped out with this.
649
650 2008-07-31  Matthias Clasen  <mclasen@redhat.com>
651
652         Bug 424207 – printing hangs on unreachable cups server
653
654         * modules/printbackends/cups/gtkcupsutils.[hc]: Implement a
655         non-blocking test for reachability of the cups server.
656
657         * modules/printbackends/cups/gtkprintbackendcups.c: Don't block
658         while trying to get the default printer. Patch by Marek Kasik.
659
660 2008-07-31  Matthias Clasen  <mclasen@redhat.com>
661
662         * modules/input/gtkimcontextmultipress.c: Use a second-granularity
663         timer for automatic commit.
664
665         * gtk/gtkclipboard.c (gtk_clipboard_store): Use a second-grandularity
666         timer for the store timeout.
667
668 2008-07-31  Matthias Clasen  <mclasen@redhat.com>
669
670         * gdk/gdk.[hc]:
671         * gdk/gdk.symbols: Complete the set of thread-safe timeout function
672         with second-granularity versions. Patch by Marek Kasik.
673
674 2008-07-30  Tor Lillqvist  <tml@novell.com>
675
676         * gtk/gtkprintoperation-win32.c: Fix problems in handling custom
677         paper sizes. The DEVMODE::dmPaperWidth and dmPaperLength are in
678         tenths of a millimeter, and the RECT passed to CreateEnhMetaFile()
679         is in hundredths of a millimeter. Patch by Sven Neumann.
680
681 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
682
683         * gtk/gtktreemodel.c: Small doc improvements.
684
685 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
686
687         * configure.in: Bump GLib requirement to 2.17.5 for GEmblemedIcon
688
689         * gtk/gtkicontheme.c: Support rendering GEmblemedIcons.
690
691 2008-07-27  Sven Herzberg  <sven@imendio.com>
692
693         Bug 544863 – gtkquartz.h not included in released 2.13.5 package
694
695         * gtk/Makefile.am: explicitly include the moved header in EXTRA_DIST
696
697 2008-07-25  Murray Cumming  <murrayc@murrayc.com>
698
699         * gtk/gtkstatusicon.c (gtk_status_icon_class_init):
700         Documented the activate and popup-menu signals as being for use 
701         by applications and language bindings, though they are G_SIGNAL_ACTION, 
702         as stated in bug #361561.
703
704 2008-07-24  Sebastien Bacher  <seb128@ubuntu.com>
705
706         * modules/printbackends/cups/gtkprintbackendcups.c:
707         (cups_printer_get_options): don't try free gettext() values,
708         fix a printing dialog crasher (bug 544390)
709
710 2008-07-24  Cody Russell  <bratsche@gnome.org>
711
712         Bug 544510 – SetTimer callback signatures has the wrong type
713
714         * gdk/win32/gdkevents-win32.c: Fix modal_timer_proc() and
715         sync_timer_proc() to use UINT_PTR for the 'id' parameter
716         instead of 'id'.  Patch by Richard Hult.
717
718 2008-07-23  Matthias Clasen  <mclasen@redhat.com>
719
720         Bug 543915 – "Sole completion" translation issue
721
722         * gtk/gtkfilechooserentry.c: Add translator hints to a
723         bunch of strings. Requested by Andre Klapper
724
725 2008-07-23  Matthias Clasen  <mclasen@redhat.com>
726
727         Bug 544265 – GDK assumes XFIXES extension
728
729         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
730         Only call XFixes functions if the server has the extension.
731         Reported by Ian Turner.
732
733 2008-07-22  Matthias Clasen  <mclasen@redhat.com>
734
735         * configure.in: Compare two content types, not content type
736         and mime type.
737
738 2008-07-22  Sven Herzberg  <sven@imendio.com>
739
740         Fix svn:ignore and the include condition
741
742         * gdk/tests/check-gdk-cairo.c: ifndef => ifdef
743
744 2008-07-22  Tor Lillqvist  <tml@novell.com>
745
746         * configure.in: Workaround for what apparently is a bug in MSYS:
747         returning -1 from main() is misinterpreted as exit status 0, so
748         make sure we return 0 or 1. (The net effect of the bug was that no
749         image loading worked on Windows.)
750
751 2008-07-22  Sven Herzberg  <sven@imendio.com>
752
753         Add a test for my fixes from July 20th.
754
755         * configure.in: create gdk/tests/Makefile
756         * gdk/Makefile.am: include the tests subfolder
757         * gdk/tests/Makefile.am: create and run my test
758         * gdk/tests/check-gdk-cairo.c (test), (main): the test that I wrote
759         (passes at least for x11 and quartz backends)
760
761 2008-07-22  Frederic Crozat  <fcrozat@mandriva.com>
762
763         * gdk/x11/gdkscreen-x11.c: Don't use RandR 1.2
764         if driver is detected as randr12_compat (ie X driver
765         is not RandR 1.2 compliant). Fixes multihead with 
766         such drivers. Bug #543317.
767
768 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
769
770         * configure.in: Default to linking against Xinerama again,
771         so that we can fallback to Xinerama when broken X drivers
772         make Xrandr useless. Sigh.
773
774 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
775
776         * configure.in: Bump version
777
778         * === Released 2.13.5 ===
779
780 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
781
782         * gtk/gtktestutils.c:
783         * gtk/gtkscalebutton.c:
784         * gtk/gtkmessagedialog.c:
785         * gtk/gtkmenu.c:
786         * gtk/gtkcontainer.c:
787         * gtk/gtkcolorseldialog.c:
788         * gtk/gtkaccelgroup.c:
789         * gtk/gtkentry.c:
790         * gtk/gtkfontsel.c: Fix some doc problems.
791
792 2008-07-21  Michael Natterer  <mitch@imendio.com>
793
794         * gtk/gtkbox.c (gtk_box_add): use gtk_box_pack_start() instead of
795         the deprecated gtk_box_pack_start_defaults().
796
797         * gtk/gtkbindings.c (gtk_binding_entry_add_signal)
798         (gtk_binding_parse_signal): use _gtk_binding_entry_add_signall()
799         instead of the deprecated gtk_binding_entry_add_signall().
800
801 2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>
802
803         * gtk/gtkrecentmanager.c:
804         (recent_app_info_new), (recent_app_info_free): Use GSlice to
805         allocate the application data for recently used resources;
806         do not call time() to initialize the timestamp, as it will
807         be overwritten anyway later. (#535223, Michael Meeks)
808
809 2008-07-21  Kristian Rietveld  <kris@gtk.org>
810
811         Bug 543989 - Crash in gtk_tree_view_size_allocate_columns
812
813         * gtk/gtktreeview.c (gtk_tree_view_size_allocate_columns): check
814         for width_changed != NULL.  (Patch by Josselin Mouette).
815
816 2008-07-21  Michael Natterer  <mitch@imendio.com>
817
818         Bug 442042 – GtkScaleButton is too limited
819
820         * tests/testvolumebutton.c: forgot to commit code that tests
821         toggling the button's orientation. Also fixes the file's coding
822         style.
823
824 2008-07-21  Cody Russell  <bratsche@gnome.org>
825
826         Bug 153567 – Repaint glitches in widgets
827
828         * gdk/win32/gdkevents-win32.c: Set a sync timer when
829         we receive WM_SYNCPAINT, and RedrawWindow() once
830         the timer expires.
831
832 2008-07-21  Michael Natterer  <mitch@imendio.com>
833
834         * gtk/gtktoolbar.c (gtk_toolbar_class_init): use the simpler
835         g_signal_override_class_handler() instead of
836         g_signal_override_class_closure().
837
838         * gtk/gtktextview.c (gtk_text_view_class_init): ditto.
839
840         (gtk_text_view_compat_move_focus): chain up using
841         g_signal_chain_from_overridden_handler() instead of the generic
842         g_signal_chain_from_overridden() which needs manual fiddling with
843         millions of GValues.
844
845 2008-07-21  Michael Natterer  <mitch@imendio.com>
846
847         * gtk/gtkuimanager.c: remove redundant include.
848
849 2008-07-21  Michael Natterer  <mitch@imendio.com>
850
851         * gtk/gtkbindings.[ch]: remove _gtk_binding_signal_new().
852
853         * gtk/gtkfilechooserdefault.c
854         * gtk/gtkmenu.c
855         * gtk/gtkmenushell.c
856         * gtk/gtkscalebutton.c
857         * gtk/gtktextview.c
858         * gtk/gtktoolbar.c
859         * gtk/gtkwidget.c: use g_signal_new_class_handler() instead. Add
860         some missing I_() to the signal names.
861
862 2008-07-21  Michael Natterer  <mitch@imendio.com>
863
864         * gtk/gtkspinbutton.c: remove g_return_if_fail() from private
865         functions and virtual function implementations. Some minor
866         cleanups.
867
868 2008-07-20  Andre Klapper  <a9016009@gmx.de>
869
870         Bug 543915 - translation issues
871
872         * modules/printbackends/cups/gtkprintbackendcups.c:
873         Add translator comments for several strings.
874
875 2008-07-20  Sven Herzberg  <sven@imendio.com>
876
877         reviewed by: Richard Hult
878
879         Fixes #543868: GdkPixmap is upside down on quartz
880
881         * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): flip the
882         coordinate space from GTK+ orientation to CoreGraphics orientation
883         before calling CoreGraphics code
884         * gdk/quartz/gdkgc-quartz.c (gdk_quartz_draw_tiled_pattern): drop the
885         coordinate space flipping (we always get it right, now)
886         * gdk/quartz/gdkpixmap-quartz.c
887         (gdk_pixmap_impl_quartz_get_context): flip the coordinate space when
888         creating the CGContextRef
889
890 2008-07-20  Sven Herzberg  <sven@imendio.com>
891
892         reviewed by: Richard Hult
893
894         Extracted the CGContextRef creation into a virtual function of
895         GdkDrawableImplQuartz; implement get_context() for GdkPixmap and
896         GdkWindow
897
898         * gdk/quartz/gdkdrawable-quartz.c
899         (gdk_quartz_drawable_get_context): dropped the different
900         implementations; forward to the virtual function now
901         * gdk/quartz/gdkdrawable-quartz.h: added the virtual function
902         * gdk/quartz/gdkpixmap-quartz.c
903         (gdk_pixmap_impl_quartz_get_context),
904         (gdk_pixmap_impl_quartz_class_init): implemented get_context()
905         * gdk/quartz/gdkwindow-quartz.c
906         (gdk_window_impl_quartz_get_context),
907         (gdk_window_impl_quartz_class_init): implemented get_context()
908
909 2007-08-19  Matthias Clasen  <mclasen@redhat.com>
910
911         * NEWS: Updates
912
913 2007-08-18  Matthias Clasen  <mclasen@redhat.com>
914
915         Bug 543545 – GtkAssistant crashes when gtk_widget_hide() is called
916         inside "apply" signal handler
917
918         * gtk/gtkassistant.c: Don't emit signals with extra parameters.
919         Patch by Antti Kaijanmäki
920
921 2007-08-18  Matthias Clasen  <mclasen@redhat.com>
922
923         Bug 543217 – GTK application crashed with directfb backend
924
925         *  gdk/directfb/gdkvisual-directfb.c: Avoid a crash in
926         _gdk_visual_init().  Patch by Huimin He.
927
928 2008-07-18  Federico Mena Quintero  <federico@novell.com>
929
930         * gtk/updateiconcache.c (build_cache): If the resulting cache file
931         would be empty, erase the old cache file as well as the temporary file.
932
933 2008-07-18  Federico Mena Quintero  <federico@novell.com>
934
935         * demos/gtk-demo/changedisplay.c (find_toplevel_at_pointer): Don't
936         do funny casts to avoid compiler warnings.
937
938         * demos/gtk-demo/textview.c (easter_egg_callback): Likewise.
939
940         * gtk/gtkmain.c (rewrite_event_for_grabs, gtk_get_event_widget): Likewise.
941
942         * gtk/gtkmodules.c (load_module): Likewise.
943
944         * gtk/gtkselection.c (gtk_selection_convert): Likewise.
945
946         * gtk/gtktipsquery.c (gtk_tips_query_event): Likewise.
947
948         * gtk/queryimmodules.c (query_module): Likewise.
949
950         * tests/testgtk.c (create_gridded_geometry, create_key_lookup)
951         (find_widget_at_pointer): Likewise.
952
953 2008-07-08  Matthias Clasen  <mclasen@redhat.com>
954
955         * modules/printbackends/cups/gtkprintbackendcups.c: Add a forgotten
956         hunk of the previous commit.
957
958 2008-07-18  Sven Herzberg  <sven@imendio.com>
959
960         Make aliasfilecheck.sh pass for the quartz backend, too.
961
962         * gtk/Makefile.am: don't include gtkquartz.h in the list of c files
963
964 2008-07-17  Runa Bhattacharjee <runabh@gmail.com>
965
966         * configure.in: Added Pashto (ps) to ALL_LINGUAS
967
968 2008-07-15  Paolo Borelli  <pborelli@katamail.com>
969
970         Bug 447998 - GtkBuilder does not support building parts of the xml tree
971
972         * gtk/gtkbuilder.c:
973         * gtk/gtkbuilder.h:
974         * gtk/gtkbuilderprivate.h:
975         * gtk/gtkbuilderparser.c:
976         * gtk/gtk.symbols:
977         Add two new functions that allow cherry picking and construct
978         objects from a ui description file or string.
979
980         * gtk/tests/builder.c: tests for the above.
981
982 2008-07-15  Paolo Borelli  <pborelli@katamail.com>
983
984         * gtk/tests/builder.c: fix up broken test (cellview has no "clicked"
985         signal) case and plug a couple of leaks.
986
987 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
988
989         Bug 543244 – crashes when renaming a bookmark
990
991         * gtk/gtkfilesystem.c (_gtk_file_system_set_bookmark_label): Don't
992         free a GFile. Reported by Sebastien Bacher
993
994 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
995
996         Bug 339591 – Detect list of availible cover pages
997
998         Patch by Marek Kasik:
999         * modules/printbackends/cups/gtkprintbackendcups.c: Get the list of
1000         available cover pages and the default front and back cover pages 
1001         from the cups server.
1002
1003 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
1004
1005         Bug 384940 – handle rejecting jobs and authentication meaningfully
1006
1007         Patch by Marek Kasik, icons by Mike Langlie:
1008         * gtk/gtk.symbols:
1009         * gtk/gtkprintbackend.h:
1010         * gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties
1011         and getters/setters.
1012
1013         * gtk/gtkstock.h:
1014         * gtk/gtkiconfactory.c:
1015         * gtk/Makefile.am:
1016         * gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon.
1017
1018         * modules/printbackends/cups/gtkprintbackendcups.c: 
1019         * gtk/gtkprintunixdialog.c: Handle paused and job-rejecting 
1020         printers.
1021
1022 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
1023
1024         * configure.in: Add a test to see if GIO can sniff image data,
1025         this should make gdk-pixbuf use its own sniffing again, on OS X.
1026
1027 2008-07-15  Xavier Claessens  <xclaesse@gmail.com>
1028
1029         Bug 542523 – GtkTextTag should handle setting properties to NULL
1030
1031         * gtk/gtktexttag.c (gtk_text_tag_set_property): Unset the color when
1032         setting it to NULL instead of displaying a warning.
1033
1034 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
1035
1036         Bug 479780 – Bookmarks in left pane of FileChooser cannot be renamed
1037
1038         * gtk/gtkfilechooserdefault.c (shortcuts_build_popup_menu):
1039         Call shortcuts_check_popup_sensitivity() every time the
1040         menu is popped up. Problem reported by Hong Jen Yee
1041         
1042 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
1043
1044         Bug 488766 – GtkFileChooserButton doesn't clear icon after
1045         gtk_file_chooser_unselect_all
1046
1047         * gtk/gtkfilechooserbutton.c (update_label_and_image): Unset
1048         the image when the label is set to "(None)". Reported by
1049         Neil Roberts
1050
1051         * tests/testfilechooserbutton.c: Add an "Unselect all" button.
1052
1053 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
1054
1055         Bug 507394 – mem leak from gtk_selection_add_targets
1056
1057         * gtk/gtkoldeditable.c: Free target lists in finalize.
1058         Reported by Christian Persch
1059
1060 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
1061
1062         * gtk/gtk.symbols:
1063         * gtk/gtktypeutils.[hc]: Complete the deprecation of gtk_type_class.
1064
1065 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
1066
1067         * gtk/gtklabel.c: Trivial doc fix.
1068
1069 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
1070
1071         Bug 542853 – jasper test fails due to incomplete library arguments
1072
1073         * configure.in: Add -ljpeg when checking for jasper.
1074         Reported by Mike Calmus
1075
1076 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
1077
1078         * gtk/Makefile.am: Add some missing stock-icons. Noticed by Marek 
1079         Kasik.
1080
1081 2008-07-11  Kristian Rietveld  <kris@gtk.org>
1082
1083         Bug 316087 - Resizing columns is chaotic
1084
1085         * gtk/gtktreeprivate.h: add new member fields.
1086
1087         * gtk/gtktreeview.c (gtk_tree_view_init), (validate_row): set post
1088         validation flag,
1089         (gtk_tree_view_size_allocate_columns): rework the size allocation
1090         mechanism to only recalculate the expand values if the width of the
1091         widget, content or the column configuration has changed,
1092         (gtk_tree_view_size_allocate): move call to size_allocate_columns()
1093         to before the adjustment updates so the proper width is used after
1094         we updated it,
1095         (gtk_tree_view_button_press), (gtk_tree_view_motion_resize_column):
1096         use the column width minus the expand value for the resized width,
1097         (gtk_tree_view_move_column_after): update call to
1098         gtk_tree_view_size_allocate_columns().
1099
1100         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): set use
1101         resized width to FALSE.
1102
1103         * tests/Makefile.am:
1104         * tests/testtreecolumnsizing.c: new interactive test program
1105         for testing column resizing with different column configurations.
1106
1107 2008-07-11  Simos Xenitellis  <simos@gnome.org>
1108
1109         * gtk/compose-parse.py:
1110         * gtk/gtkimcontextsimple.c:
1111         Fixed typo for the name of Markus Kuhn, issue mentioned 
1112         in bug #321896 (comment 61).
1113         
1114 2008-07-11  Simos Xenitellis  <simos@gnome.org> 
1115
1116         Bug 334418 – Support easy input of ellipsis
1117
1118         * gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences
1119         that listed the wrong codepoint.  Reported by Wouter Bolsterlee.
1120
1121 2008-07-03  Murray Cumming  <murrayc@murrayc.com>
1122
1123         * gtk/gtkwidget.c (gtk_widget_set_property):  tooltip-text and 
1124         tooltip-markup properties: Interpret an empty string as a NULL 
1125         string because an empty tooltip is silly. This will help 
1126         language bindings that do not bother to have the two types of 
1127         empty/null strings.
1128         Bug #541399.
1129
1130 2008-07-10  Matthias Clasen  <mclasen@redhat.com>
1131
1132         Bug 542234 – iconview a11y implementation segfaults
1133
1134         * gtk/gtkiconview.c: Fix a segfault in the a11y code.
1135         Patch by Li Yuan.
1136
1137 2008-07-08  Christian Neumair  <cneumair@gnome.org>
1138
1139         * gtk/gtkuimanager.c (update_node):
1140         Skip update of accelerator child node if it has no associated action.
1141         Fixes #541950.
1142
1143 2008-07-07  Cody Russell  <bratsche@gnome.org>
1144
1145         Bug 541964 – [Win32] Setting modal hint to current value might confuse the stack
1146
1147         * gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
1148         existing modal hint value before setting it.
1149
1150 2008-07-07  Cody Russell  <bratsche@gnome.org>
1151
1152         Bug 540994 – [Win32] Some windows don't appear at the top when created
1153
1154         * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.
1155
1156         I actually already committed this one by accident, probably when I committed
1157         #541305, but just wanted to document it here in the ChangeLog.
1158
1159 2008-07-07  Johan Dahlin  <johan@gnome.org>
1160
1161         * gtk/tests/builder.c (test_cell_view):
1162         Add a test case for 528845.
1163
1164 2008-07-07  Tor Lillqvist  <tml@novell.com>
1165
1166         * gdk/win32/gdkwindow-win32.c
1167         (gdk_window_foreign_new_for_display): Need to initialise
1168         private->impl here, too.
1169
1170 2008-07-07  Michael Natterer  <mitch@imendio.com>
1171
1172         * gtk/gtkfilesystem.c: include the two needed headers instead of
1173         <gtk/gtk.h>.
1174
1175 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1176
1177         Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
1178         GtkCellView
1179
1180         * gtk/gtkcellview.c: Don't blindly chain up in the buildable
1181         implementation.  Reported by Kevin Ryde.
1182
1183 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1184
1185         Bug 469068 – clarify gdk_cairo_create()
1186
1187         * gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
1188         contexts cannot be cached for handling expose events.
1189         Proposed by Behdad Esfahbod.
1190
1191 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1192
1193         Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups
1194
1195         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention
1196         that the tooltip is set as markup. Proposed by Czirkos Zoltan.
1197
1198 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1199
1200         Bug 510225 – gtk_widget_get_composite_name retval should be freed
1201
1202         * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
1203         docs. Pointed out by Wolfgang Oertl
1204
1205 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1206
1207         Bug 531129 – gtk_style_copy() does not include a return value or 
1208         description
1209
1210         * gtk/gtkstyle.c: Document gtk_style_copy.
1211
1212 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1213
1214         Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
1215         Bug 513580 – Broken link in GTK+ FAQ
1216
1217         * docs/faq/gtk-faq.sgml: Remove or update some outdated links.
1218
1219 2008-07-07  Christian Dywan  <christian@imendio.com>
1220
1221         * gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove
1222         erroneously added g_return_if_fail (bug #541811).
1223
1224 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1225
1226         Bug 343663 – source-buffer highlighting highlights "char" in
1227         gtk_text_iter_forward_char
1228
1229         * demos/gtk-demo/*.c: Fix up the handrolled hilighting a bit.
1230
1231 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1232
1233         Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
1234         
1235         * gtk/gtksettings.c: Improve the documentation of the
1236         gtk-icon-sizes setting. Proposed by Tommi Komulainen.
1237
1238 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1239
1240         Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
1241         invalid dates
1242
1243         * gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
1244         Check that the cursor is over a valid date before retrieving
1245         its details.  Patch by Chris Wilson
1246
1247 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1248
1249         Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
1250
1251         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
1252         64-bit brokenness. Reported by Christian Hammond.
1253
1254 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1255
1256         Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
1257         contain ://
1258
1259         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
1260         Be more robust. Reported by  Jelte van der Hoek
1261
1262 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
1263
1264         Bug 540917 – deprecate pack_start_defaults()
1265
1266         * gtk/gtk.symbols:
1267         * gtk/gtkbox.[hc]: Deprecated gtk_box_pack_{start,end}_defaults.
1268         Proposed by Owen Taylor
1269
1270 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
1271
1272         * configure.in: Bump version
1273
1274 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
1275
1276         * === Released 2.13.4 ===
1277
1278 2008-07-05  Michael Natterer  <mitch@imendio.com>
1279
1280         * gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
1281         deprecated section because it isn't deprecated.
1282
1283 2008-07-05  Michael Natterer  <mitch@imendio.com>
1284
1285         * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
1286         other include weirdness in this file.
1287
1288 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
1289
1290         * NEWS: Updates
1291
1292 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
1293
1294         * gtk/gtkiconview.c:
1295         * gtk/gtkfontsel.c:
1296         * gtk/gtkscalebutton.c: Small doc fixes.
1297
1298 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
1299
1300         * gdk/gdkevents.c:
1301         * gdk/x11/gdktestutils-x11.c: Small doc fixes
1302
1303 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
1304
1305         * gtk/tests/defaultvalue.c: Omit some more untestable properties.
1306
1307         * gtk/gtkmenu.c: Fix the initial value of the monitor property.
1308
1309         * gtk/gtkentry.c: Fix the property getter for text-length property.
1310
1311         * gtk/gtkaccelgroup.c: Fix default value for modifier-mask property.
1312
1313 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
1314
1315         * gtk/gtkmenu.c: Debork the attach-widget property.
1316
1317 2008-07-04  Michael Natterer  <mitch@imendio.com>
1318
1319         Fix make check:
1320
1321         * gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES
1322         again :-(
1323
1324         * gtk/gtkclist.c
1325         * gtk/gtkcombo.c
1326         * gtk/gtkctree.c
1327         * gtk/gtklist.c
1328         * gtk/gtklistitem.c
1329         * gtk/gtknotebook.c
1330         * gtk/gtkobject.c
1331         * gtk/gtkoldeditable.c
1332         * gtk/gtkpixmap.c
1333         * gtk/gtktext.c
1334         * gtk/gtktipsquery.c
1335         * gtk/gtktree.c
1336         * gtk/gtktreeitem.c: don't #define it again before including
1337         gtkalias.h after it has been #undef'ed before.
1338
1339 2008-07-04  Michael Natterer  <mitch@imendio.com>
1340
1341         * gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset
1342         to FALSE instead of 0.
1343
1344 2008-07-04  Michael Natterer  <mitch@imendio.com>
1345
1346         Allocate with GSlice:
1347
1348         * gtk/gtkassistant.c: GtkAssistantPage
1349         * gtk/gtkcellview.c: GtkCellViewCellInfo
1350         * gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo
1351         * gtk/gtkfilefilter.c: FilterRule
1352         * gtk/gtknotebook.c: GtkNotebookPage
1353
1354 2008-07-04  Michael Natterer  <mitch@imendio.com>
1355
1356         * gtk/gtkcombobox.c: allocate ComboCellInfo with GSlice.
1357
1358 2008-07-04  Michael Natterer  <mitch@imendio.com>
1359
1360         * gtk/gtkprintoperation.c (print_pages): change "error_dialog"
1361         variable to GtkWidget fo fix two warnings.
1362
1363 2008-07-04  Michael Natterer  <mitch@imendio.com>
1364
1365         Bug 539944 – Add GtkScaleButton API so struct fields can be marked
1366         as private
1367
1368         * gtk/gtk.symbols
1369         * gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button()
1370         and _get_minus_button(). Patch by Christian Dywan.
1371
1372 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
1373
1374         * gtk/gtkscalebutton.c:
1375         * gdk/gdk.symbols: 
1376         * gdk/gdkwindowimpl.c: Fix make check.
1377
1378 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1379
1380         Bug 540618 – gtk_menu_shell_select_first prints warning on GtkMenubar
1381         constructed using GtkUIManager
1382
1383         * gtk/gtkmenuitem.c: Fall back to the default positioning when
1384         the menuitem is not realized. Patch by Björn Lindqvist.
1385
1386 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1387
1388         Bug 540612 – mem leak in filechooser
1389
1390         * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
1391         Patch by Christian Persch.
1392
1393 2008-07-04  Tor Lillqvist  <tml@novell.com>
1394
1395         Bug 540861 - invalid UTF-8 in input device name
1396
1397         * gdk/win32/gdkinput-win32.c: Fetch the device and cursor names in
1398         Unicode, and convert to UTF-8 for the GdkDevice's name field.
1399
1400 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1401
1402         Bug 538863 – Fixes assertion on entering empty folder
1403
1404         * gtk/gtkfilechooserdefault.c (browse_files_select_first_row): Don't
1405         select the first row if the folder is empty.
1406         Patch by Olle Bergkvist.
1407
1408 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1409
1410         Bug 540915 – GtkBuilder sets properties in reverse order
1411
1412         * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order 
1413         in which they are specified in the xml file.  
1414
1415 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1416         
1417         Bug 539944 – Add GtkScaleButton API so struct fields can be marked as
1418         private
1419
1420         * gtk/gtk.symbols:
1421         * gtk/gtkscalebutton.[hc] (gtk_scale_button_get_popup): Add an
1422         accessor for the popup. Patch by Christian Dywan
1423
1424 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1425
1426         Bug 535498 – Printing demo broken
1427
1428         * demos/gtk-demo/printing.c: Use monospace as font name, 
1429         not mono. Also use the right advance when moving from line to line.
1430         Patch by Yevgen Muntyan.
1431
1432 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1433
1434         Bug 538547 – Update doc-shooter in gtk documentation
1435
1436         * docs/tools/Makefile.am:
1437         * docs/tools/folder.png:
1438         * docs/tools/gnome.png: New images
1439
1440         * docs/tools/widgets.c: Use the new images.
1441         Patch by Baptiste Mille-Mathias.
1442
1443 2008-07-03  Michael Natterer  <mitch@imendio.com>
1444
1445         * gtk/gtkscalebutton.c: remove "_from_bindings" suffix from the
1446         names of binding signal implementations.
1447
1448 2008-07-03  Li Yuan  <li.yuan@sun.com>
1449
1450         * gail-uninstalled.pc.in:
1451         Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in.
1452
1453 2008-07-03  Cody Russell  <bratsche@gnome.org>
1454
1455         Bug 540529 – Remove all GIMP references
1456
1457         * gtk+-2.0.pc.in:
1458         * gdk-2.0.pc.in:
1459         * gtk+-unix-print-2.0.pc.in:
1460         * gtk+-2.0-uninstalled.pc.in:
1461         * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say
1462         GTK+ Graphical UI Library in the pkg-config files.
1463
1464 2008-07-02  Cody Russell  <bratsche@gnome.org>
1465
1466         Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring
1467
1468         * gdk/win32/gdkwindow-win32.c: Reverted some logic so that scrolling
1469         works again.
1470
1471         * gdk/win32/gdkgeometry-win32.c: Removed some more unnecessary checks.
1472         * gdk/win32/gdkkeys-win32.c: Removed unused variable to fix compile-time
1473         warnings.
1474
1475 2008-07-02  Cody Russell  <bratsche@gnome.org>
1476
1477         Bug 541249 – [Win32] Fix some internal static methods
1478
1479         * gdk/gdkwindow-win32.c: Make the interface implementation methods
1480         static.
1481
1482 2008-07-02  Michael Natterer  <mitch@imendio.com>
1483
1484         Bug 537591 – Don't hardcode minimum width of menuitems
1485
1486         * gtk/gtkmenuitem.c: applied patch from Christian Dywan which
1487         introduces a "width-chars" style property which replaces the
1488         hardcoded minimum width of menuitems with submenu. Patch
1489         extracted from Maemo-GTK+.
1490
1491 2008-07-02  Michael Natterer  <mitch@imendio.com>
1492
1493         * gtk/gtkfilechooserdefault.c: remove some of the million includes.
1494
1495 2008-07-02  Kristian Rietveld  <kris@imendio.com>
1496
1497         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
1498         Since s/2.16/2.14/ for the new gicon property.
1499
1500 2008-07-02  Kristian Rietveld  <kris@imendio.com>
1501
1502         Bug 455268 - Add gtk-enable-tooltips GtkSetting
1503
1504         * gtk/gtk.symbols:
1505         * gtk/gtktoolbar.[ch] (gtk_toolbar_[gs]et_tooltips): deprecated.
1506
1507         * gtk/gtksettings.c: introduce gtk-enable-tooltips XSetting.
1508
1509         * gtk/gtktooltip.c (_gtk_tooltip_handle_event): take the newly
1510         introduced XSetting into account.
1511
1512         * demos/gtk-demo/appwindow.c: don't use the now deprecated
1513         gtk_toolbar_set_tooltips().
1514
1515 2008-07-02  Cody Russell  <bratsche@gnome.org>
1516
1517         Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff
1518
1519         * gdk/win32/gdkprivate-win32.h:
1520         * gdk/win32/gdkgeometry-win32.c:
1521         * gdk/win32/gdkevents-win32.c:
1522         * gdk/win32/gdkwindow-win32.c: Update Win32 backend according to
1523         the newly refactored GdkWindow code.
1524         
1525 2008-07-01  Cody Russell  <bratsche@gnome.org>
1526
1527         Bug 539164 – Windows' System Menu blocks main loop
1528
1529         * gdk/win32/gdkevents-win32.c: Use a modal timer proc in between
1530         receiving WM_ENTERMENULOOP and WM_EXITMENULOOP and pump the
1531         GLib mainloop from there.
1532
1533 2008-07-01  Richard Hult  <richard@imendio.com>
1534
1535         Some aftermath from the window impl cleanups:
1536
1537         * gdk/quartz/gdkwindow-quartz.c:
1538         (gdk_window_merge_child_input_shapes): Rename and export again.
1539         (gdk_window_quartz_get_offsets): Make static.
1540
1541 2008-07-01  Michael Natterer  <mitch@imendio.com>
1542
1543         * gtk/gtkscalebutton.h: forgot to commit the header, fixed now.
1544
1545 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
1546
1547         539790 – [PATCH] Please add three new settings to GtkSettings
1548
1549         * gdk/x11/gdksettings.c: 
1550         * gtk/gtksettings.c: Add event sound settings.
1551         Patch by Lennart Poettering.
1552
1553 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
1554
1555         Bug 434535 – printoperation's create_surface doesn't check temp file
1556         creation for success
1557
1558         Patch by Marek Kasik:
1559
1560         * gtk/gtkprintoperation-unix.c
1561         (_gtk_print_operation_platform_backend_create_preview_surface): 
1562         Handle failure to create temp file by returning NULL.
1563
1564         * gtk/gtkprintoperation.c (gtk_print_operation_preview_handler):
1565         Return FALSE if surface creation fails.
1566
1567         (print_pages): If the preiew signal is not handled, show an
1568         error dialog.
1569
1570 2008-07-01  Michael Natterer  <mitch@imendio.com>
1571
1572         Bug 442042 – GtkScaleButton is too limited
1573
1574         * gtk/gtkscalebutton.[ch]: turn "orientation" into a normal
1575         property that can be changed at any time after widget
1576         creation. Add public API for it.
1577
1578         * gtk/gtk.symbols: add gtk_scale_button_get/set_orientation.
1579
1580 2008-06-30  Michael Natterer  <mitch@imendio.com>
1581
1582         Some unrelated cleanups found while reviewing
1583         the offscreen window patch:
1584
1585         * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection
1586         functions, fix some function header indentation, update
1587         documentation of redirect_to_drawable().
1588
1589         * gdk/x11/gdkwindow-x11.c
1590         * gdk/x11/gdkpixmap-x11.c: fix function header
1591         formatting/indentation.
1592
1593         * gtk/gtkwidget.c: use I_() on "damage_event".
1594
1595 2008-06-30  Michael Natterer  <mitch@imendio.com>
1596
1597         * gdk/gdkinternals.h: remove duplicate declaration of
1598         _gdk_window_new().
1599
1600 2008-06-30  Michael Natterer  <mitch@imendio.com>
1601
1602         * gdk/Makefile.am: reorder source lists alphabetically.
1603
1604 2008-06-30  Matthias Clasen  <mclasen@redhat.com>
1605
1606         Bug 540310 – Avoid unnecessary repaints when resizing GtkWindow
1607
1608         * gtk/gtkwindow.c: Avoid unnecessary redraws when resizing.
1609         Patch by Owen Taylor
1610
1611 2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
1612
1613         Bug 530255 – GtkAboutDialog cuts off comments label
1614         Followup patch from  Jan Arne Petersen
1615
1616         * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
1617
1618 2008-06-28  Michael Natterer  <mitch@imendio.com>
1619
1620         * gtk/gtkselection.h: properly indent the newly added
1621         GtkSelectionData accessors. Some newlines can't hurt either.
1622
1623 2008-06-27  Mikael Hallendal  <micke@imendio.com>
1624
1625         * gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.
1626
1627 2008-06-27  Mikael Hallendal  <micke@imendio.com>
1628
1629         * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end):
1630         Factored out gtk_box_pack from gtk_box_pack_start and use it from both
1631         pack_start and pack_end in order to reduce the code duplication.
1632
1633 2008-06-27  Michael Natterer  <mitch@imendio.com>
1634
1635         Bug 442042 – GtkScaleButton is too limited
1636
1637         * gtk/gtkscalebutton.c (gtk_scale_button_init): set the name
1638         "gtk-scalebutton-popup-window" on the popup window so it is
1639         properly themeable.
1640
1641 2008-06-27  Kristian Rietveld  <kris@imendio.com>
1642
1643         * gdk/quartz/gdkgeometry-quartz.c:
1644         * gdk/quartz/gdkwindow-quartz.c:
1645         * gdk/quartz/gdkprivate-quartz.h: adapt to use GdkWindowImpl
1646         interface.
1647
1648 2008-06-27  Carlos Garnacho  <carlos@imendio.com>
1649
1650         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Fix two potential
1651         critical warnings. Bug #539470.
1652
1653 2008-06-27  Emmanuele Bassi  <ebassi@gnome.org>
1654
1655         Abstract some GdkWindow API into an interface that the backends
1656         must implement. (based on a patch by Alex Larsson)
1657
1658         * gdk/Makefile.am: Add gdkwindowimpl.[ch]
1659
1660         * gdk/gdk.symbols: Move symbols around.
1661
1662         * gdk/gdkinternals.h:
1663         * gdk/gdkwindowimpl.[ch]: Move some of the GdkWindow API we require
1664         from the backends to a GInterface that the backends should implement
1665         instead.
1666
1667         * gdk/gdkwindow.c: Provide some of the GdkWindow public API as a
1668         wrapper call around the GdkWindowImpl interface vtable.
1669
1670         * gdk/x11/gdkevents-x11.c:
1671         * gdk/x11/gdkgeometry-x11.c:
1672         * gdk/x11/gdkprivate-x11.h:
1673         * gdk/x11/gdkwindow-x11.c:
1674         * gdk/x11/gdkwindow-x11.h: Update the X11 backend to implement
1675         the GdkWindowImpl interface.
1676
1677 2008-06-27  Martyn Russell  <martyn@imendio.com>
1678
1679         Bug 540318 - Invalid URL
1680         
1681         * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
1682         in the warning produced here.
1683
1684 2008-06-27  Michael Natterer  <mitch@imendio.com>
1685
1686         Bug 442042 – GtkScaleButton is too limited
1687
1688         * gtk/gtkscalebutton.c: add "orientation" property. Make sure the
1689         stuff that is part of the public API continues to be created in
1690         init() to stay compatible. Move creating of the popup scale to
1691         constructor(). Add an internal HScale class. Changed popup
1692         positioning for horizontal scales accordingly.
1693
1694 2008-06-26  Michael Natterer  <mitch@imendio.com>
1695
1696         * gtk/gtkscalebutton.c
1697         * gtk/gtkvolumebutton.c: remove redundant init() and class_init()
1698         prototypes, remove redundant includes, remove a little trailing
1699         whitespace.
1700
1701 2008-06-26  Richard Hult  <richard@imendio.com>
1702
1703         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
1704         * gtk/gtkquartz.c:
1705         (_gtk_quartz_get_selection_data_from_pasteboard),
1706         (_gtk_quartz_set_selection_data_for_pasteboard): Patch from
1707         Christian Dywan to clean up selection data setting.
1708
1709 2008-06-26  Richard Hult  <richard@imendio.com>
1710
1711         * gtk/gtkdnd-quartz.c (gtk_drag_begin_internal): Don't use
1712         deprecated function gtk_widget_ref, replace with g_object_ref.
1713
1714 2008-06-26  Michael Natterer  <mitch@imendio.com>
1715
1716         * gtk/gtkfilesystem.c: #include "config.h"
1717
1718 2008-06-26  Carlos Garnacho  <carlos@imendio.com>
1719
1720         * gtk/gtkfilechooserdefault.c
1721         (gtk_file_chooser_default_get_current_folder): current_folder can be
1722         NULL here, do not try to reference it (Bug #540235)
1723         (gtk_file_chooser_default_get_files): Deal better with
1724         gtk_file_chooser_default_get_current_folder() being able to return
1725         NULL.
1726
1727 2008-06-26  Michael Natterer  <mitch@imendio.com>
1728
1729         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems):
1730         allocate the GtkTextUtilCallbackInfo structs with GSlice.
1731
1732 2008-06-25  Michael Natterer  <mitch@imendio.com>
1733
1734         * gtk/gtktypeutils.h: there is no reason to include
1735         <gtk/gtktypebuiltins.h> in the middle of the file, move it to top,
1736         replacing the <glib-object.h> include. Also move the remaining few
1737         non-deprecated things to the top and move some deprecated things
1738         around to clean up the mess with too many deprecated sections even
1739         more.
1740
1741 2008-06-24  Michael Natterer  <mitch@imendio.com>
1742
1743         * gtk/gtktypeutils.h: deprecate gtk_type_init() unconditionally
1744         (also for GTK_COMPILATION). Move some deprecated typedefs around
1745         to reduce the mess with zillions of deprecated sections.
1746
1747         * gtk/gtkmain.c (do_post_parse_initialization): replace the call
1748         to gtk_type_init() by g_type_init() and gtk_object_get_type() even
1749         though the latter is probably completely pointless.
1750
1751 2008-06-24  Michael Natterer  <mitch@imendio.com>
1752
1753         * gtk/gtkdialog.c (gtk_dialog_init): also revert change in how
1754         the dialog's vbox was added (bug #539732).
1755
1756 2008-06-24  Carlos Garnacho  <carlos@imendio.com>
1757
1758         * gtk/gtkdialog.[ch]: Remove container implementation, which isn't
1759         thought for handling non-direct children. Fixes #539732.
1760         (gtk_dialog_pack_start) (gtk_dialog_pack_end): Removed as well, it
1761         doesn't provide enough control to API users (removing, reordering...),
1762         this is better handled through:
1763         (gtk_dialog_get_content_area): New function which just returns
1764         dialog->vbox.
1765         * gtk/gtk.symbols: Modify accordingly.
1766         * docs/reference/gtk/tmpl/gtkdialog.sgml: Update docs to recommend
1767         using gtk_dialog_get_[action|content]_area() instead of accessing
1768         dialog struct members directly.
1769
1770 2008-06-24  Michael Natterer  <mitch@imendio.com>
1771
1772         * gtk/gtkassistant.h
1773         * gtk/gtkcellrenderer.h
1774         * gtk/gtkfilechooserentry.h
1775         * gtk/gtkprivate.h
1776         * gtk/gtktooltip.h
1777         * gtk/gtktreeview.h
1778         * gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h
1779         if there is any other widget included, they all have to include
1780         their respective parent classes (the is-a relation works for
1781         includes too).
1782
1783 2008-06-24  Michael Natterer  <mitch@imendio.com>
1784
1785         * gtk/gtktextutil.h: remove includes from this internal header.
1786
1787         * gtk/gtktextutil.c: include gtktextbuffer.h before gtktextutil.h.
1788
1789 2008-06-23  Michael Natterer  <mitch@imendio.com>
1790
1791         * gtk/gtkinvisible.h: formatting.
1792
1793 2008-06-23  Michael Natterer  <mitch@imendio.com>
1794
1795         * gtk/gtkaction.h
1796         * gtk/gtkbuildable.h
1797         * gtk/gtkbuilderprivate.h
1798         * gtk/gtkcelllayout.h
1799         * gtk/gtkentrycompletion.h
1800         * gtk/gtkfilechoosersettings.h
1801         * gtk/gtkfilesystem.h
1802         * gtk/gtkfilesystemmodel.h
1803         * gtk/gtkicontheme.h
1804         * gtk/gtklinkbutton.h
1805         * gtk/gtkpagesetup.h
1806         * gtk/gtkpapersize.h
1807         * gtk/gtkprintcontext.h
1808         * gtk/gtkprintoperation.h
1809         * gtk/gtkprintoperationpreview.h
1810         * gtk/gtkprintsettings.h
1811         * gtk/gtkrecentchooserprivate.h
1812         * gtk/gtkrecentmanager.h
1813         * gtk/gtksearchengine.h
1814         * gtk/gtktexttag.h
1815         * gtk/gtktreeselection.h
1816         * gtk/gtktreeviewcolumn.h
1817         * gtk/gtkuimanager.h: remove redundant inclusion of <glib.h> and
1818         <glib-object.h>. There is no point in relying on them being pulled
1819         in by other headers in some places and placing them explicitly in
1820         other places, so choose the "as little includes as possible"
1821         approach and get rid of them.
1822
1823 2008-06-23  Kristian Rietveld  <kris@imendio.com>
1824
1825         * gdk/gdkenumtypes.h.template:
1826         * gdk-pixbuf/gdk-pixbuf-enum-types.h.template:
1827         * gtk/gtktypebuiltins.h.template:
1828         * perf/typebuiltins.h.template: do not hard code the prefix of the
1829         enum, use @ENUMPREFIX@ instead (you need an up to date glib for this).
1830
1831 2008-06-23  Michael Natterer  <mitch@imendio.com>
1832
1833         * gtk/gtkmountoperation.h
1834         * gtk/gtktestutils.h
1835         * gtk/gtkshow.[ch]: remove as many includes as possible from these
1836         new files. They can't be included individually, so nothing can break.
1837
1838 2008-06-22  Michael Natterer  <mitch@imendio.com>
1839
1840         * gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when
1841         registering the "modifier-mask" property.
1842
1843 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
1844
1845     * *.[ch]: Include "config.h" instead of <config.h>
1846         Command used:
1847         find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
1848         Rubberstamped by Mitch and Tim
1849
1850 2008-06-21  Carlos Garnacho  <carlos@imendio.com>
1851
1852         Bug 539466 – GtkMenuShell API/ABI break in trunk.
1853
1854         * gtk/gtkmenushell.h: Fix API/ABI break, two guint fields had
1855         different name and packing width.
1856
1857 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
1858
1859         * gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid
1860         a compiler warning.
1861
1862 2008-06-21  Michael Natterer  <mitch@imendio.com>
1863
1864         * gdk/gdkapplaunchcontext.h: remove redundant include, fix
1865         indentation, replace header by a GDK copyright header (don't say
1866         "The Gnome Library"), remove trailing whitespace.
1867
1868 2008-06-21  Hans Breuer  <hans@breuer.org>
1869
1870         * gtk/gtkprintoperation-win32.c(1713) : fix 'function' : incompatible 
1871         types - from 'struct _cairo *' to 'struct _cairo_surface *' by
1872         passing the surface to cairo_surface_show_page(), not the context
1873         * gtk/gtkprintoperation-win32.c(866) : get rid of warning C4018: 
1874         '<' : signed/unsigned mismatch by using guint for the loop
1875
1876         * gtk/gtkmenu.c(gtk_menu_get_property) : property 'menu::active' is 
1877         an uint, gtk_menu_get_active() returns the widget pointer. Convert
1878         the latter to the former by calculating the index in menu::children
1879         Also fix some occurences of g_return_if_fail() where 
1880         g_return_val_if_fail() was meant
1881
1882 2008-06-21  Björn Lindqvist  <bjourne@gmail.com>
1883
1884         Bug 539363 – Segfault when creating GtkPlugs
1885
1886         * gtk/gtkplug.c (gtk_plug_class_init): Spaces not allowed in
1887         property names. "socket window" => "socket-window"
1888
1889 2008-06-20  Jody Goldberg <jody@gnome.org>
1890
1891         * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) : 
1892           Fix life cycle to avoid crash. [#536966]
1893
1894 2008-06-20  Hans Breuer  <hans@breuer.org>
1895
1896         * gtk/gtkmenuitem.c gtk/gtkmessagedialog.c gtk/gtkplug.c : must return
1897         a value of the appropriate type with g_return_val_if_fail
1898         
1899         * gdk/gdkconfig.h.win32 : add the GSEAL definition here as well
1900
1901         * gtk/gtkfilesystem.c : don't add the "File System" on win32
1902
1903         * tests/makefile.msc : remove broken autotestfile(system|chooser) 
1904         from build
1905
1906 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1907
1908         * gtk/gtkbutton.c: Document a style property
1909
1910         * gtk/gtkeditable.c: Document and use - instead of _ in signal names.
1911
1912         * gtk/gtkbutton.c:
1913         * gtk/gtkcolorsel.c:
1914         * gtk/gtkentry.c:
1915         * gtk/gtkitemfactory.c:
1916         * gtk/gtknotebook.c:
1917         Fix up deprecated markup syntax. Add version numbers and
1918         a message on the remaning ones.
1919
1920 2008-06-20  Mikael Hallendal  <micke@imendio.com>
1921
1922         * tests/testthreads.c: Use g_signal_connect instead of
1923         gtk_signal_connect.
1924
1925         * demos/testgtk/main.c: switched to use GSignal instead of GtkSignal.
1926         While the code is not built, people may still look at it.
1927
1928 2008-06-20  Kjartan Maraas  <kmaraas@gnome.org>
1929
1930         reviewed by: <Carlos Garnacho <garnacho@gnome.org>
1931
1932         * gtk/gtkbuilder.h:
1933         * gtk/gtkliststore.h:
1934         * gtk/gtkobject.h:
1935         * gtk/gtktextchild.h:
1936         * gtk/gtktreemodelfilter.h:
1937         * gtk/gtktreemodelsort.h:
1938         * gtk/gtktreestore.h:
1939         #include <gdkconfig.h> not <gdk/gdkconfig.h>
1940
1941 2008-06-20  Martyn Russell  <martyn@imendio.com>
1942
1943         * gtk/gtkaccelgroup.c: Fix warnings from calling
1944         g_object_notify() on a GtkAccelGroup without casting to a
1945         GObject.
1946
1947 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1948
1949         * gtk/gtkcolorsel.c: Modernize and order things as most
1950         other objects. Defines at the top, class init before init
1951         before gobject methods before object method before widget
1952         methods. No changes to the logic done.
1953
1954 2008-06-20  Martyn Russell  <martyn@imendio.com>
1955
1956         * gtk/gtkaccelgroup.c: Don't call g_object_notify() with
1957         properties that don't exist. Also, make sure we notify for
1958         the "is-locked" property.
1959
1960 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1961
1962         * gtk/gtklayout.c (enum): Remove left-over unused property enum.
1963
1964 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1965
1966         * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.
1967
1968         * gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes
1969
1970         * gtk/gtkwidget.c (gtk_widget_get_allocation): Initialize the
1971         allocation to avoid compiler warnings
1972
1973 2008-06-20  Michael Natterer  <mitch@imendio.com>
1974
1975         * gtk/gtkaccellabel.h
1976         * gtk/gtkactiongroup.h
1977         * gtk/gtkalignment.h
1978         * gtk/gtkarrow.h
1979         * gtk/gtkaspectframe.h
1980         * gtk/gtkbin.h
1981         * gtk/gtkhandlebox.h
1982         * gtk/gtkprogressbar.h
1983         * gtk/gtkrange.h
1984         * gtk/gtkscale.h
1985         * gtk/gtkscalebutton.h
1986         * gtk/gtkselection.h: fix some formatting and spacing uglyness
1987         that got merged from the GSEAL branch.
1988
1989 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1990
1991         * gtk/gtk.symbols:
1992         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_image):
1993         * gtk/gtkmessagedialog.h:
1994         Add missing accessor for sealed field GtkMessageDialog->image.
1995
1996 2008-06-20  Michael Natterer  <mitch@imendio.com>
1997
1998         * gtk/gtkprinter.h: the GSEAL branch added two includes for no
1999         reason.
2000
2001 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
2002
2003         * gtk/gtkaccelgroup.c:
2004         * gtk/gtkcolorseldialog.c:
2005         * gtk/gtkcontainer.c:
2006         * gtk/gtkdialog.c:
2007         * gtk/gtkentry.c (gtk_entry_class_init):
2008         * gtk/gtkfontsel.c:
2009         * gtk/gtkhandlebox.c:
2010         * gtk/gtklayout.c:
2011         * gtk/gtkmenu.c (gtk_menu_class_init):
2012         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
2013         * gtk/gtkplug.c (gtk_plug_class_init):
2014         * gtk/gtkselection.c:
2015         * gtk/gtksocket.c:
2016         * gtk/gtktreeselection.c:
2017         * gtk/gtkwidget.c (gtk_widget_class_init):
2018         * gtk/gtkwindow.c:
2019         Add missing Since: gtk-doc markup for newly added GSEAL API.
2020         Change all Since: GSEAL-branch to Since: 2.14.
2021
2022 2008-06-20  Michael Natterer  <mitch@imendio.com>
2023
2024         * gtk/gtkaccelgroup.[ch]: fix some formatting and whitespace in
2025         the code merged from the GSEAL branch.
2026
2027 2008-06-20  Michael Natterer  <mitch@imendio.com>
2028
2029         * gtk/gtkdialog.[ch] (gtk_dialog_get_action_area): change return
2030         value from GtkHButtonBox to GtkWidget.
2031
2032 2008-06-20  Michael Natterer  <mitch@imendio.com>
2033
2034         * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
2035         of sealed fields.
2036
2037 2008-06-20  Michael Natterer  <mitch@imendio.com>
2038
2039         * gtk/gtkwindow.[ch]
2040         * gtk/gtk.symbols: rename gtk_window_group_get_windows() to
2041         gtk_window_group_list_windows().
2042
2043 2008-06-20 12:35:20 +0200 Tim Janik
2044
2045         * Fixed wrongly resolved merge conflicts.
2046
2047 2008-06-19 19:01:41 +0200 Carlos Garnacho
2048
2049         Add gtk_window_group_get_windows().
2050
2051         * gtk/gtk.symbols:
2052         * gtk/gtkwindow.[ch] (gtk_window_group_get_windows): New function.
2053
2054 2008-06-19 18:39:47 +0200 Carlos Garnacho
2055
2056         Document gtk_dialog_get_action_area(), gtk_dialog_pack_start() and gtk_dialog_pack_end()
2057
2058         * gtk/gtkdialog.c: Add missing documentation for new fucntions.
2059
2060 2008-06-19 18:38:35 +0200 Carlos Garnacho
2061
2062         Document gtk_container_get_focus_child().
2063
2064         * gtk/gtkcontainer.c: Add documentation for gtk_container_get_focus_child().
2065
2066 2008-06-19 13:50:06 +0200 Christian Dywan
2067
2068         Add gtk_plug_get_socket_window
2069
2070 2008-06-19 13:11:52 +0200 Christian Dywan
2071
2072         Remove superflous gtkselection accessors and merge _get_data
2073
2074 2008-06-13 15:56:51 +0200 Christian Dywan
2075
2076         Implement gtk_selection_get_display, style fixes
2077
2078 2008-06-13 15:45:00 +0200 Christian Dywan
2079
2080         Fix indentation of a comment.
2081
2082 2008-06-13 15:10:08 +0200 Christian Dywan
2083
2084         Change docs and signature of gtk_widget_get_allocation
2085
2086 2008-06-13 14:22:17 +0200 Christian Dywan
2087
2088         Remove unneeded GtkColorSelectionDialog accessors
2089
2090 2008-06-13 12:57:54 +0200 Christian Dywan
2091
2092         Fix documentaion of gtk_menu_item_get_accel_path
2093
2094 2008-06-11 13:49:34 +0200 Christian Dywan
2095
2096         Fix gtk_widget_get_allocation
2097
2098 2008-06-07 15:37:18 +0200 Carlos Garnacho
2099
2100         Switch to "guint GSEAL (foo) : width;" when packing fields in guints.
2101
2102         * gtk/gtkbox.h:
2103         * gtk/gtkbutton.h:
2104         * gtk/gtkcellrenderer.h:
2105         * gtk/gtkcellrenderertext.h:
2106         * gtk/gtkcheckmenuitem.h:
2107         * gtk/gtkcontainer.h:
2108         * gtk/gtkentry.h:
2109         * gtk/gtkhandlebox.h:
2110         * gtk/gtkimcontextsimple.h:
2111         * gtk/gtklabel.h:
2112         * gtk/gtkliststore.h:
2113         * gtk/gtkmenu.h:
2114         * gtk/gtkmenuitem.h:
2115         * gtk/gtkmenushell.h:
2116         * gtk/gtknotebook.h:
2117         * gtk/gtkpaned.h:
2118         * gtk/gtkplug.h:
2119         * gtk/gtkprintjob.h:
2120         * gtk/gtkprogressbar.h:
2121         * gtk/gtkrange.h:
2122         * gtk/gtkscale.h:
2123         * gtk/gtkscrolledwindow.h:
2124         * gtk/gtksizegroup.h:
2125         * gtk/gtksocket.h:
2126         * gtk/gtkspinbutton.h:
2127         * gtk/gtkstatusbar.h:
2128         * gtk/gtktable.h:
2129         * gtk/gtktearoffmenuitem.h:
2130         * gtk/gtktextbuffer.h:
2131         * gtk/gtktextview.h:
2132         * gtk/gtktogglebutton.h:
2133         * gtk/gtktoolbar.h:
2134         * gtk/gtktreestore.h:
2135         * gtk/gtktreeviewcolumn.h:
2136         * gtk/gtkwindow.h: Do not specify width inside GSEAL() when packing fields in guints.
2137
2138 2008-06-06 19:02:17 +0200 Christian Dywan
2139
2140         Seal GtkWidget
2141
2142 2008-06-06 17:58:21 +0200 Christian Dywan
2143
2144         Seal GtkSelectionData
2145
2146 2008-06-06 17:57:23 +0200 Christian Dywan
2147
2148         Fix GtkDialog, don't add vbox via gtk_container_add.
2149
2150 2008-06-06 13:39:34 +0200 Kristian Rietveld
2151
2152         Make GtkCellRenderer::editing read-only.  (Catched by Matthias)
2153
2154 2008-06-03 09:11:50 +0200 Kristian Rietveld
2155
2156         Seal GtkTextView.
2157
2158 2008-05-30 16:48:12 +0100 Martyn Russell
2159
2160         Seal GtkFontSelection & GtkFontSelectionDialog
2161
2162 2008-05-29 10:35:29 +0200 Kristian Rietveld
2163
2164         Seal GtkTearoffMenuItem.
2165
2166         (the torn_off field is for internal state keeping, you can retrieve
2167         the value from the parent menu's tearoff_state).
2168
2169 2008-05-27 18:34:12 +0200 Christian Dywan
2170
2171         Seal GtkObject
2172
2173 2008-05-27 18:17:44 +0200 Christian Dywan
2174
2175         Seal GtkRange
2176
2177 2008-05-27 15:10:02 +0200 Christian Dywan
2178
2179         Seal GtkPlug
2180
2181 2008-05-27 14:17:45 +0200 Christian Dywan
2182
2183         Seal GtkMenuItem
2184
2185 2008-05-27 14:04:31 +0200 Christian Dywan
2186
2187         Seal GtkMenuShell
2188
2189 2008-05-27 12:40:08 +0200 Christian Dywan
2190
2191         Seal GtkInputDialog
2192
2193 2008-05-27 12:39:49 +0200 Christian Dywan
2194
2195         Seal GtkIMMultiContext
2196
2197 2008-05-27 12:39:17 +0200 Christian Dywan
2198
2199         Seal GtkIMContextSimple
2200
2201 2008-05-27 12:14:53 +0200 Christian Dywan
2202
2203         Seal GtkImage
2204
2205 2008-05-27 11:14:21 +0200 Christian Dywan
2206
2207         Seal GtkSocket
2208
2209 2008-05-27 10:54:20 +0200 Christian Dywan
2210
2211         Fix the build by including gdkconfig.h in gtkprinter.h.
2212
2213 2008-05-27 10:38:02 +0200 Christian Dywan
2214
2215         Seal GtkGammaCurve
2216
2217 2008-05-27 10:20:56 +0200 Christian Dywan
2218
2219         Seal GtkHandleBox
2220
2221 2008-05-26 17:58:19 +0200 Kristian Rietveld
2222
2223         Seal GtkInvisible.
2224
2225 2008-05-26 17:54:56 +0200 Kristian Rietveld
2226
2227         Seal GtkPrintJob.
2228
2229 2008-05-26 17:48:23 +0200 Kristian Rietveld
2230
2231         Seal GtkTextBuffer.
2232
2233 2008-05-26 17:39:38 +0200 Kristian Rietveld
2234
2235         Seal GtkSpinButton.
2236
2237 2008-05-26 17:31:06 +0200 Kristian Rietveld
2238
2239         Seal GtkTable.
2240
2241 2008-05-26 17:27:22 +0200 Kristian Rietveld
2242
2243         Seal GtkRuler.
2244
2245 2008-05-26 17:07:43 +0200 Kristian Rietveld
2246
2247         Seal GtkStatusBar.
2248
2249 2008-05-26 17:07:37 +0200 Kristian Rietveld
2250
2251         Seal GtkTextMark.
2252
2253 2008-05-26 16:39:27 +0200 Kristian Rietveld
2254
2255         Seal GtkTextTagTable.
2256
2257 2008-05-26 16:34:13 +0200 Kristian Rietveld
2258
2259         Seal GtkViewPort.
2260
2261 2008-05-26 17:08:19 +0200 Christian Dywan
2262
2263         Seal GtkSettings.h
2264
2265 2008-05-26 16:40:05 +0200 Christian Dywan
2266
2267         Seal GtkMenu
2268
2269 2008-05-26 16:37:54 +0200 Christian Dywan
2270
2271         Seal GtkLayout
2272
2273 2008-05-26 14:09:32 +0200 Kristian Rietveld
2274
2275         Seal priv pointer in GtkToggleToolButton.
2276
2277 2008-05-26 14:04:51 +0200 Kristian Rietveld
2278
2279         Seal priv pointer in GtkUIManager.
2280
2281 2008-05-26 14:01:32 +0200 Kristian Rietveld
2282
2283         Seal priv pointer in GtkToolItem.
2284
2285 2008-05-26 14:01:12 +0200 Kristian Rietveld
2286
2287         Seal priv pointer in GtkToolButton.
2288
2289 2008-05-26 14:00:24 +0200 Kristian Rietveld
2290
2291         Seal priv pointer in GtkToggleAction.
2292
2293 2008-05-26 13:58:01 +0200 Kristian Rietveld
2294
2295         Seal priv pointer in GtkStatusIcon.
2296
2297 2008-05-26 13:57:33 +0200 Kristian Rietveld
2298
2299         Seal priv pointer in GtkSeparatorToolItem.
2300
2301 2008-05-26 13:56:33 +0200 Kristian Rietveld
2302
2303         Seal priv pointer in GtkScaleButton.
2304
2305 2008-05-26 13:55:57 +0200 Kristian Rietveld
2306
2307         Seal priv pointer in GtkRecentManager.
2308
2309 2008-05-26 13:55:25 +0200 Kristian Rietveld
2310
2311         Seal priv pointer in GtkRecentChooserWidget.
2312
2313 2008-05-26 13:54:39 +0200 Kristian Rietveld
2314
2315         Seal priv pointer in GtkRecentChooserMenu.
2316
2317 2008-05-26 13:54:15 +0200 Kristian Rietveld
2318
2319         Seal priv pointer in GtkRecentChooserDialog.
2320
2321 2008-05-26 13:52:40 +0200 Kristian Rietveld
2322
2323         Seal priv pointer in GtkRecentAction.
2324
2325 2008-05-26 13:51:47 +0200 Kristian Rietveld
2326
2327         Seal priv pointer in GtkRadioAction.
2328
2329 2008-05-26 13:50:49 +0200 Kristian Rietveld
2330
2331         Seal priv pointer in GtkPrintUnixDialog.
2332
2333 2008-05-26 13:50:08 +0200 Kristian Rietveld
2334
2335         Seal priv pointer in GtkPrintOperation.
2336
2337 2008-05-26 13:49:41 +0200 Kristian Rietveld
2338
2339         Seal priv pointer in GtkPrinter.
2340
2341 2008-05-26 13:48:49 +0200 Kristian Rietveld
2342
2343         Seal priv pointer in  GtkPageSetupUnixDialog.
2344
2345 2008-05-26 13:47:39 +0200 Kristian Rietveld
2346
2347         Seal priv pointer in GtkMenuToolButton.
2348
2349 2008-05-26 13:47:29 +0200 Kristian Rietveld
2350
2351         Add gdkconfig.h include to GtkBuilder for GSEAL macro.
2352
2353 2008-05-26 13:23:45 +0200 Kristian Rietveld
2354
2355         Seal priv pointer in GtkLinkButton.
2356
2357 2008-05-26 13:22:25 +0200 Kristian Rietveld
2358
2359         Seal priv pointer in GtkIconView.
2360
2361 2008-05-26 13:22:04 +0200 Kristian Rietveld
2362
2363         Seal priv pointer in GtkIconTheme.
2364
2365 2008-05-26 13:13:49 +0200 Kristian Rietveld
2366
2367         Seal child_allocation field in GtkFrame.
2368
2369 2008-05-26 13:10:17 +0200 Kristian Rietveld
2370
2371         Sealed priv pointer in GtkFontButton.
2372
2373 2008-05-26 13:07:14 +0200 Kristian Rietveld
2374
2375         Seal priv pointer in GtkFileChooserButton.
2376
2377 2008-05-26 13:06:43 +0200 Kristian Rietveld
2378
2379         Seal priv pointer in GtkExpander.
2380
2381 2008-05-26 13:03:24 +0200 Kristian Rietveld
2382
2383         Sealed remaining (private) fields in GtkContainer.
2384
2385 2008-05-26 13:02:26 +0200 Kristian Rietveld
2386
2387         Seal priv pointer in GtkComboBoxEntry.
2388
2389 2008-05-26 13:01:40 +0200 Kristian Rietveld
2390
2391         Seal priv pointer in GtkComboBox.
2392
2393 2008-05-26 13:00:59 +0200 Kristian Rietveld
2394
2395         Seal private_data pointer in GtkColorSel.
2396
2397 2008-05-26 12:57:50 +0200 Kristian Rietveld
2398
2399         Seal 3 remaining fields in GtkButton.
2400
2401 2008-05-26 12:55:24 +0200 Kristian Rietveld
2402
2403         Seal priv pointer in GtkBuilder.
2404
2405 2008-05-26 12:52:44 +0200 Kristian Rietveld
2406
2407         Seal center_allocation field in GtkAspectFrame.
2408
2409 2008-05-26 12:48:18 +0200 Kristian Rietveld
2410
2411         Seal priv pointer in GtkAction.
2412
2413 2008-05-26 12:46:11 +0200 Kristian Rietveld
2414
2415         Seal priv pointer in GtkAboutDialog.
2416
2417 2008-05-26 12:41:46 +0200 Kristian Rietveld
2418
2419         Seal GtkSizeGroup.
2420
2421 2008-05-26 12:39:54 +0200 Kristian Rietveld
2422
2423         Seal GtkPaned.
2424
2425 2008-05-26 11:59:35 +0200 Kristian Rietveld
2426
2427         Set the Since: values in the API docs to GSEAL-branch for the newly added accessors/properties.
2428
2429 2008-05-26 11:52:20 +0200 Kristian Rietveld
2430
2431         Add new GtkColorSelectionDialog accessors to gtk.symbols.
2432
2433 2008-05-26 11:41:47 +0200 Kristian Rietveld
2434
2435         gtklabel.h: include bit-size of fields inside GSEAL parens.
2436
2437 2008-05-26 11:40:07 +0200 Kristian Rietveld
2438
2439         gtktoolbar.h: include bit-size of fields inside GSEAL parens.
2440
2441 2008-05-26 11:39:35 +0200 Kristian Rietveld
2442
2443         gtkentry.h: include bit-size of fields inside GSEAL parens.
2444
2445 2008-05-26 11:34:14 +0200 Kristian Rietveld
2446
2447         Add new accessors for GtkEntry to gtk.symbols.
2448
2449 2008-05-26 11:23:56 +0200 Kristian Rietveld
2450
2451         Also seal GtkWindowGroup in gtkwindow.h
2452
2453 2008-05-26 10:48:48 +0200 Kristian Rietveld
2454
2455         Fix the build by including gdkconfig.h in gtktextchild.h.
2456
2457 2008-05-23 18:48:56 +0200 Christian Dywan
2458
2459         Seal GtkLabel
2460
2461 2008-05-23 18:28:39 +0200 Christian Dywan
2462
2463         Seal GtkToolbar
2464
2465 2008-05-23 18:28:07 +0200 Christian Dywan
2466
2467         Seal GtkColorSelectionDialog
2468
2469 2008-05-23 18:03:44 +0200 Carlos Garnacho
2470
2471         Seal GtkTextChildAnchor.
2472
2473         * gtk/gtktextchild.h: Sealed private member.
2474
2475 2008-05-23 17:42:01 +0200 Carlos Garnacho
2476
2477         Seal GtkWindow.
2478
2479         * gtk/gtkwindow.h: Seal all fields.
2480
2481 2008-05-23 17:40:09 +0200 Carlos Garnacho
2482
2483         Add gtk_window_get_default()
2484
2485         * gtk/gtkwindow.[ch]: Add gtk_window_get_default().
2486         * gtk/gtk.symbols: same here.
2487
2488 2008-05-09 15:41:57 +0100 Martyn Russell
2489
2490         Seal GtkAccelGroup - fixed some issues with the initial attempt thanks to comments from Tim
2491
2492 2008-05-02 16:31:40 +0200 Martyn Russell
2493
2494         Seal GtkEntry
2495
2496 2008-05-02 16:30:09 +0200 Martyn Russell
2497
2498         Seal GtkContainer - fixed Carlos' missing gtk_container_get_focus_child() header declaration
2499
2500 2008-04-27 18:49:50 +0200 Kristian Rietveld
2501
2502         Seal GtkToggleButton.
2503
2504         * gtk/gtktogglebutton.h: Seal all member fields.
2505
2506 2008-04-27 18:41:46 +0200 Kristian Rietveld
2507
2508         Seal GtkTreeViewColumn.
2509
2510         * gtk/gtktreeviewcolumn.h: Seal all public member fields.  The button field is
2511         still troublesome.  We are probably going to need an accessor for this and
2512         deprecated it immediately in GTK+ 3.0.  Accessors for requested_width and
2513         resized_width can be useful, but I really consider them to be private and
2514         of not much use to applications.
2515
2516 2008-04-27 18:23:23 +0200 Kristian Rietveld
2517
2518         Seal GtkRadioMenuItem.
2519
2520         * gtk/gtkradiomenuitem.h: Seal member field.
2521
2522 2008-04-27 18:21:29 +0200 Kristian Rietveld
2523
2524         Seal GtkRadioButton.
2525
2526         * gtk/gtkradiobutton.h: seal member field.
2527
2528 2008-04-27 18:11:41 +0200 Kristian Rietveld
2529
2530         Seal GtkTreeSelection.
2531
2532         * gtk/gtktreeselection.h: Seal all member fields.
2533
2534 2008-04-27 18:09:46 +0200 Kristian Rietveld
2535
2536         Add gtk_tree_selection_get_select_function().
2537
2538         * gtk/gtktreeselection.[ch] (gtk_tree_selection_get_select_function): new
2539         function.
2540         * gtk/gtk.symbols: add new function.
2541
2542 2008-04-27 16:05:02 +0200 Kristian Rietveld
2543
2544         Seal GtkScrolledWindow.
2545
2546         * gtk/gtkscrolledwindow.h: Seal all object member fields.
2547
2548 2008-04-27 15:56:33 +0200 Kristian Rietveld
2549
2550         Seal GtkCellRenderer.
2551
2552         * gtk/gtkcellrenderer.h: seal all member fields.  All member fields are
2553         already accessible via GObject properties.
2554
2555 2008-04-27 15:56:01 +0200 Kristian Rietveld
2556
2557         Add "editing" GObject property to GtkCellRenderer.
2558
2559         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init),
2560         (gtk_cell_renderer_get_property),
2561         (gtk_cell_renderer_set_property): add the property and hook
2562         it up.
2563
2564 2008-04-27 15:42:08 +0200 Kristian Rietveld
2565
2566         Seal GtkCellRendererText.
2567
2568         * gtk/gtkcellrenderertext.h: seal all member fields (all of them were already
2569         marked as private).
2570
2571 2008-04-27 15:40:47 +0200 Kristian Rietveld
2572
2573         Seal GtkCellRendererCombo.
2574
2575         * gtk/gtkcellrenderercombo.h: seal all member fields.  The members fields
2576         that were not marked as private are already accessible via GObject properties.
2577
2578 2008-04-27 15:39:41 +0200 Kristian Rietveld
2579
2580         Seal GtkCellRendererAccel.
2581
2582         * gtk/gtkcellrendereraccel.h: seal all member fields that were already
2583         marked as private.
2584
2585 2008-04-18 16:55:44 +0200 Kristian Rietveld
2586
2587         Seal GtkTreeView
2588
2589         * gtk/gtktreeview.h: seal private pointer.
2590
2591 2008-04-18 16:52:54 +0200 Kristian Rietveld
2592
2593         Seal GtkTreeModelFilter
2594
2595         * gtk/gtktreemodelfilter.h: include gdkconfig.h for GSEAL, seal private
2596         pointer.
2597
2598 2008-04-18 16:50:55 +0200 Kristian Rietveld
2599
2600         Seal GtkTreeModelSort
2601
2602         * gtk/gtktreemodelsort.h: include gdkconfig.h to get GSEAL defined, seal
2603         all public member fields.
2604
2605 2008-04-18 16:42:28 +0200 Kristian Rietveld
2606
2607         Seal GtkTreeStore
2608
2609         * gtk/gtktreestore.h: include gdkconfig.h to get GSEAL defined, seal
2610         public member fields.
2611
2612 2008-04-18 16:37:43 +0200 Kristian Rietveld
2613
2614         Seal GtkListStore
2615
2616         * gtk/gtkliststore.h: include gdkconfig.h to get GSEAL defined; seal
2617         public member fields.
2618
2619 2008-04-18 18:26:31 +0200 Carlos Garnacho
2620
2621         * gtk/gtkcontainer.c (gtk_container_get_focus_child): add accessor.
2622
2623 2008-04-18 18:25:22 +0200 Carlos Garnacho
2624
2625         * gtk/gtkcontainer.h: seal members.
2626
2627 2008-04-11 17:28:54 +0200 Carlos Garnacho
2628
2629         * gtk/gtkmisc.h: seal members.
2630
2631 2008-04-11 17:28:05 +0200 Carlos Garnacho
2632
2633         *gtk/gtkfixed.h: seal members.
2634
2635 2008-04-11 16:04:23 +0200 Michael Natterer
2636
2637         * gtk/gtkcellrendererpixbuf.h: seal all members.
2638
2639 2008-04-11 16:01:19 +0200 Michael Natterer
2640
2641         * gtk/gtkcellrendererprogress.h: seal private member.
2642
2643 2008-04-11 15:43:22 +0200 Michael Natterer
2644
2645         * gtk/gtkcellrenderertoggle.h: seal all members.
2646
2647 2008-04-04 18:50:05 +0200 Carlos Garnacho
2648
2649         * gtk/gtkfilechooserwidget.h: Seal the private member.
2650
2651 2008-04-04 18:46:47 +0200 Carlos Garnacho
2652
2653         gtk/gtkfilechooserdialog.h: seal the private member.
2654
2655 2008-04-04 18:42:17 +0200 Carlos Garnacho
2656
2657         * gtk/gtkentrycompletion.h: Seal private member.
2658
2659 2008-04-04 18:36:35 +0200 Carlos Garnacho
2660
2661         * gtk/gtkcellview.h: Seal the private member.
2662
2663 2008-04-04 18:28:00 +0200 Carlos Garnacho
2664
2665         * gtk/gtkcolorbutton.h: seal private member.
2666
2667 2008-04-04 18:27:26 +0200 Carlos Garnacho
2668
2669         * gtk/gtkcheckmenuitem.h: seal public struct members.
2670
2671 2008-04-04 18:25:25 +0200 Carlos Garnacho
2672
2673         * gtk/gtkcalendar.h: seal public struct members.
2674
2675 2008-04-04 18:24:15 +0200 Carlos Garnacho
2676
2677         * gtk/gtkdialog.h: Also seal variables marked as private.
2678
2679 2008-04-04 17:35:48 +0200 Michael Natterer
2680
2681         * gtk/gtkimagemenuitem.h: seal private member.
2682
2683 2008-04-04 17:28:56 +0200 Michael Natterer
2684
2685         * gtk/gtkiconfactory.h: seal private member.
2686
2687 2008-03-28 16:56:53 +0000 Martyn Russell
2688
2689         Seal GtkActionGroup
2690
2691         * gtk/gtkactiongroup.[ch]: Use GSEAL macro on ->private_data public
2692           member and clean up .c file to reflect this.
2693
2694 2008-03-28 15:00:09 +0100 Sven Herzberg
2695
2696         Seal GtkAccelLabel
2697
2698         gtk/gtkaccellabel.h: deprecate direct field access to GtkAccelLabel fields
2699
2700 2008-03-28 16:38:00 +0100 Michael Natterer
2701
2702         * gtk/gtkdrawingarea.h: seal instance struct member.
2703
2704 2008-03-28 16:23:32 +0100 Christian Dywan
2705
2706         Seal GtkScaleButton public fields
2707
2708         * gtk/gtkscalebutton.h: Deprecate direct access through GSEAL().
2709
2710 2008-03-28 16:07:50 +0100 Christian Dywan
2711
2712         Seal GtkScale public fields
2713
2714         * gtk/gtkscale.h: Deprecate direct access through GSEAL().
2715
2716 2008-03-14 20:45:34 +0100 Christian Dywan
2717
2718         Seal GtkProgressBar public fields
2719
2720
2721 2008-03-14 20:32:12 +0100 Christian Dywan
2722
2723         Seal GtkFrame public vars
2724
2725 2008-03-14 18:57:35 +0100 Carlos Garnacho
2726
2727         Deprecate direct access to public variables in GtkButton.
2728
2729         * gtk/gtkbutton.h: Deprecate direct access through GSEAL().
2730
2731 2008-03-14 18:56:23 +0100 Carlos Garnacho
2732
2733         Deprecate direct access to public variables in GtkButtonBox.
2734
2735         * gtk/gtkbbox.h: Deprecate direct access through GSEAL().
2736
2737 2008-03-14 18:54:35 +0100 Carlos Garnacho
2738
2739         Deprecate direct access to public variables in GtkBox.
2740
2741         * gtk/gtkbox.h: Deprecate direct access through GSEAL().
2742
2743 2008-03-09 11:50:41 +0100 Carlos Garnacho
2744
2745         Seal GtkMessageDialog public vars
2746
2747 2008-03-09 11:38:00 +0100 Carlos Garnacho
2748
2749         Seal GtkDialog public vars
2750
2751 2008-03-09 11:32:05 +0100 Carlos Garnacho
2752
2753         Add accessors for GtkDialog public vars, also implement GtkContainer::add/remove
2754
2755 2008-03-09 11:31:46 +0100 Carlos Garnacho
2756
2757         Seal GtkAssistant public fields
2758
2759 2008-03-09 11:31:30 +0100 Carlos Garnacho
2760
2761         Seal GtkNotebook public fields
2762
2763 2008-03-07 20:29:47 +0100 Mikael Hallendal
2764
2765         Deprecate direct access to child in GtkBin.
2766
2767         * gtk/gtkbin.h: Deprecate direct access to child by GSEAL.
2768
2769 2008-03-07 18:25:59 +0000 Martyn Russell
2770
2771         Sealed GtkAccelGroup and added
2772
2773         * gtk/gtkaccelgroup.[ch]: Added GObject properties for lock_count,
2774           modifier_mask, acceleratables, n_accels and priv_accels. Added seal
2775           macro for public struct members which should be private.
2776
2777 2008-03-07 18:54:22 +0100 Mikael Hallendal
2778
2779         Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.
2780
2781         * gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL.
2782
2783 2008-03-07 18:48:29 +0100 Mikael Hallendal
2784
2785         Deprecate arrow_type and shadow_type direct access in GtkArrow.
2786
2787         * gtk/gtkarrow.h: Deprecate public object fields by GSEAL.
2788
2789 2008-03-07 18:35:12 +0100 Mikael Hallendal
2790
2791         Added GSEAL to GtkAlignment.
2792
2793         * gtk/gtkalignment.h: Seal the object data with GSEAL.
2794
2795 2008-03-07 15:24:27 +0100 Tim Janik
2796
2797         Introduce GSEAL() macro.
2798
2799         * configure.in: define GSEAL() when generating gdkconfig.h
2800
2801 2008-06-20  Michael Natterer  <mitch@imendio.com>
2802
2803         Bug 538395 – gtk_combo_box_append_text() on non-compliant model
2804         segfaults
2805
2806         * gtk/gtkcombobox.c (gtk_combo_box_append_text)
2807         (gtk_combo_box_insert_text)
2808         (gtk_combo_box_prepend_text)
2809         (gtk_combo_box_remove_text)
2810         (gtk_combo_box_real_get_active_text): apply patch from Christian
2811         Dywan which adds the needed g_return_if_fail() to prevent the
2812         crashes.
2813
2814 2008-06-20  Cody Russell  <cody@jhu.edu>
2815
2816         * gdk/directfb/gdkwindow-directfb.c:
2817
2818         Rename gdk_window_new -> _gdk_window_new and
2819         gdk_window_reparent -> _gdk_window_reparent to fix
2820         the build.  (#539095, Sebastien Bacher)
2821
2822 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2823
2824         * gtk/gtkmenuitem.c: remove an unused variable and cast
2825         accel_path to gchar, just like in gtkmenu.c
2826
2827 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
2828
2829         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Use GIO
2830         for this.
2831
2832 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2833
2834         * gtk/gtkprintbackend.c: Fix a typo in a comment
2835
2836         * gtk/gtkhsv.c (paint_ring, paint_triangle):
2837         Cast buf to unsigned char to avoid two compiler
2838         warnings.
2839
2840         * gtk/gtkclist.c:
2841         * gtk/gtkstyle.c (gtk_style_finalize):
2842         Do not ignore the return value of g_slist_remove.
2843         gtkstyle.c changes rubberstamped by Owen.
2844
2845 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2846
2847         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines),
2848         (gtk_tree_view_set_enable_tree_lines):
2849         gdk_gc_set_dashes expects a list of gint8, not guint8.
2850
2851 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2852
2853         * gtk/gtkmenu.c (gtk_menu_set_accel_path):
2854         Remove an unused variable and cast to gchar to avoid a compiler
2855         warning.
2856
2857 2008-06-19  Christian Persch  <chpe@gnome.org>
2858
2859         * docs/reference/gtk/gtk-sections.txt:
2860         * gtk/gtk.symbols:
2861         * gtk/gtkclipboard.c:
2862         * gtk/gtkclipboard.h: Add clipboard convenience functions  for URI 
2863         targets. Bug #537639.
2864
2865 2008-06-19  Christian Persch  <chpe@gnome.org>
2866
2867         * gtk/gtkfilechooserdefault.c: Use gtk_drag_*_add_*_targets instead of
2868         hardcoded target tables. Bug #516092.
2869
2870 2008-06-19  Christian Persch  <chpe@gnome.org>
2871
2872         * gdk-pixbuf/gdk-pixbuf-io.c:
2873         * gdk-pixbuf/gdk-pixdata.c:
2874         * gdk-pixbuf/io-ani.c:
2875         * gdk-pixbuf/io-bmp.c:
2876         * gdk-pixbuf/io-gdip-utils.c:
2877         * gdk-pixbuf/io-gif.c:
2878         * gdk-pixbuf/io-icns.c:
2879         * gdk-pixbuf/io-ico.c:
2880         * gdk-pixbuf/io-jasper.c:
2881         * gdk-pixbuf/io-jpeg.c:
2882         * gdk-pixbuf/io-pcx.c:
2883         * gdk-pixbuf/io-png.c:
2884         * gdk-pixbuf/io-pnm.c:
2885         * gdk-pixbuf/io-ras.c:
2886         * gdk-pixbuf/io-tga.c:
2887         * gdk-pixbuf/io-tiff.c:
2888         * gdk-pixbuf/io-wbmp.c:
2889         * gdk-pixbuf/io-xbm.c:
2890         * gdk-pixbuf/io-xpm.c:
2891         * gtk/gtkfilechooserdefault.c:
2892         * gtk/gtkfilesystemmodel.c:
2893         * gtk/gtkiconfactory.c:
2894         * gtk/gtkicontheme.c:
2895         * gtk/gtkmain.c:
2896         * gtk/gtkpagesetup.c:
2897         * gtk/gtkpapersize.c:
2898         * gtk/gtkprintoperation-win32.c:
2899         * gtk/gtktextbufferserialize.c:
2900         * tests/testfilechooser.c: Use g_set_error_literal where appropriate. Bug #538640.
2901
2902         * configure.in: Update glib requirement to 2.17.3.
2903
2904 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2905
2906         * demos/testpixbuf.c (new_testrgb_window):
2907         * gtk/gtkctree.c (gtk_ctree_new_with_titles):
2908         * gtk/gtkitemfactory.c (gtk_item_factory_construct),
2909         (gtk_item_factory_create_item):
2910         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state)
2911         * gtk/gtkprogressbar.c (gtk_progress_bar_new),
2912         (gtk_progress_bar_new_with_adjustment):
2913         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_new):
2914         * gtk/gtktext.c (gtk_text_new):
2915         * gtk/gtkviewport.c (gtk_viewport_new):
2916         * tests/simple.c (main):
2917         * tests/testgtk.c (create_statusbar), (create_get_image),
2918         (create_saved_position), (create_tooltips), (create_cursors),
2919         (create_display_screen), (create_progress_bar), (create_idle_test):
2920         * tests/testmultidisplay.c (make_selection_dialog), (main):
2921         * tests/testmultiscreen.c (main):
2922         * tests/testrgb.c (new_testrgb_window):
2923         Use g_object_new instead of gtk_widget_new
2924
2925 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2926
2927         * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.
2928
2929         * gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove
2930         an unused variable.
2931
2932         * gtk/gtkactiongroup.c: Use GdkModifierType instedd of guint,
2933         to avoid a gcc warning.
2934
2935 2008-06-18  Olle Bergkvist <olle.bergkvist@yahoo.se>
2936
2937         http://bugzilla.gnome.org/show_bug.cgi?id=538784 - Don't change
2938         the filename in the name entry in CREATE_FOLDER mode when changing
2939         folders, so that you can enter a new subfolder name, double-click on a
2940         folder to change to it, and close the dialog.
2941
2942         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2943         the filename in the entry in CREATE_FOLDER mode, either.
2944
2945 2008-06-18  Olle Bergkvist <olle.bergkvist@yahoo.se>
2946
2947         http://bugzilla.gnome.org/show_bug.cgi?id=419737#c59 - The file
2948         chooser clears the filename entry in SAVE/CREATE_FOLDER modes when
2949         it shouldn't.
2950
2951         * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
2952         clear the entry for CREATE_FOLDER either; this needs the same
2953         behavior as SAVE mode.
2954         (update_chooser_entry): Only clear the entry in OPEN/SELECT_FOLDER
2955         modes.
2956
2957 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
2958
2959         * gtk/gtkfilesystem.c (_gtk_file_system_volume_render_icon):
2960         * gtk/gtkfilechooserbutton.c (change_icon_theme):
2961         (model_add_bookmarks):
2962         (model_update_current_folder):
2963         * gtk/gtkfilechooserdefault.c (shortcuts_insert_file):
2964         (shortcuts_reload_icons): Use standard icon names.
2965
2966 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
2967
2968         * gtk/Makefile.am: Add some more aliases for standard
2969         icon names to the builtin icon theme: drive-harddisk,
2970         folder, folder-remote, text-x-generic.
2971
2972 2008-06-18  Michael Natterer  <mitch@imendio.com>
2973
2974         * gtk/gtkcalendar.c: set the maximum of the "year" property to
2975         G_MAXINT >> 8 instead of G_MAXINT to fix overflows in internal
2976         calculations which in turn caused writing beyond the boundaries of
2977         the calendar->day_month[] and day[] arrays which in turn caused a
2978         SEGV. This limits the lifetime of GTK+ to the year 8,388,608 ;)
2979
2980 2008-06-18  Michael Natterer  <mitch@imendio.com>
2981
2982         * tests/Makefile.am
2983         * tests/autotestfilechooser.c
2984         * tests/buildertest.c
2985         * tests/defaultvaluetest.c
2986         * tests/floatingtest.c
2987         * tests/objecttests.c
2988         * tests/pixbuf-init.c
2989         * tests/textbuffertest.c: remove unit tests here...
2990
2991         * gtk/tests/Makefile.am
2992         * gtk/tests/builder.c
2993         * gtk/tests/defaultvalue.c
2994         * gtk/tests/filechooser.c
2995         * gtk/tests/floating.c
2996         * gtk/tests/object.c
2997         * gtk/tests/pixbuf-init.c
2998         * gtk/tests/textbuffer.c: ...and add them here.
2999
3000 2008-06-18  Michael Natterer  <mitch@imendio.com>
3001
3002         * gdk/gdk.h: deprecate GdkDestroyNotify.
3003
3004         * gdk/gdkevents.c
3005         * gdk/gdktypes.h
3006         * gdk/x11/gdkevents-x11.c
3007         * gtk/gtkmain.c: s/GdkDestroyNotify/GDestroyNotify/g.
3008
3009 2008-06-18  Michael Natterer  <mitch@imendio.com>
3010
3011         * gtk/gtktypeutils.h: deprecate GtkDestroyNotify.
3012
3013         * gtk/gtkactiongroup.[ch]
3014         * gtk/gtkcombobox.[ch]
3015         * gtk/gtkcontainer.[ch]
3016         * gtk/gtkliststore.[ch]
3017         * gtk/gtkmain.[ch]
3018         * gtk/gtkmenu.c
3019         * gtk/gtkstock.[ch]
3020         * gtk/gtktreedatalist.[ch]
3021         * gtk/gtktreemodelfilter.[ch]
3022         * gtk/gtktreemodelsort.[ch]
3023         * gtk/gtktreeprivate.h
3024         * gtk/gtktreeselection.[ch]
3025         * gtk/gtktreesortable.[ch]
3026         * gtk/gtktreestore.[ch]
3027         * gtk/gtktreeview.[ch]
3028         * gtk/gtktreeviewcolumn.[ch]: s/GtkDestroyNotify/GDestroyNotify/g.
3029
3030 2008-06-18  Michael Natterer  <mitch@imendio.com>
3031
3032         * tests/testgtk.c: some more undeprecation.
3033
3034 2008-06-18  Michael Natterer  <mitch@imendio.com>
3035
3036         * gtk/gtktypeutils.h: deprecate GtkType, GtkSignalFunc and
3037         GTK_SIGNAL_FUNC().
3038
3039         (struct GtkArg): s/GtkType/GType/ and s/GtkSignalFunc/GCallback/
3040
3041 2008-06-18  Michael Natterer  <mitch@imendio.com>
3042
3043         * gtk/gtktypeutils.[ch]: deprecate gtk_type_class().
3044
3045         * gtk/gtk.symbols: changed accordingly.
3046
3047         * gtk/gtksettings.c (gtk_settings_install_property)
3048         (gtk_settings_install_property_parser): get rid of using
3049         gtk_type_class() by keeping a static reference to GtkSettingsClass
3050         around in both functions and passing that pointer on to
3051         settings_install_property_parser().
3052
3053         * tests/testgtk.c: use g_type_class_ref()/unref() instead of
3054         gtk_type_class().
3055
3056         * gtk/gtkobject.c: #undef GTK_DISABLE_DEPRECATED around including
3057         gtktypeutils.h.
3058
3059 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
3060
3061         * gtk/gtkstyle.c: Add deprecated version
3062         and change the deprecation markup used by ref/unref 
3063
3064 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
3065
3066         * gtk/gtkwidget.c: 
3067         Add deprecated versions and fixup markup.
3068
3069 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
3070
3071         * gtk/gtkaboutdialog.c:
3072         * gtk/gtkbutton.c (gtk_button_class_init):
3073         Don't markup deprecated in italics.
3074
3075 2008-06-18  Carlos Garnacho  <carlos@imendio.com>
3076
3077         * gtk/gtkfilesystem.[ch]: Remove GtkFileSystemError, use
3078         GtkFileChooserError instead. (#538378, patch by Matthias Clasen)
3079
3080 2008-06-17  Michael Natterer  <mitch@imendio.com>
3081
3082         * examples/gtkdial/gtkdial.[ch]: undeprecate.
3083
3084 2008-06-17  Michael Natterer  <mitch@imendio.com>
3085
3086         * gtk/gtkobject.c: remove bogus extern declaration of non-existing
3087         function gtk_object_init_type().
3088
3089 2008-06-17  Michael Natterer  <mitch@imendio.com>
3090
3091         * gtk/gtkbindings.c (gtk_binding_entry_add_signal):
3092         * gtk/gtktoolbutton.c (gtk_tool_button_get_type): 
3093         * examples/gtkdial/gtkdial.h (gtk_dial_get_type): 
3094         s/GtkType/GType/
3095
3096 2008-06-17  Tor Lillqvist  <tml@novell.com>
3097
3098         * gtk/gtknotebook.c: Need to do the GTK_DISABLE_DEPRECATED
3099         #undef/#define dance here, too, because
3100         gtk_notebook_set_group_id() is deprecated but used here before it
3101         is defined, and gcc complains about conflicting type from the
3102         implicit int declaration when it sees the actual void definition.
3103
3104         * modules/input/gtkimcontextime.h: Don't use the deprecated GTK_*
3105         GtkType macros.
3106
3107 2008-06-17  Michael Natterer  <mitch@imendio.com>
3108
3109         * gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED.
3110
3111         * gtk/gtkclist.c
3112         * gtk/gtkcombo.c
3113         * gtk/gtkctree.c
3114         * gtk/gtklist.c
3115         * gtk/gtklistitem.c
3116         * gtk/gtkoldeditable.c
3117         * gtk/gtkpixmap.c
3118         * gtk/gtktext.c
3119         * gtk/gtktipsquery.c
3120         * gtk/gtktree.c
3121         * gtk/gtktreeitem.c: whenever we #undef GTK_DISABLE_DEPRECATED and
3122         actually use deprecated symbols (not just types or macros),
3123         #define it again before #include "gtkalias.h" so the symbols match
3124         and the beast links.
3125
3126 2008-06-17  Paolo Borelli  <pborelli@katamail.com>
3127
3128         * gtk/tests/recentmanager.c: more tests for GtkRecentManager.
3129
3130 2008-06-17  Michael Natterer  <mitch@imendio.com>
3131
3132         * modules/input/gtkimcontextmultipress.h
3133         * modules/input/gtkimcontextthai.h
3134         * modules/input/gtkimcontextxim.h: use G_TYPE instead of GTK_CHECK
3135         type checking macros.
3136
3137 2008-06-17  Michael Natterer  <mitch@imendio.com>
3138
3139         * gtk/gtktypeutils.h: really move the GtkType typedef to an
3140         undeprecated section.
3141
3142 2008-06-17  Michael Natterer  <mitch@imendio.com>
3143
3144         * gtk/gtktypeutils.h: deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST,
3145         GTK_CHECK_GET_CLASS, GTK_CHECK_TYPE and GTK_CHECK_CLASS_TYPE.
3146         Move the GtkType typedef to an undeprecated section.
3147
3148 2008-06-17  Michael Natterer  <mitch@imendio.com>
3149
3150         * gtk/gtkprogress.h: use G_TYPE macros for type checking instead
3151         of GTK_CHECK ones because it's the parent class of an undeprecated
3152         class and the GTK_CHECK stuff will soon be deprecated.
3153
3154 2008-06-17  Michael Natterer  <mitch@imendio.com>
3155
3156         * gtk/gtkfilesel.c
3157         * gtk/gtkinputdialog.c
3158         * gtk/gtkmenutoolbutton.c
3159         * gtk/gtkoptionmenu.c
3160         * gtk/gtktoolitem.c
3161         * gtk/gtktooltips.c: add or move around
3162         #undef GTK_DISABLE_DEPRECATED so it's possible to build without
3163         deprecated stuff again (with the minor glitch that it doesn't
3164         link ;) but at least it's a tool to keep the code clean).
3165
3166 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
3167
3168         * gtk/gtkrecentmanager.c:
3169         (gtk_recent_manager_remove_item): Fix dumb typo in the previous
3170         commit.
3171
3172 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
3173
3174         * gtk/gtkrecentmanager.c:
3175         (gtk_recent_manager_remove_item),
3176         (gtk_recent_manager_move_item): Increase the consistency of the
3177         errors returned by GtkRecentManager. (Paolo Borelli)
3178
3179 2008-06-17  Paolo Borelli  <pborelli@katamail.com>
3180
3181         * gtk/tests/recentmanager.c: add some unit tests for GtkRecentManager.
3182
3183 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
3184
3185         * gtk/gtkrecentmanager.c:
3186         (gtk_recent_manager_remove_item): Consistently use the same
3187         error when removing a URI from an empty GtkRecentManager.
3188
3189 2008-06-17  Michael Natterer  <mitch@imendio.com>
3190
3191         * gtk/gtkfilechooserdefault.c: remove static integer variables
3192         which hold the number of members in GtkTargetEntry arrays and use
3193         G_N_ELEMENTS() directly instead.
3194
3195 2008-06-17  Michael Natterer  <mitch@imendio.com>
3196
3197         * gtk/gtk.symbols: move some deprecated symbols into
3198         #ifndef GTK_DISABLE_DEPRECATED.
3199
3200 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
3201
3202         * gtk/gtkfilechooserdefault.c:
3203         (gtk_file_chooser_default_init),
3204         (gtk_file_chooser_default_constructor),
3205         (gtk_file_chooser_default_screen_changed),
3206         (recent_start_loading): Remove the GtkRecentManager screen
3207         dance, as it has been deprecated since 2.12. Now we get the
3208         GtkRecentManager singleton whewn we create the FileChooserDefault
3209         instance. (Michael Natterer)
3210
3211 2008-06-17  Michael Natterer  <mitch@imendio.com>
3212
3213         * gtk/gtkoptionmenu.c (gtk_option_menu_position): cast menu's
3214         toplevel to GtkWindow when passing to gtk_window_set_type_hint().
3215
3216 2008-06-17  Michael Natterer  <mitch@imendio.com>
3217
3218         * gtk/gtktestutils.c: #undef GTK_DISABLE_DEPRECATED, clean up
3219         includes a bit.
3220
3221         * gtk/gtkuimanager.c: #include "gtkwindow.h", it was only pulled
3222         in via deprecated headers.
3223
3224 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
3225
3226         Bug 508751 – gnome-terminal crashed with SIGSEGV after keypress
3227
3228         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): Protect
3229         against XKB being stupid. Reported by Pedro Villavicencio.
3230
3231 2008-06-17  Michael Natterer  <mitch@imendio.com>
3232
3233         * gtk/gtkplug.c (_gtk_plug_send_delete_event): use g_object_ref()
3234         and unref() instead of the deprecated gtk_widget_ref() and unref().
3235
3236 2008-06-16  Michael Natterer  <mitch@imendio.com>
3237
3238         * gtk/gtkentry.c: removed function drag_begin_cb(), which was in
3239         svn since 2.8 but was never used.
3240
3241 2008-06-16  Michael Natterer  <mitch@imendio.com>
3242
3243         * gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
3244         gtk_binding_entry_clear() instead of gtk_binding_entry_add()
3245         (the former is deprecated and #defined to gtk_binding_entry_clear)
3246
3247 2008-06-16  Michael Natterer  <mitch@imendio.com>
3248
3249         * gtk/gtkprintoperation-unix.c: don't include the deprecated (and
3250         unused) "gtkmarshal.h".
3251
3252 2008-06-16  Behdad Esfahbod  <behdad@gnome.org>
3253
3254         Bug 538182 – pango_cairo_context_update_layout is not noop after
3255         gtk_widget_create_pango_layout
3256
3257         * gtk/gtksettings.c (settings_update_font_options): Make sure all
3258         font option fields are set to non-DEFAULT values.
3259
3260 2008-06-16  Michael Natterer  <mitch@imendio.com>
3261
3262         * gtk/gtkfontsel.c
3263         * gtk/gtkrc.c
3264         * gtk/gtkstyle.c
3265         * gtk/gtkwidget.c: use g_object_unref() instead of the deprecated
3266         gtk_rc_style_unref().
3267
3268 2008-06-16  Michael Natterer  <mitch@imendio.com>
3269
3270         * gtk/gtkcombobox.c (gtk_combo_box_class_init): use
3271         _gtk_marshal_BOOLEAN__VOID instead of the deprecated
3272         gtk_marshal_BOOLEAN__VOID.
3273
3274 2008-06-16  Michael Natterer  <mitch@imendio.com>
3275
3276         * gtk/gtkcellrendereraccel.h
3277         * gtk/gtkiconview.h
3278         * gtk/gtkobject.h: use G_TYPE macros instead of the old GTK_CHECK
3279         macros for type checking.
3280
3281         (gtk_object_get_type): change prototype to return GType instead of
3282         GtkType.
3283
3284 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
3285
3286         * gtk/Makefile.am: Make folder, user-home and user-desktop links 
3287         to gtk-directory in the builtin icon theme, so that we can
3288         use these icon names without risk of ending up without an icon.
3289
3290 2008-06-16  Tor Lillqvist  <tml@novell.com>
3291
3292         Bug 538362 - Get Win32 icons back in the file chooser
3293
3294         * gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
3295         reference to an icon resource in a DLL or .EXE in the same format
3296         as the DefaultIcon strings in the Registry. In that case, extract
3297         the icon and convert to a GdkPixbuf. Patch by Hans Breuer. This
3298         code has to be in sync with the corresponding code in
3299         glib/gio/gcontenttype.c.
3300
3301 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
3302
3303         * gtk/stock-icons/24/audio-volume*: Add icons used by GtkVolumeButton
3304         to the builtin icon theme, to avoid showing broken images when
3305         there is no icon theme around.  The new icons are thanks to
3306         Lapo Calamandrei.
3307
3308 2008-06-16  Michael Natterer  <mitch@imendio.com>
3309
3310         * gtk/gtkfilechooserprivate.h: remove GtkTooltips member from the
3311         GtkFileChooserDefault struct.
3312
3313         * gtk/gtkfilechooserdefault.c: don't allocate and free the
3314         GtkTooltips.
3315
3316 2008-06-16  Carlos Garnacho  <carlos@imendio.com>
3317
3318         Bug 538519 – GtkCellRendererPixbuf doesn't allow unsetting the icon
3319         anymore
3320
3321         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
3322         Allow again setting any of the properties to render an image back to
3323         NULL.
3324
3325 2008-06-15  Matthias Clasen  <mclasen@redhat.com>
3326
3327         * gtk/gtkimage.c: When pixel-size is specified, use
3328         GTK_ICON_LOOKUP_FORCE_SIZE when loading themed icons.
3329
3330 2008-06-15  Carlos Garnacho  <carlos@imendio.com>
3331
3332         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Return full 
3333         path here as expected, not just the basename.
3334
3335         * gtk/gtkfilechooserdefault.c
3336         (gtk_file_chooser_default_update_current_folder): Ensure that we keep
3337         a reference to file, since it can be destroyed when switching back to
3338         browse mode.
3339
3340         * gtk/gtkfilesystem.c (get_icon_for_special_directory): Removed, home
3341         and desktop directories are dealt by the filechooser as normal files,
3342         not volumes, so the icon for these is handled directly by GIO.
3343         (_gtk_file_system_volume_render_icon): Update caller.
3344
3345 2008-06-15  Matthias Clasen  <mclasen@redhat.com>
3346
3347         * gtk/gtkcellrendererpixbuf.c: Add a gicon property.
3348
3349 2008-06-14  Cody Russell  <bratsche@gnome.org>
3350
3351         * gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):
3352
3353         Initialize hwnd to NULL.  This fixes OpenClipboard() failure and,
3354         according to MSDN docs, associates the open clipboard with the
3355         current task.  (#378158, reported by Andreas Köhler)
3356
3357 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3358
3359         * configure.in: Bump version
3360
3361         * === Released 2.13.3 ===
3362
3363 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3364
3365         * gtk/gtkaccelgroup.c: Add some docs
3366
3367         * gdk/gdkwindow.c: Fix doc typos
3368
3369 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3370
3371         * gtk/gtkfilesystem.c: Avoid PLT entries by including
3372         gtkalias.h
3373
3374 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3375
3376         * gtk/gtkfilechooserbutton.c:
3377         * gtk/gtkfilechooserdefault.c:
3378         * gtk/gtkfilechooserentry.c:
3379         * gtk/gtkfilesystem.c:
3380         * gtk/gtkfilesystem.h:
3381         * gtk/gtkfilesystemmodel.c:
3382         * gtk/gtkpathbar.c: Really make GtkFileSystem private
3383         by _-prefixing all functions.
3384
3385 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3386
3387         * docs/RELEASE-HOWTO: Updates
3388         * INSTALL.in: Bump version
3389
3390 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3391
3392         * NEWS: Updates
3393
3394 2008-06-13  Michael Natterer  <mitch@imendio.com>
3395
3396         * gtk/gtkcellrendereraccel.h
3397         * gtk/gtkfilechooser.h
3398         * gtk/gtkfilechooserdialog.h
3399         * gtk/gtkfilechooserwidget.h
3400         * gtk/gtkmenutoolbutton.h
3401         * gtk/gtkpagesetup.h
3402         * gtk/gtkpapersize.h
3403         * gtk/gtkprintcontext.h
3404         * gtk/gtkprintoperation.h
3405         * gtk/gtkprintoperationpreview.h
3406         * gtk/gtkprintsettings.h
3407         * gtk/gtkradiotoolbutton.h
3408         * gtk/gtkrecentchooser.h
3409         * gtk/gtkrecentchooserdialog.h
3410         * gtk/gtkrecentchoosermenu.h
3411         * gtk/gtkrecentchooserwidget.h
3412         * gtk/gtkseparatortoolitem.h
3413         * gtk/gtkshow.h
3414         * gtk/gtktoggletoolbutton.h
3415         * gtk/gtktoolbar.h
3416         * gtk/gtktoolbutton.h
3417         * gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
3418         "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.
3419
3420 2008-06-13  Michael Natterer  <mitch@imendio.com>
3421
3422         * gtk/gtktexttagtable.h: remove double inclusion of
3423         <gtk/gtktexttag.h>.
3424
3425 2008-06-13  Michael Natterer  <mitch@imendio.com>
3426
3427         * gtk/gtkaction.c (gtk_action_set_short_label): change type of
3428         local "image" variable from GtkImage to GtkWidget to fix warning.
3429
3430 2008-06-13  Michael Natterer  <mitch@imendio.com>
3431
3432         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): cast menu's
3433         toplevel to GtkWindow when passing to gtk_window_set_type_hint().
3434
3435 2008-06-13  Michael Natterer  <mitch@imendio.com>
3436
3437         * gtk/gtkuimanager.c (start_element_handler): silently skip
3438         unknown attributes instead of bailing out with an error in order
3439         to be compatible with possible future attribute names.
3440
3441         This is related to the discussion in bug #516425 but actually
3442         needed for any kind of XML format extension.
3443
3444 2008-05-23  Hans Breuer  <hans@breuer.org>
3445
3446         * gtk/gtkprintoperation.c : check surface status after ceating a pdf.
3447         Avoids crashing when the target can not be written, bug #537685
3448
3449         * gdk/win32/gdkdisplay-win32.c : runtime linking of ProcessIdToSessionId
3450
3451         * gtk/gtkfilesystem.c : variadic macros are not supported with c89 and
3452         it was not needed here anyway.
3453
3454 2008-06-13 Matthias Clasen  <mclasen@redhat.com>
3455
3456         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix frame size allocation.
3457         Patch by Jan Arne Peterson
3458
3459 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3460
3461         Bug 537985 – gtk_init_with_args() doesn't open a display after
3462         gtk_parse_args()
3463
3464         * gtk/gtkmain.c (gtk_init_with_args): Open the default display
3465         even when gtk_parse_args() has already been called.
3466         Patch by Mathias Hasselmann
3467
3468 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3469
3470         Bug 524222 – GtkToolbar with mix of buttons with and without 
3471         icons looks "bad"
3472
3473         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
3474         Improve appearance of "both vertical" mode toolbuttons.
3475         Patch by Peter Johanson
3476
3477 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3478
3479         Bug 519092 – Add accessibility support to GtkVolumeButton
3480
3481         * gtk/gtkvolumebutton.c: Set accessibility descriptions.
3482         Patch by Jonh Wendell
3483
3484 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3485
3486         Bug 517706 – Connecting GtkButton with "use-stock" == FALSE to a
3487         GtkAction has problems
3488         Patch by Peter Johanson
3489
3490         * gtk/gtkaction.c (connect_proxy): Set the image of a button
3491         proxy to the "icon-name" property.
3492
3493         (gtk_action_set_short_label):  If the "image" property is set 
3494         on the button proxy, also tries to set the "label" property on 
3495         the GtkButton.
3496
3497 2008-06-12  Michael Natterer  <mitch@imendio.com>
3498
3499         * gtk/gtkmain.c
3500         * gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled
3501         in via "gtkintl.h" from <glib/gi18n-lib.h>.
3502
3503 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3504
3505         RH bug 248245 and 449379: cups client printing from gnome
3506         applications fail
3507
3508         * modules/printbackends/cups/gtkprintbackendcups.c: Really fix
3509         printer URI construction. Patch by Marek Kasik
3510         
3511 2008-06-12  Michael Natterer  <mitch@imendio.com>
3512
3513         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
3514         limit the number of displayed items by the actual screen height
3515         instead of some arbitrary value (Bug #408154, Xan Lopez and
3516         Christian Dywan).
3517
3518 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
3519
3520         Bug 503071 – Application direction changes to right to left even if
3521         theres no translation
3522
3523         * configure.in: Bump glib requirement.
3524
3525         * gtk/gtkaccellabel.c
3526         (_gtk_accel_label_class_get_accelerator_label):
3527         * gtk/gtkactiongroup.c (dgettext_swapped):
3528         * gtk/gtkbuilder.c (gtk_builder_class_init):
3529         * gtk/gtkbuilderparser.c (_dpgettext),
3530         (_gtk_builder_parser_translate):
3531         * gtk/gtkfilechooserdefault.c (list_size_data_func):
3532         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
3533         * gtk/gtkintl.h:
3534         * gtk/gtkmain.c (setlocale_initialization),
3535         (do_pre_parse_initialization), (gettext_initialization):
3536         * gtk/gtkstock.c (gtk_stock_lookup), (sgettext_swapped):
3537         Use g_dgettext() and g_dngettext().
3538
3539 2008-06-11  Matthias Clasen <mclasen@redhat.com>
3540
3541         * docs/RELEASE-HOWTO: Updates
3542
3543 2008-06-11  Tor Lillqvist  <tml@novell.com>
3544
3545         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): As we don't
3546         support Win9x anyway, we can use ProcessIdToSessionId()
3547         unconditionally.
3548
3549 2008-06-11  Michael Natterer  <mitch@imendio.com>
3550
3551         * gtk/gtkfilechooserbutton.c: fix local prototype of
3552         _gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*).
3553
3554 2008-06-10  Matthias Clasen <mclasen@redhat.com>
3555
3556         Bug 536765 – GtkComboBox should set COMBO type hint for its menu
3557
3558         * gtk/gtkoptionmenu.c:
3559         * gtk/gtkcombobox.c: Set the window type hint on popups.
3560         Patch by Danny Baumann
3561
3562 2008-06-10  Matthias Clasen <mclasen@redhat.com>
3563
3564         * gtk/gtkfilesystem.c (get_icon_for_special_directory):
3565         (gtk_file_system_volume_render_icon): Add standard icon names,
3566         and also fall back to builtin gtk stock icons.
3567
3568 2008-06-10  Christian Persch  <chpe@gnome.org>
3569
3570         * gtk/gtktreeview.c: (destroy_info), (set_destination_row),
3571         (gtk_tree_view_maybe_begin_dragging_row),
3572         (gtk_tree_view_set_reorderable),
3573         (gtk_tree_view_enable_model_drag_source),
3574         (gtk_tree_view_enable_model_drag_dest),
3575         (gtk_tree_view_unset_rows_drag_source),
3576         (gtk_tree_view_unset_rows_drag_dest): Make
3577         gtk_tree_view_enable_model_drag_[source|dest] compatible with
3578         gtk_drag_[source|dest]_add_*_targets. Bug #506853.
3579
3580 2008-06-10  Christian Persch  <chpe@gnome.org>
3581
3582         * gtk/gtktreeview.c: (gtk_tree_view_button_release_drag_column),
3583         (dest_row_free), (set_dest_row), (ensure_info),
3584         (gtk_tree_view_remove), (gtk_tree_view_put),
3585         (gtk_tree_view_set_column_drag_info): Use GSlice. Patch from
3586         bug #506853.
3587
3588 2008-06-10  Paolo Borelli  <pborelli@katamail.com>
3589
3590         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri)
3591         use g_file_new_for_uri.
3592
3593 2008-06-10  Paolo Borelli  <pborelli@katamail.com>
3594
3595         * gtk/gtkfilesystem.c (gtk_file_system_volume_render_icon): do not
3596         leak the GIcon.
3597
3598 2008-06-10  Carlos Garnacho  <carlos@imendio.com>
3599
3600         * configure.in:
3601         * gtk/Makefile.am:
3602         * gtk/xdgmime: removed local xdgmime copy as Matthias suggested in bug
3603         #520874, comment #8. It's no longer used directly by GTK+.
3604
3605 2008-06-10  Carlos Garnacho  <carlos@imendio.com>
3606
3607         Bug 520874 - Should use gio directly.
3608
3609         * gtk/gtkfilesystem.[ch]: Turn into a private object, which mostly
3610         provides helper functions for asynchronous calls, folder abstraction
3611         and uniform handling of volumes/drives/mounts.
3612
3613         * gtk/gtkfilesystemwin32.[ch]:
3614         * gtk/gtkfilesystemunix.[ch]: Removed, these are no longer required.
3615
3616         * gtk/gtkfilechooser.c:
3617         * gtk/gtkfilechooserbutton.c:
3618         * gtk/gtkfilechooserdefault.c:
3619         * gtk/gtkfilechooserentry.[ch]:
3620         * gtk/gtkfilechooserprivate.h:
3621         * gtk/gtkfilechooserutils.c:
3622         * gtk/gtkfilesystemmodel.[ch]:
3623         * gtk/gtkpathbar.[ch]: Use GIO internally. Adapt to GtkFileSystem API.
3624         Do not load filesystem implementation modules.
3625
3626         * gtk/Makefile.am:
3627         * gtk/gtk.symbols: the gtkfilesystem.h private header isn't installed
3628         anymore, nor the unix/win32 implementations.
3629
3630         * README.in: Add blurb about these changes.
3631
3632 2008-06-09  Kristian Rietveld  <kris@gtk.org>
3633
3634         Bug 526987 - GtkCellRendererCombo should allow model to be NULL
3635
3636         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
3637         (gtk_cell_renderer_combo_set_property),
3638         (gtk_cell_renderer_combo_editing_done),
3639         (gtk_cell_renderer_combo_start_editing): introduce private class
3640         struct, allow model to be set to NULL.
3641
3642 2008-06-08  Björn Lindqvist  <bjourne@gmail.com>
3643
3644         Bug 131920 – gtkNotebook sends incorrect switch_page value
3645
3646         * gtk/gtknotebook.c (gtk_notebook_real_remove): Make switch-page
3647         signal send correct page index when page index 0 is active and
3648         removed. (#131920, Samuel Fogh)
3649
3650 2008-06-08  Kristian Rietveld  <kris@gtk.org>
3651
3652         Bug 536730 - memory corruption in gtktreeview
3653
3654         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): first
3655         remove the expand/collapse timeout and node, then free the rbtree.
3656
3657 2008-06-08  Kristian Rietveld  <kris@gtk.org>
3658
3659         Bug 488119 - critical warnings from gtk_tree_view_get_visible_range
3660
3661         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): only try to
3662         find path if we found valid nodes, return FALSE otherwise.  (Patch
3663         from Matthias Clasen).
3664
3665 2008-06-08  Matthias Clasen  <mclasen@redhat.com>
3666
3667         * gtk/gtkrecentmanager.c:
3668         * gtk/gtkrecentfilter.c:
3669         * gtk/gtkfilefilter.c: Replace uses of xdgmime with
3670         g_content_type.
3671         
3672 2008-06-08  Christian Persch <chpe@gnome.org>
3673
3674         Bug 535608 – do not string-copy accel paths in the menu code
3675
3676         * gtk/gtkaccelgroup.c:
3677         * gtk/gtkaccelmap.c:
3678         * gtk/gtkaction.c:
3679         * gtk/gtkmenu.c:
3680         * gtk/gtkmenuitem.c:
3681         * gtk/gtkwidget.c:  Don't store the accel path as a string in
3682         gtkmenu/gtkmenuitem. The accel path will be interned anyway, so
3683         keeping a string copy around is just a waste of memory.
3684         Improve the documentation to mention this.
3685
3686 2008-06-07  Tor Lillqvist  <tml@novell.com>
3687
3688         Bug 536990 - updateiconcache.c: 'close ()' is redundant
3689
3690         * gtk/updateiconcache.c (build_cache): Drop redundant close()
3691         calls. fclose() on a fdopen()ed stream closes the underlying file
3692         descriptor.
3693
3694 2008-06-06  Matthias Clasen  <mclasen@redhat.com>
3695
3696         Bug 536757 – regression: openoffice.org menus are placed at wrong
3697         position since 2.12.10
3698
3699         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):
3700         Return the right coordinates.  
3701
3702 2008-06-06  Behdad Esfahbod  <behdad@gnome.org>
3703
3704         Bug 536185 – monitor font configuration
3705
3706         * configure.in:
3707         * gdk/x11/gdksettings.c:
3708         * gtk/gtksettings.c (gtk_settings_class_init),
3709         (gtk_settings_notify), (settings_update_fontconfig):
3710         Monitor xsettings key Fontconfig/Timestamp and upon change,
3711         reread fontconfig configuration, clear Pango's caches, and
3712         redraw all widgets.
3713
3714 2008-06-06  Ross Burton  <ross@burtonini.com>
3715
3716         * gtk/gtkwindow.c:
3717         Fix trivial typo in documentation.
3718
3719 2008-06-06  Tor Lillqvist  <tml@novell.com>
3720
3721         * config.h.win32.in: Slight update to match what configure
3722         produces.
3723
3724 2008-06-05  Johan Dahlin  <jdahlin@async.com.br>
3725
3726         * gtk/gtkbuilder.h (enum): Add the new version mismatch error
3727         constant to the end of the list, to avoid breaking the stable ABI
3728
3729 2008-06-05  Michael Natterer  <mitch@imendio.com>
3730
3731         * configure.in: add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
3732
3733 2008-06-05  Li Yuan  <li.yuan@sun.com>
3734
3735         * gail-uninstalled.pc.in:
3736         Bug #536430. Patch from Damien Carbery <damien.carbery@sun.com>.
3737         Correct paths to gail headers and libraries in gail-uninstalled.pc.in.
3738
3739 2008-06-03  Matthias Clasen  <mclasen@redhat.com>
3740
3741         * docs/RELEASE-HOWTO: Update a bit
3742
3743 2008-06-03  Matthias Clasen  <mclasen@redhat.com>
3744
3745         * configure.in: Bump version
3746
3747         * === Released 2.13.2 ===
3748
3749 2008-06-03  Federico Mena Quintero  <federico@novell.com>
3750
3751         * gtk/gtkfilechooserentry.c (install_completion_feedback_timer):
3752         If the user presses Tab while the completion feedback window is
3753         active, then we'll assert.  Remove the assertion and just re-set
3754         the timer.  Fixes https://bugzilla.novell.com/show_bug.cgi?id=355225
3755
3756 2008-06-03  Colin Walters  <walters@redhat.com>
3757         
3758         Bug 535303 – add _get_implementation to GtkStatusIcon
3759
3760         * gtk/gtkstatusicon.c (gtk_status_icon_get_x11_window_id): New
3761         function to retrieve internal X11 window ID, useful for libnotify.
3762         * gtk/gtkstatusicon.h: Prototype it.
3763         * docs/reference/gtk/gtk-sections.txt: Add to docs.
3764         * gtk/gtk.symbols: Export it.
3765
3766 2008-06-03  Tor Lillqvist  <tml@novell.com>
3767
3768         * gtk/updateiconcache.c (build_cache): Use g_open().
3769
3770 2008-06-03  Michael Natterer  <mitch@imendio.com>
3771
3772         * gtk/gtkclist.h
3773         * gtk/gtkctree.h: revert includes to how they have been before the
3774         GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact
3775         that you can't include <gtk/gtk.h> from two headers where one is a
3776         parent class of the other and expect them both to be includable
3777         individually.
3778
3779 2008-06-03  Michael Natterer  <mitch@imendio.com>
3780
3781         * gtk/gtkprinteroptionset.h: remove newline at beginning of file.
3782
3783 2008-06-02  Matthias Clasen  <mclasen@redhat.com>
3784         
3785         Bug 536092 – GtkEntryCompletion's popup window should set type hint
3786
3787         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set
3788         a type hint on the popup window to help compiz.
3789         Patch by Vaclav Slavik.
3790
3791 2008-06-02  Claudio Saavedra  <csaavedra@igalia.com>
3792
3793         Bug 535862 – gtk_action_create_icon can't create icons from the
3794         icon themes
3795
3796         * gtk/gtkaction.c: (gtk_action_create_icon): Look for the icon in
3797         the default factories as it's supposed.
3798
3799 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
3800
3801         Bug 535497 – Print preview doesn't work.
3802
3803         * gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open
3804         instead of launching Preview.app directly.
3805
3806 2008-06-02  Michael Natterer  <mitch@imendio.com>
3807
3808         * gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
3809         in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
3810         (bug #536126).
3811
3812 2008-05-31  Emmanuele Bassi  <ebassi@gnome.org>
3813
3814         Bug 535830 – wrong content type adding an item
3815
3816         * gtk/gtkrecentmanager.c:
3817         (gtk_recent_manager_add_item_query_info): Use the correct API
3818         for retrieving the fast MIME type of a URI. (Carlos Garcia
3819         Campos)
3820
3821 2008-05-31  Kristian Rietveld  <kris@imendio.com>
3822
3823         Bug 530146 - Setting non-string tooltip with
3824         gtk_tree_view_set_tooltip_column() segfaults
3825
3826         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_query_cb): use
3827         gtk_tree_model_get_value() and explicitly transform the value to a
3828         string before setting it as tooltip.
3829
3830 2008-05-30  Tor Lillqvist  <tml@novell.com>
3831
3832         * modules/engines/ms-windows/msw_style.h
3833         * modules/engines/ms-windows/msw_rc_style.h: Include gtk.h.
3834
3835 2008-05-30  Michael Natterer  <mitch@imendio.com>
3836
3837         * gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to
3838         GDestroyNotify when using it in g_object_set_data_full().
3839
3840 2008-05-30  Michael Natterer  <mitch@imendio.com>
3841
3842         * gdk/gdkapplaunchcontext.h
3843         * gdk/gdktestutils.h
3844         * gtk/gtkmountoperation.h
3845         * gtk/gtkshow.h
3846         * gtk/gtktestutils.h
3847         * gtk/gtktoolshell.h: no need to allow disabling single includes
3848         conditionally in these new files. Simply forbid including them
3849         individually from the beginning.
3850
3851 2008-05-30  Tor Lillqvist  <tml@novell.com>
3852
3853         Bug 533108 - leak of GDI region in function 'handle_wm_paint'
3854
3855         * gdk/win32/gdkevents-win32.c (handle_wm_paint): Patch by Daniel
3856         Atallah.
3857
3858 2008-05-29  Matthias Clasen <mclasen@redhat.com>
3859
3860         * configure.in: Bump version 
3861
3862         * === Released 2.13.1 ===
3863
3864         * NEWS: Updates
3865
3866 2008-05-29  Matthias Clasen <mclasen@redhat.com>
3867
3868         * gtk/gtkwidget.c: s/2.16/2.14/ in Since tags
3869
3870 2008-05-29  Matthias Clasen <mclasen@redhat.com>
3871
3872         * tests/Makefile.am: Don't add testmountoperation to TEST_PROGS.
3873
3874 2008-05-29  Tor Lillqvist  <tml@novell.com>
3875
3876         Bug 535526 - updateiconcache.c: using open/close without prototype
3877
3878         * gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use
3879         g_utime() when available instead of utime() for UTF-8 pathname
3880         support on Windows.
3881
3882 2008-05-29  Jan Arne Petersen  <jpetersen@jpetersen.org>
3883
3884         Bug 56355 – GtkLabel - Not all changes propagate correctly
3885
3886         * gtk/gtklabel.c: (gtk_label_recalculate), (gtk_label_set_label),
3887         (gtk_label_set_markup_with_mnemonic), (gtk_label_parse_uline),
3888         (gtk_label_set_text_with_mnemonic), (gtk_label_set_use_underline):
3889         Call gtk_label_setup_mnemonic from gtk_label_recalculate. Add
3890         notifications of mnemonic-keyval changes.
3891
3892 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3893
3894         Bug 522084 – GIcon support for GtkIconTheme & GtkImage
3895
3896         * gtk/gtkicontheme.[hc]: Add support for GIcon based lookups.
3897         * gtk/gtkimage.[hc]: Allow setting an image from a GIcon.
3898         * gtk/gtk.symbols: Additions
3899         * tests/testimage.c: Add a GIcon test
3900
3901 2008-05-29  Michael Natterer  <mitch@imendio.org>
3902
3903         * gtk/Makefile.am
3904         * gtk/gtkunixprint.h: add a single-include header for the unix
3905         print stuff.
3906
3907         * gtk/gtkpagesetupunixdialog.h
3908         * gtk/gtkprinter.h
3909         * gtk/gtkprintjob.h
3910         * gtk/gtkprintunixdialog.h: add single-include guards that #error
3911         out if GTK_DISABLE_SINGLE_INCLUDES is defined and any of these
3912         files is included individually.
3913
3914         * gtk/gtkprintbackend.h
3915         * gtk/gtkprinter-private.h
3916         * modules/printbackends/cups/gtkprintbackendcups.c
3917         * modules/printbackends/cups/gtkprintercups.h
3918         * modules/printbackends/lpr/gtkprintbackendlpr.c
3919         * tests/buildertest.c
3920         * tests/defaultvaluetest.c
3921         * docs/tools/widgets.c: include <gtk/gtkunixprint.h> instead of
3922         individual files.
3923
3924 2008-05-28  Michael Natterer  <mitch@imendio.com>
3925
3926         * gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
3927         excess newlines and sprinkled some newlines where needed. Zero
3928         code or formatting changes included.
3929
3930 2008-05-28  Michael Natterer  <mitch@imendio.com>
3931
3932         * gtk/gtkprinter.h: fix formatting of details_acquired() signal.
3933
3934 2008-05-28  Michael Natterer  <mitch@imendio.com>
3935
3936         * gtk/gtkcolorbutton.h: fix comment: the widget is called
3937         GtkColorButton, not GtkColorSelectButton. Remove trailing
3938         whitespace and excess newlines.
3939
3940 2008-05-28  Michael Natterer  <mitch@imendio.com>
3941
3942         * configure.in: last but not least, add G_DISABLE_SINGLE_INCLUDES,
3943         GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES
3944         to CPPFLAGS so it's impossible to commit code that would break
3945         apps which use DISABLE_INCLUDE defines.
3946
3947 2008-05-28  Michael Natterer  <mitch@imendio.com>
3948
3949         * gtk/gtk.h: define __GTK_H_INSIDE__ around including all other
3950         headers.
3951
3952         * gtk/gtktypebuiltins.h.template
3953         * gtk/gtkversion.h.in
3954         * gtk/gtk*.h: add single-include guards that #error out if
3955         GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
3956         included individually.
3957
3958         * gtk/gtkprintbackend.h
3959         * gtk/gtkprinter-private.h
3960         * gtk/gtktextlayout.h
3961         * gtk/gtktexttagprivate.h
3962         * gtk/gtktexttypes.h
3963         * gtk/gtktreedatalist.h: include <gtk/gtk.h> instead of individual
3964         headers in these private or semi-private headers.
3965
3966         * gtk/gtkimmodule.h: also here because it's not in gtk.h.
3967
3968         * gtk/gtkpagesetupunixdialog.h
3969         * gtk/gtkprinter.h
3970         * gtk/gtkprintjob.h
3971         * gtk/gtkprintunixdialog.h: likewise in the gtkunixprint headers.
3972
3973         * gtk/gtkclist.h
3974         * gtk/gtkcombo.h
3975         * gtk/gtkctree.h
3976         * gtk/gtkfilesel.h
3977         * gtk/gtkitemfactory.h
3978         * gtk/gtklist.h
3979         * gtk/gtklistitem.h
3980         * gtk/gtkoldeditable.h
3981         * gtk/gtkoptionmenu.h
3982         * gtk/gtkpixmap.h
3983         * gtk/gtkpreview.h
3984         * gtk/gtksignal.h
3985         * gtk/gtktipsquery.h: whenever possible, include only <gtk/gtk.h>
3986         instead of individual headers in these deprecated headers. They
3987         don't get included at all when GTK_DISABLE_DEPRECATED is defined,
3988         so if an app needs them anyway, it must undef GTK_DISABLE_DEPRECATED
3989         and include them individually, which should continue to work.
3990
3991         * gtk/gtkclist.c: include "gtkctree.h" because of the change
3992         above.
3993
3994 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3995
3996         Bug 449625 - crash in gtk_tree_view_real_move_cursor at
3997         gtktreeview.c:9641
3998
3999         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down):
4000         cursor_offset *must* be larger than background height of the cursor
4001         node, not just equal otherwise there is no guarantee there is a next
4002         node.
4003
4004 2008-05-28  Michael Natterer  <mitch@imendio.com>
4005
4006         * gtk/gtktestutils.c: don't include <gdk/gdktestutils.h>.
4007
4008 2008-05-28  Michael Natterer  <mitch@imendio.com>
4009
4010         * gdk/gdk.h: define __GDK_H_INSIDE__ around including all other
4011         headers.
4012
4013         * gdk/gdkenumtypes.h.template
4014         * gdk/gdk*.h: add single-include guards that #error out if
4015         GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
4016         included individually. Also removed some redundant includes and
4017         did some tiny trailing whitespace removal that's not worth to
4018         commit separately.
4019
4020         * gdk/gdkprivate.h: include <gdk/gdk.h> instead of individual
4021         files.
4022
4023         * gdk/win32/gdkwin32.h
4024         * gdk/x11/gdkx.h: only include <gdk/gdkprivate.h> and remove all
4025         other includes.
4026
4027 2008-05-28  Kristian Rietveld  <kris@imendio.com>
4028
4029         Bug 504087 - make gtk_tooltip_set_custom a no-op for setting the
4030         current widget again.
4031
4032         * gtk/gtktooltip.c (gtk_tooltip_set_custom),
4033         (gtk_tooltip_reset), (gtk_tooltip_run_requery): use a
4034         custom_was_reset field to check if the custom widget is set again in
4035         the query-tooltip callback; if not, we set it to NULL.  Based on a
4036         patch by Xavier Claessens, insightful comments from Jean-Yves Lefort
4037         and Christian Persch.
4038
4039 2008-05-28  Michael Natterer  <mitch@imendio.com>
4040
4041         * modules/printbackends/cups/gtkcupsutils.c
4042         * modules/printbackends/cups/gtkprintbackendcups.c
4043         * modules/printbackends/file/gtkprintbackendfile.c
4044         * modules/printbackends/lpr/gtkprintbackendlpr.c: include
4045         <gtk/gtk.h> instead of individual files.
4046
4047 2008-05-28  Michael Natterer  <mitch@imendio.com>
4048
4049         * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of
4050         individual files.
4051
4052 2008-05-28  Kristian Rietveld  <kris@imendio.com>
4053
4054         Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.
4055
4056         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): return if fail
4057         ->priv->tree != NULL.  Suggestion from Stefan Kost.
4058
4059 2008-05-28  Kristian Rietveld  <kris@imendio.com>
4060
4061         Bug 324282 - add selected signal to cell renderer combo.
4062
4063         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
4064         (gtk_cell_renderer_combo_changed),
4065         (gtk_cell_renderer_combo_start_editing): add a new "changed" signal
4066         that will be emitted as soon as the combo box emitted changed and has
4067         an active iterator.  (Modified patch based on work by James
4068         Pelletier).
4069
4070         * gtk/gtkmarshalers.list: add marshaler.
4071
4072 2008-05-28  Kristian Rietveld  <kris@imendio.com>
4073
4074         Refactor expand/collapse timeout handling (amendment to bug 511217).
4075
4076         * gtk/gtktreeview.c (add_expand_collapse_timeout),
4077         (remove_expand_collapse_timeout): new functions, the remove function
4078         also clears expanded_collapsed_node,
4079         (cancel_arrow_animation): moved to be next to the add/remove timeout
4080         functions,
4081         (gtk_tree_view_unrealize),
4082         (gtk_tree_view_row_deleted),
4083         (gtk_tree_view_set_model),
4084         (cancel_arrow_animation),
4085         (gtk_tree_view_real_expand_row),
4086         (gtk_tree_view_real_collapse_row): use the new add/remove functions.
4087
4088 2008-05-28  Kristian Rietveld  <kris@imendio.com>
4089
4090         Amendment of bug 485218 - Strange warning encountered.
4091
4092         * gtk/gtktreemodelsort.[ch]
4093         (gtk_tree_model_sort_convert_child_iter_to_iter): return a boolean
4094         indication whether or not the conversion had succeeded.
4095
4096 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4097
4098         Bug 509788 - GTK+ should use CUPS to set Postscript level of PS output
4099
4100         * modules/printbackends/cups/gtkprintbackendcups.c
4101         (cups_printer_create_cairo_surface): Fall back to PostScript level 2
4102         if the printer does not support level 3. Patch by Marek Kašík.
4103
4104 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4105
4106         Bug 404571 - Scroll arrow backgrounds should be painted with different
4107         detail
4108
4109         * gtk/gtkmenu.c (gtk_menu_paint): Use "menu_scroll_arrow_up/down" 
4110         as detail when drawing scroll arrow backgrounds. Proposed by
4111         Tommi Komulainen.
4112         
4113 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4114
4115         Bug 511217 - potential memory corruption after refreshing a tree_view
4116
4117         * gtk/gtktreeview.c (cancel_arrow_animation): Reset
4118         expanded_collapsed_node when canceling the animation.
4119         Patch by Nicholas Setton.
4120
4121 2008-05-28  Michael Natterer  <mitch@imendio.com>
4122
4123         * modules/input/gtkimcontextime.h
4124         * modules/input/gtkimcontextmultipress.h
4125         * modules/input/gtkimcontextthai.h
4126         * modules/input/gtkimcontextxim.h: include <gtk/gtk.h> instead of
4127         individual files.
4128
4129         * modules/input/gtkimcontextime.c
4130         * modules/input/gtkimcontextmultipress.c
4131         * modules/input/gtkimcontextxim.c
4132         * modules/input/imam-et.c
4133         * modules/input/imcedilla.c
4134         * modules/input/imcyrillic-translit.c
4135         * modules/input/iminuktitut.c
4136         * modules/input/imipa.c
4137         * modules/input/imti-er.c
4138         * modules/input/imti-et.c
4139         * modules/input/imviqr.c: ditto. Some minor cleanups like moving
4140         "gtk/gtkintl.h" to the end of includes.
4141
4142 2008-05-28  Michael Natterer  <mitch@imendio.com>
4143
4144         * modules/engines/pixbuf/pixbuf-style.h
4145         * modules/engines/pixbuf/pixbuf-rc-style.h: include <gtk/gtk.h>
4146         instead of individual files.
4147
4148 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4149
4150         Bug 485218 - Strange warning encountered
4151
4152         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted):
4153         (gtk_tree_model_sort_convert_child_iter_to_iter):
4154         (gtk_tree_model_sort_build_level): Better warnings. Patch
4155         by Kristian Rietveld.
4156
4157 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4158
4159         Bug 351910 - Search column setting lost
4160
4161         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Clarify
4162         the docs. Patch by Matt Barnes.
4163
4164 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4165
4166         Bug 477278 - avoid unnecessary pointer subtraction
4167
4168         * gtk/gtkaccelgroup.c (quick_accel_remove): Avoid pointer 
4169         subtraction that sparse complains about. Patch by Christian
4170         Persch.
4171
4172 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4173
4174         Bug 106574 - Inconsistent increment behavior for gtkspinbutton
4175
4176         * gtk/gtkspinbutton.c (gtk_spin_button_real_value_change):
4177         Commit the entry text before doing an increment. Patch by
4178         Björn Lindqvist.
4179
4180 2008-05-27  Federico Mena Quintero  <federico@novell.com>
4181
4182         http://bugzilla.gnome.org/show_bug.cgi?id=533891 - Don't allow
4183         drag and drop from the file list into itself, as it doesn't make
4184         sense (it would just change the current folder).
4185
4186         * gtk/gtkfilechooserdefault.c (file_list_dest_targets): Use
4187         GTK_TARGET_OTHER_WIDGET so we don't DnD from the file list into
4188         itself.
4189
4190 2008-05-27  Michael Natterer  <mitch@imendio.com>
4191
4192         * gtk/gtksignal.h: move deprecated guards around everything,
4193         including includes and include guards (just as in all other
4194         deprecated files).
4195
4196 2008-05-27  Tor Lillqvist  <tml@novell.com>
4197
4198         * gtk/updateiconcache.c (build_cache): Use simpler mode for open()
4199         on Windows. (No S_I?GRP and S_I?OTH bits are defined in
4200         <sys/stat.h> on Windows, and the mode used in open() doesn't
4201         matter much as there are no rwxrwxrwx bits on Windows anyway.)
4202         Open file in binary mode. Passing "b" to fdopen() later isn't
4203         enough.
4204
4205 2008-05-27 10:33:41  Tim Janik  <timj@imendio.com>
4206
4207         * gtk/gtkwidget.c: guard gtk_widget_get_snapshot() against
4208         invalid or invisible widgets.
4209
4210 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4211
4212         Bug 531008 – Crash in gtkprintunixdialog.c
4213
4214         * gtk/gtkprintunixdialog.c: Disconnect signal handlers when
4215         the dialog closes. Patch by Yevgen Muntyan.
4216
4217 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
4218
4219         RH bug 248245: cups client printing from gnome applications fail
4220
4221         * modules/printbackends/cups/gtkprintbackendcups.c
4222         (gtk_print_backend_cups_print_stream): Specify the right server.
4223
4224 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
4225
4226         * gtk/gtkfilechooserdefault.c (set_select_multiple): Enable
4227         rubberbanding when "select-multiple" is TRUE. Bug #446068.
4228
4229 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
4230
4231         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Enable
4232         correctly dialog buttons sensitivity when the anonymous option is
4233         enabled by default. Bug #531865.
4234
4235 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
4236
4237         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Set
4238         password dialog modal and transient for the parent window also if it
4239         was specified in the constructor. Bug #531864.
4240
4241 2008-05-26  Richard Hult  <richard@imendio.com>
4242
4243         * gdk/quartz/gdkevents-quartz.c: (gdk_screen_get_setting): Try
4244         setting the default font, might need to tweak this.
4245
4246 2008-05-26  Michael Natterer  <mitch@imendio.com>
4247
4248         * examples/gtkdial/gtkdial.h
4249         * modules/input/gtkimcontextthai.h: use G_BEGIN/END_DECLS.
4250
4251 2008-05-26  Michael Natterer  <mitch@imendio.com>
4252
4253         * gtk/gtkimmodule.h: fix indentation.
4254
4255 2008-05-26  Michael Natterer  <mitch@imendio.com>
4256
4257         * gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
4258
4259         * gtk/gtkshow.c: remove inclusion of single files from gdk/
4260
4261         Removed trailing whitespace in both files.
4262
4263 2008-05-26  Richard Hult  <richard@imendio.com>
4264
4265         Bug 530353 – Mac-like gtk_accelerator_get_label()
4266
4267         * gtk/gtkaccellabel.c: (gtk_accel_label_class_init),
4268         (append_keyval_symbol), (_gtk_accel_label_class_get_accelerator_label):
4269         On quartz, make gtk_accelerator_get_label() format a Mac-like
4270         string, using unicode characters for modifier keys, arrows, delete
4271         etc. Patch from Yevgen Muntyan.
4272
4273 2008-05-26  Richard Hult  <richard@imendio.com>
4274
4275         Bug 534869 – Length miscalculation in
4276         _gtk_quartz_get_selection_data_from_pasteboard
4277
4278         * gtk/gtkquartz.c: (_gtk_quartz_get_selection_data_from_pasteboard):
4279         Get the number of bytes, not the number of characters, patch from
4280         Yevgen Muntyan.
4281
4282 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
4283
4284         * gtk/gtkwidget.c: Some doc formatting fixes.
4285
4286 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
4287
4288         Bug 511163 – Remove pango_extents_to_pixels() calls
4289
4290         * gtk/gtkcellrenderertext.c (get_size): Use
4291         pango_layout_get_pixel_extents.
4292
4293         * configure.in: Bump Pango requirement to 1.20
4294
4295         * INSTALL.in: Update required versions
4296
4297 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
4298
4299         Bug 513811 – Use cairo_format_stride_for_width()
4300
4301         * gtk/gtkhsv.c (paint_ring, paint_triangle):
4302         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Use
4303         cairo_format_stride_for_width, proposed by Behdad Esfahbod.
4304
4305         * configure.in: Bump cairo requirement to 1.6.0
4306
4307         * INSTALL.in: Update required versions
4308
4309 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
4310
4311         * gtk/gtkshow.[hc]: Formatting fixes
4312
4313         * gtk/gtkmountoperation.c: Add docs
4314
4315 2008-05-25  Cody Russell  <bratsche@gnome.org>
4316
4317         Bug 507389 – use gslice for gtksettings
4318
4319         * gtk/gtksettings.c: Change from g_new0/g_free to use GSlice.
4320         Report and patch by Christian Persch.
4321
4322 2008-05-25  Cody Russell  <bratsche@gnome.org>
4323
4324         Bug 523562 - gtk-update-icon-cache core dumps when run concurrently and
4325         when options are missing
4326
4327         * gtk/updateiconcache.c: Open the cache file (O_CREAT | O_EXCL) so
4328         that other processes that try to open it will fail gracefully.  Also
4329         fix a crasher caused by lack of a NULL check.  Report and patch
4330         by Erwann Chenede.
4331
4332 2008-05-25  Cody Russell  <bratsche@gnome.org>
4333
4334         Bug 526635 - _gdk_window_get_toplevel handles FOREIGN windows
4335
4336         * gdk/x11/gdkwindow-x11.c (_gdk_window_get_toplevel): Check
4337         !WINDOW_IS_TOPLEVEL instead of checking for GDK_WINDOW_CHILD,
4338         so that we also take into account for foreign windows.
4339         Report and patch by Nathaniel Smith.
4340
4341 2008-05-25  Cody Russell  <bratsche@gnome.org>
4342
4343         Bug 525461 - Don't invalidate under an input-only child
4344
4345         * gdk/x11/gdkgeometry-x11.c (_gdk_window_move_resize_child):
4346         Check that the window is not input-only before invalidating.
4347         Report and patch by Owen Taylor.
4348
4349 2008-05-25  Cody Russell  <bratsche@gnome.org>
4350
4351         Bug 524110 - Gdk should not assume reparenting WMs when retrieving
4352         window frame extents
4353
4354         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):
4355         Use _NET_FRAME_EXTENTS, if available.  Patch by Danny Baumann.
4356
4357 2008-05-25  Cody Russell  <bratsche@gnome.org>
4358
4359         Bug 522269 - Evince windows sometimes incorrectly unmaximized,
4360         caused by missing flag initialization
4361
4362         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Initialize
4363         top-level private flags correctly.  Patch by Danny Baumann.
4364
4365 2008-05-25  Cody Russell  <bratsche@gnome.org>
4366
4367         Bug 534463 - non-editable GtkTextView should not call
4368         gtk_im_context_focus_in in focus event
4369
4370         * gtk/gtktextview.c: Add checks to see if the textview is
4371         editable.  Patch by Wang Diancheng.
4372
4373 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4374
4375         Bug 501730 – use GSlice for small allocs
4376
4377         * gtk/gtkmenuitem.c:
4378         * gtk/gtkmenu.c: Use the slice allocator for small allocations.
4379         Patch by Christian Persch.
4380         
4381 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4382
4383         Bug 523930 – sort -> search in gtktreeview.c
4384
4385         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Fix a doc
4386         glitch, pointed out by Björn Lindqvist.
4387
4388 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4389
4390         Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
4391
4392         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix
4393         doc glitch, pointed out by Christian Persch.
4394
4395 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4396
4397         Bug 534694 – Col id in GtkListStore could be out of range
4398
4399         * gtk/gtkliststore.c (list_store_start_element): Fix up error handling
4400         a bit. Pointed out by Jan Arne Petersen.
4401
4402 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4403
4404         Bug 532497 – Configure problem when cross-compiling
4405
4406         * configure.in: Use AC_CHECK_TOOLS to find C++ compiler, 
4407         pointed out by Marko Lindqvist.
4408
4409 2008-05-25  Richard Hult  <richard@imendio.com>
4410
4411         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
4412         Slight coding style cleanup.
4413
4414 2008-05-25  Tristan Van Berkom <tvb@gnome.org>
4415
4416         * gtk/gtkbuilderprivate.h, gtk/gtkbuilder.h, gtk/gtkbuilderparser.c:
4417         Added support for parsing required toolkit versions (so that ui descriptions
4418         can target specific versions of the backend widget libraries) bug 527612.
4419
4420         * gtk/docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
4421         for the added xml tags to the ui description.
4422
4423         * tests/buildertest.c: Enhanced pango attribute tests, Added tests
4424         for requires tag handling.
4425
4426 2008-05-25  Richard Hult  <richard@imendio.com>
4427
4428         * gtk/gtkdnd-quartz.c: (gtk_drag_drop_finished): Run
4429         gtk_drag_source_info_destroy in an idle, workaround for bug
4430         #501588, that makes any code that uses the context returned from
4431         gtk_drag_begin() crash, like treeview/iconview dnd.
4432         (GdkDragSourceOwner::provideDataForType): only use the data if we
4433         got any.
4434
4435 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4436
4437         * gtk/gtkfilechooserdefault.c: (create_file_list): Add GDK_ACTION_MOVE
4438         to the drag actions to allow trash (#137717).
4439
4440 2008-05-25  Josselin Mouette  <joss@malsain.org>
4441
4442         reviewed by: Matthias Clasen
4443
4444         * gtk/gtksearchenginetracker.c: (_gtk_search_engine_tracker_new):
4445         check that tracker is actually working before using it. Fixes
4446         bug #479197.
4447
4448 2008-05-25  Sven Neumann  <sven@gimp.org>
4449
4450         * gtk/gtkdrawingarea.c (gtk_drawing_area_realize)
4451         (gtk_drawing_area_size_allocate): respect the GTK_NO_WINDOW flag
4452         and don't create an output window if it is set.
4453
4454         * gtk/gtkprintunixdialog.c: set the GTK_NO_WINDOW flag for the
4455         drawing areas. Fixes bug #519317.
4456
4457 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4458
4459         * gtk/gtkentry.c: (gtk_entry_class_init), (get_text_area_size),
4460         (gtk_entry_get_text_area_size), (gtk_entry_draw_frame):
4461         * gtk/gtkentry.h:
4462         * gtk/gtkspinbutton.c: (gtk_spin_button_class_init),
4463         (gtk_spin_button_realize), (gtk_spin_button_size_allocate),
4464         (gtk_spin_button_expose), (gtk_spin_button_draw_arrow),
4465         (gtk_spin_button_enter_notify), (gtk_spin_button_leave_notify),
4466         (gtk_spin_button_grab_notify), (gtk_spin_button_state_changed),
4467         (start_spinning), (gtk_spin_button_button_release),
4468         (gtk_spin_button_motion_notify), (gtk_spin_button_value_changed),
4469         (gtk_spin_button_get_text_area_size), (gtk_spin_button_real_spin),
4470         (gtk_spin_button_update): Reorder strange window hierarchy of the
4471         GtkSpinButton (#466000).
4472
4473 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4474
4475         * gtk/gtklabel.c: (get_layout_location): Subtract logical.x from x to
4476         fix the wrong position for right and center justified labels with
4477         logical.x > 0 (#530255).
4478
4479 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4480
4481         * gtk/gtkfilechooserdefault.c:
4482         (shortcuts_activate_volume_mount_cb): Ignore G_IO_ERROR_FAILED_HANDLED
4483         errors (#532262).
4484
4485 2008-05-25  Björn Lindqvist  <bjourne@gmail.com>
4486
4487         * tests/pixbuf-lowmem.c
4488         * tests/pixbuf-random.c
4489         * tests/pixbuf-randomly-modified.c
4490         * tests/pixbuf-read.c
4491         * tests/pixbuf-threads.c
4492         * tests/testgtk.c
4493         * tests/testtreeview.c: Fix remaining compiler warnings in these
4494         files (#523751).
4495
4496 2008-05-25  Jaap A. Haitsma  <jaap@haitsma.org>
4497
4498         reviewed by: Matthias Clasen
4499
4500         * gtk/Makefile.am:
4501         * gtk/gtk.h:
4502         * gtk/gtk.symbols:
4503         * gtk/gtkshow.c: (gtk_show_uri):
4504         * gtk/gtkshow.h:
4505         Add gtk_show_uri to make showing uris really easy. Fixes bug #514396
4506
4507 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4508
4509         * gtk/gtkliststore.c: (list_store_text): Use type of the correct
4510         column (#529535).
4511         * tests/buildertest.c: (test_list_store): Add test.
4512
4513 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
4514
4515         Bug 520989 – icon factory buildable too strict
4516
4517         * gtk/gtkiconfactory.c (icon_source_start_element): Make filename
4518         an optional attribute.
4519
4520 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
4521
4522         Bug 387972 – gtkassistant drawing problem
4523
4524         * gtk/gtkassistant.c (gtk_assistant_size_allocate): Make 
4525         GtkAssistant work better in glade. 
4526
4527 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
4528
4529         * gtk/gtktoolbar.c: (gtk_toolbar_class_init): Change defaults of child
4530         properties "expand" and "homogeneous" from TRUE to FALSE (as they are
4531         used in GtkToolItem) (#532787).
4532
4533 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
4534
4535         * gtk/gtkfilechooserdefault.c: (location_toggle_popup_handler): Don't
4536         try to toggle the visibility of the location entry field in search and
4537         recent mode (#526422).
4538
4539 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
4540
4541         * gtk/gtkfilechooserdefault.c: (shortcuts_query_tooltip_cb),
4542         (shortcuts_list_create): Show parse name as tooltip for path
4543         shortcuts (#137503).
4544
4545 2008-05-24  Björn Lindqvist  <bjourne@gmail.com>
4546
4547         * gdk/gdkcolor.c (gdk_color_parse): Update docstring to match
4548         pango_color_parse, do not reference XParseColor forms (#434991).
4549
4550 2008-05-24  James Sharpe <jsharpe@gnome.org>
4551
4552         * gdk/gdk.symbols: Remove duplicate
4553         gdk_window_redirect_to_drawable and gdk_window_remove_redirection
4554         * gtk/gtk.symbols: Remove duplicate gtk_widget_get_snapshot
4555         
4556 2008-05-23  Hans Breuer  <hans@breuer.org>
4557
4558         * **/makefile.msc gtk/makefile.msc.in : updated
4559         * gtk/gtkwidget.c : fix c99ism (variable at start of block
4560         * gdk/gdk.symbols gtk/gtk.symbols : export functions for window 
4561         redirection
4562         * gtk/gtkfilechooserdefault.c : #include <locale.h> for 
4563         setlocale(LC_ALL, ...)
4564
4565 2008-05-23  Tor Lillqvist  <tml@novell.com>
4566
4567         * gdk/gdk.symbols: Add gdk_window_redirect_to_drawable and
4568         gdk_window_remove_redirection.
4569
4570         * gdk/win32/gdkwindow-win32.c (_gdk_window_new)
4571         (_gdk_window_reparent): Rename to adapt to the offscreen rendering
4572         changes. Remove now unnecessary parameter checks as the caller
4573         does that already.
4574
4575         * gtk/gtk.symbols: Add gtk_widget_get_snapshot.
4576
4577 2008-05-23  Tor Lillqvist  <tml@novell.com>
4578
4579         * gdk/win32/gdkwindow-win32.c (update_style_bits): Don't do
4580         anything if style doesn't change. Improve debugging output.
4581
4582 2008-05-23  Michael Natterer  <mitch@gimp.org>
4583
4584         * perf/widgets.h
4585         * tests/print-editor.c
4586         * tests/prop-editor.h
4587         * tests/testmountoperation.c
4588         * tests/testmultidisplay.c
4589         * tests/testnouiprint.c
4590         * tests/testprint.c
4591         * tests/testprintfileoperation.h
4592         * tests/testtreesort.c
4593         * tests/textbuffertest.c: include <gtk/gtk.h> instead of single
4594         files. Remove some redundant includes.
4595
4596 2008-05-22  Hiroyuki Ikezoe  <poincare@ikezoe.net>
4597
4598         * gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
4599         GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).
4600
4601 2008-05-21  Richard Hult  <richard@imendio.com>
4602
4603         * gdk/quartz/gdkwindow-quartz.c:
4604         (_gdk_window_new), (_gdk_window_reparent): Renamed to adapt to the
4605         offscreen rendering changes, fixes build.
4606
4607 2008-05-21 21:10:15  Tim Janik  <timj@imendio.com>
4608
4609         * gtk/gtkwidget.h: added GdkRectangle *clip_rect to gtk_widget_get_snapshot().
4610
4611         * gtk/gtkwidget.c: clip the returned snapshot pixmap to clip_rect.
4612         return snapshot pixmap coordinates widget relative in *clip_rect.
4613
4614         * tests/testgtk.c: fixed bogus NULL pointer unref.
4615
4616 2008-05-21 21:04:28  Tim Janik  <timj@imendio.com>
4617
4618         * gtk/gtkwidget.c gtk_widget_get_snapshot(): grow snapshot area from
4619         widget's allocation to cover extra widget windows placed outside the
4620         widget allocation (spinbutton arrows are the prime example for this).
4621
4622 2008-03-18 10:49:20  Tim Janik  <timj@imendio.com>
4623
4624         * Applied pixmap redirection patch by Alexander Larsson with
4625         various updates from:
4626         Bug 318807 – Offscreen windows and window redirection.
4627
4628
4629         Updates:
4630
4631         * updated docs to mention "Since 2.16".
4632
4633         * tests/testgtk.c: fixed snapshooting pixmap leak.
4634         convert pixmap to pixbuf after snapshooting, to compensate for different
4635         bit depths (occurs when snapshooting ARGB visuals and displaying the
4636         pixmap in an RGB visual).
4637
4638         * gdk/gdkwindow.[hc]: made GdkWindowRedirect private.
4639
4640         * gdk/gdkwindow.c: removed damage idle handler, there's no aparent
4641         need for it. enqueue damage notification as GDK_DAMAGE events
4642         for each painting redirection at the start of the event queue.
4643         consider windows with a redirection fully visible when invalidating,
4644         and when updating from backing store. cleaned up stale variables.
4645
4646         * gdk/gdkevents.c: added _gdk_event_queue_prepend().
4647
4648         * gtk/gtkwidget.c: fixed coordinates for !NO_WINDOW widgets in
4649         gtk_widget_get_snapshot; this fixes garbage snap offsets for gammacurve,
4650         tree, drawingarea, text, handlebox, etc.
4651         clip the redirected window hierarchy to window sizes, the visible
4652         rectangles don't need to be taken into account here.
4653         extended snapshooting docs to recommend gdk_pixbuf_get_from_drawable()
4654         in case pixmap visuals could mismatch.
4655
4656         * gdk/x11/gdkwindow-x11.c: removed _gdk_windowing_window_get_visible_rect().
4657
4658
4659         Base patch:
4660
4661         * tests/testgtk.c: add a "Snapshot" test to demonstrate snapshooting
4662         of possibly obscured widgets into an offscreen pixmap.
4663
4664         * gtk/gtkwidget.[hc]: add GtkWidget::damage-event signal, add
4665         gtk_widget_get_snapshot() to render a widget's contents to a GdkPixmap.
4666
4667         * gtk/gtkmain.c: dispatch GDK_DAMAGE events.
4668
4669         * gdk/gdkwindow.c: moved outer gdk_window_new() and gdk_window_reparent()
4670         implementations here, adapted them to propagate redirects to child windows.
4671         gdk_window_end_paint(): copy repainted window contents to redirection pixmap,
4672         clipped to visible region. queue GDK_DAMAGE event delivery.
4673         gdk_window_redirect_to_drawable(): install window painting redirection.
4674         gdk_window_remove_redirection(): remove previously installed redirection.
4675
4676         * gdk/x11/gdkwindow-x11.c: added _gdk_windowing_window_get_visible_rect(),
4677         renamed _gdk_window_new() and _gdk_window_reparent().
4678
4679         * gdk/gdkwindow.h: added GdkWindowRedirect* to GdkWindowObject, export
4680         gdk_window_redirect_to_drawable() and gdk_window_remove_redirection().
4681
4682         * gdk/gdkevents.h: added GDK_DAMAGE event type.
4683
4684         * gdk/gdkevents.c: extract time and state from GDK_DAMAGE events.
4685
4686         * gdk/gdkinternals.h: added internal prototypes.
4687
4688 2008-05-21  Michael Natterer  <mitch@imendio.com>
4689
4690         * gtk/gtkalignment.c
4691         * gtk/gtkarrow.c
4692         * gtk/gtkbbox.c
4693         * gtk/gtkcalendar.c
4694         * gtk/gtkscrolledwindow.c: remove PROP_LAST enum values.
4695
4696 2008-05-20  Matthias Clasen  <mclasen@redhat.com>
4697
4698         RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size
4699         was chosen
4700
4701         Patch by Marek Kasik.
4702
4703         * gtk/gtk.symbols:
4704         * gtk/gtkprinter.[hc]: Add gtk_printer_get_default_page_size.
4705         
4706         * gtk/gtkprintbackend.[hc]: Add fallback implementation.
4707
4708         * modules/printbackends/file/gtkprintbackendfile.c:
4709         * modules/printbackends/cups/gtkprintbackendcups.c: Implement
4710         get_default_page_size.
4711
4712         * gtk/gtkpagesetupunixdialog.c: When selecting a different printer,
4713         select its default paper size.
4714
4715         * gtk/gtkprintunixdialog.c: If no explicit page setup has been set,
4716         use the printer default.
4717
4718         * gtk/gtkprintoperation-unix.c: Don't create an empty page setup
4719         if we don't have a default page setup.
4720
4721 2008-05-20  Gian Mario Tagliaretti  <gianmt@gnome.org>
4722
4723         * gtk/gtkdnd.c: (gtk_drag_set_icon_pixmap): Fix the docs, the mask param
4724         can accept NULL for none. Fixes bug #533920.
4725
4726 2008-05-20  Björn Lindqvist  <bjourne@gmail.com>
4727
4728         * gtk/gtkspinbutton.c: (gtk_spin_button_snap,
4729         gtk_spin_button_update): Remove two chunks of duplicated
4730         code (#533733).
4731
4732 2008-05-20 14:27:34  Tim Janik  <timj@imendio.com>
4733
4734         * reverted recent unapproved changes by Yair Hershkovitz,
4735         regarding: Bug 503071 – Application direction changes to right
4736         to left even if theres no translation.
4737
4738 2008-05-19  Richard Hult  <richard@imendio.com>
4739
4740         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_hide),
4741         (gdk_window_fullscreen), (gdk_window_unfullscreen): Use
4742         SetSystemUIMode instead of hiding and showing the menubar.
4743
4744 2008-05-19  Federico Mena Quintero  <federico@novell.com>
4745
4746         http://bugzilla.gnome.org/show_bug.cgi?id=322298 - Save dialog
4747         can't be resized until you expand the "Browse for other folders"
4748         section.
4749
4750         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
4751         Removed the "get_resizable" method.
4752         (_gtk_file_chooser_embed_get_resizable): Removed.
4753
4754         * gtk/gtkfilechooserembed.c: Removed the _get_resizable() machinery.
4755
4756         * gtk/gtkfilechooserdefault.c: Likewise.
4757
4758         * gtk/gtkfilechooserdialog.c
4759         (file_chooser_widget_default_size_changed): Act as if the dialog
4760         were always resizable.
4761
4762 2008-05-19  Michael Natterer  <mitch@imendio.com>
4763
4764         * gtk/gtkcellrenderer.c
4765         * gtk/gtkcellrendererpixbuf.c
4766         * gtk/gtkcellrenderertoggle.c
4767         * gtk/gtkimagemenuitem.c
4768         * gtk/gtkmenutoolbutton.c
4769         * gtk/gtkoptionmenu.c
4770         * gtk/gtkstatusbar.c
4771         * gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP.
4772
4773 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
4774
4775         * gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to
4776         g_disable_setlocale().
4777
4778 2008-05-17  Richard Hult  <richard@imendio.com>
4779
4780         * gdk/quartz/gdkwindow-quartz.c:
4781         (gdk_window_impl_quartz_invalidate_maybe_recurse):
4782         (gdk_window_quartz_update_idle): Use gdk_threads_add_idle instead
4783         of g_idle_add. Add a temporary check if the window is already in
4784         the updates list, since update_area currently doesn't always match
4785         the backend's state, see bug #530801.
4786
4787 2008-05-13  Tor Lillqvist  <tml@novell.com>
4788
4789         Bug 496958 - Wacom Bamboo doesn't function with GTK apps in Win32
4790
4791         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
4792         the "packet rate" of devices to zero instead of 50. This is
4793         reported to help significantly with Wacom tablet behaviour in GIMP
4794         and Inkscape. Patch from Thomas Bleeker.
4795
4796 2008-05-12  Richard Hult  <richard@imendio.com>
4797
4798         * gdk/quartz/gdkevents-quartz.c:
4799         * gdk/quartz/gdkquartz.h: Remove special casing of menu key events
4800         as it's no longer necessary; instead the added quartz API to get
4801         the nsevent from an event should be used. Also move the global
4802         filter up so it's done before the check for window-less events.
4803
4804 2008-05-12  Tor Lillqvist  <tml@novell.com>
4805
4806         Bug 532558 - Cannot build dll when using separate builddir
4807
4808         * gdk/Makefile.am
4809         * gtk/Makefile.am: .def file belongs in $(srcdir). Patch by Marko
4810         Lindqvist.
4811
4812 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
4813
4814         * gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();
4815
4816 2008-05-12  Tor Lillqvist  <tml@novell.com>
4817
4818         Bug 532059 - Leak in win32 clipboard manipulation
4819
4820         * gdk/win32/gdkselection-win32.c
4821         (gdk_win32_selection_add_targets): Plug memory leak. Patch by
4822         Daniel Atallah.
4823
4824 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
4825
4826         * gtk/gtkmain.c: call g_i18n_init() in gettext_initialization(). do
4827         gettext_initialization only once.
4828
4829         *  gtk/gtkbuilderparser.c: use glib i18n api. removed dpgettext() as it
4830         duplicates g_dpgettext() and added _g_dpgettext() to wrap g_dpgettext 
4831         with the extended functionality that was in the removed dpgettext().
4832
4833         * gtk/gtkaccellabelc:
4834         * gtk/gtkstock.c:
4835         * gtk/gtkimmulticontext.c:
4836         * gtk/gtkactiongroup.c:
4837         * gtk/gtkintl.h: use glib i18n api.
4838
4839 2008-05-08  Richard Hult  <richard@imendio.com>
4840
4841         * gdk/quartz/gdkgeometry-quartz.c (gdk_window_scroll): Move the
4842         currently invalidated region. Fixes bug #532048, patch by Yevgen
4843         Muntyan.
4844
4845 2008-05-08  Richard Hult  <richard@imendio.com>
4846
4847         * gdk/quartz/gdkeventloop-quartz.c (poll_func): Only set the fake
4848         fd's revents, not the first one. Fixes bug #531056, spotted by
4849         Yevgen Muntyan.
4850
4851 2008-05-07  Tor Lillqvist  <tml@novell.com>
4852
4853         * gtk-zip.sh.in: Add gtk-update-icon-cache.exe and more man pages
4854         to the dev zipfile.
4855
4856 2008-05-05  Matthias Clasen  <mclasen@redhat.com>
4857
4858         Apply a patch by Marek Kasik <mkasik@redhat.com> to display
4859         more printer status information in the print dialog. 
4860
4861         * modules/printbackends/cups/gtkprintbackendcups.c: Translate
4862         printer-state-reasons into suitable messages and icons.
4863
4864         * gtk/stock-icons/16/gtk-print-error.{svg,png}:
4865         * gtk/stock-icons/16/gtk-print-report.{svg,png}:
4866         * gtk/stock-icons/16/gtk-print-warning.{svg,png}:
4867         * gtk/Makefile.am: 
4868         * gtk/gtkiconfactory.c:
4869         * gtk/gtkstock.h: New stock icons to display printer state.
4870
4871 2008-05-07  Michael Natterer  <mitch@imendio.com>
4872
4873         * gdk/gdkinternals.h
4874         * gdk/gdkevents.c
4875         * gdk/directfb/gdkevents-directfb.c
4876         * gdk/quartz/gdkevents-quartz.c
4877         * gdk/win32/gdkevents-win32.c
4878         * gdk/x11/gdkevents-x11.c (_gdk_windowing_event_data_copy):
4879         order parameters src,dest and make src const.
4880
4881 2008-05-06  Richard Hult  <richard@imendio.com>
4882
4883         * gdk/gdkevents.c: (gdk_event_copy), (gdk_event_free):
4884         * gdk/gdkinternals.h: Add private backend data to events, and
4885         handle it when copying/freeing events. Currently only needed in
4886         the quartz backend.
4887
4888         * gdk/directfb/gdkevents-directfb.c:
4889         * gdk/quartz/gdkevents-quartz.c:
4890         * gdk/win32/gdkevents-win32.c:
4891         * gdk/x11/gdkevents-x11.c: (_gdk_windowing_event_data_copy)
4892         (_gdk_windowing_event_data_free): Add stubs for X11, win32 and
4893         directfb. Implement for quartz. Part of fixing bug #473822.
4894
4895 2008-05-05  Richard Hult  <richard@imendio.com>
4896
4897         * gdk/quartz/gdkmain-quartz.c (_gdk_windowing_init): Initalize
4898         framework if there is one.
4899
4900 2008-05-05  Michael Natterer  <mitch@imendio.com>
4901
4902         * gtk/gtkcellrenderercombo.h
4903         * gtk/gtkcellrendererspin.h
4904         * gtk/gtkfilechooserbutton.h: style cleanups for the sake of
4905         consistency.
4906
4907         * gtk/gtkfilechooserdialog.h
4908         * gtk/gtkfilechooserwidget.h
4909         * gtk/gtkscalebutton.h: reorder instance and class structs to be
4910         in canonical order.
4911
4912 2008-05-04  Richard Hult  <richard@imendio.com>
4913
4914         * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Check if
4915         gdk_unicode_to_keyval() worked before using the result. Makes
4916         function keys work, bug #530156. Also add F16 to the function key
4917         map.
4918
4919 2008-05-04  Richard Hult  <richard@imendio.com>
4920
4921         * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Remove stray
4922         semicolon after if statement. Fixes bug #530963, patch from Yevgen
4923         Muntyan.
4924
4925 2008-05-02  Michael Natterer  <mitch@imendio.com>
4926
4927         * gtk/gtk.h: add 15 files that were missing (they all got included
4928         indirectly by including gtk.h, so should have been here in the
4929         first place).
4930
4931 2008-05-02  Michael Natterer  <mitch@imendio.com>
4932
4933         * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
4934
4935 2008-05-01  Richard Hult  <richard@imendio.com>
4936
4937         * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
4938         Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
4939
4940 2008-05-01  Matthias Clasen  <mclasen@redhat.com>
4941
4942         * modules/imput/imthai.c: Register the right translation domain.
4943
4944 2008-04-30  Matthias Clasen  <mclasen@redhat.com>
4945
4946         Bug 529386 – Printing options hidden by blacklisted option
4947
4948         * modules/printbackend/cups/gtkprintbackendcups.c
4949         (cups_printer_get_options): Fix the blacklist handling. 
4950         Patch by Marek Kašík.
4951         
4952 2008-04-30  Richard Hult  <richard@imendio.com>
4953
4954         * gdk/quartz/GdkQuartzView.c: Simplify check for zero sized expose
4955         area.
4956
4957 2008-04-30  Richard Hult  <richard@imendio.com>
4958
4959         * gdk/quartz/gdkevents-quartz.c: (_gdk_events_queue): Don't send
4960         nsevents with the gdk lock held, fixes deadlock when doing manual
4961         window resizing with threading enabled.
4962
4963 2008-04-30  Richard Hult  <richard@imendio.com>
4964
4965         * gdk/quartz/gdkevents-quartz.c:
4966         (get_keyboard_modifiers_from_ns_event), (create_key_event): Map
4967         Alt to Alt and Cmd to Meta. This is not only more logical but also
4968         makes it easier to have Mac-like behavior.
4969
4970 2008-04-25  Björn Lindqvist  <bjourne@gmail.com>
4971
4972         * gtk/gtkentry.c: (gtk_entry_expose) Use existing window size when
4973         painting the flat box instead of recalculating it. (#437493,
4974         Ricardo Cruz)
4975
4976 2008-04-25  Michael Emmel  <mike.emmel@gmail.com>
4977
4978         Bug 529841 – incorrect position in directfb 
4979
4980         * gdk/directfb/gdkwindow-directfb.c: fix y = abs_x 
4981
4982 2008-04-25  Johan Dahlin  <jdahlin@async.com.br>
4983
4984         * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>
4985
4986 2008-04-25  Michael Natterer  <mitch@imendio.com>
4987
4988         * gtk/gtkprintcontext.h: include <pango/pango.h> instead of
4989         <pango/pango-layout.h>.
4990
4991         * gtk/gtkiconfactory.c
4992         * gtk/gtkimmodule.c
4993         * gtk/gtkmain.c
4994         * gtk/gtkmodules.c
4995         * gtk/queryimmodules.c: remove inclusion of single files from
4996         pango, none of them was actually needed.
4997
4998         * modules/input/gtkimcontextime.c: include <pango/pango.h> instead of
4999         <pango/pango-utils.h>.
5000
5001 2008-04-25  Michael Natterer  <mitch@imendio.com>
5002
5003         * gdk/gdkfont.h: include <pango/pango.h> instead of
5004         <pango/pango-font.h>.
5005
5006 2008-04-25  Michael Natterer  <mitch@imendio.com>
5007
5008         * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
5009         <gdk/gdkscreen.h>.
5010
5011 2008-04-21  Michael Natterer  <mitch@imendio.com>
5012
5013         * gtk/gtkselection.c: add tons of g_return_if_fail() instead of
5014         crashing when NULL pointers get passed.
5015
5016 2008-04-18  Michael Natterer  <mitch@imendio.com>
5017
5018         * gtk/gtkenums.h: move a few '{' to their own lines so all enums
5019         here have the same style.
5020
5021 2008-04-18  Michael Natterer  <mitch@imendio.com>
5022
5023         * gtk/gtkicontheme.h
5024         * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
5025         <gdk/gdkscreen.h>.
5026
5027         * gtk/gtkbuilderparser.c
5028         * gtk/gtklinkbutton.c
5029         * gtk/gtkpreview.c
5030         * gtk/gtkrecentchooserdefault.c
5031         * gtk/gtkrecentchoosermenu.c
5032         * modules/input/gtkimcontextthai.c: remove inclusion of single
5033         files from gdk, none of the includes was actually needed.
5034
5035 2008-04-18  Michael Natterer  <mitch@imendio.com>
5036
5037         * gdk/gdk.h: reorder one include so they are all alphabetical.
5038
5039 2008-04-18  Michael Natterer  <mitch@imendio.com>
5040
5041         * modules/printbackends/cups/gtkprintercups.[ch]
5042         (gtk_printer_cups_get_ppd_name): change return value and local
5043         variable to const gchar* to fix warning about discarding const
5044         qualifier.
5045
5046 2008-04-18  Emmanuele Bassi  <ebassi@gnome.org>
5047
5048         * gtk/gtkrecentmanager.c:
5049         (gtk_recent_manager_set_filename): Keep the default storage
5050         file in $HOME, as we don't have a migration code in place yet.
5051
5052 2008-04-18  Michael Natterer  <mitch@imendio.com>
5053
5054         * gtk/gtkrecentmanager.c (gtk_recent_manager_clamp_to_age):
5055         g_strfreev() the uris returned by g_bookmark_file_get_uris().
5056
5057 2008-04-17  Michael Natterer  <mitch@imendio.com>
5058
5059         * gtk/gtkiconfactory.c (get_default_icons): register the
5060         GTK_STOCK_PAGE_SETUP icon.
5061
5062 2008-04-17  Michael Natterer  <mitch@imendio.com>
5063
5064         * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
5065         g_return_if_fail(tooltips != NULL);
5066
5067 2008-04-16  Tristan Van Berkom <tvb@gnome.org>
5068
5069         * gtk/gtkwindow.c: Chain up in buildable_finish()
5070
5071         * gtk/gtkbuilder.c: _gtk_builder_get_absolute_filename() handle
5072         cases where g_path_get_dirname() returns "."
5073
5074         * docs/reference/gtk/tmpl/gtklabel.sgml, 
5075         docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
5076         for the <attributes> tags on GtkLabel
5077
5078 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
5079
5080         * gtk/gtkrecentmanager.c:
5081         (gtk_recent_manager_real_changed): Fix last commit, and
5082         complete the gtk-recent-files-max-age semantics: if the
5083         property is set to 0 then purge the list.
5084
5085 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
5086
5087         Bug 488507 – boundless growth of .recently-used.xbel file
5088         slows down applications
5089
5090         * gtk/gtkrecentmanager.c:
5091         (gtk_recent_manager_init),
5092         (gtk_recent_manager_real_changed),
5093         (gtk_recent_manager_set_filename),
5094         (gtk_recent_manager_clamp_to_age): Clamp the recently
5095         used resources list by the age of its items, using
5096         the newly added GtkSettings property.
5097
5098         * gtk/gtksettings.c (gtk_settings_class_init): Add the
5099         gtk-recent-files-max-age property, controlling the
5100         maximum age of the items in the recently used resources
5101         list.
5102
5103 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
5104
5105         * gtk/gtkrecentmanager.c:
5106         (gtk_recent_manager_add_item_query_info),
5107         (gtk_recent_manager_add_item): Emit the ::changed signal
5108         at the end of the asynchronous MIME type query.
5109
5110 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
5111
5112         Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel
5113         every 5 seconds
5114
5115         * gtk/gtkrecentmanager.c: Use GFileMonitor to check for
5116         changes in the recently used resources storage file, and
5117         drop the timeout-based poll.
5118
5119         * ChangeLog: Fix attribution of the patch of the previous
5120         commit.
5121
5122 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
5123
5124         Bug 506062 – gtk_recent_manager_add_item does not detect mime
5125         type on Windows
5126
5127         * configure.in: Depend on gio-2.0
5128
5129         * gtk/gtkrecentmanager.c:
5130         (gtk_recent_manager_add_item_query_info_cb),
5131         (gtk_recent_manager_add_item): Use GIO to (asynchronously)
5132         query the MIME type of the passed URI (based on a patch by
5133         Armin Burgmeier)
5134
5135 2008-04-11  Carlos Garnacho  <carlos@imendio.com>
5136
5137         * gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current
5138         page to visited page list instead of next current page. (#527466,
5139         patch by Marcus Brinkmann)
5140
5141 2008-04-11  Tristan Van Berkom <tvb@gnome.org>
5142
5143         * gtk/gtklabel.c: Added <attributes> / <attribute>
5144         custom tags to parse pango attributes into labels (#527486).
5145
5146         * tests/buildertest.c: Added tests for GtkLabel custom
5147         tag parsing.
5148
5149 2008-04-10  Carlos Garnacho  <carlos@imendio.com>
5150
5151         * gtk/gtknotebook.c (hide_drag_window): Do not call
5152         gtk_widget_set_parent_window(), using widget->window instead of NULL
5153         to unset is the wrong thing, and gtk_widget_unparent() will already 
5154         take care of this (#467698, patch by Sébastien Granjoux)
5155
5156 2008-04-08  Tor Lillqvist  <tml@novell.com>
5157
5158         * demos/gtk-demo/builder.c (quit_activate, about_activate): Mark
5159         these functions with G_MODULE_EXPORT.
5160
5161 2008-04-08  Tomas Bzatek  <tbzatek@redhat.com>
5162
5163         * gtk/gtkfilesystem.c: (gtk_file_info_render_icon),
5164         (gtk_file_system_volume_render_icon):
5165         Fix fallback icon rendering size
5166
5167 2008-04-08  Michael Natterer  <mitch@imendio.com>
5168
5169         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): fix a
5170         touchscreen-mode keynav corner case: when navigating to the parent
5171         menu, make sure we don't close two menus at the same time in case
5172         the deepest open menu has no selectable items.
5173
5174 2008-04-06  Tristan Van Berkom <tvb@gnome.org>
5175
5176         * gtk/gtkwidget.c: Clarified a g_warning message regarding
5177         parsing accelerators from builder files.
5178
5179 2008-04-03  Cody Russell  <bratsche@gnome.org>
5180
5181         * gtk/gtkprintoperation-win32.c: Fix variable declared in the middle
5182         of the block. (#526021, reported by Kazuki IWAMOTO)
5183
5184 2008-04-03  Tor Lillqvist  <tml@novell.com>
5185
5186         Bug 330743 - Up/down spinbuttons won't take zeros and exhibit very
5187         strange behavior
5188
5189         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text) [Win32]: Add
5190         workaround for a specific kind of screwed up locale setting.
5191
5192 2008-04-02  Matthias Clasen  <mclasen@redhat.com>
5193
5194         * gdk/x11/gdkcolor-x11.c: Don't call XFreeColormap on foreign
5195         colormaps.  Found by Daniel Berrange.
5196
5197 2008-04-02  Björn Lindqvist  <bjourne@gmail.com>
5198
5199         * tests/autotestfilechooser.c: Cover
5200         GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER action in tests for current
5201         name. (#346058, Joe Halliwell)
5202
5203 2008-04-02  Federico Mena Quintero  <federico@novell.com>
5204
5205         Fix http://bugzilla.gnome.org/show_bug.cgi?id=492134 - The file
5206         chooser incorrectly substitutes and expands a ~ when you type it
5207         in the filename entry.
5208
5209         * gtk/gtkfilesystemunix.c (expand_tilde): Ensure that empty
5210         basenames result in a slash-terminated pathname.
5211         gtk_file_system_unix_parse() is correct, but it was splitting
5212         "/home/username" into path="/home" and file_part="username", which
5213         is not what the caller wants when the entry has just "~" or
5214         "~username".
5215
5216 2008-04-02  Tor Lillqvist  <tml@novell.com>
5217
5218         * gtk/Makefile.am: Don't bother compiling gtksearchenginebeagle.c
5219         and gtksearchenginetracker.c on Windows.
5220
5221         * gtk/gtksearchengine.c: Don't define HAVE_BEAGLE and HAVE_TRACKER
5222         on Windows.
5223
5224 2008-04-01  Cody Russell  <bratsche@gnome.org>
5225
5226         * configure.in: Bump required Cairo to 1.5.2.
5227
5228         * gtk/gtkprintoperation-win32.c: Add support for using the new
5229         cairo_win32_printing_surface for printing.  Also fixed to use
5230         cairo_surface_show_page(). (#488833 and #521178)
5231
5232 2008-03-31  Cody Russell  <bratsche@gnome.org>
5233
5234         * demos/gtk-demo/printing.c (draw_page): Move down each line in         
5235         units of text_height rather than in units of data->font_size.
5236         (totally awesome catch by Dom Lachowicz)
5237
5238 2008-03-28  Richard Hult  <richard@imendio.com>
5239
5240         * gdk/quartz/gdkevents-quartz.c: (gdk_event_translate),
5241         (_gdk_quartz_events_trigger_crossing_events): Defer the generated
5242         event to the mainloop and don't generate one at all if the
5243         toplevel didn't change. Use the actual window and not the toplevel
5244         as event window. These changes make the generated crossing events
5245         match the X11 behavior and fixes issues with e.g. tooltips,
5246         comboboxes and menus.
5247
5248         * gdk/quartz/GdkQuartzView.c: Don't update the tracking rect if
5249         the view has no window, it will be updated as soon as it's put
5250         inside a window.
5251
5252         * gdk/quartz/gdkwindow-quartz.c:
5253         (_gdk_quartz_window_debug_highlight): Make it possible to track
5254         multiple windows with debug highlighting.
5255         (show_window_internal): Remove workaround for tooltips and popups
5256         that is no longer needed with the above changes.
5257
5258 2008-03-26  Federico Mena Quintero  <federico@novell.com>
5259
5260         * gtk/gtkfilechooserentry.c (commit_completion_and_refresh): New
5261         helper function; factored out from the functions that commit the
5262         current suggested autocompletion and that refresh the entry's paths.
5263         (gtk_file_chooser_entry_activate): Use commit_completion_and_refresh().
5264         (_gtk_file_chooser_entry_get_file_part): Likewise.
5265         (_gtk_file_chooser_entry_get_current_folder): Likewise.  This
5266         makes the entry have the correct paths when *not* using any form
5267         of completion (and makes the file chooser work when clicking the
5268         OK button).
5269
5270 2008-03-25  Richard Hult  <richard@imendio.com>
5271
5272         * gdk/quartz/gdkevents-quartz.c:
5273         (_gdk_quartz_events_trigger_crossing_events): Bail out early if we
5274         can't find a matching window.
5275
5276         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Add a
5277         comment, and only trigger an event for non-temp windows, fixes
5278         problems for tooltips caused by the workarounds for the
5279         problematic tracking rect API.
5280
5281 2008-03-25  Richard Hult  <richard@imendio.com>
5282
5283         * gdk/quartz/gdkwindow-quartz.c:
5284         (gdk_window_quartz_process_all_updates): Plug a leak and add a
5285         check that we have a toplevel before accessing it.
5286
5287 2008-03-24  Tor Lillqvist  <tml@novell.com>
5288
5289         Bug 524151 - Dragging of 0-byte files results in an empty filename
5290         on Windows XP and above
5291
5292         * gdk/win32/gdkdnd-win32.c (resolve_link): Check for the file
5293         being empty first. For some reason ISHellLink and IPersistFile
5294         succeeds in interpreting empty files as shortcuts, claiming the
5295         target of the shortcut is an empty path.
5296
5297         Change the function to take the wide character file name that the
5298         caller already has anyway, to avoid a superfluous conversion from
5299         UTF-8 to UTF-16.
5300
5301 2008-03-23  Björn Lindqvist  <bjourne@gmail.com>
5302
5303         * gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Guard
5304         against NULL pointer. (#467051, Gian Mario Tagliaretti)
5305
5306 2008-03-23  Cody Russell  <bratsche@gnome.org>
5307
5308         * gdk/win32/gdkevents-win32.c (show_window_recurse):
5309         Check window state for GDK_WINDOW_STATE_ICONIFIED before doing
5310         ShowWindow (SW_RESTORE).  This fixes a problem where tearing off
5311         menus from a maximized window would force the window to restore
5312         its size. (#518846)
5313
5314 2008-03-23  Johan Dahlin  <johan@gnome.org>
5315
5316         * gtk/gtk-builder-convert:
5317         Properly convert GtkImageMenuItems which use stock labels but don't
5318         have any children.
5319         (#523932, Brian Pepple)
5320         
5321 2008-03-22  Matthew Barnes  <mbarnes@redhat.com>
5322
5323         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_cells):
5324         New function implements GtkCellLayoutClass::get_cells.  (#523787)
5325
5326 2008-03-22  Tor Lillqvist  <tml@novell.com>
5327
5328         Bug 523782 - Leftover call to GDK_THREADS_LEAVE() in gtktoolbar.c
5329
5330         * gtk/gtktoolbar.c (slide_idle_handler): Remove obviously wrong
5331         GDK_THREADS_LEAVE() call. Approved by mclasen.
5332
5333 2008-03-22  Björn Lindqvist  <bjourne@gmail.com>
5334
5335         * gtk/gtkexpander.c (gtk_expander_get_label):
5336         gtk_label_get_label() should be used instead of
5337         gtk_label_get_text(). (#353088, Xan Lopez)
5338
5339 2008-03-21  Tor Lillqvist  <tml@novell.com>
5340
5341         Import the GDI+ gdk-pixbuf loaders for Windows by Dominic
5342         Lachowicz and Alberto Ruiz into the GTK+ tree, from the
5343         gdip-pixbuf-loader module.
5344
5345         * configure.in: Add switch --disable-gdiplus-loaders that disables
5346         building of the GDI+ loaders.
5347
5348         When including loaders in the gdk-pixbuf library, and building
5349         GDI+ loaders, either build in all the GDI+ loaders or none of
5350         them. Use just -DINCLUDE_gdiplus in $INCLUDED_LOADER_DEFINE to
5351         signal building them in.
5352
5353         Add Automake conditionals BUILD_GDIPLUS_LOADERS to indicate
5354         whether the GDI+ loaders should be built and INCLUDE_GDIPLUS to
5355         indicate whether they should be built-in.
5356         
5357         For the rest of the changes, see gdk-pixbuf/ChangeLog.
5358         
5359 2008-03-20  Tor Lillqvist  <tml@novell.com>
5360
5361         * gtk/Makefile.am: Revert accidental change that went in as part
5362         of the commit on 2008-03-18. Do use grep -o. Unbreaks build on
5363         Darwin. On Windows one has to use a newer GNU grep that has -o,
5364         for instance the one from gnuwin32, instead of the oldish one in
5365         MSYS that doesn't have -o.
5366
5367 2008-03-20  Tor Lillqvist  <tml@novell.com>
5368
5369         * tests/testfilechooserbutton.c (chooser_update_preview_cb): Don't
5370         pass NULL for %s to g_message().
5371         (main): Drop unnecessary call to gtk_widget_destroy().
5372
5373 2008-03-20  Tor Lillqvist  <tml@novell.com>
5374
5375         Bug 314084 - GTK+ dialogs should not be placed partially offscreen
5376
5377         * gtk/gtkwindow.c (clamp): New function. Clamps a window position
5378         in one dimension, or centered in case it doesn't fit.
5379         (clamp_window_to_rectangle): Simplify. Call clamp() for x and y
5380         dimensions.
5381
5382 2008-03-18  Tor Lillqvist  <tml@novell.com>
5383
5384         Bug 523225 - modules/input/im*.c: MODULE_ENTRY macros make illegal code
5385         
5386         * modules/input/im*.c: Modify the MODULE_ENTRY macro so the
5387         G_MODULE_ENTRY decoration can be put in a more correct place.
5388
5389 2008-03-18  Sven Neumann  <sven@gimp.org>
5390
5391         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): set
5392         alternative button order on the password dialog.
5393
5394 2008-03-18  Tor Lillqvist  <tml@novell.com>
5395
5396         Bug 99192 - Add --with-include-input-modules
5397
5398         * configure.in: Add --with-included-immodules switch. Handled in a
5399         similar way as the --with-included-loaders switch. For each input
5400         method module foo: Collect the list of input modules to be built
5401         into libgtk into INCLUDED_IMMODULE_OBJ. Collect a list of
5402         -DINCLUDE_IM_foo definitions into INCLUDED_IMMODULE_DEFINE.
5403         Define Automake conditionals INCLUDE_IM_FOO.
5404
5405         * modules/input/Makefile.am: For modules to be included in libgtk,
5406         build a static library.
5407         
5408         * modules/input/im*.c: Use MODULE_ENTRY macros much like in
5409         gdk-pixbuf to get unique names for the functions called by libgtk
5410         in the included case. Use G_MODULE_EXPORT in the non-included case
5411         so that we don't unnecessarily export unneeded random global
5412         symbols on Windows.
5413
5414         * gtk/Makefile.am: Build the included modules and link them into libgtk.
5415
5416         * gtk/gtkimmodule.c: Handle the built-in modules. Remove
5417         copy/paste leftover mentions of "themes" in comments.
5418
5419 2008-03-18  Tor Lillqvist  <tml@novell.com>
5420
5421         * tests/Makefile.am: Build testmountoperation only on Unix for now.
5422
5423 2008-03-17  Christian Kellner  <gicmo@gnome.org>
5424
5425         Implement GtkMountOperation, a subclass of GMountOperation
5426         to be used with gio wherever there is the need to ask the
5427         user for credentials or questions while mounting a volume.
5428         This is bug #522245
5429
5430         * gtk/gtkmountoperation.c:
5431         * gtk/gtkmountoperation.h:
5432         Implement GtkMountOperation.
5433         
5434         * gtk/gtk.h: Add gtkmountoperation.h
5435         * gtk/Makefile.am: Add gtkmountoperation.[hc]
5436         * gtk/gtk.symbols: Add symbols of GtkMountOperation.
5437         * tests/testmountoperation.c: Test program for it.
5438         * tests/Makefile.am: Add testmountoperation.
5439
5440 2008-03-17  Emmanuele Bassi  <ebassi@gnome.org>
5441
5442         * gtk/gtkcontainer.c: Properly document
5443         gtk_container_set_focus_child(). (#521739, Andrew Cowie)
5444
5445 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
5446
5447         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive
5448         style names for the ComboBox thickness style
5449
5450 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
5451
5452         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
5453         * modules/engines/ms-windows/msw_style.c (draw_box) (draw_arrow)
5454         (combo_box_draw_arrow) (setup_msw_rc_style): draw box does more
5455         intelligent separation for the xp theming engine and the classic
5456         theme while drawing the GtkComboBox button.  combobox_draw_arrow
5457         is not used anymore, commented.  The style has been updated to fix
5458         border/thickness glitches in the combobox according to the fixes
5459         commited regarding bug #521442. (bug #461805)
5460
5461 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
5462
5463         * gtk/gtkcombobox.c: (gtk_combo_box_size_allocate) The child is
5464         now aware of both the combobox and frame (if has-frame is set)
5465         thickness and border. (bug #521442)
5466
5467 2008-03-15  Andre Klapper  <a9016009@gmx.de>
5468
5469         * configure.in: Added "si" to ALL_LINGUAS.
5470
5471 2008-03-15  Matthias Clasen  <mclasen@redhat.com>
5472
5473         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
5474         Set window type hint on the search popup.  (#522279, Danny Baumann)
5475
5476 2008-03-15  Matthias Clasen  <mclasen@redhat.com>
5477
5478         * gtk/gtkimcontextsimple.c: Emit preedit_start/_end as
5479         appropriate.  (#521934, Huang Peng)
5480
5481 2008-03-14  Michael Natterer  <mitch@imendio.com>
5482
5483         * gdk/gdkspawn.h
5484         * gtk/gtkbuilderprivate.h
5485         * gtk/gtkfilechoosersettings.c
5486         * gtk/gtksearchenginesimple.c
5487         * gtk/tests/liststore.c
5488         * gtk/tests/treestore.c: remove single-file includes of GLib
5489         headers or replace them by <glib.h> where needed.
5490
5491 2008-03-14  Michael Natterer  <mitch@imendio.com>
5492
5493         * gtk/gtkadjustment.c: coding style cleanup.
5494
5495         (gtk_adjustment_set_property): no need to call g_object_notify()
5496         on the set properties.
5497
5498         Implement GObject::dispatch_properties_changed() and make sure we
5499         emit "changed" when anything but the "value" property changes.
5500
5501 2008-03-14  Tor Lillqvist  <tml@novell.com>
5502
5503         * gdk/win32/gdkevents-win32.c: Drop the support for the
5504         MSH_MOUSEWHEEL message that MSDN says is used only on NT 3.51 and
5505         Win95. Thanks to mitch for noticing this obsolete code.
5506
5507 2008-03-14  Cody Russell  <bratsche@gnome.org>
5508
5509         * examples/scribble-xinput/scribble-xinput.c: Changed
5510         'void int main()' to 'int main()'. (#522211, Liqing Huang)
5511         
5512 2008-03-14  Richard Hult  <richard@imendio.com>
5513
5514         * gdk/quartz/gdkwindow-quartz.c:
5515         (gdk_window_quartz_process_all_updates): Patch from Paul Davis,
5516         only flush the toplevel once per update.
5517
5518 2008-03-13  Federico Mena Quintero  <federico@novell.com>
5519
5520         * gtk/gtkfilechooserentry.c (create_completion_feedback_window):
5521         Set the mouse cursor of the feedback window to invisible, so that
5522         we respect GtkEntry's invisible cursor while typing.
5523
5524 2008-03-13  Federico Mena Quintero  <federico@novell.com>
5525
5526         * gtk/gtkfilechooserentry.c (show_completion_feedback_window): Put
5527         the feedback window at entry_height/2 pixels to the right of the
5528         cursor, for a cheap "M-width / 2" spacing.
5529
5530 2008-03-13  Sven Neumann  <sven@gimp.org>
5531
5532         * gtk/gtkfilechooserdefault.c
5533         * gtk/gtkprintunixdialog.c: set alternative button order for
5534         overwrite confirmation dialogs (bug #522191).
5535
5536 2008-03-13  Sven Neumann  <sven@gimp.org>
5537
5538         * gtk/gtkprintunixdialog.c (add_custom_button_to_dialog)
5539         (overwrite_confirmation_dialog): added some line-breaks for
5540         readability.
5541
5542 2008-03-12  Federico Mena Quintero  <federico@novell.com>
5543
5544         Rework the way completion works in GtkFileChooserEntry.  Fixes
5545         http://bugzilla.gnome.org/attachment.cgi?bugid=314873 - 
5546         Tab completion should work even if the cursor is not at the end of
5547         the entry.
5548
5549         * gtk/gtkfilechooserentry.c: Change the strategy by which we do
5550         completion.
5551
5552         We distinguish between two cases:
5553
5554                 - autocompletion - happens only in the Open modes by
5555                   inserting and selecting the common prefix as you type.
5556
5557                 - explicit completion - happens when you hit Tab.
5558
5559         When some type of completion needs to happen, the entry first
5560         parses its input and sees if it needs to initiate a folder load.
5561         Completion will not happen until the folder finishes loading.
5562
5563         If the folder is already completely loaded, then completion is
5564         performed immediately.  Otherwise, the entry queues a pending
5565         completion and starts loading the new folder (or waits until the
5566         current folder is completely loaded).
5567
5568         Tab completion is allowed to happen even if the cursor is not at
5569         the end of the entry.
5570
5571         There is a new feedback mechanism for explicit completion, so that
5572         you will get an Emacs-like tip whenever there are ambiguities in
5573         completion, no matches, etc.  (This needs to be polished so that
5574         we support RTL entries and all the fancy Pango layout in GtkEntry).
5575
5576         The only remaining thing to fix is the popup suggestion window.
5577         Unfortunately, GtkEntryCompletion does not let us do what we want,
5578         and will need further changes.
5579
5580 2008-03-12  Tor Lillqvist  <tml@novell.com>
5581
5582         Bug 510000 - GtkStatusIcon doesn't reshow after explorer.exe crash
5583
5584         * gtk/gtkstatusicon.c [Win32]: Keep a list of status icons. Check
5585         for the TaskbarCreated message in the window procedure for the
5586         dummy "tray observer" window we create. When we get a
5587         TaskbarCreated message, iterate over the status icons and re-add
5588         them to the task bar, and update them by calling
5589         gtk_status_icon_update_image().
5590
5591         Move some ifdefs around to avoid unused functions.
5592
5593 2008-03-12  Tor Lillqvist  <tml@novell.com>
5594
5595         * config.h.win32.in: Update to match what configure produces.
5596
5597 2008-03-12  Jens Granseuer  <jensgr@gmx.net>
5598
5599         * modules/printbackends/cups/gtkprintbackendcups.c:
5600         (cups_printer_prepare_for_print): Don't define variables in the
5601         middle of a block. (#522067)
5602
5603 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
5604
5605         * gtk/gtkprintunixdialog.c: Add an overwrite confirmation 
5606         dialog for print-to-file.  (#474302, Marek Kašík)
5607
5608 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
5609
5610         * modules/printbackends/cups/gtkprintbackendcups.c: Fix a crash
5611         (#469210, Wouter Bolsterlee)
5612
5613 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
5614
5615         * gtk/gtkpagesetup.c (gtk_page_setup_copy): Don't leak 
5616         paper_size here.  (#488820, Morten Welinder)
5617
5618 2008-03-12  Michael Natterer  <mitch@imendio.com>
5619
5620         * acconfig.h: remove this deprecated file.
5621
5622         * configure.in: added comments to all instances of AC_DEFINE() so
5623         config.h can be completely generated from configure.in.
5624
5625 2008-03-12  Michael Natterer  <mitch@imendio.com>
5626
5627         * modules/printbackends/cups/gtkprintbackendcups.c: include
5628         <glib/gstdio.h> for g_fopen().
5629
5630 2008-03-11  Matthias Clasen  <mclasen@redhat.com>
5631
5632         * modules/printbackends/cups/gtkprintbackendcups.c: Use
5633         g_ascii_formatd when formatting custom paper sizes, since
5634         cups doesn't handle , as decimal separator.  (#521548)
5635
5636 2008-03-11  Tor Lillqvist  <tml@novell.com>
5637
5638         Bug 469868 - Filenames with colon ":" are not saved correctly
5639
5640         * gtk/gtkfilechooserentry.c (insert_text_callback)
5641         (delete_text_callback) [Win32]: New functions to make sure that
5642         colons used otherwise than as a separator after a drive letter, or
5643         characters that are always illegal in file names, are rejected on
5644         input. This means that the GTK+ file chooser can't be used to
5645         input full names of alternate data streams, but oh well. There are
5646         still more checks that could be done on the file names, see the
5647         bug report. But this will do for now.
5648         (_gtk_file_chooser_entry_init) [Win32]: Connect above functions.
5649
5650 2008-03-11  Jordi Mallach  <jordi@sindominio.net>
5651
5652         * configure.in (ALL_LINGUAS): Add ca@valencia (Valencian-Catalan).
5653
5654 2008-03-11  Michael Natterer  <mitch@imendio.com>
5655
5656         * gdk/linux-fb/*: removed linux-fb backend files.
5657
5658         * acconfig.h
5659         * config.h.win32.in
5660         * docs/README.linux-fb
5661         * gtk/Makefile.am: remove remaining traces of linux-fb.
5662
5663         * gtk/gtkwindow-decorate.c: same here. There is some code that
5664         calls into linux-fb to set window move/resize callbacks. I put it
5665         in #if 0 as a reminder because we did use decorated windows with
5666         the DirectFB backend and it did work, so I don't really know why
5667         this code is needed or how it could work with DirectFB back then.
5668         The file does actually compile now if DECORATE_WINDOWS is defined,
5669         but I didn't test with DirectFB to check if it does anything.
5670
5671 2008-03-11  Alberto Ruiz  <aruiz@gnome.org>
5672
5673         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate):
5674         Take thickness into account in the size allocation of the child widgets in
5675         list mode.
5676         Fixes #521442
5677
5678 2008-03-11  Richard Hult  <richard@imendio.com>
5679
5680         * gdk/quartz/gdkwindow-quartz.c: Implement gdk_window_reparent.
5681
5682 2008-03-10  Tor Lillqvist  <tml@novell.com>
5683
5684         * tests/teststatusicon.c (do_exit, popup_menu): Add the
5685         possibility to test what happens if the process just calls exit()
5686         without any orderly cleanup of GTK+.
5687
5688 2008-03-10  Tor Lillqvist  <tml@novell.com>
5689
5690         * gtk/gtktrayicon-win32.c: Remove from SVN, finally.
5691
5692 2008-03-10  Tor Lillqvist  <tml@novell.com>
5693
5694         Bug 520286 - Non-deletable window has no minimize / maximize buttons
5695
5696         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_style_to_string):
5697         New debugging output function that decodes a set of WS_* bits.
5698
5699         * gdk/win32/gdkprivate-win32.h: Declare it.
5700
5701         * gdk/win32/gdkwindow-win32.c (update_single_system_menu_entry):
5702         New function that enables or disables one menu entry in the system
5703         menu of a top-level window. (The corresponding decoration will
5704         then also be enabled or disabled (grayed).)
5705
5706         (update_style_bits): Do as the comment says and don't try to
5707         update the window style based on the GdkWMFunctions set for the
5708         window.
5709                    
5710         (update_system_menu): New function that enables or disables the
5711         system menu entries based on a window's stored set of
5712         GdkWMFunctions.
5713
5714         (gdk_window_set_functions): Call update_system_menu() instead of
5715         update_style_bits().
5716
5717 2008-03-10  Emmanuele Bassi  <ebassi@gnome.org>
5718
5719         * README.in: Reword the 2.14 release notes entry about the
5720         deprecation of the gtkitemfactory.h header, and fix typos
5721         and grammar.
5722
5723 2008-03-08  Alberto Ruiz  <aruiz@gnome.org>
5724
5725         * modules/engines/ms-windows/msw_style.c (draw_shadow):
5726         Do not draw frame if parent if combobox.
5727         (draw_box):
5728         Uses scrollbar width system metrics for combobox button.
5729         Fixes #461805 for XP theme engine.
5730
5731 2008-03-07  Johan Dahlin  <johan@gnome.org>
5732
5733         * gtk/gtkbuilder.c:
5734         * gtk/gtkbuilderparser.c:
5735         * gtk/gtkbuilderprivate.h:
5736         * gtk/gtkiconfactory.c:
5737         * tests/buildertest.c:
5738         - Treat enums like enums and not values
5739         - Avoid invalid free, in case of more than two sources
5740         - Add better error messages
5741         - Add much improved tests
5742         (#520979, Christian Persch)
5743
5744 2008-03-07  Carlos Garnacho  <carlos@imendio.com>
5745
5746         * gtk/gtkiconfactory.c (gtk_icon_factory_buildable_custom_tag_end):
5747         Fix build.
5748
5749 2008-03-06  Federico Mena Quintero  <federico@novell.com>
5750
5751         Fix http://bugzilla.gnome.org/show_bug.cgi?id=505857 -
5752         GtkFileChooserDialog should set a default response button if the
5753         app doesn't set it.  Based on a patch by Chris Wang <chris.wang@sun.com>.
5754
5755         * gtk/gtkfilechooserdialog.c (is_stock_accept_response_id): New
5756         function, refactor from where there was duplicated code.
5757         (gtk_file_chooser_dialog_map): Look at the buttons in our
5758         action_area.  If the response ID for a button is one of the stock
5759         ones, make it the default response button.
5760
5761 2008-03-06  Johan Dahlin  <jdahlin@async.com.br>
5762
5763         * docs/reference/gtk/tmpl/gtkiconfactory.sgml:
5764         * gtk/gtkbuilder.c:
5765         * gtk/gtkbuilderprivate.h:
5766         * gtk/gtkiconfactory.c:
5767         * tests/buildertest.c:
5768         Implement GtkBuildable on GtkIconFactory, to make
5769         it possible to register custom stock icons.
5770         Fixes #517066
5771
5772 2008-03-06  Johan Dahlin  <johan@gnome.org>
5773
5774         Make gtk-doc happy:
5775         
5776         * gtk/gtkstyle.c: npoints->n_points.
5777         * gtk/gtktestutils.h: widget->spinner
5778         * gtk/gtktestutils.c: argc->argcp, argv->argvp
5779
5780 2008-03-06  William Lachance <wrlach@gmail.com>
5781
5782         * gtk/gtkfilechooserdefault.c: Oops, forgot to make the raw "%H:%M" 
5783         string localizable (as it should be). 
5784
5785 2008-03-06  William Lachance <wrlach@gmail.com>
5786
5787         * gtk/gtkfilechooserdefault.c: Don't print "Today at" in front of
5788         the time for today's date. It's redudant. (see bug #410517).
5789
5790 2008-03-06  Xan Lopez  <xan@gnome.org>
5791
5792         * gtk/gtkfixed.c: fix typo in documentation.
5793
5794 2008-03-06  Johan Dahlin  <jdahlin@async.com.br>
5795
5796         * gtk/gtkitemfactory.h:
5797         * gtk/gtktypeutils.h:
5798         Move GtkTranslateFunc to gtktypeutils.h so we can completely
5799         deprecate gtkitemfactory.h. 
5800
5801         * gtk/gtkactiongroup.h:
5802         * gtk/gtkstock.h:
5803         Do not include gtkitemfactory.h directly, instead include gtktypeutils.h
5804
5805         * README.in: 
5806         Add a note describing this slight incompatible change
5807         
5808 2008-03-06  Johan Dahlin  <johan@gnome.org>
5809
5810         * gtk/gtkpreview.h: Avoid double-deprecation.
5811
5812 2008-03-06  Michael Natterer  <mitch@imendio.com>
5813
5814         * gtk/gtk.h
5815         * gtk/Makefile.am: move the remaining deprecated widgets to the
5816         separate sections and replaced spaces by tabs in Makefile.am
5817
5818 2008-03-05  Johan Dahlin  <johan@gnome.org>
5819
5820         * configure.in: Add --disable-cups option.
5821         (#513826, Alberto Ruiz)
5822
5823         * gtk/gtk.h: 
5824         * gtk/Makefile.am:
5825         Separate broken and deprecated sources and headers into different sections
5826
5827         * tests/buildertest.c (test_list_store): Restore accidentally broken test.
5828
5829 2008-03-05  Kristian Rietveld  <kris@imendio.com>
5830
5831         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted):
5832         short-circuit in case an empty root level would be build (and thus
5833         directly destroyed) if no virtual root has been set.
5834
5835 2008-03-04  Matthias Clasen  <mclasen@redhat.com>
5836
5837         * modules/printbackends/cups/gtkprintbackendcups.c: 
5838         Honor cups user default options from ~/.cups/lpoptions
5839         (#469210, Stijn Hoop)
5840
5841 2008-03-04  Michael Natterer  <mitch@imendio.com>
5842
5843         * gtk/gtkcellview.c
5844         * gtk/gtkcolorbutton.c
5845         * gtk/gtkentrycompletion.c
5846         * gtk/gtkfontbutton.c
5847         * gtk/gtkiconview.c
5848         * gtk/gtkobject.c
5849         * gtk/gtkpaned.c
5850         * gtk/gtkpreview.c: don't include "gtksignal.h".
5851
5852         * gtk/gtkfilefilter.c
5853         * gtk/gtkrecentchoosermenu.c
5854         * gtk/gtkrecentfilter.c
5855         * gtk/gtktext.c: don't include "gtkobject.h".
5856
5857 2008-03-04  Simos Xenitellis  <simos@gnome.org>
5858
5859         Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896
5860         - Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
5861         
5862         * gdk/gdkkeysyms.h: Updated file from upstream (using script from 
5863         same directory).
5864         
5865         * gtk/gtkimcontextsimpleseqs.h (gtk_compose_seqs_compact[]): New 
5866         file, contains compose sequences that used to exist in 
5867         gtk/gtkimcontextsimple.c
5868
5869         * gtk/compose-parse.py: Script to generate compose 
5870         sequences from upstream (Xorg).
5871
5872         * gtk/gtkimcontextsimple.c (compare_seq_index, check_compact_table, 
5873         check_algorithmically): New functions. First two search in
5874         gtk_compose_seqs_compact[] for matching compose sequence, third
5875         tries NFC normalisation on incoming compose sequence.
5876         (gtk_im_context_simple_filter_keypress): 
5877         Adds searching with check_compact_table(), check_algorithmically().
5878
5879 2008-03-03  Carlos Garnacho  <carlos@imendio.com>
5880
5881         Fix http://bugzilla.gnome.org/show_bug.cgi?id=417389 - Make the
5882         scrollwheel work in GtkPathBar.
5883
5884         * gtk/gtkpathbar.h (struct _GtkPathBar): New field event_window.
5885
5886         * gtk/gtkpathbar.c (gtk_path_bar_realize): New function.  Create
5887         an input-only window, event_window, which we'll use to capture
5888         scroll events.
5889         (gtk_path_bar_map): Show the event_window under the rest of the
5890         windows, so it will be a catch-all for unhandled events.
5891
5892 2008-03-03  Sven Neumann  <sven@gimp.org>
5893
5894         * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
5895         typo in the documentation of the GtkFileChooserButtons::file-set
5896         signal (see bug #353196).
5897
5898 2008-03-03  Tor Lillqvist  <tml@novell.com>
5899
5900         * gtk-zip.sh.in: Add gail bits. Simplify check for message catalog
5901         location.
5902
5903 2008-03-02  Johan Dahlin  <johan@gnome.org>
5904
5905         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
5906         Remove left-over focus_pad variable.
5907         (#490892, Claudio Saavedra)
5908
5909         * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
5910         (#518166, Matt Kraai)
5911
5912 2008-03-02  Johan Dahlin  <johan@gnome.org>
5913
5914         * docs/tutorial/gtk-tut.sgml: Add a missing space
5915         (#517954, Matt Kraai)
5916
5917 2008-03-03  Tor Lillqvist  <tml@novell.com>
5918
5919         * modules/engines/ms-windows/msw_style.c (draw_box): Check that
5920         the widget is a GtkButton before casting.
5921
5922 2008-03-02  Johan Dahlin  <johan@gnome.org>
5923
5924         * configure.in: Compare using = instead of ==, which is portable.
5925         (#490787, Thomas Klausner)
5926
5927 2008-03-02  Johan Dahlin  <johan@gnome.org>
5928
5929         * tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later,
5930         fixes non-C++ build.
5931         (#496032, Nelson Benitez)
5932
5933 2008-02-29  Johan Dahlin  <johan@gnome.org>
5934
5935         * demos/gtk-demo/demo.ui:
5936         * gtk/gtkbuilderparser.c:
5937         * gtk/gtkbuilderprivate.h:
5938         * gtk/gtkliststore.c:
5939         * tests/buildertest.c:
5940         Add translatable/context and comment attributes on
5941         <col> tags under a GtkListStore. Refactor parts of the
5942         translation api and make it available inside gtk+ itself.
5943         Update tests and example.
5944         Fixes a part of #518642
5945
5946 2008-02-29  Johan Dahlin  <johan@gnome.org>
5947
5948         * gtk/gtkbuilder.c:
5949         Add missing g_return_val_if_fail checks for public API.
5950
5951         * gtk/gtkbuilderparser.c:
5952         * gtk/gtkbuilderprivate.h:
5953         Do not use g_error for a few more errors, instead set
5954         the GError sent in through add_from_file/add_from_string.
5955         * tests/buildertest.c:
5956         Add a couple of new parsing tests.
5957         (#519199, Pavel Syomin)
5958
5959 2008-02-29  Federico Mena Quintero  <federico@novell.com>
5960
5961         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): When
5962         refreshing an existing folder (i.e. when we are about to reload
5963         its file list), turn off the folder's is_finished_loading flag.
5964         Otherwise callers which do ::is_finished_loading() followed by
5965         ::list_children() will get nothing.
5966
5967 2008-02-29  Cody Russell  <bratsche@gnome.org>
5968
5969         * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
5970         say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
5971
5972 2008-02-28  Matthias Clasen  <mclasen@redhat.com>
5973
5974         * gtk/gtkcalendar.h: Remove trailing comma from enum to
5975         make the compiler happy.  (#517295, Sylvain Pasche)
5976
5977 2008-02-27  Michael Natterer  <mitch@imendio.com>
5978
5979         * gtk/gtkmenushell.c
5980         * gtk/gtktable.c
5981         * gtk/gtktext.c
5982         * gtk/gtktipsquery.c
5983         * gtk/gtktoolbar.c
5984         * gtk/gtktreeitem.c
5985         * gtk/gtktreeview.c
5986         * gtk/gtkviewport.c
5987         * gtk/gtkwin32embedwidget.c: remove g_return_if_fail() from
5988         private functions and virtual function implementations.
5989
5990 2008-02-27  Richard Hult  <richard@imendio.com>
5991
5992         * gdk/quartz/GdkQuartzView.c:
5993         * gdk/quartz/GdkQuartzView.h:
5994         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations):
5995         Fix performance regression for borderless transparent windows
5996         with shadow.
5997
5998 2008-02-27  Emmanuele Bassi  <ebassi@gnome.org>
5999
6000         * tests/testgtk.c: Revert back to r19454.
6001
6002 2008-02-27  Sven Neumann  <sven@gimp.org>
6003
6004         * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
6005         Quartz backend, use a native Mac OS X application for the print
6006         preview (bug #518624).
6007
6008 2008-02-26  Michael Natterer  <mitch@imendio.com>
6009
6010         * gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()
6011         the members of info->tag_stack since they are a) gobjects and b)
6012         not even owned by us, ugh... Fixes crash when deserializing fails.
6013
6014 2008-02-26  Sven Neumann  <sven@gimp.org>
6015
6016         * docs/tools/shooter.c (find_toplevel_window)
6017         * docs/tools/widgets.c (find_toplevel_window): fixed signedness of
6018         argument passed to XQueryTree().
6019
6020 2008-02-25  Matthias Clasen  <mclasen@redhat.com>
6021
6022         * gtk/gtksearchenginebeagle.c: Look for libbeagle.so.1 and
6023         don't use beagle_query_add_hit_type.
6024
6025 2008-02-25  Richard Hult  <richard@imendio.com>
6026
6027         * gdk/quartz/gdkevents-quartz.c
6028         (_gdk_quartz_events_trigger_crossing_events): Fix build on tiger.
6029
6030 2008-02-24  Richard Hult  <richard@imendio.com>
6031
6032         * gdk/quartz/GdkQuartzWindow.c: Prevent hidden windows from being
6033         shown without gdk's control when clicking the dock icon.
6034
6035 2008-02-24  Richard Hult  <richard@imendio.com>
6036
6037         * gdk/quartz/gdkprivate-quartz.h:
6038         * gdk/quartz/gdkeventloop-quartz.c: (got_fd_activity), (poll_func):
6039         Use the subtype field for the custom event that is used to wake up
6040         the mainloop so we can have other custom event types.
6041
6042         * gdk/quartz/gdkevents-quartz.c:
6043         (_gdk_quartz_events_trigger_crossing_events):
6044         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Create
6045         crossing events after showing a window if necessary, to work
6046         around problems with the tracking rect API.
6047
6048 2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
6049
6050         * demos/gtk-demo/printing.c (do_printing): gtk-demo printing gives 
6051         wrong results on win32 because it doesn't set the printing units, 
6052         which affect the transformation of the cairo context 
6053         (#347125, Erik van Pienbroek)
6054
6055 2008-02-22  Tor Lillqvist  <tml@novell.com>
6056
6057         * tests/pixbuf-init.c: Add file missing from SVN, from the tarball.
6058
6059 2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
6060
6061         * gdk-pixbuf/queryloaders.c (loader_sanity_check): It's perfectly
6062         acceptable for a module to only support the save_to_callback()
6063         method if it marks itself as WRITABLE
6064
6065 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
6066         
6067         * configure.in: Bump version
6068
6069 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
6070
6071         * === Released 2.13.0 ===
6072
6073         * Makefile.decl: Start Xvfb at depth 16 so cairo doesn't choke.
6074
6075 2008-02-21  Tor Lillqvist  <tml@novell.com>
6076
6077         * gtk/gtkfilechooserdefault.c (list_mtime_data_func) [Win32]: Must
6078         pass the format string to strftime in the C library's locale's
6079         charset, not the system's. Correspondingly, the return value from
6080         strftime() is in the C library's locale's charset. (#509885)
6081
6082 2008-02-20  Richard Hult  <richard@imendio.com>
6083
6084         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations): Set
6085         the right window level and shadow after recreating the window.
6086
6087         * gdk/quartz/GdkQuartzView.c: (drawRect): Invalidate the shadow if
6088         necessary after drawing (bug #517338).
6089
6090 2008-02-20  Marc-Andre Lureau  <marcandre.lureau@gmail.com>
6091
6092         * gtk/gtkbuilder.c (_gtk_builder_enum_from_string): fix missing
6093         call to g_type_class_unref in case of error. (#517563)
6094
6095 2008-02-18  Sven Neumann  <sven@gimp.org>
6096
6097         * gtk/Makefile.am (STOCK_ICONS)
6098         * gtk/stock-icons/16/gtk-page-setup.png
6099         * gtk/stock-icons/24/gtk-page-setup.png: added page-setup icons
6100         taken from GNOME icon theme.
6101
6102         * gtk/gtkstock.[ch]: added GTK_STOCK_PAGE_SETUP. Closes bug #514410.
6103
6104 2008-02-18  Runa Bhattacharjee <runabh@gmail.com>
6105
6106         * configure.in: Added Kannada (kn) to ALL_LINGUAS
6107
6108 2008-02-17  Johan Dahlin  <johan@gnome.org>
6109
6110         * gtk/gtk-builder-convert (GtkBuilderConverter._add_action_from_menuitem): 
6111         When converting a stock item based on the label, remove the label property.
6112
6113 2008-02-17  Richard Hult  <richard@imendio.com>
6114
6115         * gdk/quartz/GdkQuartzWindow.c: (showAndMakeKey): Update the
6116         position after showing the window since the window manager might
6117         not place it where we requested in the first places.
6118
6119 2008-02-17  Richard Hult  <richard@imendio.com>
6120
6121         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal),
6122         (_gdk_quartz_window_detach_from_parent),
6123         (_gdk_quartz_window_attach_to_parent), (gdk_window_focus): Clear
6124         the toplevel ordering list in all places where the order is
6125         potentially changed. Fixes mouse focus issues for windows with
6126         a transient parent set.
6127
6128 2008-02-17  Richard Hult  <richard@imendio.com>
6129
6130         * gdk/quartz/gdkevents-quartz.c
6131         (_gdk_quartz_events_update_mouse_window): Highlight the mouse
6132         window when event debugging is enabled.
6133
6134 2008-02-16  Richard Hult  <richard@imendio.com>
6135
6136         * gdk/quartz/gdkevents-quartz.c (create_scroll_event): Add state
6137         to the scroll event (bug #516757, Paul Davis).
6138
6139 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
6140
6141         * NEWS: Updates
6142
6143 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
6144
6145         * gtk/gtklinkbutton.c: Show the URI in a tooltip.  (#505480,
6146         Teppo Turtiainen)
6147
6148 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6149
6150         * gdk/Makefile.am: Don't install private headers. (#463510)
6151
6152         * gdk/gdkinternal.h: Include gdkmedialib.h here, not in
6153         the installed header gdkprivate.h.
6154
6155 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6156
6157         * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Prevent
6158         a crash with hidden, reorderable tabs.  (#513230, 
6159         Mike Massonnet, patch by Carlos Garnacho)
6160
6161 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6162
6163         * gtk/gtkuimanager.c (gtk_ui_manager_insert_action_group):
6164         Warn on duplicate action group names.  (#501746, Christian
6165         Persch)
6166
6167 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6168
6169         * gtk/Makefile.am:
6170         * modules/other/gail/tests/Makefile.am:
6171         * modules/other/gail/libgail-util/Makefile.am:
6172         * modules/other/gail/Makefile.am: Fix builddir!=srcdir
6173         builds.  (#516254,  Yevgen Muntyan)
6174
6175 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6176
6177         * gtk/gtkentry.c:
6178         * gtk/gtkfilesel.c:
6179         * gtk/gtklabel.c:
6180         * gtk/gtkpathbar.c: Use gtk_drag_*_add_{text,uri}_targets 
6181         instead of hardcoded target tables.  (#516092, Christian Persch)
6182
6183 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6184
6185         * gtk/gtkselection.c (gtk_target_list_add_text_targets): Don't
6186         add the same target atom twice.  (#516087, Christian Persch)
6187
6188 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6189
6190         * tests/testfilechooser.c: Add a --backend option.
6191         (#516073, Christian Persch)
6192
6193 2008-02-16  Richard Hult  <richard@imendio.com>
6194
6195         * gdk/quartz/gdkprivate-quartz.h:
6196         * gdk/quartz/gdkwindow-quartz.c: Add debugging code to highlight a
6197         gdkwindow.
6198
6199 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6200
6201         * configure.in: Go back to 2.13.0 as version for now,
6202         as there was no consensus to do the jump.
6203
6204         * many other places: Update Since: tags.
6205
6206 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6207
6208         * gtk/gtk.symbols: Add gtk_tool_shell_get_type
6209
6210         * gtk/gtktestutils.c: Don't generate unnecessary PLT entries
6211
6212 2008-02-15  Richard Hult  <richard@imendio.com>
6213
6214         * gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
6215         instead of bounds when resizing windows.
6216
6217 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
6218
6219         * gdk/x11/gdkkeys-x11.c:
6220         * gdk/x11/gdkcolor-x11.c:
6221         * gdk/gdkpolyreg-generic.c: Fix a small doc issues.
6222
6223 2008-02-15  Matthias Clasen <mclasen@redhat.com>
6224
6225         * gdk/x11/gdktestutils-x11.c:
6226         * gdk/x11/gdkscreen-x11.c: Documentation fixes.
6227
6228 2008-02-15  Tor Lillqvist  <tml@novell.com>
6229
6230         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Don't
6231         leak Registry key handles. (#516578)
6232
6233 2008-02-14  Richard Hult  <richard@imendio.com>
6234
6235         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Using
6236         makeKeyWindow unfortunately doesn't work in all cases, we must use
6237         makeKeyAndOrderFront.
6238
6239 2008-02-14  Richard Hult  <richard@imendio.com>
6240
6241         * gdk/quartz/gdkwindow-quartz.c: (get_fullscreen_geometry),
6242         (gdk_window_hide), (gdk_window_fullscreen),
6243         (gdk_window_unfullscreen): Make sure we leave fullscreen mode if
6244         the window is hidden.
6245
6246 2008-02-14  Richard Hult  <richard@imendio.com>
6247
6248         * gdk/quartz/GdkQuartzWindow.c: Set frame, not bounds when
6249         resizing to be consistent and to avoid introducing an internal
6250         transform in the view.
6251
6252 2008-02-14  Richard Hult  <richard@imendio.com>
6253
6254         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_open): Coding style
6255         fix.
6256
6257 2008-02-14  Johan Dahlin  <johan@gnome.org>
6258
6259         * gdk/gdktestutils.h
6260         * gtk/gtktestutils.h: Remove ; trailing G_BEGIN/END_DECLS
6261
6262 2008-02-13  Richard Hult  <richard@imendio.com>
6263
6264         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
6265         Remove unused variables.
6266         (gtk_clipboard_set_contents),
6267         (gtk_clipboard_get_owner), (clipboard_unset),
6268         (gtk_clipboard_request_targets): Notify the previous clipboard
6269         owner when the owner changes. Fixes bug #493406.
6270         
6271 2008-02-13  Richard Hult  <richard@imendio.com>
6272
6273         * gdk/quartz/gdkcolor-quartz.c: (gdk_colormap_alloc_colors): Fix
6274         the return value (return number of colors that failed), and handle
6275         RGBA colormap.
6276         (gdk_colormap_free_colors): Fix typo in comment.
6277
6278 2008-02-13  Kristian Rietveld  <kris@imendio.com>
6279
6280         * gtk/gtktreeview.c (gtk_tree_view_stop_rubber_band): only
6281         queue a redraw if the rubber banding has actually been active.
6282
6283 2008-02-12  Matthias Clasen  <mclasne@redhat.com>
6284
6285         * gtk/gtkpapersize.c:
6286         * gtk/gtkprintoperation.c:
6287         * gtk/gtkvolumebutton.c:
6288         * gtk/gtkbulderparser.c: Fix some i18n errors. Pointed
6289         out by Behdad Esfahbod.
6290
6291 2008-02-12  Federico Mena Quintero  <federico@novell.com>
6292
6293         Merged from gtk-2-12:
6294
6295         Don't focus the file list when shortcuts get activated.  This
6296         removes a lot of ambiguity in when the file selection should
6297         change, and makes the overall code flow simpler.
6298
6299         This fixes http://bugzilla.gnome.org/show_bug.cgi?id=419737 -
6300         file/save dialog clears the filename entry when changing
6301         directories.
6302
6303         Also fixes http://bugzilla.gnome.org/show_bug.cgi?id=499940 -
6304         focus should not go to the file list when a shortcut is activated.
6305
6306         * gtk/gtkfilechooserdefault.c
6307         (shortcuts_activate_volume_mount_cb): Don't focus the file list
6308         (shortcuts_activate_get_info_cb): Likewise.
6309
6310         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Don't focus
6311         the file list (this was the last place where we would focus the
6312         file list explicitly).  If you are in the location entry, for
6313         example, you don't want Alt-Home to take you to the file list; you
6314         just want the current folder to change.  Thanks to Olle Bergkvist
6315         <olle.bergkvist@yahoo.se> for pointing this out in
6316         http://bugzilla.gnome.org/show_bug.cgi?id=419737#c51.
6317         (focus_browse_tree_view_if_possible): Removed.
6318
6319 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6320
6321         Skip exensions when selecting filenames in the save-as dialog.
6322         (#362516, Carlos Garnacho)
6323
6324         * gtk/gtkfilechooserentry.h:
6325         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_select_filename):
6326         New function to skip the extension part when selecting a filename.
6327         (_gtk_file_chooser_entry_set_base_folder): Use it here.
6328
6329         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_entry_grab_focus):
6330         ...and here.
6331
6332 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6333
6334         * gtk/gtkiconview.c: Fix state change reporting for 
6335         accessibility.  (#499835, Rich Burridge, patch by LiYan Zhang)
6336
6337 2008-02-12  Emmanuele Bassi  <ebassi@gnome.org>
6338
6339         * gtk/gtkrecentchooser.c:
6340         (gtk_recent_chooser_class_init): Set the default value of the
6341         :show-not-found property to TRUE, as every implementation sets
6342         it to TRUE already.
6343
6344         * gtk/gtkrecentchooserdefault.c:
6345         (_gtk_recent_chooser_default_init): Sync show_tips to the
6346         default value of the :show-tips property.
6347
6348 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6349
6350         * gtk/gtkclipboard-quartz.c:
6351         * gtkquartz.c:
6352         * gtkselection.c: Use GSlice for GtkSelectionData.  (#515060,
6353         Christian Persch)
6354
6355 2008-02-12  Kristian Rietveld  <kris@imendio.com>
6356
6357         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row),
6358         (gtk_tree_view_real_toggle_cursor_row): guard against people
6359         deleting the row in question in the selection-changed callback.
6360         (#514621, Andreas Koehler).
6361
6362 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6363
6364         * gtk/*.c: Unify the handling of various "Enter" keysyms
6365         all over the place.  (#515047, Christian Persch)
6366
6367 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6368
6369         * gtk/gtkfilesystemmodel.c:
6370         * gtk/gtkprinter.c:
6371         * gtk/gtkwidget.c: Use g_value_set_static_string() where 
6372         appropriate.  (#515042, Christian Persch)
6373
6374 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6375
6376         * tests/prop-editor.c: Fix a memory leak (#515039, Christian Persch)
6377         
6378 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6379
6380         * tests/testmerge.c: Fix a memory leak (#515038, Christian Persch)
6381
6382 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6383
6384         * gtk/gtkfilechooserdefault.c (recent_model_sort_drag_data_get):
6385         (recent_model_sort_drag_data_get):
6386         (search_model_sort_drag_data_get):
6387         * gtk/gtkfilesystemmodel.c (drag_source_drag_data_get):
6388         * gtk/gtkpathbar.c (button_drag_data_get_cb):
6389         Use gtk_selection_data_set_uris() instead of doing it
6390         by hand.  (#514890, Christian Persch)
6391
6392 2008-02-12  Michael Natterer  <mitch@imendio.com>
6393
6394         * gtk/gtkstatusicon.c: #include "gtkmain.h" for
6395         gtk_get_current_event_time().
6396
6397 2008-02-12  Michael Natterer  <mitch@imendio.com>
6398
6399         * gtk/gtkwindow.c (gtk_window_activate_key): simply use
6400         gtk_window_get_key_hash() to get the hash instead of manually
6401         fiddling with quarks and gtk_window_keys_changed(). Also add
6402         g_return_if_fail() to this public function.
6403
6404 2008-02-11  Matthias Clasen  <mclasen@redhat.com>
6405
6406         Support keynav in status icons.  (#473786, Li Yuan)
6407
6408         * gtk/gtkstatusicon.c: Handle keynav, make the tray icon focusable.
6409
6410         * gtk/gtktrayicon-x11.c: Draw a focus rectangle when focused.
6411
6412 2008-02-11  Kristian Rietveld  <kris@imendio.com>
6413
6414         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder)
6415         * gtk/gtkiconview.c (gtk_icon_view_cell_layout_reorder): plug leak
6416         wrt. link deletion from list; contination of fix for #503569.
6417
6418 2008-02-11  Emmanuele Bassi  <ebassi@gnome.org>
6419
6420         * gtk/gtkrecentchoosermenu.c:
6421         (gtk_recent_chooser_menu_constructor): Set no-show-all flag
6422         on the placeholder menu item.
6423
6424         * tests/testrecentchoosermenu.c:
6425         (create_recent_chooser_menu): Use gtk_widget_show_all() to test
6426         whether the placeholder menu item gets shown.
6427
6428 2008-02-10  Cody Russell  <bratsche@gnome.org>
6429
6430         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder_uri):
6431         Check the return value of _gtk_file_chooser_get_file_system () for
6432         NULL before passing it to gtk_file_system_path_to_uri ().
6433         (#515667, Francesco Montorsi)
6434
6435 2008-02-10  Philip Withnall  <pwithnall@svn.gnome.org>
6436
6437         * gtk/gtkbuilder.c: Improve the documentation for
6438         gtk_builder_connect_signals. (#514471)
6439
6440 2008-02-10  Matthias Clasen  <mclasen@redhat.com>
6441
6442         * gtk/gtkrecentaction.c: Propagate local-only.  (#511987, 
6443         Jonh Wendell)
6444
6445 2008-02-08  Cody Russell  <bratsche@gnome.org>
6446
6447         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
6448         Removed an extra semicolon.  (#515219, reported by Kazuki IWAMOTO)
6449
6450 2008-02-08  Richard Hult  <richard@imendio.com>
6451
6452         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Ignore the
6453         delta from the NSEvent for now, generating multiple scroll events
6454         results in a lot of events getting queued up and things get really
6455         slow.
6456
6457 2008-02-08  Sven Herzberg  <sven@imendio.com>
6458
6459         Adjust the code to match the documentation, examples, "common sense"
6460         and existing applications.
6461
6462         * gtk/gtkaction.c: (_gtk_action_sync_menu_visible): take into account
6463         that a GtkMenu for a <popup> element doesn't have to have a GtkAction
6464         assigned
6465
6466 2008-02-07  Cody Russell  <bratsche@gnome.org>
6467
6468         * gdk/win32/gdkevents-win32.c
6469         * gdk/win32/gdkwindow-win32.c: Fixed two declarations in the middle
6470         of a block that were causing compile problems on old
6471         compilers. (#515053, reported by Kazuki IWAMOTO)
6472         
6473 2008-02-07  Michael Natterer  <mitch@imendio.com>
6474
6475         * gtk/gtkcellview.c
6476         * gtk/gtklabel.c
6477         * gtk/gtklayout.c
6478         * gtk/gtklist.c
6479         * gtk/gtkmenu.c
6480         * gtk/gtkmenushell.c
6481         * gtk/gtkmisc.c
6482         * gtk/gtkoptionmenu.c
6483         * gtk/gtkplug.c
6484         * gtk/gtkpreview.c
6485         * gtk/gtkprogress.c
6486         * gtk/gtkradiomenuitem.c
6487         * gtk/gtkscale.c
6488         * gtk/gtkscrolledwindow.c
6489         * gtk/gtksocket.c: remove g_return_if_fail() from private
6490         functions and virtual function implementations.
6491
6492 2008-02-07  Michael Natterer  <mitch@imendio.com>
6493
6494         * gtk/gtkaction.c
6495         * gtk/gtkassistant.c
6496         * gtk/gtkbin.c
6497         * gtk/gtkbox.c
6498         * gtk/gtkcalendar.c
6499         * gtk/gtkcellrenderercombo.c
6500         * gtk/gtkcombobox.c
6501         * gtk/gtkcombo.c
6502         * gtk/gtkdrawingarea.c
6503         * gtk/gtkentrycompletion.c
6504         * gtk/gtkfixed.h
6505         * gtk/gtkgamma.c
6506         * gtk/gtkhpaned.c
6507         * gtk/gtkiconview.c
6508         * gtk/gtkitem.c
6509         * gtk/gtkitemfactory.c: remove g_return_if_fail() from private
6510         functions and virtual function implementations.
6511
6512 2008-02-07  Christian Persch  <chpe@gnome.org>
6513
6514         * gdk/gdkpixbuf-render.c:
6515         (gdk_pixbuf_render_pixmap_and_mask_for_colormap): If the pixbuf has an
6516         alpha channel, use gdk_draw_rgb_32_image to draw it to the pixmap;
6517         otherwise there will be random pixel values in the semi-transparent
6518         area of the pixbuf within the mask. Bug #487865.
6519
6520 2008-02-06  Cody Russell  <bratsche@gnome.org>
6521
6522         * gdk/win32/gdkevents-win32.c: Check if the window is a temp window,
6523         otherwise things get wonky when you click on a menu.  This fixes
6524         a regression caused in #505928.  Thanks to Tor for spotting this
6525         one!  (#514789)
6526
6527 2008-02-06  Michael Natterer  <mitch@imendio.com>
6528
6529         * gtk/gtkcontainer.c
6530         * gtk/gtkexpander.c
6531         * gtk/gtkframe.c
6532         * gtk/gtklabel.c
6533         * gtk/gtkmain.c
6534         * gtk/gtkmenu.c
6535         * gtk/gtkmenuitem.c
6536         * gtk/gtkmenushell.c
6537         * gtk/gtknotebook.c
6538         * gtk/gtkseparatortoolitem.c
6539         * gtk/gtksocket.c
6540         * gtk/gtktextlayout.c
6541         * gtk/gtktoggletoolbutton.c
6542         * gtk/gtktoolbutton.c
6543         * gtk/gtktoolitem.c
6544         * gtk/gtktree.c
6545         * gtk/gtktreeitem.c: replace "foo && GTK_IS_FOO (foo)" by simply
6546         "GTK_IS_FOO (foo)".
6547
6548 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6549
6550         * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
6551         Allow to store half-open ranges.
6552
6553 2008-02-05  Cody Russell  <bratsche@gnome.org>
6554
6555         * gdk/win32/gdkwindow-win32.c (_gdk_modal_current): Walk
6556         down the stack until we get to a window that is mapped.
6557         Otherwise hiding a window will cause all windows in the app
6558         to be blocked. (#514643)
6559
6560 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6561
6562         * gtk/updateiconcache.c: Ignore images in the toplevel theme
6563         directory, avoiding one source of invalid caches that has been
6564         spotted in the wild.
6565
6566 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6567
6568         * gtk/updateiconcache.c: Fix the previous commit to compile.
6569
6570 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6571
6572         * gtk/updateiconcache.c: Install a printerr handler that
6573         prepends the program name, since gtk-update-icon-cache output
6574         often appears in the middle of other output, e.g. rpm update logs.
6575
6576 2008-02-05  Cody Russell  <bratsche@gnome.org>
6577
6578         * gdk/win32/gdkprivate-win32.h
6579         * gdk/win32/gdkevents-win32.c
6580         * gdk/win32/gdkwindow-win32.c
6581         * gdk/win32/gdkwindow-win32.h
6582         * gdk/win32/gdkwin32.h:
6583         Modal window rework.  (#455627 and #511111)
6584
6585 2008-02-04  Michael Natterer  <mitch@imendio.com>
6586
6587         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_add_attribute):
6588         g_return_if_fail() if the cell is not part of the combo instead of
6589         crashing in the next line.
6590
6591 2008-02-01  Cody Russell  <cody@jhu.edu>
6592
6593         * modules/engines/ms-windows/xp_theme.[ch]
6594         * modules/engines/ms-windows/xp_theme_defs.h
6595         * modules/engines/ms-windows/msw_rc_style.c
6596         * modules/engines/ms-windows/msw_theme_main.c
6597         * modules/engines/ms-windows/msw_style.c: Re-indented and generally
6598         attempted to stylize more like the rest of the gtk+ stack's code.
6599
6600 2008-02-01  Michael Natterer  <mitch@imendio.com>
6601
6602         * tests/testgtk.c: initialize GdkColor structs to fix warning
6603         about uninitialized "pixel" member.
6604
6605         * tests/testactions.c: connect the toolbar_style() callback so it
6606         does something useful and doesn't warn about being defined but not
6607         used.
6608
6609 2008-01-31  Cody Russell  <bratsche@gnome.org>
6610
6611         * gdk/win32/gdkevents-win32.c:
6612         Refactored some of the window hiding/showing code from
6613         WM_ACTIVATE to WM_SIZE and WM_SYSCOMMAND.  Having this
6614         under WM_ACTIVATE was causing the application to go into
6615         a weird state when the user right-clicked on the taskbar
6616         entry of a window that was minimized.  (#505928)
6617         
6618 2008-01-31  Cody Russell  <bratsche@gnome.org>
6619
6620         * gtk/gtkpaned.c (gtk_paned_set_position):
6621         Change queue_resize() to queue_draw(), and add a check for
6622         child2 != NULL in case someone calls this before there is
6623         a child packed in there.  (#144269 again)
6624
6625 2008-01-31  Sven Neumann  <sven@gimp.org>
6626
6627         * gdk/directfb/gdkimage-directfb.c (_gdk_directfb_copy_to_image):
6628         applied patch from Denis Oliver Kropp <dok@directfb.org>.
6629
6630 2008-01-31  Sven Neumann  <sven@gimp.org>
6631
6632         * gdk/directfb/gdkdisplay-directfb.c
6633         * gdk/directfb/gdkdrawable-directfb.c
6634         * gdk/directfb/gdkprivate-directfb.h
6635         * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis
6636         Oliver Kropp <dok@directfb.org>. Fixes remaining warnings.
6637
6638 2008-01-31  Richard Hult  <richard@imendio.com>
6639
6640         * gdk/quartz/GdkQuartzView.c: Another attempt at fixing focus
6641         issues with undecorated windows. Revert the change done on
6642         2008-01-25 and fix it by using the view's bounds instead. The
6643         bounds will always be up to date when setting up the tracking
6644         rect, so this should be more robust.
6645
6646 2008-01-30  Sven Neumann  <sven@gimp.org>
6647
6648         * gdk/directfb/gdkdrawable-directfb.c
6649         * gdk/directfb/gdkwindow-directfb.c
6650         * gdk/directfb/gdkprivate-directfb.h: applied patch from Denis
6651         Oliver Kropp <dok@directfb.org>. Adds debug messages using
6652         DirectFB's debugging system
6653
6654 2008-01-30  Sven Neumann  <sven@gimp.org>
6655
6656         * gdk/directfb/gdkdirectfb.h
6657         * gdk/directfb/gdkdisplay-directfb.c
6658         * gdk/directfb/gdkdrawable-directfb.c
6659         * gdk/directfb/gdkim-directfb.c
6660         * gdk/directfb/gdkimage-directfb.c
6661         * gdk/directfb/gdkinput-directfb.c
6662         * gdk/directfb/gdkmain-directfb.c
6663         * gdk/directfb/gdkpixmap-directfb.c
6664         * gdk/directfb/gdktestutils-directfb.c
6665         * gdk/directfb/gdkvisual-directfb.c
6666         * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis
6667         Oliver Kropp <dok@directfb.org>. Fixes various warnings, some
6668         errors and has some cleanups.
6669
6670 2008-01-30  Michael Natterer  <mitch@imendio.com>
6671
6672         * gtk/gtkbuilderparser.c (parse_custom): use the right type for
6673         "subparser_data" and remove the (gpointer*) cast. Fixes bogus
6674         aliasing warning.
6675
6676         * gtk/updateiconcache.c (add_string): cast const gchar* to
6677         gpointer when inserting in a GHashTable.
6678
6679         * tests/testcalendar.c (calendar_detail_cb): remove const from
6680         return value since it's a newly allocated string.
6681
6682         (calendar_update_details): free the detail.
6683
6684 2008-01-29  Johan Dahlin  <johan@gnome.org>
6685
6686         * demos/gtk-demo/builder.c: (quit_activate), (about_activate),
6687         (do_builder):
6688         * demos/gtk-demo/demo.ui:
6689         Move the about dialog to the glade file, add accessible tags
6690         examples to the markup file.
6691
6692 2008-01-28  Paolo Borelli  <pborelli@katamail.com>
6693
6694         * gtk/gtkprintunixdialog.c (draw_page_cb): do not leak the pango
6695         layout, fixes #512375.
6696
6697 2008-01-28  Michael Natterer  <mitch@imendio.com>
6698
6699         * gtk/gtktextchild.c
6700         * gtk/gtktextview.c: meant to use G_STRFUNC, not G_STRLOC...
6701
6702 2008-01-28  Michael Natterer  <mitch@imendio.com>
6703
6704         * demos/gtk-demo/builder.c (about_activate): use
6705         gtk_about_dialog_set_program_name() instead of the deprecated
6706         set_name().
6707
6708 2008-01-28  Michael Natterer  <mitch@imendio.com>
6709
6710         * gtk/gtktextchild.c
6711         * gtk/gtktextview.c: use G_STRLOC instead of G_GNUC_FUNCTION (which
6712         is deprecated now).
6713
6714 2008-01-26  Johan Dahlin  <johan@gnome.org>
6715
6716         * tests/Makefile.am:
6717         * tests/textbuffertest.c:
6718         Rename textbuffer test and port it to the new test framework
6719         
6720 2008-01-25  Johan Dahlin  <johan@gnome.org>
6721
6722         * gtk/gtktestutils.c (gtk_test_init): Restore accidentally removed
6723         unsetting of GTK_MODULES.
6724
6725         * gtk/gtk-builder-convert
6726         (GtkBuilderConverter._convert_adjustment): Handle the case where
6727         there is no child text node.
6728         (GtkBuilderConverter): Allow xml comments in most places.
6729
6730 2008-01-25  Johan Dahlin  <johan@gnome.org>
6731
6732         * gtk/gtk-builder-convert
6733         (GtkBuilderConverter._convert_combobox_items): Remove the items
6734         even if there are no items set.
6735         (GtkBuilderConverter._add_action_from_menuitem): Convert toggled
6736         signals and tooltips for all menu items subclasses and 
6737         GtkImageMenuItem:label. 
6738         Makes it possible to fully convert and run Jokosher.glade.
6739
6740 2008-01-25  Johan Dahlin  <johan@gnome.org>
6741
6742         * gtk/gtkwidget.c: (gtk_widget_buildable_interface_init),
6743         (gtk_widget_buildable_get_internal_child), (free_action),
6744         (free_relation), (gtk_widget_buildable_parser_finished),
6745         (accessibility_start_element),
6746         (gtk_widget_buildable_custom_tag_start),
6747         (gtk_widget_buildable_custom_finished):
6748         Implement accessible support, fixes #454653.
6749
6750         * gtk/gtk-builder-convert:
6751         Add support for migrating old glade files
6752         
6753         * tests/buildertest.c: (test_widget), (test_file):
6754         Add accessible tests and imprve the test_file function to display
6755         toplevels and run dialogs.
6756
6757 2008-01-25  Richard Hult  <richard@imendio.com>
6758
6759         * gdk/quartz/GdkQuartzView.c: Don't recreate a tracking rect if it
6760         didn't change, fixes focus event issues for undecorated windows.
6761
6762 2008-01-25  Richard Hult  <richard@imendio.com>
6763
6764         * gdk/quartz/gdkwindow-quartz.c: Fix compile warnings (add missing
6765         const and remove unused variables).
6766
6767 2008-01-25  Michael Natterer  <mitch@imendio.com>
6768
6769         * gtk/gtkbutton.h
6770         * gtk/gtkcellrenderer.h
6771         * gtk/gtkimcontext.h
6772         * gtk/gtkstyle.h
6773         * gtk/gtktoolbar.h
6774         * gtk/gtktooltip.h
6775         * gtk/gtktreeprivate.h
6776         * gtk/gtktreeviewcolumn.h
6777         * gtk/gtkwidget.h: add const to constant structs which are passed
6778         into GTK+. Also add some forgotten const for const strings.
6779         Fixes bug #511554.
6780
6781         * gtk/gtkbutton.c
6782         * gtk/gtkcellrenderer.c
6783         * gtk/gtkimcontext.c
6784         * gtk/gtkstyle.c
6785         * gtk/gtktoolbar.c
6786         * gtk/gtktooltip.c
6787         * gtk/gtktreeview.c
6788         * gtk/gtktreeviewcolumn.c
6789         * gtk/gtkwidget.c: changed accordingly.
6790
6791 2008-01-25  Sven Herzberg  <sven@imendio.com>
6792
6793         Reviewed by Johan Dahlin.
6794
6795         * gtk/gtkuimanager.c (gtk_ui_manager_remove_ui): emit a warning if
6796         this is called with something that's not a GtkUIManager
6797
6798 2008-01-24  Johan Dahlin  <johan@gnome.org>
6799
6800         * gtk/gtkdialog.c (gtk_dialog_buildable_get_internal_child): 
6801         Chain up to parent, so widgets can have internal children.
6802
6803 2008-01-22  Mathias Hasselmann  <mathias@openismus.com>
6804
6805         Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, Kazuki
6806         IWAMOTO).
6807
6808         * gdk/gdk.symbols: Add gdk_app_launch_context_get_type().
6809
6810 2008-01-22  Mathias Hasselmann  <mathias@openismus.com>
6811
6812         Use pango_layout_set_height() for calendar details (#506049).
6813
6814         * configure.in: Require 1.19.3 for pango_layout_set_height().
6815         * gtk/gtkcalendar.c: Use pango_layout_set_height() for details.
6816
6817 2008-01-18  Johan Dahlin  <johan@gnome.org>
6818
6819         * gtk/gtk-builder-convert (get_property_node): New method
6820         (GtkBuilderConverter._create_object): Conditionally take a node as
6821         a property value, so don't lose translate/context attributes if they
6822         are set. 
6823         (GtkBuilderConverter._add_action_from_menuitem): Send in Node as
6824         property values instead of strings.
6825         (#509153, Erik van Pienbroek)
6826
6827 2008-01-16  Mathias Hasselmann  <mathias@openismus.com>
6828
6829         Change GtkCalendarDetailFunc to return newly allocated string. (#339540)
6830
6831         * gtk/gtkcalendar.c: Release the memory returned by the detail_func.
6832         * gtk/gtkcalendar.h: Remove G_CONST_RETURN from GtkCalendarDetailFunc.
6833         * tests/testcalendar.c: Duplicate calendar details before returning.
6834
6835 2008-01-16  Christian Persch  <chpe@gnome.org>
6836
6837         * gtk/gtkwidget.c: Store the event mask and extension event mode
6838         directly in the gobject data pointer, instead of in an allocated
6839         gint. Bug #506604.
6840
6841 2008-01-16  Michael Natterer  <mitch@imendio.com>
6842
6843         * configure.in (GDK_PIXBUF_PACKAGES): add "gio-2.0" because
6844         gdk-pixbuf now uses gio functions.
6845
6846 2008-01-16  Matthias Clasen  <mclasen@redhat.com>
6847
6848         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Emit
6849         the notify::model signal.  (#509819, David Zeuthen)
6850
6851 2008-01-15  Michael Natterer  <mitch@imendio.com>
6852
6853         * gdk/gdkdisplay.h
6854         * gdk/gdkdrawable.h
6855         * gdk/gdkevents.h
6856         * gdk/gdkpango.h
6857         * gdk/gdkregion.h
6858         * gdk/gdkrgb.h
6859         * gdk/gdkwindow.h: made more struct pointer and array parameters
6860         const. GDK should now be constified as far as possible without
6861         breaking source compatibility. Includes some minor cleanup like
6862         indentation and s/nfoo/n_foo/ (bug #508544).
6863
6864         * gdk/gdkdisplay.c
6865         * gdk/gdkdraw.c
6866         * gdk/gdkevents.c
6867         * gdk/gdkpango.c
6868         * gdk/gdkregion-generic.c
6869         * gdk/gdkrgb.c
6870         * gdk/directfb/gdkdisplay-directfb.c
6871         * gdk/directfb/gdkwindow-directfb.c
6872         * gdk/quartz/gdkdisplay-quartz.c
6873         * gdk/quartz/gdkwindow-quartz.c
6874         * gdk/win32/gdkdisplay-win32.c
6875         * gdk/win32/gdkwindow-win32.c
6876         * gdk/x11/gdkdisplay-x11.c
6877         * gdk/x11/gdkwindow-x11.c: changed accordingly.
6878
6879 2008-01-14  Michael Natterer  <mitch@imendio.com>
6880
6881         * gtk/gtkrc.c (_gtk_rc_style_unset_rc_property): add cast to fix
6882         const warning.
6883
6884         (gtk_rc_parse_any): change variables to const and introduce
6885         another local variable to fix const warnings.
6886
6887 2008-01-14  Michael Natterer  <mitch@imendio.com>
6888
6889         * gdk/gdkscreen.c (gdk_screen_get_property): cast the return value
6890         of gdk_screen_get_font_options() to gpointer to get rid of const
6891         warning.
6892
6893 2008-01-14  Michael Natterer  <mitch@imendio.com>
6894
6895         * tests/testdnd.c (source_drag_data_get): fix another call to
6896         gtk_selection_data_set().
6897
6898 2008-01-14  Michael Natterer  <mitch@imendio.com>
6899
6900         * gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix
6901         signedness warning.
6902
6903 2008-01-14  Michael Natterer  <mitch@imendio.com>
6904
6905         * gtk/gtkiconcache.c (find_image_offset): remove unused variable.
6906
6907 2008-01-14  Michael Natterer  <mitch@imendio.com>
6908
6909         * gtk/gtkfilesystemmodel.c (drag_source_drag_data_get): cast
6910         "uris" to guchar* when passing it to gtk_selection_data_set().
6911
6912 2008-01-14  Michael Natterer  <mitch@imendio.com>
6913
6914         * gdk/gdk.h
6915         * gdk/gdkcairo.h
6916         * gdk/gdkcolor.h
6917         * gdk/gdkgc.h
6918         * gdk/gdkinternals.h
6919         * gdk/gdkregion.h
6920         * gdk/gdkwindow.h: made GdkRectangle*, GdkRegion* and GdkColor*
6921         parameters const (bug #508544).
6922
6923         * gdk/gdkcairo.c
6924         * gdk/gdkgc.c
6925         * gdk/gdkwindow.c
6926         * gdk/gdkrectangle.c
6927         * gdk/gdkpolyreg-generic.c
6928         * gdk/gdkregion-generic.c
6929         * gdk/directfb/gdkcolor-directfb.c
6930         * gdk/directfb/gdkgc-directfb.c
6931         * gdk/directfb/gdkgeometry-directfb.c
6932         * gdk/directfb/gdkwindow-directfb.c
6933         * gdk/quartz/gdkcolor-quartz.c
6934         * gdk/quartz/gdkgc-quartz.c
6935         * gdk/quartz/gdkgeometry-quartz.c
6936         * gdk/quartz/gdkwindow-quartz.c
6937         * gdk/win32/gdkcolor-win32.c
6938         * gdk/win32/gdkgc-win32.c
6939         * gdk/win32/gdkgeometry-win32.c
6940         * gdk/win32/gdkprivate-win32.h
6941         * gdk/win32/gdkwindow-win32.c
6942         * gdk/x11/gdkcolor-x11.c
6943         * gdk/x11/gdkgc-x11.c
6944         * gdk/x11/gdkgeometry-x11.c
6945         * gdk/x11/gdkmain-x11.c
6946         * gdk/x11/gdkprivate-x11.h
6947         * gdk/x11/gdkwindow-x11.c: changed accordingly.
6948
6949         * gdk/gdkpolyreg-generic.c: uncruftify to have proper function
6950         headers.
6951
6952 2008-01-14  Mathias Hasselmann  <mathias@openismus.com>
6953
6954         Explain name choice for gtk_tool_item_toolbar_reconfigured.
6955
6956         * gtk/gtktoolitem.c: Add comment expaining name choice for
6957         gtk_tool_item_toolbar_reconfigured.
6958
6959 2008-01-14  Mathias Hasselmann  <mathias@openismus.com>
6960
6961         Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell
6962         implementations to notify its children, when some aspect of their
6963         configuration changed (#509042).
6964
6965         * gtk/gtk.symbols: Add gtk_tool_item_toolbar_reconfigured.
6966         * gtk/gtktoolbar.c, gtk/gtktoolitem.c, gtk/gtktoolitem.h:
6967         Rename _gtk_tool_item_toolbar_reconfigured.
6968
6969 2008-01-12  Mathias Hasselmann  <mathias@openismus.com>
6970
6971         Include <gtk/gtktoolshell.h> from gtk.h.
6972
6973         * gtk/gtk.h: Add gtktoolshell.h
6974
6975 2008-01-12  Mathias Hasselmann  <mathias@openismus.com>
6976
6977         Print angle brackets arround e-mail addresses in the about dialog
6978         (#409520, Mariano Suárez-Alvarez).
6979
6980         * gtk/gtkaboutdialog.c: Keep e-mail brackets in add_credits_page().
6981
6982 2008-01-11 13:28:02  Tim Janik  <timj@imendio.com>
6983
6984         * gtk/gtktestutils.c (gtk_test_create_widget): removed old testutils
6985         special casing so test widgets are always queues for destruction
6986         during teardown.
6987
6988         * gtk/tests/testing.c: removed bits left-over from testing without
6989         gtestutils.h.
6990
6991 2008-01-10  Tor Lillqvist  <tml@novell.com>
6992
6993         * modules/other/gail/libgail-util/Makefile.am
6994         * modules/other/gail/tests/Makefile.am: Link with gtktargetlib and
6995         gdktargetlib.
6996         
6997 2008-01-10  Tor Lillqvist  <tml@novell.com>
6998
6999         * tests/Makefile.am: Build defaultvaluetest only on Unix as it
7000         uses gtkprintunixdialog API.
7001
7002 2008-01-10  Tor Lillqvist  <tml@novell.com>
7003
7004         * gdk/win32/gdkdisplay-win32.c
7005         * gdk/win32/gdkglobals-win32.c
7006         * gdk/win32/gdkprivate-win32.h
7007         * gdk/win32/gdkscreen-win32.c
7008         * gdk/win32/gdkwindow-win32.c: Implement
7009         gdk_screen_get_monitor_width_mm(), gdk_screen_get_monitor_height_mm()
7010         and gdk_screen_get_monitor_plug_name(). Thanks to Kazuki
7011         Iwamoto. (#505753)
7012
7013 2008-01-10  Cody Russell  <bratsche@gnome.org>
7014
7015         * gdk/win32/gdkwindow-win32.c: (gdk_window_set_transient_for),
7016         Properly ref/unref windows and parents.  (#506769)
7017
7018 2008-01-10  Richard Hult  <richard@imendio.com>
7019
7020         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal),
7021         (gdk_window_hide), (move_resize_window_internal): Move the
7022         tracking rect workaround from here...
7023
7024         * gdk/quartz/GdkQuartzWindow.c:
7025         * gdk/quartz/GdkQuartzWindow.h: ...to here, and ignore window
7026         movements during showing/hiding operations. Fixes bug #508516.
7027
7028 2008-01-10  Michael Natterer  <mitch@imendio.com>
7029
7030         * gdk/directfb/gdkscreen-directfb.c
7031         (gdk_screen_get_monitor_width_mm)
7032         (gdk_screen_get_monitor_height_mm)
7033         (gdk_screen_get_monitor_plug_name): add these functions to make
7034         it build again.
7035
7036 2008-01-10  Emmanuele Bassi  <ebassi@gnome.org>
7037
7038         * gtk/gtkrecentchoosermenu.c:
7039         (idle_populate_func), (idle_populate_clean_up): Fix possible
7040         recursion by resetting the idle source id. (#507605, William
7041         Pitcock)
7042
7043 2008-01-10  Kristian Rietveld  <kris@imendio.com>
7044
7045         * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow),
7046         (_gtk_tree_view_column_start_drag): fully initialize GdkWindowAttr to
7047         avoid valgrind warnings.  (#507751, patch from Christian Persch).
7048
7049 2008-01-10  Kristian Rietveld  <kris@imendio.com>
7050
7051         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_path): Fix
7052         a leak of the path (#504611, patch from Sadrul Habib Chowdhury).
7053
7054 2008-01-10  Kristian Rietveld  <kris@imendio.com>
7055
7056         Fix #477175, reported by Juri Pakaste.
7057
7058         * gtk/gtktreeprivate.h:
7059         * gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): do not set
7060         tree_view->priv->dy here directly, just calculate the new value
7061         and set it on the adjustment,
7062         (gtk_tree_view_adjustment_changed): add guards to not call
7063         gtk_tree_view_dy_to_top_row() if we are currently in
7064         gtk_tree_view_top_row_to_dy(),
7065         (gtk_tree_view_put): fix coordinate annotation: these are bin_window
7066         coordinates, not tree coordinates,
7067         (gtk_tree_view_real_start_editing): add cast.
7068
7069         * gtk/tests/treeview-scrolling.c: add an assertion for checking the
7070         position of the editable in the "create new row and start editing"
7071         tests.
7072
7073 2008-01-09  Michael Natterer  <mitch@imendio.com>
7074
7075         * gtk/gtkcolorsel.c (make_label_spinbutton): remove unused
7076         variable.
7077
7078         * gtk/gtkcombobox.c (gtk_combo_box_detacher)
7079         * gtk/gtkicontheme.c (theme_list_contexts)
7080         (gtk_icon_theme_lookup_icon)
7081         * gtk/gtkimcontextsimple.c (beep_window)
7082         * gtk/gtklinkbutton.c (set_link_color)
7083         * gtk/gtkuimanager.c (child_hierarchy_changed_cb): add casts to
7084         fix warnings.
7085
7086         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): remove unused
7087         variable and add const to another to fix a warning.
7088
7089 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
7090
7091         * gtk/gtkassistant.c (remove_page): Be more robust when removing 
7092         the current page.  (#499951, Andreas Sandberg)
7093
7094 2008-01-06  Johan Dahlin  <johan@gnome.org>
7095
7096         * gtk/gtkspinbutton.c: Declare value in the example code for
7097         GtkSpinButton::output, as pointed out by Anders Carlsson.
7098
7099 2008-01-06  Christian Persch  <chpe@gnome.org>
7100
7101         * gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,
7102         and remove an obsolete event box. Bug #506760.
7103
7104 2008-01-06  Johan Dahlin  <johan@gnome.org>
7105
7106         * tests/buildertest.c (test_domain): 
7107         Update, GtkBuilder::translation-domain is no longer set
7108         
7109         * gtk/gtkbuilderparser.c (parse_interface): 
7110         Allow domains to be overridden in <interface>'s if a translation-domain
7111         is set in the builder.
7112         (_gtk_builder_parser_parse_buffer): Do not modify the translation-domain
7113         of the builder, make the domain set in the <interface> apply only to strings
7114         in that interface.
7115         (#496831, Ryan Lortie)
7116
7117         * gtk/gtkbuilder.c: Avoid adding unnecessary trailing newlines 
7118         to g_warning calls.
7119
7120         * gtk/gtktreestore.c (tree_model_end_element): 
7121         Remove an unused variable
7122
7123 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
7124
7125         * gtk/gtkspinbutton.c: Document the ::output signal and
7126         add an example.  (#507566, example by Owen Taylor)
7127
7128 2008-01-06  Johan Dahlin  <johan@gnome.org>
7129
7130         * gtk/gtkcellrenderercombo.c:
7131         (gtk_cell_renderer_combo_get_property),
7132         (gtk_cell_renderer_combo_set_property):
7133         * gtk/gtkcombobox.c: (gtk_combo_box_set_property):
7134         * gtk/gtkcomboboxentry.c: (gtk_combo_box_entry_set_property):
7135         * gtk/gtknotebook.c: (gtk_notebook_set_property):
7136         * gtk/gtkspinbutton.c: (gtk_spin_button_set_property):
7137         * gtk/gtktextbuffer.c: (gtk_text_buffer_set_property),
7138         (gtk_text_buffer_get_property):
7139         * gtk/gtktextview.c: (gtk_text_view_set_property):
7140         * gtk/gtktogglebutton.c: (gtk_toggle_button_set_property):
7141         * gtk/gtktoolbutton.c: (gtk_tool_button_set_property),
7142         (gtk_tool_button_get_property):
7143         * gtk/gtktoolitem.c: (gtk_tool_item_set_property),
7144         (gtk_tool_item_get_property):
7145         * gtk/gtktreeview.c: (gtk_tree_view_set_property):
7146         * gtk/gtkwidget.c: (gtk_widget_set_property):
7147         * gtk/gtkwindow.c: (gtk_window_set_property):
7148         Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently.
7149         Fixes #507585
7150
7151 2008-01-06  Johan Dahlin  <johan@gnome.org>
7152
7153         * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): 
7154         Make sure that --root works for toplevel widgets.
7155         (#491847, Phil Lello)
7156
7157 2008-01-05  Johan Dahlin  <johan@gnome.org>
7158
7159         * modules/other/gail/tests/Makefile.am: Include Makefile.decl,
7160         to make sure that make test-report works properly
7161
7162 2008-01-05  Christian Persch  <chpe@gnome.org>
7163
7164         * tests/defaultvaluetest.c: Fix mem leak, and don't pass
7165         GType as integer through gpointer. Bug #507395.
7166
7167 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
7168
7169         Avoid some compiler warnings (#507000).
7170
7171         * gtk/gtkbuilder.c, gtk/gtkbuilderprivate.h: Use proper sign
7172         for value argument of _gtk_builder_flags_from_string.
7173         * gtk/gtkwidget.c: Don't alias the child pointer passed
7174         to gdk_window_get_user_data.
7175
7176 2008-01-04  Michael Natterer  <mitch@imendio.com>
7177
7178         * gdk/x11/gdkinput-x11.c (_gdk_device_get_history): don't forget
7179         to set the time in the returned GdkTimeCoords.
7180
7181 2008-01-03  Emmanuele Bassi  <ebassi@gnome.org>
7182
7183         * gtk/gtkfilechooserdefault.c (recent_sort_mru): Use the
7184         correct comparison function (kudos to Christian Persch and
7185         Claudio Saavedra for spotting this)
7186
7187         * gtk/gtkrecentchooserutils.c:
7188         (sort_recent_items_mru),
7189         (sort_recent_items_lru): Ditto as above.
7190
7191 2008-01-03  Johan Dahlin  <johan@gnome.org>
7192
7193         * tests/defaultvaluetest.c: Make it pass again.
7194
7195 2008-01-02  Johan Dahlin  <johan@gnome.org>
7196
7197         * tests/defaultvaluetest.c (test_type): Ignore a few more tests to 
7198         make it pass on Ubuntu.
7199         (main): Use gtk_test_list_all_types () instead of providing our
7200         own list.
7201         And it no longer passes.
7202
7203 2007-12-30  Johannes Schmid <jhs@gnome.org>
7204
7205         * gtk/gtknotebook.c: (gtk_notebook_stop_reorder):
7206         Also reorder menu when reordering tabs by drag & drop
7207         (Bug #506474)
7208         
7209         * tests/testnotebookdnd.c: (create_notebook_with_notebooks):
7210         Add a menu to one of the notebooks to have a test-case for
7211         the change mentioned above.
7212
7213 2007-12-31  Philip Van Hoof  <pvanhoof@gnome.org>
7214
7215         * gtk/gtktreemodel.c: Using GSlice for GtkTreePath
7216
7217 2007-12-31  Christian Persch  <chpe@gnome.org>
7218
7219         * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_property):
7220         Plug a mem leak. Bug #506107.
7221
7222 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7223
7224         * gtk/gtkiconfactory.c (render_fallback_image): Adjust to
7225         icon cache api change.  (#506135, Kazuki Iwamoto)
7226
7227 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7228
7229         Consider "wide-separators" and "separator-height" style properties:
7230         The separator is drawn using gtk_paint_box instead of cairo, when
7231         "wide-separators" is set. Also do not highlight details for previous
7232         or next month, if their day matches the selected day. (#339540)
7233
7234         * gtk/gtkcalendar.c: Consider "wide-separators" and "separator-height"
7235         in gtk_calendar_size_request and calendar_paint_day
7236         * gtk/gtkstyle.c: Modify gtk_default_draw_box to use special colors
7237         for selected detail separators in GtkCalendar.
7238
7239 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7240
7241         Remove max_detail_height field from GtkCalendarPrivate. (#339540)
7242
7243         * gtk/gtkcalendar.c: Drop max_detail_height field, and use
7244         a local variable instead in gtk_calendar_size_request.
7245
7246 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7247
7248         * tests/defaultvaluetest.c: Add enough exclusions to make the
7249         test succeed.
7250
7251 2007-12-28  Christian Persch  <chpe@gnome.org>
7252
7253         * modules/other/gail/Makefile.am:
7254         * modules/other/gail/tests/*:
7255         * configure.in: Merge tests from standalone gail. Bug #504568.
7256
7257 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7258
7259         * gtk/gtkclipboard.c: Make the finalizer work when display is
7260         not set.
7261
7262 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7263
7264         Draw bottom shadow of GtkCalender headings. (#506113)
7265
7266         * gtk/gtkcalendar.c: Set proper initial height for priv->header_win.
7267
7268 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7269
7270         * gtk/gtkcalendar.c: Document the initial values of year/month/day
7271         properties.
7272
7273 2007-12-28  Christian Persch  <chpe@gnome.org>
7274
7275         * gtk/gtkfontsel.c: (gtk_font_selection_get_property): Plug
7276         a mem leak. Bug #506096.
7277
7278 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7279
7280         * gtk/gtktable.c:
7281         * gtk/gtktreeview.c:
7282         * gtk/gtkprintoperation.c:
7283         * gtk/gtkprogressbar.c:
7284         * gtk/gtkmessagedialog.c:
7285         * gtk/gtknotebook.c:
7286         * gtk/gtkprinter.c:
7287         * gtk/gtkfilesel.c:
7288         * gtk/gtklabel.c:
7289         * gtk/gtklinkbutton.c:
7290         * gtk/gtkmenu.c: More default property value corrections.
7291
7292 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7293
7294         * gtk/gtkitemfactory.c (gtk_item_factory_finalize): Don't unref
7295         accel_group unless it is set.
7296
7297 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7298
7299         * gdk/x11/gdkwindow-x11.c (get_default_title): Don't return NULL.
7300
7301 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7302
7303         * gtk/gtkhandlebox.c: Fix the default values of shadow and 
7304         shadow-type properties.
7305
7306         * gtk/gtkfontsel.c: Fix the default values of several properties.
7307
7308         * gtk/gtkfilesel.c: Fix the default value of the show-fileops
7309         property.
7310
7311         * gtk/gtkcurve.c: Fix the default value of the curve-type property.
7312
7313         * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
7314         property.
7315
7316 2007-12-28  Johan Dahlin  <johan@gnome.org>
7317
7318         * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
7319         (gtk_dialog_buildable_custom_tag_start): Chain up. 
7320         This makes it possible to have accelerators tags on GtkDialog 
7321         subclasses.
7322
7323 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7324
7325         Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details
7326         are shown within the widget, or just as tooltip. (#339540)
7327
7328         * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property
7329         aka. GTK_CALENDAR_SHOW_DETAILS, and use it.
7330         * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding
7331         in flags vbox.
7332
7333 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7334
7335         Try more decent appearance of calendar details separator. (#339540)
7336
7337         * gtk/gtkcalendar.c: Use different colors for drawing the separator,
7338         and make it short by one pixel on each side.
7339
7340 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7341
7342         Apply trivial code-style changes from attachement 101101. (#339540)
7343
7344         * tests/testcalendar.c: Some updates to current GTK+ code-style.
7345
7346 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7347
7348         Restructure testcalendar for testing calendar details. (#339540)
7349
7350         * tests/testcalendar.c: Push code arround for testing calendar details.
7351
7352 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7353
7354         Implement GtkTooltip API for calendar details. (#339540)
7355
7356         * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up.
7357         Remember detail overflows in calendar_paint_day to show the tooltip
7358         only when neccessary.
7359
7360 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7361
7362         Without setting "detail-width-chars" and "detail-height-rows"
7363         properties not only the widget has to be redrawn on certain
7364         conditions, but also its size must be recalculated. (#339540)
7365
7366         * gtk/gtkcalendar.c: Add calendar_queue_refresh and call
7367         that function instead of gtk_widget_queue_draw.
7368
7369 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7370
7371         Consider details for size-request and expose-event. (#339540)
7372
7373         * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and
7374         is_color_attribute functions. Change gtk_calendar_size_request
7375         and calendar_paint_day to consider and show calender details.
7376
7377 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7378
7379         * gtk/gtkcombobox.c: Introduce local priv variables to 
7380         reduce ->->
7381
7382 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
7383
7384         * gtk/gtkcombobox.c: Correct the default value for the 
7385         tearoff-title property.
7386
7387         * gtk/gtkcellrenderertext.c: Fix the default value for the
7388         wrap-mode and font-scale properties.
7389
7390         * gtk/gtkaspectratio.c: Fix the default value for the ratio
7391         property.
7392
7393 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
7394
7395         * gkt/gtksignal.h: Fix 0<>NULL confusion in gtk_signal_connect...
7396         defines.  (#505708,  MINAMI Hirokazu)
7397
7398 2007-12-27  Christian Persch  <chpe@gnome.org>
7399         
7400         * Makefile.am: Install gail.pc. Bug #505859.
7401
7402 2007-12-27  Mathias Hasselmann  <mathias@openismus.com>
7403
7404         Add infrastructure for GtkCalendar details. (#339540)
7405
7406         * gtk/gtkcalendar.c, gtk/gtkcalendar.h, gtk/gtk.symbols:
7407         Add "detail-width-chars" and "detail-height-rows" properties,
7408         and gtk_calendar_set_detail_func function.
7409
7410 2007-12-27  Xan Lopez  <xan@gnome.org>
7411
7412         * gtk/gtk.symbols: 
7413         * gtk/gtkstyle.c (gtk_border_new, gtk_border_copy): 
7414
7415         Add gtk_border_new to avoid memory allocator confusions when using
7416         GtkBorders. Also, make gtk_border_copy use g_slice_dup. (#454042)
7417
7418 2007-12-27  Christian Persch  <chpe@gnome.org>
7419
7420         * gdk/x11/gdkscreen-x11.c: (init_randr12): Fir the patch from 
7421         bug #504886 not to read unitialised memory.
7422
7423 2007-12-26  Xan Lopez  <xan@gnome.org>
7424
7425         * gtk/gtkstatusbar.c (has_extra_children): take into account the
7426         modification of the internal frame contents to decide if we have
7427         extra children. (#415677)
7428
7429 2007-12-22  Christian Persch  <chpe@gnome.org>
7430
7431         * modules/other/gail/gailitem.c: Fix mem leak. Bug #505556.
7432
7433 2007-12-25  Christian Persch  <chpe@gnome.org>
7434
7435         * modules/other/gail/gailwindow.c: (gail_window_initialize):
7436         Initialise |widget|. Fixes a buglet introduced by the commit from bug
7437         #505226.
7438
7439 2007-12-25  Christian Persch  <chpe@gnome.org>
7440
7441         * modules/other/gail/*.h: Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
7442         
7443 2007-12-25  Christian Persch  <chpe@gnome.org>
7444
7445         * modules/other/gail/*.[ch]: Remove relocations from the atk
7446         factories. Remove unused gail_foo_new() functions. Fix object
7447         instantiation to be derivation safe by moving initialisation code
7448         from the removed gail_foo_new() functions to the
7449         AtkObjectClass::initialize implementation. Bug #505226.
7450
7451 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
7452
7453         * modules/other/gail/gailentry.c:
7454         * modules/other/gail/gailimage.c:
7455         * modules/other/gail/gailtextview.c: Remove non-multihead-safe
7456         uses of clipboards and settings.  (#504722, Christian Persch)
7457
7458 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
7459
7460         * gdk/gdkapplaunchcontext.c: Remove unneeded includes. (#505411,
7461          Kazuki IWAMOTO)
7462
7463 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
7464
7465         * gtk/gtkcombobox.c: When popping up a menu from a treeview cell,
7466         use the time and button information from the event.  (#504901,
7467         Peter Bloomfield)
7468
7469 2007-12-23  Cody Russell  <bratsche@gnome.org>
7470
7471         * gdk/win32/gdkevents-win32.c (show_window_recurse): Check that
7472         the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
7473         Fixes a regression caused by #164537 patch where transient
7474         windows that are hidden get shown (incorrectly) when their
7475         parents are minimized. (#504984)
7476         
7477 2007-12-22  Christian Persch  <chpe@gnome.org>
7478
7479         * modules/other/gail/gailcell.c:
7480         * modules/other/gail/gailcontainercell.c:
7481         * modules/other/gail/gailexpander.c:
7482         * modules/other/gail/gailtextcell.c:
7483         * modules/other/gail/gailtextview.c:
7484         * modules/other/gail/gailwindow.c: Fix compile warnings. Bug #504701.
7485
7486 2007-12-22  Christian Persch  <chpe@gnome.org>
7487
7488         * modules/other/gail/*.c: Include config.h. Bug #504720.
7489
7490 2007-12-22  Christian Persch  <chpe@gnome.org>
7491
7492         * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
7493         handwritten get_type functions. Bug #504661.
7494
7495 2007-12-23  Xan Lopez  <xan@gnome.org>
7496
7497         * gtk/gtktreeview.c (gtk_tree_view_build_tree): pass correct argument
7498         to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* vs. GtkTreeIter**).
7499
7500         Patch by Sadrul Habib Chowdhury (#504804)
7501
7502 2007-12-22  Christian Persch  <chpe@gnome.org>
7503
7504         * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug
7505         #504645, patch by Li Yuan.
7506
7507 2007-12-22  Christian Persch  <chpe@gnome.org>
7508
7509         * gdk/x11/gdkscreen-x11.c: (init_randr12): Plug mem leaks. Bug #504886.
7510
7511 2007-12-22  Christian Persch  <chpe@gnome.org>
7512         
7513         * modules/other/gail/gail.c:
7514         * modules/other/gail/gailbutton.c:
7515         * modules/other/gail/gailcell.c:
7516         * modules/other/gail/gailcombo.c:
7517         * modules/other/gail/gailcombo.h:
7518         * modules/other/gail/gailcombobox.c:
7519         * modules/other/gail/gailentry.c:
7520         * modules/other/gail/gailexpander.c:
7521         * modules/other/gail/gailmenuitem.c:
7522         * modules/other/gail/gailnotebook.c:
7523         * modules/other/gail/gailnotebookpage.c:
7524         * modules/other/gail/gailnotebookpage.h:
7525         * modules/other/gail/gailoptionmenu.c:
7526         * modules/other/gail/gailrange.c:
7527         * modules/other/gail/gailtextview.c:
7528         * modules/other/gail/gailtreeview.c:
7529         * modules/other/gail/gailtreeview.h:
7530         * modules/other/gail/gailwindow.c: Use gdk_threads_add_idle.
7531         Bug #504571.
7532
7533 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
7534
7535         * modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
7536         Christian Persch)
7537
7538 2007-12-21  Richard Hult  <richard@imendio.com>
7539
7540         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
7541         Plug leak of destroyed subviews, fixes bug #504753.
7542
7543 2007-12-20  Johan Dahlin  <johan@gnome.org>
7544
7545         * tests/Makefile.am (TEST_PROGS): 
7546         * tests/defaultvaluetest.c: Add a test for default values,
7547         based on program by Christan Perch
7548
7549 2007-12-20  Johan Dahlin  <johan@gnome.org>
7550
7551         * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): 
7552         Refactor to avoid some duplication.
7553         Convert toplevel GtkMenu's top popups and not menubars in the ui manager.
7554         Fixes #504749, Yuri Pimenov
7555
7556 2007-12-20  Kristian Rietveld  <kris@imendio.com>
7557
7558         * configure.in: RYuri Pimenovemove leftovers from old XRandR check.  Makes
7559         the build work again on systems without xrandr 1.2.
7560
7561 2007-12-20  Christian Persch  <chpe@gnome.org>
7562
7563         * configure.in:
7564         * modules/other/gail/libgail-util/Makefile.am:
7565         Keep the same libtool version as the standalone libgail-util had.
7566         Bug #504643.
7567
7568 2007-12-20 15:30:09  Tim Janik  <timj@imendio.com>
7569
7570         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
7571
7572 2007-12-20  Alexander Larsson  <alexl@redhat.com>
7573         
7574         * gdk/x11/gdkapplaunchcontext-x11.c:
7575         Update for gio API changes
7576
7577 2007-12-20  Richard Hult  <richard@imendio.com>
7578
7579         * gdk/quartz/GdkQuartzWindow.c:
7580         * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by
7581         processing events after changing the size.
7582
7583 2007-12-20  Richard Hult  <richard@imendio.com>
7584
7585         * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder):
7586         Add stub for quartz to fix build.
7587
7588 2007-12-20  Christian Persch  <chpe@gnome.org>
7589
7590         * modules/other/gail/Makefile.am:
7591         * modules/other/gail/gailimage.c: (gail_image_class_init),
7592         (gail_image_init), (elide_underscores), (gail_image_get_name),
7593         (atk_image_interface_init), (gail_image_finalize):
7594         * modules/other/gail/gailimage.h:
7595         R modules/other/gail/gailintl.h:
7596         * po/POTFILES.skip: Use the stock item's label as the name of the
7597         accessible in gailimage.c. Bug #504246.
7598
7599 2007-12-19  Mathias Hasselmann  <mathias@openismus.com>
7600
7601         Avoid some compiler warnings and remove obsolete code. (#339540)
7602
7603         * gtk/gtkcalendar.c: Change week and year variable in
7604         calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
7605         0" block from calendar_paint_day: The feature in question is handled
7606         few lines above. Cast data returned by gtk_selection_data_get_text()
7607         to (gchar*) in gtk_calendar_drag_data_received.
7608
7609 2007-12-19 17:05:31  Tim Janik  <timj@imendio.com>
7610
7611         * modules/other/Makefile.am: include Makefile.decl to unbreak test rules.
7612
7613 2007-12-19  Johan Dahlin  <johan@gnome.org>
7614
7615         * tests/buildertest.c (test_object_properties): 
7616         Add another call to gtk_builder_add_string after using
7617         delayed properties, as reported in #504393 but already
7618         fixed in #495769.
7619
7620 2007-12-18  Christian Persch  <chpe@gnome.org>
7621
7622         * configure.in:
7623         * docs/reference/Makefile.am:
7624         * docs/reference/libgail-util/*:
7625         * gail-uninstalled.pc.in:
7626         * gail.pc.in:
7627         * modules/Makefile.am:
7628         * modules/other/Makefile.am:
7629         * modules/other/gail/*:
7630         * modules/other/gail/libgail-util/*:
7631         * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
7632
7633 2007-12-17  Matthias Clasen  <mclasen@redhat.com>
7634
7635         * gtk/gtksettings.c: Add a gtk-im-module GTK setting
7636         * gdk/win32/gdkproperty-win32.c: 
7637         * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting.
7638
7639         * gtk/gtkimmodule.[hc]: 
7640         * gtk/gtkimmulticontext.[hc]: When determining the default context,
7641         look at the gtk-im-module setting, and listen for changes to the
7642         setting.  (#502446, Akira Tagoh)
7643
7644 2007-12-17  Kristian Rietveld  <kris@imendio.com>
7645
7646         * gtk/gtktooltip.c (gtk_tooltip_finalize),
7647         (gtk_tooltip_set_last_window): use a weak pointer to set last_window
7648         to NULL as soon as it's destroyed.  (#496546, patch from
7649         Benjamin Berg).
7650
7651 2007-12-17  Kristian Rietveld  <kris@imendio.com>
7652
7653         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7654         always determine what arrow to show if show_sort_indicator is true.
7655         (#352738, Chris Vine).
7656
7657 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
7658
7659         Prevent assertion failure in gtk_paned_find_neighbours. (#503824,
7660         Sébastien Granjoux)
7661
7662         * gtk/gtkpaned.c: Call gtk_container_forall instead of
7663         gtk_container_foreach in get_child_panes.
7664
7665 2007-12-15  Xan Lopez  <xan.lopez@nokia.com>
7666
7667         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
7668
7669         Plug leak: When reordering the info in the list the old node is
7670         removed but not freed. (#503569)
7671
7672 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7673
7674         * gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
7675         Use u32 instead of __u32 and u8 instead of __u8 as the other types
7676         are deprecated since DirectFB 1.0.0. If compiling with an older
7677         version define the new type name to the old types. Fixes bug #503190.
7678
7679 2007-12-14  Ray Strode  <rstrode@redhat.com>
7680
7681         * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...)
7682         instead of g_signal_connect_after (..., "realize", ...) as an
7683         alternative to gtk_widget_realize () (bug 503537).
7684
7685 2007-12-14  Michael Natterer  <mitch@imendio.com>
7686
7687         * gdk/gdkinternals.h
7688         * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
7689         individual files.
7690
7691         * gdk/gdkapplaunchcontext.c
7692         * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
7693         header already includes everything now.
7694
7695 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
7696
7697         Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
7698         next stable release shall be 2.16, not 2.14 - even if disagree.
7699
7700         * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/
7701
7702 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
7703
7704         Change GtkToolItem to retrieve its properties from GtkToolShell
7705         interface, instead of relying on being child of a GtkToolbar.
7706         (#5034079)
7707
7708         * gtk/gtk.symbols, docs/reference/gtk/gtk-docs.sgml,
7709         docs/reference/gtk/gtk-sections.txt: Add GtkToolShell symbols.
7710         * docs/reference/gtk/tmpl/gtktoolitem.sgml: Move section docs inline.
7711         * gtk/gtktoolbar.c: Implement GtkToolShellIface.
7712         * gtk/gtktoolbar.h: Remove _gtk_toolbar_rebuild_menu.
7713         * gtk/gtktoolitem.c: Use GtkToolShell, instead of GtkToolbar.
7714         Take section docs from template file and update them for GtkToolShell.
7715         * gtk/Makefile.am: Add gtk/gtktoolshell.c and gtk/gtktoolshell.h.
7716         * gtk/gtktoolshell.c, gtk/gtktoolshell.h: New GtkToolShellIface.
7717
7718 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
7719
7720         Extract loading of GtkPageSetup and GtkPrintSettings from their
7721         *_new_*() functions and move that code into separate
7722         *_load_*() functions (#475565).
7723
7724         * gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h:
7725         Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file,
7726         gtk_print_settings_load_file and gtk_print_settings_load_key_file.
7727         Change the matching *_new_*() functions to use those functions.
7728
7729 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
7730
7731         * gtk/gtk.symbols:
7732         * gtk/gtktooltip.[hc]: Add gtk_tooltip_set_icon_from_icon_name().
7733
7734 2007-12-14  Kristian Rietveld  <kris@imendio.com>
7735
7736         * gtk/tests/liststore.c:
7737         * gtk/tests/treestore.c: added tests for insertion functions.
7738
7739 Thu Dec 13 13:14:50 2007  Søren Sandmann  <sandmann@redhat.com>
7740
7741         * Add RandR 1.2 support
7742
7743         - New monitors_changed signal - New API to get width/height of
7744           monitors, and the name of the plug
7745
7746 2007-12-13  Kristian Rietveld  <kris@imendio.com>
7747
7748         * gtk/tests/liststore.c:
7749         * gtk/tests/treestore.c: test the move and swap functions on a
7750         store with only one node.
7751
7752 2007-12-13  Kristian Rietveld  <kris@imendio.com>
7753
7754         * gtk/gtktestutils.c (gtk_test_init): add a call to
7755         g_test_bug_base().
7756
7757         * gtk/tests/treeview-scrolling.c: add g_test_bug() calls to
7758         appriopriate tests.
7759
7760 2007-12-13  Kristian Rietveld  <kris@imendio.com>
7761
7762         * gtk/tests/liststore.c:
7763         * gtk/tests/treestore.c: start composing tests for the list and tree
7764         store.
7765
7766         * gtk/tests/treeview-scrolling.c: added automated tests for
7767         GtkTreeView's scrolling "subsystem".
7768
7769         * gtk/tests/Makefile.am: updated; added new test programs.
7770
7771 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
7772
7773         Make the code compile again after the GdkAppLaunchContext changes.
7774
7775         * configure.in: Add gio-2.0 to GDK_PACKAGES.
7776         * gdk/gdkinternals.h: Include <gio/gappinfo.h>.
7777
7778 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
7779
7780         * gdk/gdkapplaunchcontext.c: Add docs
7781
7782 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
7783
7784         * gdk/gdkapplaunchcontext.[hc]: Implement GAppLaunchContext 
7785         in gdk, providing startup notification.  (#503203)
7786
7787         * gdk/x11/gdkapplaunchcontext-x11.c: 
7788         * gdk/win32/gdkapplaunchcontext-win32.c:
7789         * gdk/quartz/gdkapplaunchcontext-quartz.c: 
7790         * gdk/directfb/gdkapplaunchcontext-directfb.c: Backend-specific
7791         parts. All but X11 are just empty stubs for now.
7792
7793         * gdk/gdk.symbols:
7794         * gdk/gdkinternals.h:
7795         * gdk/Makefile.am:
7796         * gdk/x11/Makefile.am: 
7797         * gdk/win32/Makefile.am: 
7798         * gdk/quartz/Makefile.am: 
7799         * gdk/directfb/Makefile.am: Necessary glue.
7800
7801 2007-12-12  Mathias Hasselmann  <mathias@openismus.com>
7802
7803         * gtk/gtkdnd.c: Another attempt to improve gtk_drag_dest_set docs.
7804
7805 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7806
7807         * gdk/directfb/gdktestutils-directfb.c:
7808         * gdk/directfb/Makefile.am: Applied a patch by Claudio Ciccani
7809         which adds testing functions to the DirectFB backend.
7810
7811 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7812
7813         * gdk/directfb/gdkdrawable-directfb.c: Applied a patch by Claudio
7814         Ciccani which fixes the mixing of gdk and cairo rendering.
7815
7816 2007-12-11  Mathias Hasselmann  <mathias@openismus.com>
7817
7818         * gtk/gtkdnd.c, gtk/gtkwidget.c: Mention impact of GtkDestDefaults
7819         on "drag-motion" handlers. Clearify documentation for
7820         gtk_drag_dest_set.
7821
7822 2007-12-11 15:44:01  Tim Janik  <timj@imendio.com>
7823
7824         * buildertest.c: made unnecessarily exported symbols static.
7825         switched g_return_if_fail() statements in tests to assertions.
7826         special cased currently failing Widget/accesibility test to
7827         run only for g_test_thorough(), so it doesn't break make check.
7828         some coding style fixes.
7829
7830         * Makefile.am: added buildertest to TEST_PROGS.
7831
7832 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
7833
7834         * docs/tutorial/gtk-tut.sgml:
7835           Use gtk_widget_get_parent_window() instead of widget->parent->window.
7836
7837 2007-12-10  Richard Hult  <richard@imendio.com>
7838
7839         * gdk/quartz/Makefile.am:
7840         * gdk/quartz/gdkquartz.h:
7841         * gdk/quartz/gdkwindow-quartz.c: Install backend specific
7842         header (bug #405915). Also add a getter for the toplevel nswindow.
7843
7844 2007-12-10  Richard Hult  <richard@imendio.com>
7845
7846         * gdk/quartz/gdkdrawable-quartz.c:
7847         (gdk_quartz_drawable_get_context),
7848         (gdk_quartz_drawable_release_context):
7849         * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare),
7850         (gdk_event_check), (gdk_event_dispatch), (poll_func):
7851         * gdk/quartz/gdkwindow-quartz.h: Replace the autorelease pools
7852         used for each drawing context and in prepare, dispatch and poll
7853         with one that exists across each main loop iteration. Fixes leaks
7854         on leopard and protects against future leaks introduce when the
7855         underlying system changes again (bug #492977).
7856
7857 2007-12-10  Richard Hult  <richard@imendio.com>
7858
7859         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
7860         Fix the check for no changes to position and size.
7861
7862 2007-12-10  Richard Hult  <richard@imendio.com>
7863
7864         * gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero
7865         sized areas at (0, 0), patch from Paul Davis.
7866
7867 2007-12-10  Richard Hult  <richard@imendio.com>
7868
7869         * gdk/quartz/gdkprivate-quartz.h: 
7870         * gdk/quartz/gdkeventloop-quartz.c:
7871         (_gdk_quartz_event_loop_get_pending),
7872         (_gdk_quartz_event_loop_check_pending),
7873         (_gdk_quartz_event_loop_release_event), (gdk_event_prepare),
7874         (gdk_event_check), (gdk_event_dispatch):
7875         * gdk/quartz/gdkevents-quartz.c: (gdk_events_pending)
7876         (_gdk_events_queue): Fix a bug where we could end up trying to
7877         handle the same event more than once. Based on patch from Paul
7878         Davis.
7879
7880 2007-12-10  Tor Lillqvist  <tml@novell.com>
7881
7882         * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev
7883         package. (#502850)
7884
7885 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
7886
7887         * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix
7888         to avoid further fallout from the fix for bug 388321.
7889
7890 2007-12-09 09:56:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7891
7892         * gdk/directfb/gdkgc-directfb.c:
7893         * gdk/directfb/gdkdrawable-directfb.c:
7894         * gdk/directfb/gdkdirectfb.h:
7895         * gdk/directfb/gdkwindow-directfb.c:
7896         * gdk/directfb/gdkprivate-directfb.h: Committed several patches
7897         (window_flip_group, no_background_pixmap_fix, opt_temp_region2,
7898         blit_after_cairo_fix, rect_clip_fix, fast_blend, opt_temp_region_etc,
7899         opt_clip_region_and_fill_rects, no_state_resets) by Denis Oliver Knopp
7900         which are expected to improve the performance of the DirectFB backend.
7901         Experimental pieces of code (GDK_DIRECTFB_NO_EXPERIMENTS) are disabled.
7902
7903 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
7904
7905         * gtk/gtkcontainer.c: Correct the documentation of child
7906         property getter arguments.  (#501992, David Brigada)
7907
7908 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
7909
7910         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
7911         leak pixbufs.  (#502250, Yevgen Muntyan)
7912
7913 2007-12-07  Yevgen Muntyan  <muntyan@tamu.edu>
7914
7915         * gtk/gtkprintunixdialog.c:
7916         * gtk/gtkpagesetupunixdialog.c: added alternative button order in
7917         Print and Page Setup dialogs (#502202).
7918
7919 2007-12-07 13:16:33  Tim Janik  <timj@imendio.com>
7920
7921         * Makefile.decl: skip tests if gdktarget!=x11, since GUI tests need
7922         Xvfb. only start Xvfb if TEST_PROGS is not empty. moved "set -e" out
7923         of XVFB_START, since it's the GTESTER invokation that needs this.
7924
7925 2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>
7926
7927         * gdk-pixbuf/gdk-pixbuf.symbols:
7928         * gdk/gdk.symbols:
7929         * gdk/gtk.symbols: Remove trailing whitespace that can trigger false
7930         positives in abicheck.sh
7931
7932 2007-12-06 18:45:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7933
7934         * gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix
7935         GDK events generations in the DirectFB backend.
7936
7937 2007-12-06 13:55:06  Tim Janik  <timj@imendio.com>
7938
7939         * Makefile.decl: replaced seq(1) invokation for X11 ids with a hardcoded
7940         set of likely unused display ids, because MacOS has no seq(1) command.
7941
7942 2007-12-06  Richard Hult  <richard@imendio.com>
7943
7944         * gdk/quartz/gdkevents-quartz.c:
7945         (synthesize_crossing_events_for_ns_event): Fix warning when
7946         switching spaces in leopard.
7947
7948 2007-12-06 13:38:36  Tim Janik  <timj@imendio.com>
7949
7950         * tests/floatingtest.c: ported to new testing framework.
7951
7952         * tests/Makefile.am: run floatingtest as testing framework test.
7953
7954 2007-12-06 10:44:52  Tim Janik  <timj@imendio.com>
7955
7956         * tests/autotestfilechooser.c: majorly speed up execution by reducing
7957         timeouts and converting main loop sleeps to pending/iterate loops with
7958         very low priority async handlers. eliminate output for non-verbose
7959         tests. assert successfull subtests in all test functions. use testing
7960         framework in main().
7961
7962         * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's
7963         executed inside Xvfb upon make check.
7964
7965 2007-12-06 08:23:38  Tim Janik  <timj@imendio.com>
7966
7967         * tests/objecttests.c: use string comparisons for string property
7968         values and get rid of referencing symbols in array initialization.
7969
7970 2007-12-05 18:59:59  Tim Janik  <timj@imendio.com>
7971
7972         * gtk+/Makefile.decl: run tests in current dir after setting up the
7973         logging directory, so their results get properly merged into the
7974         resulting test log.
7975
7976         * gtk+/gtk/gtktestutils.[hc]: added gtk_test_list_all_types() for
7977         tests to loop over registered Gdk/Gtk+ types.
7978
7979         * gtk+/tests/objecttests.c: new test program, implements automated
7980         property tests. several properties are blacklisted because they
7981         seem to trigger Gdk/Gtk+ bugs. ./objecttests -m thorough --verbose
7982         can be used to test blacklisted properties and see which proprty failed.
7983
7984 2007-12-04  Richard Hult  <richard@imendio.com>
7985
7986         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init):
7987         Fully initialize the root window, fixes bug #501583.
7988
7989 2007-12-04  Matthias Clasen  <mclasen@redhat.com>
7990
7991         * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not
7992         crash epiphany.
7993
7994 2007-12-03  Richard Hult  <richard@imendio.com>
7995
7996         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
7997         Don't crash when dragging from a source that doesn't support uri
7998         lists (bug #499868, Paul Davis).
7999
8000 2007-12-03  Richard Hult  <richard@imendio.com>
8001
8002         * gdk/quartz/gdkwindow-quartz.c:
8003         (gdk_window_impl_quartz_begin_paint_region): Don't crash when a
8004         parent relative bg pixmap is set, and no parent has a bg
8005         pixmap. Fixes bug #500804.
8006
8007 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
8008
8009         Two optimizations for icon cache lookups.
8010
8011         * gtk/gtkiconcache.[hc]:
8012         * gtk/gtkicontheme.c: Remember the directory index for
8013         subdirectories, instead of running over the directory list
8014         again and again.
8015
8016         * gtk/gtkiconcache.c (find_image_offset): Remember the last 
8017         chain and try it first; this helps with the the usage patterns
8018         in gtkicontheme.c, where the same icon is queried for a lot
8019         of subdirectories.
8020
8021 2007-12-03 15:18:17  Tim Janik  <timj@imendio.com>
8022
8023         * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type
8024         functions from header files. this should be portable across linux and
8025         Mac OS, unlike the previpous sed expression.
8026
8027 2007-12-1  Cody Russell  <bratsche@gnome.org>
8028
8029         * gtk/gtkpaned.c: (gtk_paned_set_position) [Win32]:
8030         On Windows, queue a redraw of child2 whenever we set
8031         the pane handle position.  This is unfortunately kind
8032         of hacky, but solves the visual artifacts that were
8033         occuring on at least certain types of child widgets
8034         (e.g., text views and tree views) that are inside
8035         horizontal or vertical panes. (#144269)
8036
8037 2007-11-30  Matthias Clasen  <mclasen@redhat.com>
8038
8039         * gtk/gtkrc.c: Fix doc typos.  (#500672, David Lambert)
8040
8041 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
8042
8043         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
8044         debug spew.
8045
8046 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
8047
8048         * gtk/Makefile.am: Fix ordering of subdirs.
8049
8050 2007-11-28  Tor Lillqvist  <tml@novell.com>
8051
8052         A proper build of GNU libintl is supposed to export the variable
8053         _nl_msg_cat_cntr. configure looks for that variable in order to
8054         recognize GNU gettext. If it sees that it is indeed GNU gettext
8055         that is used, it decides to install message catalogs in
8056         share/locale, otherwise in lib/locale. Until now on Windows I have
8057         built GTK+ against a build of GNU gettext that did not export
8058         _nl_msg_cat_cntr. But this will change, so we can't assume message
8059         catalogs are always in lib/locale.
8060
8061         * gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle
8062         GTK_LOCALEDIR being either in "lib" or "share". Move the function
8063         before the inclusion of gtkprivate.h so that it sees the original
8064         GTK_LOCALEDIR.
8065
8066         * gtk-zip.sh.in: Check whether the message catalogs are in
8067         share/locale or lib/locale.
8068
8069         * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
8070         that the code in _gtk_get_localedir() will find the slashes.
8071
8072 2007-11-28  Tor Lillqvist  <tml@novell.com>
8073
8074         * gtk/Makefile.am: Improve portability. The -o option is present
8075         only in newish GNU egreps. Use one more sed in the pipeline
8076         instead.
8077
8078 2007-11-28  Tor Lillqvist  <tml@novell.com>
8079
8080         Fix #375893, patch by Ben Hague:
8081
8082         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Wrapper
8083         around GetLogicalDrives() that takes also the viewable drive
8084         restrictions in the Registry (which are usually the result of an
8085         Active Directory Group Policy) into account.
8086
8087         (check_volumes, gtk_file_system_win32_list_volumes) Call
8088         get_viewable_logical_drives() instead of GetLogicalDrives().
8089
8090 2007-11-27  Matthias Clasen <mclasen@redhat.com>
8091
8092         * gtk/gtkwindow.c (gtk_window_move_resize): Zero some
8093         variables to silence valgrind.  (#495124, Morten Welinder)
8094
8095 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
8096
8097         * docs/reference/gtk/tmpl/gtkbuildable.sgml: add clarification stating
8098         that the construct_child function is responsible for returning a
8099         reference.
8100         * gtkbuilder.c (_gtk_builder_construct): remove g_object_ref() for
8101         objects from constructors
8102         * gtkuimanager.c (gtk_ui_manager_buildable_construct_child): add
8103         g_object_ref() to this construction function (it's the only
8104         implementer in GTK)
8105
8106         Fixes #496645.
8107
8108 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
8109
8110         * gtkbuilder.c: remove concept of root objects and just refcount
8111         all objects in the builder.  Fixes #496651.
8112
8113 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
8114
8115         * tests/buildertest.c (test_window): fix invalid free
8116
8117 2007-11-26  Josselin Mouette <joss@malsain.org>
8118
8119         reviewed by: Federico Mena Quintero
8120
8121         * gtk/gtkfilechooserdefault.c: (shortcuts_append_paths),
8122         (shortcuts_add_bookmarks), (shortcuts_selection_changed_cb),
8123         (shortcuts_list_create), (gtk_file_chooser_default_should_respond):
8124         Make the shortcuts activate with a single click. (#148828)
8125         Fix a few things affected by the change:
8126           - Set selection mode to GTK_SELECTION_SINGLE to allow a case 
8127             where no shortcut is selected.
8128           - Don't activate a shortcut in the response callback.
8129           - Filter out duplicate entries in volumes and bookmarks to 
8130             avoid the selection to change when reordering them with DnD.
8131
8132 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8133
8134         * gtk/gtkmain.c:
8135         * gtk/gtknotebook.c:
8136         * gtk/gtkplugprivate.h:
8137         * gtk/gtksocket.c:
8138         * gtk/gtksocketprivate.h:
8139         * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
8140
8141 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8142
8143         * configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
8144         (#495574, Richard Hult)
8145
8146 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8147
8148         * gtk/gtkprintunixdialog.c: Change some labels to be clearer.
8149         String change !   (#376361, Sven Neumann)
8150
8151 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8152
8153         * gtk/gtknotebook.c (gtk_notebook_update_labels): Short-circuit on
8154         destroy.
8155         (gtk_notebook_destroy): Destroy tab_label widgets. (#388321, Morten
8156         Welinder)
8157
8158 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8159
8160         * gtk/gtkassistant.c: Improve alternative button
8161         ordering.  (#476827, Yevgen Muntyan, patch by Carlos Garnacho)
8162
8163 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8164
8165         * gtk/gtkcalendar.c: Fix a theming problem with colors
8166         in GtkCalendar.  (#499703, Michael Hofmann)
8167
8168 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8169
8170         * configure.in: Bump glib requirement to 2.15.0 (for g_test_init)
8171
8172 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8173
8174         Use templates for glib-mkenums calls instead of 
8175         complicated commandlines in Makefiles.  (#429910)
8176
8177         * gdk-pixbuf/Makefile.am:
8178         * gdk/Makefile.am: 
8179         * gtk/Makefile.am: 
8180         * perf/Makefile.am: Use templates for glib-mkenums
8181
8182         * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
8183         * gdk/gdkenumtypes.[ch].template: 
8184         * gtk/gtktypebuiltings.[ch].template: 
8185         * perf/typebuiltins.[ch].template: The templates
8186
8187 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8188
8189         * gtk/gtkfilechooserbutton.c:
8190         * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since
8191         some compilers choke on that.  (#467722)
8192
8193 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
8194
8195         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Add a note
8196         about hook setup.  (#425004, Emmanuele Bassi)
8197
8198 2007-11-26  Tor Lillqvist  <tml@novell.com>
8199
8200         * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the
8201         monitor the window currently is on, not always the primary
8202         monitor. (#463865, Tim Evans)
8203
8204 2007-11-26  Tor Lillqvist  <tml@novell.com>
8205
8206         * gdk/win32/gdktestutils-win32.c: New file, dummy implementations.
8207
8208         * gdk/win32/Makefile.am: Add it.
8209
8210 2007-11-26  Tor Lillqvist  <tml@novell.com>
8211
8212         * configure.in: Don't add jasper to all_loaders if no libjasper.
8213
8214 2007-11-25  Bastien Nocera  <hadess@hadess.net>
8215
8216         * configure.in: Add detection for libjasper, used by the
8217         gdk-pixbuf JPEG2000 loader
8218
8219 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
8220
8221         * configure.in: Require gtk-doc 1.8
8222
8223         * */*.c: Use gtk-doc abbreviations for examples in docs.
8224
8225 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
8226
8227         * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
8228         typo.  (#498922)
8229
8230 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
8231
8232         * gtk/gtkdialog.c: Move signal and property documentation inline,
8233         fix a problem with the ::response signal docs.  (#499133, Josselin
8234         Mouette)
8235
8236 2007-11-22 15:48:26  Tim Janik  <timj@imendio.com>
8237
8238         * Makefile.decl: initialize automake variables EXTRA_DIST and
8239         TEST_PROGS for unconditional appending via += in other makefiles.
8240         define recursive test targets: test, test-report, perf-report,
8241         full-report, as described here:
8242       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
8243         the test targets will execute Gtk+ test programs within an Xvfb session.
8244
8245         * gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
8246
8247         * gtk/tests/testing.c: use g_test_add_func() to register tests and use
8248         g_test_run() to run the tests to integrate with the testing framework.
8249
8250         * gtk/tests/Makefile.am: removed exemplary testing rules.
8251
8252         * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
8253         * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
8254         * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
8255         * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
8256         * docs/reference/Makefile.am, docs/tools/Makefile.am:
8257         * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
8258         * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
8259         * demos/gtk-demo/Makefile.am, demos/Makefile.am:
8260         * modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
8261         * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
8262         * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
8263         * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
8264         * modules/engines/ms-windows/Theme/Makefile.am:
8265         * modules/engines/ms-windows/Makefile.am:
8266         * modules/engines/Makefile.am,  modules/engines/pixbuf/Makefile.am:
8267         * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
8268         * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
8269         * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
8270         * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
8271         * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
8272         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
8273
8274 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
8275
8276         * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
8277         (#485662, patch by Herbert Valerio Riedel)
8278
8279 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
8280
8281         * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)
8282
8283 2007-11-21  Richard Hult  <richard@imendio.com>
8284
8285         * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
8286         stubs for the testing functions to fix the build.
8287
8288 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
8289
8290         * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
8291         (#467711, The Written Word)
8292
8293 2007-11-21  Ross Burton  <ross@openedhand.com>
8294
8295         * gdk/x11/gdksettings.c:
8296         Add xsetting for gtk-scrolled-window-placement (#458103).
8297
8298 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
8299
8300         * gtk/gtkmenuitem.c (gtk_menu_item_class_init),
8301         (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
8302         (#469239, Michael Natterer)
8303
8304 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
8305
8306         * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
8307         Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
8308         gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
8309         (#436536, Tommi Komulainen)
8310
8311 2007-11-21  Matthias Clasen  <mclasen@redhat.com>
8312
8313         * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
8314         property.  (#489782, Jan Janech)
8315
8316 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
8317
8318         * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
8319         frames.  (#107398, Owen Taylor, Miguel Gomez)
8320
8321 Tue Nov 20 15:19:42 2007 +0100 Tim Janik
8322
8323         Moved Gdk test functions from Gtk+ to Gdk test utils.
8324
8325         * gdk/Makefile.am: added gdktestutils.h to public includes.
8326
8327         * gdk/gdk.h: added gdktestutils.h to public includes.
8328
8329         * gdk/gdk.symbols: added gdk_test_simulate_button,
8330         gdk_test_simulate_key, gdk_test_render_sync.
8331
8332         * gdk/gdktestutils.h: new file, added prototypes for
8333         gdk_test_simulate_button, gdk_test_simulate_key, gdk_test_render_sync.
8334
8335         * gdk/x11/Makefile.am: build gdktestutils-x11.c.
8336
8337         * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
8338         gdk_test_simulate_key, gdk_test_render_sync.
8339
8340         * gtk/gtktestutils.c:
8341         * gtk/gtktestutils.h:
8342         * gtk/gtk.symbols: removed gtk_test_simulate_button
8343         gtk_test_simulate_key, gtk_test_xserver_render_sync.
8344
8345         * gtk/tests/testing.c: call gdk_test_render_sync.
8346
8347 Thu Nov 15 13:11:39 2007 +0100 Tim Janik
8348
8349         Added unit tests for Gtk+ testing utilities.
8350
8351         * gtk/tests/testing.c: added a sample test program that tests Gtk+ test
8352         utility functions. some g_test_* related portions are disabled and need
8353         to be enabled once Gtk+ depends on a new glib with the GLib testing
8354         framework integrated.
8355
8356         * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+
8357         tests.  added exemplary test rules to run tests inside Xvfb. this
8358         needs to depend on gtester for full fledged testing.
8359
8360         * gtk/Makefile.am: build gtk+/gtk/tests, define
8361         -DGTK_ENABLE_BROKEN when collecting _get_type functions to catch
8362         e.g. gtk_text_get_type().
8363
8364         * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
8365
8366 Thu Nov 15 11:55:34 2007 +0100 Tim Janik
8367
8368         Added Gtk+ testing utilities.
8369
8370         * gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility
8371         functions.  for the most part, the functions herein involve
8372         navigating and interacting with dialog elements programatically,
8373         to automate user interaction tests of dialogs and widgets.
8374
8375         * gtk/gtk.h: include gtk/gtktestutils.h as public API.
8376
8377         * gtk/gtk.symbols: added gtk_test_* symbols.
8378
8379         * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into
8380         the build.  generate gtktypefuncs.c which contains a list of all
8381         _get_type functions in Gtk+ and Gdk.
8382
8383 2007-11-20  Bastien Nocera  <hadess@hadess.net>
8384
8385         * configure.in: add support for conditional icns gdk-pixbuf loader
8386         (Closes: #395738)
8387
8388 2007-11-19 10:31:26  Tim Janik  <timj@imendio.com>
8389
8390         * configure.in: updated version number to 2.15.0 for development.
8391
8392 2007-11-19 10:27:39  Tim Janik  <timj@imendio.com>
8393
8394         === Branch for 2.12 ===
8395