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