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