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