Add powerbox hook
[gtk-with-powerbox.git] / ChangeLog
blob73b8dc2da0b048d048456e7fcf783490ca84f189
1 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
3         Bug 343663 – source-buffer highlighting highlights "char" in
4         gtk_text_iter_forward_char
6         * demos/gtk-demo/*.c: Fix up the handrolled hilighting a bit.
8 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
10         Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
11         
12         * gtk/gtksettings.c: Improve the documentation of the
13         gtk-icon-sizes setting. Proposed by Tommi Komulainen.
15 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
17         Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
18         invalid dates
20         * gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
21         Check that the cursor is over a valid date before retrieving
22         its details.  Patch by Chris Wilson
24 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
26         Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
28         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
29         64-bit brokenness. Reported by Christian Hammond.
31 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
33         Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
34         contain ://
36         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
37         Be more robust. Reported by  Jelte van der Hoek
39 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
41         Bug 540917 – deprecate pack_start_defaults()
43         * gtk/gtk.symbols:
44         * gtk/gtkbox.[hc]: Deprecated gtk_box_pack_{start,end}_defaults.
45         Proposed by Owen Taylor
47 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
49         * configure.in: Bump version
51 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
53         * === Released 2.13.4 ===
55 2008-07-05  Michael Natterer  <mitch@imendio.com>
57         * gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
58         deprecated section because it isn't deprecated.
60 2008-07-05  Michael Natterer  <mitch@imendio.com>
62         * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
63         other include weirdness in this file.
65 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
67         * NEWS: Updates
69 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
71         * gtk/gtkiconview.c:
72         * gtk/gtkfontsel.c:
73         * gtk/gtkscalebutton.c: Small doc fixes.
75 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
77         * gdk/gdkevents.c:
78         * gdk/x11/gdktestutils-x11.c: Small doc fixes
80 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
82         * gtk/tests/defaultvalue.c: Omit some more untestable properties.
84         * gtk/gtkmenu.c: Fix the initial value of the monitor property.
86         * gtk/gtkentry.c: Fix the property getter for text-length property.
88         * gtk/gtkaccelgroup.c: Fix default value for modifier-mask property.
90 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
92         * gtk/gtkmenu.c: Debork the attach-widget property.
94 2008-07-04  Michael Natterer  <mitch@imendio.com>
96         Fix make check:
98         * gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES
99         again :-(
101         * gtk/gtkclist.c
102         * gtk/gtkcombo.c
103         * gtk/gtkctree.c
104         * gtk/gtklist.c
105         * gtk/gtklistitem.c
106         * gtk/gtknotebook.c
107         * gtk/gtkobject.c
108         * gtk/gtkoldeditable.c
109         * gtk/gtkpixmap.c
110         * gtk/gtktext.c
111         * gtk/gtktipsquery.c
112         * gtk/gtktree.c
113         * gtk/gtktreeitem.c: don't #define it again before including
114         gtkalias.h after it has been #undef'ed before.
116 2008-07-04  Michael Natterer  <mitch@imendio.com>
118         * gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset
119         to FALSE instead of 0.
121 2008-07-04  Michael Natterer  <mitch@imendio.com>
123         Allocate with GSlice:
125         * gtk/gtkassistant.c: GtkAssistantPage
126         * gtk/gtkcellview.c: GtkCellViewCellInfo
127         * gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo
128         * gtk/gtkfilefilter.c: FilterRule
129         * gtk/gtknotebook.c: GtkNotebookPage
131 2008-07-04  Michael Natterer  <mitch@imendio.com>
133         * gtk/gtkcombobox.c: allocate ComboCellInfo with GSlice.
135 2008-07-04  Michael Natterer  <mitch@imendio.com>
137         * gtk/gtkprintoperation.c (print_pages): change "error_dialog"
138         variable to GtkWidget fo fix two warnings.
140 2008-07-04  Michael Natterer  <mitch@imendio.com>
142         Bug 539944 – Add GtkScaleButton API so struct fields can be marked
143         as private
145         * gtk/gtk.symbols
146         * gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button()
147         and _get_minus_button(). Patch by Christian Dywan.
149 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
151         * gtk/gtkscalebutton.c:
152         * gdk/gdk.symbols: 
153         * gdk/gdkwindowimpl.c: Fix make check.
155 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
157         Bug 540618 – gtk_menu_shell_select_first prints warning on GtkMenubar
158         constructed using GtkUIManager
160         * gtk/gtkmenuitem.c: Fall back to the default positioning when
161         the menuitem is not realized. Patch by Björn Lindqvist.
163 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
165         Bug 540612 – mem leak in filechooser
167         * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
168         Patch by Christian Persch.
170 2008-07-04  Tor Lillqvist  <tml@novell.com>
172         Bug 540861 - invalid UTF-8 in input device name
174         * gdk/win32/gdkinput-win32.c: Fetch the device and cursor names in
175         Unicode, and convert to UTF-8 for the GdkDevice's name field.
177 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
179         Bug 538863 – Fixes assertion on entering empty folder
181         * gtk/gtkfilechooserdefault.c (browse_files_select_first_row): Don't
182         select the first row if the folder is empty.
183         Patch by Olle Bergkvist.
185 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
187         Bug 540915 – GtkBuilder sets properties in reverse order
189         * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order 
190         in which they are specified in the xml file.  
192 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
193         
194         Bug 539944 – Add GtkScaleButton API so struct fields can be marked as
195         private
197         * gtk/gtk.symbols:
198         * gtk/gtkscalebutton.[hc] (gtk_scale_button_get_popup): Add an
199         accessor for the popup. Patch by Christian Dywan
201 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
203         Bug 535498 – Printing demo broken
205         * demos/gtk-demo/printing.c: Use monospace as font name, 
206         not mono. Also use the right advance when moving from line to line.
207         Patch by Yevgen Muntyan.
209 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
211         Bug 538547 – Update doc-shooter in gtk documentation
213         * docs/tools/Makefile.am:
214         * docs/tools/folder.png:
215         * docs/tools/gnome.png: New images
217         * docs/tools/widgets.c: Use the new images.
218         Patch by Baptiste Mille-Mathias.
220 2008-07-03  Michael Natterer  <mitch@imendio.com>
222         * gtk/gtkscalebutton.c: remove "_from_bindings" suffix from the
223         names of binding signal implementations.
225 2008-07-03  Li Yuan  <li.yuan@sun.com>
227         * gail-uninstalled.pc.in:
228         Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in.
230 2008-07-03  Cody Russell  <bratsche@gnome.org>
232         Bug 540529 – Remove all GIMP references
234         * gtk+-2.0.pc.in:
235         * gdk-2.0.pc.in:
236         * gtk+-unix-print-2.0.pc.in:
237         * gtk+-2.0-uninstalled.pc.in:
238         * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say
239         GTK+ Graphical UI Library in the pkg-config files.
241 2008-07-02  Cody Russell  <bratsche@gnome.org>
243         Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring
245         * gdk/win32/gdkwindow-win32.c: Reverted some logic so that scrolling
246         works again.
248         * gdk/win32/gdkgeometry-win32.c: Removed some more unnecessary checks.
249         * gdk/win32/gdkkeys-win32.c: Removed unused variable to fix compile-time
250         warnings.
252 2008-07-02  Cody Russell  <bratsche@gnome.org>
254         Bug 541249 – [Win32] Fix some internal static methods
256         * gdk/gdkwindow-win32.c: Make the interface implementation methods
257         static.
259 2008-07-02  Michael Natterer  <mitch@imendio.com>
261         Bug 537591 – Don't hardcode minimum width of menuitems
263         * gtk/gtkmenuitem.c: applied patch from Christian Dywan which
264         introduces a "width-chars" style property which replaces the
265         hardcoded minimum width of menuitems with submenu. Patch
266         extracted from Maemo-GTK+.
268 2008-07-02  Michael Natterer  <mitch@imendio.com>
270         * gtk/gtkfilechooserdefault.c: remove some of the million includes.
272 2008-07-02  Kristian Rietveld  <kris@imendio.com>
274         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
275         Since s/2.16/2.14/ for the new gicon property.
277 2008-07-02  Kristian Rietveld  <kris@imendio.com>
279         Bug 455268 - Add gtk-enable-tooltips GtkSetting
281         * gtk/gtk.symbols:
282         * gtk/gtktoolbar.[ch] (gtk_toolbar_[gs]et_tooltips): deprecated.
284         * gtk/gtksettings.c: introduce gtk-enable-tooltips XSetting.
286         * gtk/gtktooltip.c (_gtk_tooltip_handle_event): take the newly
287         introduced XSetting into account.
289         * demos/gtk-demo/appwindow.c: don't use the now deprecated
290         gtk_toolbar_set_tooltips().
292 2008-07-02  Cody Russell  <bratsche@gnome.org>
294         Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff
296         * gdk/win32/gdkprivate-win32.h:
297         * gdk/win32/gdkgeometry-win32.c:
298         * gdk/win32/gdkevents-win32.c:
299         * gdk/win32/gdkwindow-win32.c: Update Win32 backend according to
300         the newly refactored GdkWindow code.
301         
302 2008-07-01  Cody Russell  <bratsche@gnome.org>
304         Bug 539164 – Windows' System Menu blocks main loop
306         * gdk/win32/gdkevents-win32.c: Use a modal timer proc in between
307         receiving WM_ENTERMENULOOP and WM_EXITMENULOOP and pump the
308         GLib mainloop from there.
310 2008-07-01  Richard Hult  <richard@imendio.com>
312         Some aftermath from the window impl cleanups:
314         * gdk/quartz/gdkwindow-quartz.c:
315         (gdk_window_merge_child_input_shapes): Rename and export again.
316         (gdk_window_quartz_get_offsets): Make static.
318 2008-07-01  Michael Natterer  <mitch@imendio.com>
320         * gtk/gtkscalebutton.h: forgot to commit the header, fixed now.
322 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
324         539790 – [PATCH] Please add three new settings to GtkSettings
326         * gdk/x11/gdksettings.c: 
327         * gtk/gtksettings.c: Add event sound settings.
328         Patch by Lennart Poettering.
330 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
332         Bug 434535 – printoperation's create_surface doesn't check temp file
333         creation for success
335         Patch by Marek Kasik:
337         * gtk/gtkprintoperation-unix.c
338         (_gtk_print_operation_platform_backend_create_preview_surface): 
339         Handle failure to create temp file by returning NULL.
341         * gtk/gtkprintoperation.c (gtk_print_operation_preview_handler):
342         Return FALSE if surface creation fails.
344         (print_pages): If the preiew signal is not handled, show an
345         error dialog.
347 2008-07-01  Michael Natterer  <mitch@imendio.com>
349         Bug 442042 – GtkScaleButton is too limited
351         * gtk/gtkscalebutton.[ch]: turn "orientation" into a normal
352         property that can be changed at any time after widget
353         creation. Add public API for it.
355         * gtk/gtk.symbols: add gtk_scale_button_get/set_orientation.
357 2008-06-30  Michael Natterer  <mitch@imendio.com>
359         Some unrelated cleanups found while reviewing
360         the offscreen window patch:
362         * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection
363         functions, fix some function header indentation, update
364         documentation of redirect_to_drawable().
366         * gdk/x11/gdkwindow-x11.c
367         * gdk/x11/gdkpixmap-x11.c: fix function header
368         formatting/indentation.
370         * gtk/gtkwidget.c: use I_() on "damage_event".
372 2008-06-30  Michael Natterer  <mitch@imendio.com>
374         * gdk/gdkinternals.h: remove duplicate declaration of
375         _gdk_window_new().
377 2008-06-30  Michael Natterer  <mitch@imendio.com>
379         * gdk/Makefile.am: reorder source lists alphabetically.
381 2008-06-30  Matthias Clasen  <mclasen@redhat.com>
383         Bug 540310 – Avoid unnecessary repaints when resizing GtkWindow
385         * gtk/gtkwindow.c: Avoid unnecessary redraws when resizing.
386         Patch by Owen Taylor
388 2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
390         Bug 530255 – GtkAboutDialog cuts off comments label
391         Followup patch from  Jan Arne Petersen
393         * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
395 2008-06-28  Michael Natterer  <mitch@imendio.com>
397         * gtk/gtkselection.h: properly indent the newly added
398         GtkSelectionData accessors. Some newlines can't hurt either.
400 2008-06-27  Mikael Hallendal  <micke@imendio.com>
402         * gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.
404 2008-06-27  Mikael Hallendal  <micke@imendio.com>
406         * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end):
407         Factored out gtk_box_pack from gtk_box_pack_start and use it from both
408         pack_start and pack_end in order to reduce the code duplication.
410 2008-06-27  Michael Natterer  <mitch@imendio.com>
412         Bug 442042 – GtkScaleButton is too limited
414         * gtk/gtkscalebutton.c (gtk_scale_button_init): set the name
415         "gtk-scalebutton-popup-window" on the popup window so it is
416         properly themeable.
418 2008-06-27  Kristian Rietveld  <kris@imendio.com>
420         * gdk/quartz/gdkgeometry-quartz.c:
421         * gdk/quartz/gdkwindow-quartz.c:
422         * gdk/quartz/gdkprivate-quartz.h: adapt to use GdkWindowImpl
423         interface.
425 2008-06-27  Carlos Garnacho  <carlos@imendio.com>
427         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Fix two potential
428         critical warnings. Bug #539470.
430 2008-06-27  Emmanuele Bassi  <ebassi@gnome.org>
432         Abstract some GdkWindow API into an interface that the backends
433         must implement. (based on a patch by Alex Larsson)
435         * gdk/Makefile.am: Add gdkwindowimpl.[ch]
437         * gdk/gdk.symbols: Move symbols around.
439         * gdk/gdkinternals.h:
440         * gdk/gdkwindowimpl.[ch]: Move some of the GdkWindow API we require
441         from the backends to a GInterface that the backends should implement
442         instead.
444         * gdk/gdkwindow.c: Provide some of the GdkWindow public API as a
445         wrapper call around the GdkWindowImpl interface vtable.
447         * gdk/x11/gdkevents-x11.c:
448         * gdk/x11/gdkgeometry-x11.c:
449         * gdk/x11/gdkprivate-x11.h:
450         * gdk/x11/gdkwindow-x11.c:
451         * gdk/x11/gdkwindow-x11.h: Update the X11 backend to implement
452         the GdkWindowImpl interface.
454 2008-06-27  Martyn Russell  <martyn@imendio.com>
456         Bug 540318 - Invalid URL
457         
458         * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
459         in the warning produced here.
461 2008-06-27  Michael Natterer  <mitch@imendio.com>
463         Bug 442042 – GtkScaleButton is too limited
465         * gtk/gtkscalebutton.c: add "orientation" property. Make sure the
466         stuff that is part of the public API continues to be created in
467         init() to stay compatible. Move creating of the popup scale to
468         constructor(). Add an internal HScale class. Changed popup
469         positioning for horizontal scales accordingly.
471 2008-06-26  Michael Natterer  <mitch@imendio.com>
473         * gtk/gtkscalebutton.c
474         * gtk/gtkvolumebutton.c: remove redundant init() and class_init()
475         prototypes, remove redundant includes, remove a little trailing
476         whitespace.
478 2008-06-26  Richard Hult  <richard@imendio.com>
480         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
481         * gtk/gtkquartz.c:
482         (_gtk_quartz_get_selection_data_from_pasteboard),
483         (_gtk_quartz_set_selection_data_for_pasteboard): Patch from
484         Christian Dywan to clean up selection data setting.
486 2008-06-26  Richard Hult  <richard@imendio.com>
488         * gtk/gtkdnd-quartz.c (gtk_drag_begin_internal): Don't use
489         deprecated function gtk_widget_ref, replace with g_object_ref.
491 2008-06-26  Michael Natterer  <mitch@imendio.com>
493         * gtk/gtkfilesystem.c: #include "config.h"
495 2008-06-26  Carlos Garnacho  <carlos@imendio.com>
497         * gtk/gtkfilechooserdefault.c
498         (gtk_file_chooser_default_get_current_folder): current_folder can be
499         NULL here, do not try to reference it (Bug #540235)
500         (gtk_file_chooser_default_get_files): Deal better with
501         gtk_file_chooser_default_get_current_folder() being able to return
502         NULL.
504 2008-06-26  Michael Natterer  <mitch@imendio.com>
506         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems):
507         allocate the GtkTextUtilCallbackInfo structs with GSlice.
509 2008-06-25  Michael Natterer  <mitch@imendio.com>
511         * gtk/gtktypeutils.h: there is no reason to include
512         <gtk/gtktypebuiltins.h> in the middle of the file, move it to top,
513         replacing the <glib-object.h> include. Also move the remaining few
514         non-deprecated things to the top and move some deprecated things
515         around to clean up the mess with too many deprecated sections even
516         more.
518 2008-06-24  Michael Natterer  <mitch@imendio.com>
520         * gtk/gtktypeutils.h: deprecate gtk_type_init() unconditionally
521         (also for GTK_COMPILATION). Move some deprecated typedefs around
522         to reduce the mess with zillions of deprecated sections.
524         * gtk/gtkmain.c (do_post_parse_initialization): replace the call
525         to gtk_type_init() by g_type_init() and gtk_object_get_type() even
526         though the latter is probably completely pointless.
528 2008-06-24  Michael Natterer  <mitch@imendio.com>
530         * gtk/gtkdialog.c (gtk_dialog_init): also revert change in how
531         the dialog's vbox was added (bug #539732).
533 2008-06-24  Carlos Garnacho  <carlos@imendio.com>
535         * gtk/gtkdialog.[ch]: Remove container implementation, which isn't
536         thought for handling non-direct children. Fixes #539732.
537         (gtk_dialog_pack_start) (gtk_dialog_pack_end): Removed as well, it
538         doesn't provide enough control to API users (removing, reordering...),
539         this is better handled through:
540         (gtk_dialog_get_content_area): New function which just returns
541         dialog->vbox.
542         * gtk/gtk.symbols: Modify accordingly.
543         * docs/reference/gtk/tmpl/gtkdialog.sgml: Update docs to recommend
544         using gtk_dialog_get_[action|content]_area() instead of accessing
545         dialog struct members directly.
547 2008-06-24  Michael Natterer  <mitch@imendio.com>
549         * gtk/gtkassistant.h
550         * gtk/gtkcellrenderer.h
551         * gtk/gtkfilechooserentry.h
552         * gtk/gtkprivate.h
553         * gtk/gtktooltip.h
554         * gtk/gtktreeview.h
555         * gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h
556         if there is any other widget included, they all have to include
557         their respective parent classes (the is-a relation works for
558         includes too).
560 2008-06-24  Michael Natterer  <mitch@imendio.com>
562         * gtk/gtktextutil.h: remove includes from this internal header.
564         * gtk/gtktextutil.c: include gtktextbuffer.h before gtktextutil.h.
566 2008-06-23  Michael Natterer  <mitch@imendio.com>
568         * gtk/gtkinvisible.h: formatting.
570 2008-06-23  Michael Natterer  <mitch@imendio.com>
572         * gtk/gtkaction.h
573         * gtk/gtkbuildable.h
574         * gtk/gtkbuilderprivate.h
575         * gtk/gtkcelllayout.h
576         * gtk/gtkentrycompletion.h
577         * gtk/gtkfilechoosersettings.h
578         * gtk/gtkfilesystem.h
579         * gtk/gtkfilesystemmodel.h
580         * gtk/gtkicontheme.h
581         * gtk/gtklinkbutton.h
582         * gtk/gtkpagesetup.h
583         * gtk/gtkpapersize.h
584         * gtk/gtkprintcontext.h
585         * gtk/gtkprintoperation.h
586         * gtk/gtkprintoperationpreview.h
587         * gtk/gtkprintsettings.h
588         * gtk/gtkrecentchooserprivate.h
589         * gtk/gtkrecentmanager.h
590         * gtk/gtksearchengine.h
591         * gtk/gtktexttag.h
592         * gtk/gtktreeselection.h
593         * gtk/gtktreeviewcolumn.h
594         * gtk/gtkuimanager.h: remove redundant inclusion of <glib.h> and
595         <glib-object.h>. There is no point in relying on them being pulled
596         in by other headers in some places and placing them explicitly in
597         other places, so choose the "as little includes as possible"
598         approach and get rid of them.
600 2008-06-23  Kristian Rietveld  <kris@imendio.com>
602         * gdk/gdkenumtypes.h.template:
603         * gdk-pixbuf/gdk-pixbuf-enum-types.h.template:
604         * gtk/gtktypebuiltins.h.template:
605         * perf/typebuiltins.h.template: do not hard code the prefix of the
606         enum, use @ENUMPREFIX@ instead (you need an up to date glib for this).
608 2008-06-23  Michael Natterer  <mitch@imendio.com>
610         * gtk/gtkmountoperation.h
611         * gtk/gtktestutils.h
612         * gtk/gtkshow.[ch]: remove as many includes as possible from these
613         new files. They can't be included individually, so nothing can break.
615 2008-06-22  Michael Natterer  <mitch@imendio.com>
617         * gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when
618         registering the "modifier-mask" property.
620 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
622     * *.[ch]: Include "config.h" instead of <config.h>
623         Command used:
624         find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
625         Rubberstamped by Mitch and Tim
627 2008-06-21  Carlos Garnacho  <carlos@imendio.com>
629         Bug 539466 – GtkMenuShell API/ABI break in trunk.
631         * gtk/gtkmenushell.h: Fix API/ABI break, two guint fields had
632         different name and packing width.
634 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
636         * gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid
637         a compiler warning.
639 2008-06-21  Michael Natterer  <mitch@imendio.com>
641         * gdk/gdkapplaunchcontext.h: remove redundant include, fix
642         indentation, replace header by a GDK copyright header (don't say
643         "The Gnome Library"), remove trailing whitespace.
645 2008-06-21  Hans Breuer  <hans@breuer.org>
647         * gtk/gtkprintoperation-win32.c(1713) : fix 'function' : incompatible 
648         types - from 'struct _cairo *' to 'struct _cairo_surface *' by
649         passing the surface to cairo_surface_show_page(), not the context
650         * gtk/gtkprintoperation-win32.c(866) : get rid of warning C4018: 
651         '<' : signed/unsigned mismatch by using guint for the loop
653         * gtk/gtkmenu.c(gtk_menu_get_property) : property 'menu::active' is 
654         an uint, gtk_menu_get_active() returns the widget pointer. Convert
655         the latter to the former by calculating the index in menu::children
656         Also fix some occurences of g_return_if_fail() where 
657         g_return_val_if_fail() was meant
659 2008-06-21  Björn Lindqvist  <bjourne@gmail.com>
661         Bug 539363 – Segfault when creating GtkPlugs
663         * gtk/gtkplug.c (gtk_plug_class_init): Spaces not allowed in
664         property names. "socket window" => "socket-window"
666 2008-06-20  Jody Goldberg <jody@gnome.org>
668         * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) : 
669           Fix life cycle to avoid crash. [#536966]
671 2008-06-20  Hans Breuer  <hans@breuer.org>
673         * gtk/gtkmenuitem.c gtk/gtkmessagedialog.c gtk/gtkplug.c : must return
674         a value of the appropriate type with g_return_val_if_fail
675         
676         * gdk/gdkconfig.h.win32 : add the GSEAL definition here as well
678         * gtk/gtkfilesystem.c : don't add the "File System" on win32
680         * tests/makefile.msc : remove broken autotestfile(system|chooser) 
681         from build
683 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
685         * gtk/gtkbutton.c: Document a style property
687         * gtk/gtkeditable.c: Document and use - instead of _ in signal names.
689         * gtk/gtkbutton.c:
690         * gtk/gtkcolorsel.c:
691         * gtk/gtkentry.c:
692         * gtk/gtkitemfactory.c:
693         * gtk/gtknotebook.c:
694         Fix up deprecated markup syntax. Add version numbers and
695         a message on the remaning ones.
697 2008-06-20  Mikael Hallendal  <micke@imendio.com>
699         * tests/testthreads.c: Use g_signal_connect instead of
700         gtk_signal_connect.
702         * demos/testgtk/main.c: switched to use GSignal instead of GtkSignal.
703         While the code is not built, people may still look at it.
705 2008-06-20  Kjartan Maraas  <kmaraas@gnome.org>
707         reviewed by: <Carlos Garnacho <garnacho@gnome.org>
709         * gtk/gtkbuilder.h:
710         * gtk/gtkliststore.h:
711         * gtk/gtkobject.h:
712         * gtk/gtktextchild.h:
713         * gtk/gtktreemodelfilter.h:
714         * gtk/gtktreemodelsort.h:
715         * gtk/gtktreestore.h:
716         #include <gdkconfig.h> not <gdk/gdkconfig.h>
718 2008-06-20  Martyn Russell  <martyn@imendio.com>
720         * gtk/gtkaccelgroup.c: Fix warnings from calling
721         g_object_notify() on a GtkAccelGroup without casting to a
722         GObject.
724 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
726         * gtk/gtkcolorsel.c: Modernize and order things as most
727         other objects. Defines at the top, class init before init
728         before gobject methods before object method before widget
729         methods. No changes to the logic done.
731 2008-06-20  Martyn Russell  <martyn@imendio.com>
733         * gtk/gtkaccelgroup.c: Don't call g_object_notify() with
734         properties that don't exist. Also, make sure we notify for
735         the "is-locked" property.
737 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
739         * gtk/gtklayout.c (enum): Remove left-over unused property enum.
741 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
743         * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.
745         * gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes
747         * gtk/gtkwidget.c (gtk_widget_get_allocation): Initialize the
748         allocation to avoid compiler warnings
750 2008-06-20  Michael Natterer  <mitch@imendio.com>
752         * gtk/gtkaccellabel.h
753         * gtk/gtkactiongroup.h
754         * gtk/gtkalignment.h
755         * gtk/gtkarrow.h
756         * gtk/gtkaspectframe.h
757         * gtk/gtkbin.h
758         * gtk/gtkhandlebox.h
759         * gtk/gtkprogressbar.h
760         * gtk/gtkrange.h
761         * gtk/gtkscale.h
762         * gtk/gtkscalebutton.h
763         * gtk/gtkselection.h: fix some formatting and spacing uglyness
764         that got merged from the GSEAL branch.
766 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
768         * gtk/gtk.symbols:
769         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_image):
770         * gtk/gtkmessagedialog.h:
771         Add missing accessor for sealed field GtkMessageDialog->image.
773 2008-06-20  Michael Natterer  <mitch@imendio.com>
775         * gtk/gtkprinter.h: the GSEAL branch added two includes for no
776         reason.
778 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
780         * gtk/gtkaccelgroup.c:
781         * gtk/gtkcolorseldialog.c:
782         * gtk/gtkcontainer.c:
783         * gtk/gtkdialog.c:
784         * gtk/gtkentry.c (gtk_entry_class_init):
785         * gtk/gtkfontsel.c:
786         * gtk/gtkhandlebox.c:
787         * gtk/gtklayout.c:
788         * gtk/gtkmenu.c (gtk_menu_class_init):
789         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
790         * gtk/gtkplug.c (gtk_plug_class_init):
791         * gtk/gtkselection.c:
792         * gtk/gtksocket.c:
793         * gtk/gtktreeselection.c:
794         * gtk/gtkwidget.c (gtk_widget_class_init):
795         * gtk/gtkwindow.c:
796         Add missing Since: gtk-doc markup for newly added GSEAL API.
797         Change all Since: GSEAL-branch to Since: 2.14.
799 2008-06-20  Michael Natterer  <mitch@imendio.com>
801         * gtk/gtkaccelgroup.[ch]: fix some formatting and whitespace in
802         the code merged from the GSEAL branch.
804 2008-06-20  Michael Natterer  <mitch@imendio.com>
806         * gtk/gtkdialog.[ch] (gtk_dialog_get_action_area): change return
807         value from GtkHButtonBox to GtkWidget.
809 2008-06-20  Michael Natterer  <mitch@imendio.com>
811         * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
812         of sealed fields.
814 2008-06-20  Michael Natterer  <mitch@imendio.com>
816         * gtk/gtkwindow.[ch]
817         * gtk/gtk.symbols: rename gtk_window_group_get_windows() to
818         gtk_window_group_list_windows().
820 2008-06-20 12:35:20 +0200 Tim Janik
822         * Fixed wrongly resolved merge conflicts.
824 2008-06-19 19:01:41 +0200 Carlos Garnacho
826         Add gtk_window_group_get_windows().
828         * gtk/gtk.symbols:
829         * gtk/gtkwindow.[ch] (gtk_window_group_get_windows): New function.
831 2008-06-19 18:39:47 +0200 Carlos Garnacho
833         Document gtk_dialog_get_action_area(), gtk_dialog_pack_start() and gtk_dialog_pack_end()
835         * gtk/gtkdialog.c: Add missing documentation for new fucntions.
837 2008-06-19 18:38:35 +0200 Carlos Garnacho
839         Document gtk_container_get_focus_child().
841         * gtk/gtkcontainer.c: Add documentation for gtk_container_get_focus_child().
843 2008-06-19 13:50:06 +0200 Christian Dywan
845         Add gtk_plug_get_socket_window
847 2008-06-19 13:11:52 +0200 Christian Dywan
849         Remove superflous gtkselection accessors and merge _get_data
851 2008-06-13 15:56:51 +0200 Christian Dywan
853         Implement gtk_selection_get_display, style fixes
855 2008-06-13 15:45:00 +0200 Christian Dywan
857         Fix indentation of a comment.
859 2008-06-13 15:10:08 +0200 Christian Dywan
861         Change docs and signature of gtk_widget_get_allocation
863 2008-06-13 14:22:17 +0200 Christian Dywan
865         Remove unneeded GtkColorSelectionDialog accessors
867 2008-06-13 12:57:54 +0200 Christian Dywan
869         Fix documentaion of gtk_menu_item_get_accel_path
871 2008-06-11 13:49:34 +0200 Christian Dywan
873         Fix gtk_widget_get_allocation
875 2008-06-07 15:37:18 +0200 Carlos Garnacho
877         Switch to "guint GSEAL (foo) : width;" when packing fields in guints.
879         * gtk/gtkbox.h:
880         * gtk/gtkbutton.h:
881         * gtk/gtkcellrenderer.h:
882         * gtk/gtkcellrenderertext.h:
883         * gtk/gtkcheckmenuitem.h:
884         * gtk/gtkcontainer.h:
885         * gtk/gtkentry.h:
886         * gtk/gtkhandlebox.h:
887         * gtk/gtkimcontextsimple.h:
888         * gtk/gtklabel.h:
889         * gtk/gtkliststore.h:
890         * gtk/gtkmenu.h:
891         * gtk/gtkmenuitem.h:
892         * gtk/gtkmenushell.h:
893         * gtk/gtknotebook.h:
894         * gtk/gtkpaned.h:
895         * gtk/gtkplug.h:
896         * gtk/gtkprintjob.h:
897         * gtk/gtkprogressbar.h:
898         * gtk/gtkrange.h:
899         * gtk/gtkscale.h:
900         * gtk/gtkscrolledwindow.h:
901         * gtk/gtksizegroup.h:
902         * gtk/gtksocket.h:
903         * gtk/gtkspinbutton.h:
904         * gtk/gtkstatusbar.h:
905         * gtk/gtktable.h:
906         * gtk/gtktearoffmenuitem.h:
907         * gtk/gtktextbuffer.h:
908         * gtk/gtktextview.h:
909         * gtk/gtktogglebutton.h:
910         * gtk/gtktoolbar.h:
911         * gtk/gtktreestore.h:
912         * gtk/gtktreeviewcolumn.h:
913         * gtk/gtkwindow.h: Do not specify width inside GSEAL() when packing fields in guints.
915 2008-06-06 19:02:17 +0200 Christian Dywan
917         Seal GtkWidget
919 2008-06-06 17:58:21 +0200 Christian Dywan
921         Seal GtkSelectionData
923 2008-06-06 17:57:23 +0200 Christian Dywan
925         Fix GtkDialog, don't add vbox via gtk_container_add.
927 2008-06-06 13:39:34 +0200 Kristian Rietveld
929         Make GtkCellRenderer::editing read-only.  (Catched by Matthias)
931 2008-06-03 09:11:50 +0200 Kristian Rietveld
933         Seal GtkTextView.
935 2008-05-30 16:48:12 +0100 Martyn Russell
937         Seal GtkFontSelection & GtkFontSelectionDialog
939 2008-05-29 10:35:29 +0200 Kristian Rietveld
941         Seal GtkTearoffMenuItem.
943         (the torn_off field is for internal state keeping, you can retrieve
944         the value from the parent menu's tearoff_state).
946 2008-05-27 18:34:12 +0200 Christian Dywan
948         Seal GtkObject
950 2008-05-27 18:17:44 +0200 Christian Dywan
952         Seal GtkRange
954 2008-05-27 15:10:02 +0200 Christian Dywan
956         Seal GtkPlug
958 2008-05-27 14:17:45 +0200 Christian Dywan
960         Seal GtkMenuItem
962 2008-05-27 14:04:31 +0200 Christian Dywan
964         Seal GtkMenuShell
966 2008-05-27 12:40:08 +0200 Christian Dywan
968         Seal GtkInputDialog
970 2008-05-27 12:39:49 +0200 Christian Dywan
972         Seal GtkIMMultiContext
974 2008-05-27 12:39:17 +0200 Christian Dywan
976         Seal GtkIMContextSimple
978 2008-05-27 12:14:53 +0200 Christian Dywan
980         Seal GtkImage
982 2008-05-27 11:14:21 +0200 Christian Dywan
984         Seal GtkSocket
986 2008-05-27 10:54:20 +0200 Christian Dywan
988         Fix the build by including gdkconfig.h in gtkprinter.h.
990 2008-05-27 10:38:02 +0200 Christian Dywan
992         Seal GtkGammaCurve
994 2008-05-27 10:20:56 +0200 Christian Dywan
996         Seal GtkHandleBox
998 2008-05-26 17:58:19 +0200 Kristian Rietveld
1000         Seal GtkInvisible.
1002 2008-05-26 17:54:56 +0200 Kristian Rietveld
1004         Seal GtkPrintJob.
1006 2008-05-26 17:48:23 +0200 Kristian Rietveld
1008         Seal GtkTextBuffer.
1010 2008-05-26 17:39:38 +0200 Kristian Rietveld
1012         Seal GtkSpinButton.
1014 2008-05-26 17:31:06 +0200 Kristian Rietveld
1016         Seal GtkTable.
1018 2008-05-26 17:27:22 +0200 Kristian Rietveld
1020         Seal GtkRuler.
1022 2008-05-26 17:07:43 +0200 Kristian Rietveld
1024         Seal GtkStatusBar.
1026 2008-05-26 17:07:37 +0200 Kristian Rietveld
1028         Seal GtkTextMark.
1030 2008-05-26 16:39:27 +0200 Kristian Rietveld
1032         Seal GtkTextTagTable.
1034 2008-05-26 16:34:13 +0200 Kristian Rietveld
1036         Seal GtkViewPort.
1038 2008-05-26 17:08:19 +0200 Christian Dywan
1040         Seal GtkSettings.h
1042 2008-05-26 16:40:05 +0200 Christian Dywan
1044         Seal GtkMenu
1046 2008-05-26 16:37:54 +0200 Christian Dywan
1048         Seal GtkLayout
1050 2008-05-26 14:09:32 +0200 Kristian Rietveld
1052         Seal priv pointer in GtkToggleToolButton.
1054 2008-05-26 14:04:51 +0200 Kristian Rietveld
1056         Seal priv pointer in GtkUIManager.
1058 2008-05-26 14:01:32 +0200 Kristian Rietveld
1060         Seal priv pointer in GtkToolItem.
1062 2008-05-26 14:01:12 +0200 Kristian Rietveld
1064         Seal priv pointer in GtkToolButton.
1066 2008-05-26 14:00:24 +0200 Kristian Rietveld
1068         Seal priv pointer in GtkToggleAction.
1070 2008-05-26 13:58:01 +0200 Kristian Rietveld
1072         Seal priv pointer in GtkStatusIcon.
1074 2008-05-26 13:57:33 +0200 Kristian Rietveld
1076         Seal priv pointer in GtkSeparatorToolItem.
1078 2008-05-26 13:56:33 +0200 Kristian Rietveld
1080         Seal priv pointer in GtkScaleButton.
1082 2008-05-26 13:55:57 +0200 Kristian Rietveld
1084         Seal priv pointer in GtkRecentManager.
1086 2008-05-26 13:55:25 +0200 Kristian Rietveld
1088         Seal priv pointer in GtkRecentChooserWidget.
1090 2008-05-26 13:54:39 +0200 Kristian Rietveld
1092         Seal priv pointer in GtkRecentChooserMenu.
1094 2008-05-26 13:54:15 +0200 Kristian Rietveld
1096         Seal priv pointer in GtkRecentChooserDialog.
1098 2008-05-26 13:52:40 +0200 Kristian Rietveld
1100         Seal priv pointer in GtkRecentAction.
1102 2008-05-26 13:51:47 +0200 Kristian Rietveld
1104         Seal priv pointer in GtkRadioAction.
1106 2008-05-26 13:50:49 +0200 Kristian Rietveld
1108         Seal priv pointer in GtkPrintUnixDialog.
1110 2008-05-26 13:50:08 +0200 Kristian Rietveld
1112         Seal priv pointer in GtkPrintOperation.
1114 2008-05-26 13:49:41 +0200 Kristian Rietveld
1116         Seal priv pointer in GtkPrinter.
1118 2008-05-26 13:48:49 +0200 Kristian Rietveld
1120         Seal priv pointer in  GtkPageSetupUnixDialog.
1122 2008-05-26 13:47:39 +0200 Kristian Rietveld
1124         Seal priv pointer in GtkMenuToolButton.
1126 2008-05-26 13:47:29 +0200 Kristian Rietveld
1128         Add gdkconfig.h include to GtkBuilder for GSEAL macro.
1130 2008-05-26 13:23:45 +0200 Kristian Rietveld
1132         Seal priv pointer in GtkLinkButton.
1134 2008-05-26 13:22:25 +0200 Kristian Rietveld
1136         Seal priv pointer in GtkIconView.
1138 2008-05-26 13:22:04 +0200 Kristian Rietveld
1140         Seal priv pointer in GtkIconTheme.
1142 2008-05-26 13:13:49 +0200 Kristian Rietveld
1144         Seal child_allocation field in GtkFrame.
1146 2008-05-26 13:10:17 +0200 Kristian Rietveld
1148         Sealed priv pointer in GtkFontButton.
1150 2008-05-26 13:07:14 +0200 Kristian Rietveld
1152         Seal priv pointer in GtkFileChooserButton.
1154 2008-05-26 13:06:43 +0200 Kristian Rietveld
1156         Seal priv pointer in GtkExpander.
1158 2008-05-26 13:03:24 +0200 Kristian Rietveld
1160         Sealed remaining (private) fields in GtkContainer.
1162 2008-05-26 13:02:26 +0200 Kristian Rietveld
1164         Seal priv pointer in GtkComboBoxEntry.
1166 2008-05-26 13:01:40 +0200 Kristian Rietveld
1168         Seal priv pointer in GtkComboBox.
1170 2008-05-26 13:00:59 +0200 Kristian Rietveld
1172         Seal private_data pointer in GtkColorSel.
1174 2008-05-26 12:57:50 +0200 Kristian Rietveld
1176         Seal 3 remaining fields in GtkButton.
1178 2008-05-26 12:55:24 +0200 Kristian Rietveld
1180         Seal priv pointer in GtkBuilder.
1182 2008-05-26 12:52:44 +0200 Kristian Rietveld
1184         Seal center_allocation field in GtkAspectFrame.
1186 2008-05-26 12:48:18 +0200 Kristian Rietveld
1188         Seal priv pointer in GtkAction.
1190 2008-05-26 12:46:11 +0200 Kristian Rietveld
1192         Seal priv pointer in GtkAboutDialog.
1194 2008-05-26 12:41:46 +0200 Kristian Rietveld
1196         Seal GtkSizeGroup.
1198 2008-05-26 12:39:54 +0200 Kristian Rietveld
1200         Seal GtkPaned.
1202 2008-05-26 11:59:35 +0200 Kristian Rietveld
1204         Set the Since: values in the API docs to GSEAL-branch for the newly added accessors/properties.
1206 2008-05-26 11:52:20 +0200 Kristian Rietveld
1208         Add new GtkColorSelectionDialog accessors to gtk.symbols.
1210 2008-05-26 11:41:47 +0200 Kristian Rietveld
1212         gtklabel.h: include bit-size of fields inside GSEAL parens.
1214 2008-05-26 11:40:07 +0200 Kristian Rietveld
1216         gtktoolbar.h: include bit-size of fields inside GSEAL parens.
1218 2008-05-26 11:39:35 +0200 Kristian Rietveld
1220         gtkentry.h: include bit-size of fields inside GSEAL parens.
1222 2008-05-26 11:34:14 +0200 Kristian Rietveld
1224         Add new accessors for GtkEntry to gtk.symbols.
1226 2008-05-26 11:23:56 +0200 Kristian Rietveld
1228         Also seal GtkWindowGroup in gtkwindow.h
1230 2008-05-26 10:48:48 +0200 Kristian Rietveld
1232         Fix the build by including gdkconfig.h in gtktextchild.h.
1234 2008-05-23 18:48:56 +0200 Christian Dywan
1236         Seal GtkLabel
1238 2008-05-23 18:28:39 +0200 Christian Dywan
1240         Seal GtkToolbar
1242 2008-05-23 18:28:07 +0200 Christian Dywan
1244         Seal GtkColorSelectionDialog
1246 2008-05-23 18:03:44 +0200 Carlos Garnacho
1248         Seal GtkTextChildAnchor.
1250         * gtk/gtktextchild.h: Sealed private member.
1252 2008-05-23 17:42:01 +0200 Carlos Garnacho
1254         Seal GtkWindow.
1256         * gtk/gtkwindow.h: Seal all fields.
1258 2008-05-23 17:40:09 +0200 Carlos Garnacho
1260         Add gtk_window_get_default()
1262         * gtk/gtkwindow.[ch]: Add gtk_window_get_default().
1263         * gtk/gtk.symbols: same here.
1265 2008-05-09 15:41:57 +0100 Martyn Russell
1267         Seal GtkAccelGroup - fixed some issues with the initial attempt thanks to comments from Tim
1269 2008-05-02 16:31:40 +0200 Martyn Russell
1271         Seal GtkEntry
1273 2008-05-02 16:30:09 +0200 Martyn Russell
1275         Seal GtkContainer - fixed Carlos' missing gtk_container_get_focus_child() header declaration
1277 2008-04-27 18:49:50 +0200 Kristian Rietveld
1279         Seal GtkToggleButton.
1281         * gtk/gtktogglebutton.h: Seal all member fields.
1283 2008-04-27 18:41:46 +0200 Kristian Rietveld
1285         Seal GtkTreeViewColumn.
1287         * gtk/gtktreeviewcolumn.h: Seal all public member fields.  The button field is
1288         still troublesome.  We are probably going to need an accessor for this and
1289         deprecated it immediately in GTK+ 3.0.  Accessors for requested_width and
1290         resized_width can be useful, but I really consider them to be private and
1291         of not much use to applications.
1293 2008-04-27 18:23:23 +0200 Kristian Rietveld
1295         Seal GtkRadioMenuItem.
1297         * gtk/gtkradiomenuitem.h: Seal member field.
1299 2008-04-27 18:21:29 +0200 Kristian Rietveld
1301         Seal GtkRadioButton.
1303         * gtk/gtkradiobutton.h: seal member field.
1305 2008-04-27 18:11:41 +0200 Kristian Rietveld
1307         Seal GtkTreeSelection.
1309         * gtk/gtktreeselection.h: Seal all member fields.
1311 2008-04-27 18:09:46 +0200 Kristian Rietveld
1313         Add gtk_tree_selection_get_select_function().
1315         * gtk/gtktreeselection.[ch] (gtk_tree_selection_get_select_function): new
1316         function.
1317         * gtk/gtk.symbols: add new function.
1319 2008-04-27 16:05:02 +0200 Kristian Rietveld
1321         Seal GtkScrolledWindow.
1323         * gtk/gtkscrolledwindow.h: Seal all object member fields.
1325 2008-04-27 15:56:33 +0200 Kristian Rietveld
1327         Seal GtkCellRenderer.
1329         * gtk/gtkcellrenderer.h: seal all member fields.  All member fields are
1330         already accessible via GObject properties.
1332 2008-04-27 15:56:01 +0200 Kristian Rietveld
1334         Add "editing" GObject property to GtkCellRenderer.
1336         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init),
1337         (gtk_cell_renderer_get_property),
1338         (gtk_cell_renderer_set_property): add the property and hook
1339         it up.
1341 2008-04-27 15:42:08 +0200 Kristian Rietveld
1343         Seal GtkCellRendererText.
1345         * gtk/gtkcellrenderertext.h: seal all member fields (all of them were already
1346         marked as private).
1348 2008-04-27 15:40:47 +0200 Kristian Rietveld
1350         Seal GtkCellRendererCombo.
1352         * gtk/gtkcellrenderercombo.h: seal all member fields.  The members fields
1353         that were not marked as private are already accessible via GObject properties.
1355 2008-04-27 15:39:41 +0200 Kristian Rietveld
1357         Seal GtkCellRendererAccel.
1359         * gtk/gtkcellrendereraccel.h: seal all member fields that were already
1360         marked as private.
1362 2008-04-18 16:55:44 +0200 Kristian Rietveld
1364         Seal GtkTreeView
1366         * gtk/gtktreeview.h: seal private pointer.
1368 2008-04-18 16:52:54 +0200 Kristian Rietveld
1370         Seal GtkTreeModelFilter
1372         * gtk/gtktreemodelfilter.h: include gdkconfig.h for GSEAL, seal private
1373         pointer.
1375 2008-04-18 16:50:55 +0200 Kristian Rietveld
1377         Seal GtkTreeModelSort
1379         * gtk/gtktreemodelsort.h: include gdkconfig.h to get GSEAL defined, seal
1380         all public member fields.
1382 2008-04-18 16:42:28 +0200 Kristian Rietveld
1384         Seal GtkTreeStore
1386         * gtk/gtktreestore.h: include gdkconfig.h to get GSEAL defined, seal
1387         public member fields.
1389 2008-04-18 16:37:43 +0200 Kristian Rietveld
1391         Seal GtkListStore
1393         * gtk/gtkliststore.h: include gdkconfig.h to get GSEAL defined; seal
1394         public member fields.
1396 2008-04-18 18:26:31 +0200 Carlos Garnacho
1398         * gtk/gtkcontainer.c (gtk_container_get_focus_child): add accessor.
1400 2008-04-18 18:25:22 +0200 Carlos Garnacho
1402         * gtk/gtkcontainer.h: seal members.
1404 2008-04-11 17:28:54 +0200 Carlos Garnacho
1406         * gtk/gtkmisc.h: seal members.
1408 2008-04-11 17:28:05 +0200 Carlos Garnacho
1410         *gtk/gtkfixed.h: seal members.
1412 2008-04-11 16:04:23 +0200 Michael Natterer
1414         * gtk/gtkcellrendererpixbuf.h: seal all members.
1416 2008-04-11 16:01:19 +0200 Michael Natterer
1418         * gtk/gtkcellrendererprogress.h: seal private member.
1420 2008-04-11 15:43:22 +0200 Michael Natterer
1422         * gtk/gtkcellrenderertoggle.h: seal all members.
1424 2008-04-04 18:50:05 +0200 Carlos Garnacho
1426         * gtk/gtkfilechooserwidget.h: Seal the private member.
1428 2008-04-04 18:46:47 +0200 Carlos Garnacho
1430         gtk/gtkfilechooserdialog.h: seal the private member.
1432 2008-04-04 18:42:17 +0200 Carlos Garnacho
1434         * gtk/gtkentrycompletion.h: Seal private member.
1436 2008-04-04 18:36:35 +0200 Carlos Garnacho
1438         * gtk/gtkcellview.h: Seal the private member.
1440 2008-04-04 18:28:00 +0200 Carlos Garnacho
1442         * gtk/gtkcolorbutton.h: seal private member.
1444 2008-04-04 18:27:26 +0200 Carlos Garnacho
1446         * gtk/gtkcheckmenuitem.h: seal public struct members.
1448 2008-04-04 18:25:25 +0200 Carlos Garnacho
1450         * gtk/gtkcalendar.h: seal public struct members.
1452 2008-04-04 18:24:15 +0200 Carlos Garnacho
1454         * gtk/gtkdialog.h: Also seal variables marked as private.
1456 2008-04-04 17:35:48 +0200 Michael Natterer
1458         * gtk/gtkimagemenuitem.h: seal private member.
1460 2008-04-04 17:28:56 +0200 Michael Natterer
1462         * gtk/gtkiconfactory.h: seal private member.
1464 2008-03-28 16:56:53 +0000 Martyn Russell
1466         Seal GtkActionGroup
1468         * gtk/gtkactiongroup.[ch]: Use GSEAL macro on ->private_data public
1469           member and clean up .c file to reflect this.
1471 2008-03-28 15:00:09 +0100 Sven Herzberg
1473         Seal GtkAccelLabel
1475         gtk/gtkaccellabel.h: deprecate direct field access to GtkAccelLabel fields
1477 2008-03-28 16:38:00 +0100 Michael Natterer
1479         * gtk/gtkdrawingarea.h: seal instance struct member.
1481 2008-03-28 16:23:32 +0100 Christian Dywan
1483         Seal GtkScaleButton public fields
1485         * gtk/gtkscalebutton.h: Deprecate direct access through GSEAL().
1487 2008-03-28 16:07:50 +0100 Christian Dywan
1489         Seal GtkScale public fields
1491         * gtk/gtkscale.h: Deprecate direct access through GSEAL().
1493 2008-03-14 20:45:34 +0100 Christian Dywan
1495         Seal GtkProgressBar public fields
1498 2008-03-14 20:32:12 +0100 Christian Dywan
1500         Seal GtkFrame public vars
1502 2008-03-14 18:57:35 +0100 Carlos Garnacho
1504         Deprecate direct access to public variables in GtkButton.
1506         * gtk/gtkbutton.h: Deprecate direct access through GSEAL().
1508 2008-03-14 18:56:23 +0100 Carlos Garnacho
1510         Deprecate direct access to public variables in GtkButtonBox.
1512         * gtk/gtkbbox.h: Deprecate direct access through GSEAL().
1514 2008-03-14 18:54:35 +0100 Carlos Garnacho
1516         Deprecate direct access to public variables in GtkBox.
1518         * gtk/gtkbox.h: Deprecate direct access through GSEAL().
1520 2008-03-09 11:50:41 +0100 Carlos Garnacho
1522         Seal GtkMessageDialog public vars
1524 2008-03-09 11:38:00 +0100 Carlos Garnacho
1526         Seal GtkDialog public vars
1528 2008-03-09 11:32:05 +0100 Carlos Garnacho
1530         Add accessors for GtkDialog public vars, also implement GtkContainer::add/remove
1532 2008-03-09 11:31:46 +0100 Carlos Garnacho
1534         Seal GtkAssistant public fields
1536 2008-03-09 11:31:30 +0100 Carlos Garnacho
1538         Seal GtkNotebook public fields
1540 2008-03-07 20:29:47 +0100 Mikael Hallendal
1542         Deprecate direct access to child in GtkBin.
1544         * gtk/gtkbin.h: Deprecate direct access to child by GSEAL.
1546 2008-03-07 18:25:59 +0000 Martyn Russell
1548         Sealed GtkAccelGroup and added
1550         * gtk/gtkaccelgroup.[ch]: Added GObject properties for lock_count,
1551           modifier_mask, acceleratables, n_accels and priv_accels. Added seal
1552           macro for public struct members which should be private.
1554 2008-03-07 18:54:22 +0100 Mikael Hallendal
1556         Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.
1558         * gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL.
1560 2008-03-07 18:48:29 +0100 Mikael Hallendal
1562         Deprecate arrow_type and shadow_type direct access in GtkArrow.
1564         * gtk/gtkarrow.h: Deprecate public object fields by GSEAL.
1566 2008-03-07 18:35:12 +0100 Mikael Hallendal
1568         Added GSEAL to GtkAlignment.
1570         * gtk/gtkalignment.h: Seal the object data with GSEAL.
1572 2008-03-07 15:24:27 +0100 Tim Janik
1574         Introduce GSEAL() macro.
1576         * configure.in: define GSEAL() when generating gdkconfig.h
1578 2008-06-20  Michael Natterer  <mitch@imendio.com>
1580         Bug 538395 – gtk_combo_box_append_text() on non-compliant model
1581         segfaults
1583         * gtk/gtkcombobox.c (gtk_combo_box_append_text)
1584         (gtk_combo_box_insert_text)
1585         (gtk_combo_box_prepend_text)
1586         (gtk_combo_box_remove_text)
1587         (gtk_combo_box_real_get_active_text): apply patch from Christian
1588         Dywan which adds the needed g_return_if_fail() to prevent the
1589         crashes.
1591 2008-06-20  Cody Russell  <cody@jhu.edu>
1593         * gdk/directfb/gdkwindow-directfb.c:
1595         Rename gdk_window_new -> _gdk_window_new and
1596         gdk_window_reparent -> _gdk_window_reparent to fix
1597         the build.  (#539095, Sebastien Bacher)
1599 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
1601         * gtk/gtkmenuitem.c: remove an unused variable and cast
1602         accel_path to gchar, just like in gtkmenu.c
1604 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
1606         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Use GIO
1607         for this.
1609 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
1611         * gtk/gtkprintbackend.c: Fix a typo in a comment
1613         * gtk/gtkhsv.c (paint_ring, paint_triangle):
1614         Cast buf to unsigned char to avoid two compiler
1615         warnings.
1617         * gtk/gtkclist.c:
1618         * gtk/gtkstyle.c (gtk_style_finalize):
1619         Do not ignore the return value of g_slist_remove.
1620         gtkstyle.c changes rubberstamped by Owen.
1622 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
1624         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines),
1625         (gtk_tree_view_set_enable_tree_lines):
1626         gdk_gc_set_dashes expects a list of gint8, not guint8.
1628 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
1630         * gtk/gtkmenu.c (gtk_menu_set_accel_path):
1631         Remove an unused variable and cast to gchar to avoid a compiler
1632         warning.
1634 2008-06-19  Christian Persch  <chpe@gnome.org>
1636         * docs/reference/gtk/gtk-sections.txt:
1637         * gtk/gtk.symbols:
1638         * gtk/gtkclipboard.c:
1639         * gtk/gtkclipboard.h: Add clipboard convenience functions  for URI 
1640         targets. Bug #537639.
1642 2008-06-19  Christian Persch  <chpe@gnome.org>
1644         * gtk/gtkfilechooserdefault.c: Use gtk_drag_*_add_*_targets instead of
1645         hardcoded target tables. Bug #516092.
1647 2008-06-19  Christian Persch  <chpe@gnome.org>
1649         * gdk-pixbuf/gdk-pixbuf-io.c:
1650         * gdk-pixbuf/gdk-pixdata.c:
1651         * gdk-pixbuf/io-ani.c:
1652         * gdk-pixbuf/io-bmp.c:
1653         * gdk-pixbuf/io-gdip-utils.c:
1654         * gdk-pixbuf/io-gif.c:
1655         * gdk-pixbuf/io-icns.c:
1656         * gdk-pixbuf/io-ico.c:
1657         * gdk-pixbuf/io-jasper.c:
1658         * gdk-pixbuf/io-jpeg.c:
1659         * gdk-pixbuf/io-pcx.c:
1660         * gdk-pixbuf/io-png.c:
1661         * gdk-pixbuf/io-pnm.c:
1662         * gdk-pixbuf/io-ras.c:
1663         * gdk-pixbuf/io-tga.c:
1664         * gdk-pixbuf/io-tiff.c:
1665         * gdk-pixbuf/io-wbmp.c:
1666         * gdk-pixbuf/io-xbm.c:
1667         * gdk-pixbuf/io-xpm.c:
1668         * gtk/gtkfilechooserdefault.c:
1669         * gtk/gtkfilesystemmodel.c:
1670         * gtk/gtkiconfactory.c:
1671         * gtk/gtkicontheme.c:
1672         * gtk/gtkmain.c:
1673         * gtk/gtkpagesetup.c:
1674         * gtk/gtkpapersize.c:
1675         * gtk/gtkprintoperation-win32.c:
1676         * gtk/gtktextbufferserialize.c:
1677         * tests/testfilechooser.c: Use g_set_error_literal where appropriate. Bug #538640.
1679         * configure.in: Update glib requirement to 2.17.3.
1681 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
1683         * demos/testpixbuf.c (new_testrgb_window):
1684         * gtk/gtkctree.c (gtk_ctree_new_with_titles):
1685         * gtk/gtkitemfactory.c (gtk_item_factory_construct),
1686         (gtk_item_factory_create_item):
1687         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state)
1688         * gtk/gtkprogressbar.c (gtk_progress_bar_new),
1689         (gtk_progress_bar_new_with_adjustment):
1690         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_new):
1691         * gtk/gtktext.c (gtk_text_new):
1692         * gtk/gtkviewport.c (gtk_viewport_new):
1693         * tests/simple.c (main):
1694         * tests/testgtk.c (create_statusbar), (create_get_image),
1695         (create_saved_position), (create_tooltips), (create_cursors),
1696         (create_display_screen), (create_progress_bar), (create_idle_test):
1697         * tests/testmultidisplay.c (make_selection_dialog), (main):
1698         * tests/testmultiscreen.c (main):
1699         * tests/testrgb.c (new_testrgb_window):
1700         Use g_object_new instead of gtk_widget_new
1702 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
1704         * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.
1706         * gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove
1707         an unused variable.
1709         * gtk/gtkactiongroup.c: Use GdkModifierType instedd of guint,
1710         to avoid a gcc warning.
1712 2008-06-18  Olle Bergkvist <olle.bergkvist@yahoo.se>
1714         http://bugzilla.gnome.org/show_bug.cgi?id=538784 - Don't change
1715         the filename in the name entry in CREATE_FOLDER mode when changing
1716         folders, so that you can enter a new subfolder name, double-click on a
1717         folder to change to it, and close the dialog.
1719         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
1720         the filename in the entry in CREATE_FOLDER mode, either.
1722 2008-06-18  Olle Bergkvist <olle.bergkvist@yahoo.se>
1724         http://bugzilla.gnome.org/show_bug.cgi?id=419737#c59 - The file
1725         chooser clears the filename entry in SAVE/CREATE_FOLDER modes when
1726         it shouldn't.
1728         * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
1729         clear the entry for CREATE_FOLDER either; this needs the same
1730         behavior as SAVE mode.
1731         (update_chooser_entry): Only clear the entry in OPEN/SELECT_FOLDER
1732         modes.
1734 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
1736         * gtk/gtkfilesystem.c (_gtk_file_system_volume_render_icon):
1737         * gtk/gtkfilechooserbutton.c (change_icon_theme):
1738         (model_add_bookmarks):
1739         (model_update_current_folder):
1740         * gtk/gtkfilechooserdefault.c (shortcuts_insert_file):
1741         (shortcuts_reload_icons): Use standard icon names.
1743 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
1745         * gtk/Makefile.am: Add some more aliases for standard
1746         icon names to the builtin icon theme: drive-harddisk,
1747         folder, folder-remote, text-x-generic.
1749 2008-06-18  Michael Natterer  <mitch@imendio.com>
1751         * gtk/gtkcalendar.c: set the maximum of the "year" property to
1752         G_MAXINT >> 8 instead of G_MAXINT to fix overflows in internal
1753         calculations which in turn caused writing beyond the boundaries of
1754         the calendar->day_month[] and day[] arrays which in turn caused a
1755         SEGV. This limits the lifetime of GTK+ to the year 8,388,608 ;)
1757 2008-06-18  Michael Natterer  <mitch@imendio.com>
1759         * tests/Makefile.am
1760         * tests/autotestfilechooser.c
1761         * tests/buildertest.c
1762         * tests/defaultvaluetest.c
1763         * tests/floatingtest.c
1764         * tests/objecttests.c
1765         * tests/pixbuf-init.c
1766         * tests/textbuffertest.c: remove unit tests here...
1768         * gtk/tests/Makefile.am
1769         * gtk/tests/builder.c
1770         * gtk/tests/defaultvalue.c
1771         * gtk/tests/filechooser.c
1772         * gtk/tests/floating.c
1773         * gtk/tests/object.c
1774         * gtk/tests/pixbuf-init.c
1775         * gtk/tests/textbuffer.c: ...and add them here.
1777 2008-06-18  Michael Natterer  <mitch@imendio.com>
1779         * gdk/gdk.h: deprecate GdkDestroyNotify.
1781         * gdk/gdkevents.c
1782         * gdk/gdktypes.h
1783         * gdk/x11/gdkevents-x11.c
1784         * gtk/gtkmain.c: s/GdkDestroyNotify/GDestroyNotify/g.
1786 2008-06-18  Michael Natterer  <mitch@imendio.com>
1788         * gtk/gtktypeutils.h: deprecate GtkDestroyNotify.
1790         * gtk/gtkactiongroup.[ch]
1791         * gtk/gtkcombobox.[ch]
1792         * gtk/gtkcontainer.[ch]
1793         * gtk/gtkliststore.[ch]
1794         * gtk/gtkmain.[ch]
1795         * gtk/gtkmenu.c
1796         * gtk/gtkstock.[ch]
1797         * gtk/gtktreedatalist.[ch]
1798         * gtk/gtktreemodelfilter.[ch]
1799         * gtk/gtktreemodelsort.[ch]
1800         * gtk/gtktreeprivate.h
1801         * gtk/gtktreeselection.[ch]
1802         * gtk/gtktreesortable.[ch]
1803         * gtk/gtktreestore.[ch]
1804         * gtk/gtktreeview.[ch]
1805         * gtk/gtktreeviewcolumn.[ch]: s/GtkDestroyNotify/GDestroyNotify/g.
1807 2008-06-18  Michael Natterer  <mitch@imendio.com>
1809         * tests/testgtk.c: some more undeprecation.
1811 2008-06-18  Michael Natterer  <mitch@imendio.com>
1813         * gtk/gtktypeutils.h: deprecate GtkType, GtkSignalFunc and
1814         GTK_SIGNAL_FUNC().
1816         (struct GtkArg): s/GtkType/GType/ and s/GtkSignalFunc/GCallback/
1818 2008-06-18  Michael Natterer  <mitch@imendio.com>
1820         * gtk/gtktypeutils.[ch]: deprecate gtk_type_class().
1822         * gtk/gtk.symbols: changed accordingly.
1824         * gtk/gtksettings.c (gtk_settings_install_property)
1825         (gtk_settings_install_property_parser): get rid of using
1826         gtk_type_class() by keeping a static reference to GtkSettingsClass
1827         around in both functions and passing that pointer on to
1828         settings_install_property_parser().
1830         * tests/testgtk.c: use g_type_class_ref()/unref() instead of
1831         gtk_type_class().
1833         * gtk/gtkobject.c: #undef GTK_DISABLE_DEPRECATED around including
1834         gtktypeutils.h.
1836 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
1838         * gtk/gtkstyle.c: Add deprecated version
1839         and change the deprecation markup used by ref/unref 
1841 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
1843         * gtk/gtkwidget.c: 
1844         Add deprecated versions and fixup markup.
1846 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
1848         * gtk/gtkaboutdialog.c:
1849         * gtk/gtkbutton.c (gtk_button_class_init):
1850         Don't markup deprecated in italics.
1852 2008-06-18  Carlos Garnacho  <carlos@imendio.com>
1854         * gtk/gtkfilesystem.[ch]: Remove GtkFileSystemError, use
1855         GtkFileChooserError instead. (#538378, patch by Matthias Clasen)
1857 2008-06-17  Michael Natterer  <mitch@imendio.com>
1859         * examples/gtkdial/gtkdial.[ch]: undeprecate.
1861 2008-06-17  Michael Natterer  <mitch@imendio.com>
1863         * gtk/gtkobject.c: remove bogus extern declaration of non-existing
1864         function gtk_object_init_type().
1866 2008-06-17  Michael Natterer  <mitch@imendio.com>
1868         * gtk/gtkbindings.c (gtk_binding_entry_add_signal):
1869         * gtk/gtktoolbutton.c (gtk_tool_button_get_type): 
1870         * examples/gtkdial/gtkdial.h (gtk_dial_get_type): 
1871         s/GtkType/GType/
1873 2008-06-17  Tor Lillqvist  <tml@novell.com>
1875         * gtk/gtknotebook.c: Need to do the GTK_DISABLE_DEPRECATED
1876         #undef/#define dance here, too, because
1877         gtk_notebook_set_group_id() is deprecated but used here before it
1878         is defined, and gcc complains about conflicting type from the
1879         implicit int declaration when it sees the actual void definition.
1881         * modules/input/gtkimcontextime.h: Don't use the deprecated GTK_*
1882         GtkType macros.
1884 2008-06-17  Michael Natterer  <mitch@imendio.com>
1886         * gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED.
1888         * gtk/gtkclist.c
1889         * gtk/gtkcombo.c
1890         * gtk/gtkctree.c
1891         * gtk/gtklist.c
1892         * gtk/gtklistitem.c
1893         * gtk/gtkoldeditable.c
1894         * gtk/gtkpixmap.c
1895         * gtk/gtktext.c
1896         * gtk/gtktipsquery.c
1897         * gtk/gtktree.c
1898         * gtk/gtktreeitem.c: whenever we #undef GTK_DISABLE_DEPRECATED and
1899         actually use deprecated symbols (not just types or macros),
1900         #define it again before #include "gtkalias.h" so the symbols match
1901         and the beast links.
1903 2008-06-17  Paolo Borelli  <pborelli@katamail.com>
1905         * gtk/tests/recentmanager.c: more tests for GtkRecentManager.
1907 2008-06-17  Michael Natterer  <mitch@imendio.com>
1909         * modules/input/gtkimcontextmultipress.h
1910         * modules/input/gtkimcontextthai.h
1911         * modules/input/gtkimcontextxim.h: use G_TYPE instead of GTK_CHECK
1912         type checking macros.
1914 2008-06-17  Michael Natterer  <mitch@imendio.com>
1916         * gtk/gtktypeutils.h: really move the GtkType typedef to an
1917         undeprecated section.
1919 2008-06-17  Michael Natterer  <mitch@imendio.com>
1921         * gtk/gtktypeutils.h: deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST,
1922         GTK_CHECK_GET_CLASS, GTK_CHECK_TYPE and GTK_CHECK_CLASS_TYPE.
1923         Move the GtkType typedef to an undeprecated section.
1925 2008-06-17  Michael Natterer  <mitch@imendio.com>
1927         * gtk/gtkprogress.h: use G_TYPE macros for type checking instead
1928         of GTK_CHECK ones because it's the parent class of an undeprecated
1929         class and the GTK_CHECK stuff will soon be deprecated.
1931 2008-06-17  Michael Natterer  <mitch@imendio.com>
1933         * gtk/gtkfilesel.c
1934         * gtk/gtkinputdialog.c
1935         * gtk/gtkmenutoolbutton.c
1936         * gtk/gtkoptionmenu.c
1937         * gtk/gtktoolitem.c
1938         * gtk/gtktooltips.c: add or move around
1939         #undef GTK_DISABLE_DEPRECATED so it's possible to build without
1940         deprecated stuff again (with the minor glitch that it doesn't
1941         link ;) but at least it's a tool to keep the code clean).
1943 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
1945         * gtk/gtkrecentmanager.c:
1946         (gtk_recent_manager_remove_item): Fix dumb typo in the previous
1947         commit.
1949 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
1951         * gtk/gtkrecentmanager.c:
1952         (gtk_recent_manager_remove_item),
1953         (gtk_recent_manager_move_item): Increase the consistency of the
1954         errors returned by GtkRecentManager. (Paolo Borelli)
1956 2008-06-17  Paolo Borelli  <pborelli@katamail.com>
1958         * gtk/tests/recentmanager.c: add some unit tests for GtkRecentManager.
1960 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
1962         * gtk/gtkrecentmanager.c:
1963         (gtk_recent_manager_remove_item): Consistently use the same
1964         error when removing a URI from an empty GtkRecentManager.
1966 2008-06-17  Michael Natterer  <mitch@imendio.com>
1968         * gtk/gtkfilechooserdefault.c: remove static integer variables
1969         which hold the number of members in GtkTargetEntry arrays and use
1970         G_N_ELEMENTS() directly instead.
1972 2008-06-17  Michael Natterer  <mitch@imendio.com>
1974         * gtk/gtk.symbols: move some deprecated symbols into
1975         #ifndef GTK_DISABLE_DEPRECATED.
1977 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
1979         * gtk/gtkfilechooserdefault.c:
1980         (gtk_file_chooser_default_init),
1981         (gtk_file_chooser_default_constructor),
1982         (gtk_file_chooser_default_screen_changed),
1983         (recent_start_loading): Remove the GtkRecentManager screen
1984         dance, as it has been deprecated since 2.12. Now we get the
1985         GtkRecentManager singleton whewn we create the FileChooserDefault
1986         instance. (Michael Natterer)
1988 2008-06-17  Michael Natterer  <mitch@imendio.com>
1990         * gtk/gtkoptionmenu.c (gtk_option_menu_position): cast menu's
1991         toplevel to GtkWindow when passing to gtk_window_set_type_hint().
1993 2008-06-17  Michael Natterer  <mitch@imendio.com>
1995         * gtk/gtktestutils.c: #undef GTK_DISABLE_DEPRECATED, clean up
1996         includes a bit.
1998         * gtk/gtkuimanager.c: #include "gtkwindow.h", it was only pulled
1999         in via deprecated headers.
2001 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
2003         Bug 508751 – gnome-terminal crashed with SIGSEGV after keypress
2005         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): Protect
2006         against XKB being stupid. Reported by Pedro Villavicencio.
2008 2008-06-17  Michael Natterer  <mitch@imendio.com>
2010         * gtk/gtkplug.c (_gtk_plug_send_delete_event): use g_object_ref()
2011         and unref() instead of the deprecated gtk_widget_ref() and unref().
2013 2008-06-16  Michael Natterer  <mitch@imendio.com>
2015         * gtk/gtkentry.c: removed function drag_begin_cb(), which was in
2016         svn since 2.8 but was never used.
2018 2008-06-16  Michael Natterer  <mitch@imendio.com>
2020         * gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
2021         gtk_binding_entry_clear() instead of gtk_binding_entry_add()
2022         (the former is deprecated and #defined to gtk_binding_entry_clear)
2024 2008-06-16  Michael Natterer  <mitch@imendio.com>
2026         * gtk/gtkprintoperation-unix.c: don't include the deprecated (and
2027         unused) "gtkmarshal.h".
2029 2008-06-16  Behdad Esfahbod  <behdad@gnome.org>
2031         Bug 538182 – pango_cairo_context_update_layout is not noop after
2032         gtk_widget_create_pango_layout
2034         * gtk/gtksettings.c (settings_update_font_options): Make sure all
2035         font option fields are set to non-DEFAULT values.
2037 2008-06-16  Michael Natterer  <mitch@imendio.com>
2039         * gtk/gtkfontsel.c
2040         * gtk/gtkrc.c
2041         * gtk/gtkstyle.c
2042         * gtk/gtkwidget.c: use g_object_unref() instead of the deprecated
2043         gtk_rc_style_unref().
2045 2008-06-16  Michael Natterer  <mitch@imendio.com>
2047         * gtk/gtkcombobox.c (gtk_combo_box_class_init): use
2048         _gtk_marshal_BOOLEAN__VOID instead of the deprecated
2049         gtk_marshal_BOOLEAN__VOID.
2051 2008-06-16  Michael Natterer  <mitch@imendio.com>
2053         * gtk/gtkcellrendereraccel.h
2054         * gtk/gtkiconview.h
2055         * gtk/gtkobject.h: use G_TYPE macros instead of the old GTK_CHECK
2056         macros for type checking.
2058         (gtk_object_get_type): change prototype to return GType instead of
2059         GtkType.
2061 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
2063         * gtk/Makefile.am: Make folder, user-home and user-desktop links 
2064         to gtk-directory in the builtin icon theme, so that we can
2065         use these icon names without risk of ending up without an icon.
2067 2008-06-16  Tor Lillqvist  <tml@novell.com>
2069         Bug 538362 - Get Win32 icons back in the file chooser
2071         * gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
2072         reference to an icon resource in a DLL or .EXE in the same format
2073         as the DefaultIcon strings in the Registry. In that case, extract
2074         the icon and convert to a GdkPixbuf. Patch by Hans Breuer. This
2075         code has to be in sync with the corresponding code in
2076         glib/gio/gcontenttype.c.
2078 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
2080         * gtk/stock-icons/24/audio-volume*: Add icons used by GtkVolumeButton
2081         to the builtin icon theme, to avoid showing broken images when
2082         there is no icon theme around.  The new icons are thanks to
2083         Lapo Calamandrei.
2085 2008-06-16  Michael Natterer  <mitch@imendio.com>
2087         * gtk/gtkfilechooserprivate.h: remove GtkTooltips member from the
2088         GtkFileChooserDefault struct.
2090         * gtk/gtkfilechooserdefault.c: don't allocate and free the
2091         GtkTooltips.
2093 2008-06-16  Carlos Garnacho  <carlos@imendio.com>
2095         Bug 538519 – GtkCellRendererPixbuf doesn't allow unsetting the icon
2096         anymore
2098         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
2099         Allow again setting any of the properties to render an image back to
2100         NULL.
2102 2008-06-15  Matthias Clasen  <mclasen@redhat.com>
2104         * gtk/gtkimage.c: When pixel-size is specified, use
2105         GTK_ICON_LOOKUP_FORCE_SIZE when loading themed icons.
2107 2008-06-15  Carlos Garnacho  <carlos@imendio.com>
2109         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Return full 
2110         path here as expected, not just the basename.
2112         * gtk/gtkfilechooserdefault.c
2113         (gtk_file_chooser_default_update_current_folder): Ensure that we keep
2114         a reference to file, since it can be destroyed when switching back to
2115         browse mode.
2117         * gtk/gtkfilesystem.c (get_icon_for_special_directory): Removed, home
2118         and desktop directories are dealt by the filechooser as normal files,
2119         not volumes, so the icon for these is handled directly by GIO.
2120         (_gtk_file_system_volume_render_icon): Update caller.
2122 2008-06-15  Matthias Clasen  <mclasen@redhat.com>
2124         * gtk/gtkcellrendererpixbuf.c: Add a gicon property.
2126 2008-06-14  Cody Russell  <bratsche@gnome.org>
2128         * gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):
2130         Initialize hwnd to NULL.  This fixes OpenClipboard() failure and,
2131         according to MSDN docs, associates the open clipboard with the
2132         current task.  (#378158, reported by Andreas Köhler)
2134 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2136         * configure.in: Bump version
2138         * === Released 2.13.3 ===
2140 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2142         * gtk/gtkaccelgroup.c: Add some docs
2144         * gdk/gdkwindow.c: Fix doc typos
2146 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2148         * gtk/gtkfilesystem.c: Avoid PLT entries by including
2149         gtkalias.h
2151 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2153         * gtk/gtkfilechooserbutton.c:
2154         * gtk/gtkfilechooserdefault.c:
2155         * gtk/gtkfilechooserentry.c:
2156         * gtk/gtkfilesystem.c:
2157         * gtk/gtkfilesystem.h:
2158         * gtk/gtkfilesystemmodel.c:
2159         * gtk/gtkpathbar.c: Really make GtkFileSystem private
2160         by _-prefixing all functions.
2162 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2164         * docs/RELEASE-HOWTO: Updates
2165         * INSTALL.in: Bump version
2167 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2169         * NEWS: Updates
2171 2008-06-13  Michael Natterer  <mitch@imendio.com>
2173         * gtk/gtkcellrendereraccel.h
2174         * gtk/gtkfilechooser.h
2175         * gtk/gtkfilechooserdialog.h
2176         * gtk/gtkfilechooserwidget.h
2177         * gtk/gtkmenutoolbutton.h
2178         * gtk/gtkpagesetup.h
2179         * gtk/gtkpapersize.h
2180         * gtk/gtkprintcontext.h
2181         * gtk/gtkprintoperation.h
2182         * gtk/gtkprintoperationpreview.h
2183         * gtk/gtkprintsettings.h
2184         * gtk/gtkradiotoolbutton.h
2185         * gtk/gtkrecentchooser.h
2186         * gtk/gtkrecentchooserdialog.h
2187         * gtk/gtkrecentchoosermenu.h
2188         * gtk/gtkrecentchooserwidget.h
2189         * gtk/gtkseparatortoolitem.h
2190         * gtk/gtkshow.h
2191         * gtk/gtktoggletoolbutton.h
2192         * gtk/gtktoolbar.h
2193         * gtk/gtktoolbutton.h
2194         * gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
2195         "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.
2197 2008-06-13  Michael Natterer  <mitch@imendio.com>
2199         * gtk/gtktexttagtable.h: remove double inclusion of
2200         <gtk/gtktexttag.h>.
2202 2008-06-13  Michael Natterer  <mitch@imendio.com>
2204         * gtk/gtkaction.c (gtk_action_set_short_label): change type of
2205         local "image" variable from GtkImage to GtkWidget to fix warning.
2207 2008-06-13  Michael Natterer  <mitch@imendio.com>
2209         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): cast menu's
2210         toplevel to GtkWindow when passing to gtk_window_set_type_hint().
2212 2008-06-13  Michael Natterer  <mitch@imendio.com>
2214         * gtk/gtkuimanager.c (start_element_handler): silently skip
2215         unknown attributes instead of bailing out with an error in order
2216         to be compatible with possible future attribute names.
2218         This is related to the discussion in bug #516425 but actually
2219         needed for any kind of XML format extension.
2221 2008-05-23  Hans Breuer  <hans@breuer.org>
2223         * gtk/gtkprintoperation.c : check surface status after ceating a pdf.
2224         Avoids crashing when the target can not be written, bug #537685
2226         * gdk/win32/gdkdisplay-win32.c : runtime linking of ProcessIdToSessionId
2228         * gtk/gtkfilesystem.c : variadic macros are not supported with c89 and
2229         it was not needed here anyway.
2231 2008-06-13 Matthias Clasen  <mclasen@redhat.com>
2233         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix frame size allocation.
2234         Patch by Jan Arne Peterson
2236 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
2238         Bug 537985 – gtk_init_with_args() doesn't open a display after
2239         gtk_parse_args()
2241         * gtk/gtkmain.c (gtk_init_with_args): Open the default display
2242         even when gtk_parse_args() has already been called.
2243         Patch by Mathias Hasselmann
2245 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
2247         Bug 524222 – GtkToolbar with mix of buttons with and without 
2248         icons looks "bad"
2250         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
2251         Improve appearance of "both vertical" mode toolbuttons.
2252         Patch by Peter Johanson
2254 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
2256         Bug 519092 – Add accessibility support to GtkVolumeButton
2258         * gtk/gtkvolumebutton.c: Set accessibility descriptions.
2259         Patch by Jonh Wendell
2261 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
2263         Bug 517706 – Connecting GtkButton with "use-stock" == FALSE to a
2264         GtkAction has problems
2265         Patch by Peter Johanson
2267         * gtk/gtkaction.c (connect_proxy): Set the image of a button
2268         proxy to the "icon-name" property.
2270         (gtk_action_set_short_label):  If the "image" property is set 
2271         on the button proxy, also tries to set the "label" property on 
2272         the GtkButton.
2274 2008-06-12  Michael Natterer  <mitch@imendio.com>
2276         * gtk/gtkmain.c
2277         * gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled
2278         in via "gtkintl.h" from <glib/gi18n-lib.h>.
2280 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
2282         RH bug 248245 and 449379: cups client printing from gnome
2283         applications fail
2285         * modules/printbackends/cups/gtkprintbackendcups.c: Really fix
2286         printer URI construction. Patch by Marek Kasik
2287         
2288 2008-06-12  Michael Natterer  <mitch@imendio.com>
2290         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
2291         limit the number of displayed items by the actual screen height
2292         instead of some arbitrary value (Bug #408154, Xan Lopez and
2293         Christian Dywan).
2295 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
2297         Bug 503071 – Application direction changes to right to left even if
2298         theres no translation
2300         * configure.in: Bump glib requirement.
2302         * gtk/gtkaccellabel.c
2303         (_gtk_accel_label_class_get_accelerator_label):
2304         * gtk/gtkactiongroup.c (dgettext_swapped):
2305         * gtk/gtkbuilder.c (gtk_builder_class_init):
2306         * gtk/gtkbuilderparser.c (_dpgettext),
2307         (_gtk_builder_parser_translate):
2308         * gtk/gtkfilechooserdefault.c (list_size_data_func):
2309         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2310         * gtk/gtkintl.h:
2311         * gtk/gtkmain.c (setlocale_initialization),
2312         (do_pre_parse_initialization), (gettext_initialization):
2313         * gtk/gtkstock.c (gtk_stock_lookup), (sgettext_swapped):
2314         Use g_dgettext() and g_dngettext().
2316 2008-06-11  Matthias Clasen <mclasen@redhat.com>
2318         * docs/RELEASE-HOWTO: Updates
2320 2008-06-11  Tor Lillqvist  <tml@novell.com>
2322         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): As we don't
2323         support Win9x anyway, we can use ProcessIdToSessionId()
2324         unconditionally.
2326 2008-06-11  Michael Natterer  <mitch@imendio.com>
2328         * gtk/gtkfilechooserbutton.c: fix local prototype of
2329         _gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*).
2331 2008-06-10  Matthias Clasen <mclasen@redhat.com>
2333         Bug 536765 – GtkComboBox should set COMBO type hint for its menu
2335         * gtk/gtkoptionmenu.c:
2336         * gtk/gtkcombobox.c: Set the window type hint on popups.
2337         Patch by Danny Baumann
2339 2008-06-10  Matthias Clasen <mclasen@redhat.com>
2341         * gtk/gtkfilesystem.c (get_icon_for_special_directory):
2342         (gtk_file_system_volume_render_icon): Add standard icon names,
2343         and also fall back to builtin gtk stock icons.
2345 2008-06-10  Christian Persch  <chpe@gnome.org>
2347         * gtk/gtktreeview.c: (destroy_info), (set_destination_row),
2348         (gtk_tree_view_maybe_begin_dragging_row),
2349         (gtk_tree_view_set_reorderable),
2350         (gtk_tree_view_enable_model_drag_source),
2351         (gtk_tree_view_enable_model_drag_dest),
2352         (gtk_tree_view_unset_rows_drag_source),
2353         (gtk_tree_view_unset_rows_drag_dest): Make
2354         gtk_tree_view_enable_model_drag_[source|dest] compatible with
2355         gtk_drag_[source|dest]_add_*_targets. Bug #506853.
2357 2008-06-10  Christian Persch  <chpe@gnome.org>
2359         * gtk/gtktreeview.c: (gtk_tree_view_button_release_drag_column),
2360         (dest_row_free), (set_dest_row), (ensure_info),
2361         (gtk_tree_view_remove), (gtk_tree_view_put),
2362         (gtk_tree_view_set_column_drag_info): Use GSlice. Patch from
2363         bug #506853.
2365 2008-06-10  Paolo Borelli  <pborelli@katamail.com>
2367         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri)
2368         use g_file_new_for_uri.
2370 2008-06-10  Paolo Borelli  <pborelli@katamail.com>
2372         * gtk/gtkfilesystem.c (gtk_file_system_volume_render_icon): do not
2373         leak the GIcon.
2375 2008-06-10  Carlos Garnacho  <carlos@imendio.com>
2377         * configure.in:
2378         * gtk/Makefile.am:
2379         * gtk/xdgmime: removed local xdgmime copy as Matthias suggested in bug
2380         #520874, comment #8. It's no longer used directly by GTK+.
2382 2008-06-10  Carlos Garnacho  <carlos@imendio.com>
2384         Bug 520874 - Should use gio directly.
2386         * gtk/gtkfilesystem.[ch]: Turn into a private object, which mostly
2387         provides helper functions for asynchronous calls, folder abstraction
2388         and uniform handling of volumes/drives/mounts.
2390         * gtk/gtkfilesystemwin32.[ch]:
2391         * gtk/gtkfilesystemunix.[ch]: Removed, these are no longer required.
2393         * gtk/gtkfilechooser.c:
2394         * gtk/gtkfilechooserbutton.c:
2395         * gtk/gtkfilechooserdefault.c:
2396         * gtk/gtkfilechooserentry.[ch]:
2397         * gtk/gtkfilechooserprivate.h:
2398         * gtk/gtkfilechooserutils.c:
2399         * gtk/gtkfilesystemmodel.[ch]:
2400         * gtk/gtkpathbar.[ch]: Use GIO internally. Adapt to GtkFileSystem API.
2401         Do not load filesystem implementation modules.
2403         * gtk/Makefile.am:
2404         * gtk/gtk.symbols: the gtkfilesystem.h private header isn't installed
2405         anymore, nor the unix/win32 implementations.
2407         * README.in: Add blurb about these changes.
2409 2008-06-09  Kristian Rietveld  <kris@gtk.org>
2411         Bug 526987 - GtkCellRendererCombo should allow model to be NULL
2413         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
2414         (gtk_cell_renderer_combo_set_property),
2415         (gtk_cell_renderer_combo_editing_done),
2416         (gtk_cell_renderer_combo_start_editing): introduce private class
2417         struct, allow model to be set to NULL.
2419 2008-06-08  Björn Lindqvist  <bjourne@gmail.com>
2421         Bug 131920 – gtkNotebook sends incorrect switch_page value
2423         * gtk/gtknotebook.c (gtk_notebook_real_remove): Make switch-page
2424         signal send correct page index when page index 0 is active and
2425         removed. (#131920, Samuel Fogh)
2427 2008-06-08  Kristian Rietveld  <kris@gtk.org>
2429         Bug 536730 - memory corruption in gtktreeview
2431         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): first
2432         remove the expand/collapse timeout and node, then free the rbtree.
2434 2008-06-08  Kristian Rietveld  <kris@gtk.org>
2436         Bug 488119 - critical warnings from gtk_tree_view_get_visible_range
2438         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): only try to
2439         find path if we found valid nodes, return FALSE otherwise.  (Patch
2440         from Matthias Clasen).
2442 2008-06-08  Matthias Clasen  <mclasen@redhat.com>
2444         * gtk/gtkrecentmanager.c:
2445         * gtk/gtkrecentfilter.c:
2446         * gtk/gtkfilefilter.c: Replace uses of xdgmime with
2447         g_content_type.
2448         
2449 2008-06-08  Christian Persch <chpe@gnome.org>
2451         Bug 535608 – do not string-copy accel paths in the menu code
2453         * gtk/gtkaccelgroup.c:
2454         * gtk/gtkaccelmap.c:
2455         * gtk/gtkaction.c:
2456         * gtk/gtkmenu.c:
2457         * gtk/gtkmenuitem.c:
2458         * gtk/gtkwidget.c:  Don't store the accel path as a string in
2459         gtkmenu/gtkmenuitem. The accel path will be interned anyway, so
2460         keeping a string copy around is just a waste of memory.
2461         Improve the documentation to mention this.
2463 2008-06-07  Tor Lillqvist  <tml@novell.com>
2465         Bug 536990 - updateiconcache.c: 'close ()' is redundant
2467         * gtk/updateiconcache.c (build_cache): Drop redundant close()
2468         calls. fclose() on a fdopen()ed stream closes the underlying file
2469         descriptor.
2471 2008-06-06  Matthias Clasen  <mclasen@redhat.com>
2473         Bug 536757 – regression: openoffice.org menus are placed at wrong
2474         position since 2.12.10
2476         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):
2477         Return the right coordinates.  
2479 2008-06-06  Behdad Esfahbod  <behdad@gnome.org>
2481         Bug 536185 – monitor font configuration
2483         * configure.in:
2484         * gdk/x11/gdksettings.c:
2485         * gtk/gtksettings.c (gtk_settings_class_init),
2486         (gtk_settings_notify), (settings_update_fontconfig):
2487         Monitor xsettings key Fontconfig/Timestamp and upon change,
2488         reread fontconfig configuration, clear Pango's caches, and
2489         redraw all widgets.
2491 2008-06-06  Ross Burton  <ross@burtonini.com>
2493         * gtk/gtkwindow.c:
2494         Fix trivial typo in documentation.
2496 2008-06-06  Tor Lillqvist  <tml@novell.com>
2498         * config.h.win32.in: Slight update to match what configure
2499         produces.
2501 2008-06-05  Johan Dahlin  <jdahlin@async.com.br>
2503         * gtk/gtkbuilder.h (enum): Add the new version mismatch error
2504         constant to the end of the list, to avoid breaking the stable ABI
2506 2008-06-05  Michael Natterer  <mitch@imendio.com>
2508         * configure.in: add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
2510 2008-06-05  Li Yuan  <li.yuan@sun.com>
2512         * gail-uninstalled.pc.in:
2513         Bug #536430. Patch from Damien Carbery <damien.carbery@sun.com>.
2514         Correct paths to gail headers and libraries in gail-uninstalled.pc.in.
2516 2008-06-03  Matthias Clasen  <mclasen@redhat.com>
2518         * docs/RELEASE-HOWTO: Update a bit
2520 2008-06-03  Matthias Clasen  <mclasen@redhat.com>
2522         * configure.in: Bump version
2524         * === Released 2.13.2 ===
2526 2008-06-03  Federico Mena Quintero  <federico@novell.com>
2528         * gtk/gtkfilechooserentry.c (install_completion_feedback_timer):
2529         If the user presses Tab while the completion feedback window is
2530         active, then we'll assert.  Remove the assertion and just re-set
2531         the timer.  Fixes https://bugzilla.novell.com/show_bug.cgi?id=355225
2533 2008-06-03  Colin Walters  <walters@redhat.com>
2534         
2535         Bug 535303 – add _get_implementation to GtkStatusIcon
2537         * gtk/gtkstatusicon.c (gtk_status_icon_get_x11_window_id): New
2538         function to retrieve internal X11 window ID, useful for libnotify.
2539         * gtk/gtkstatusicon.h: Prototype it.
2540         * docs/reference/gtk/gtk-sections.txt: Add to docs.
2541         * gtk/gtk.symbols: Export it.
2543 2008-06-03  Tor Lillqvist  <tml@novell.com>
2545         * gtk/updateiconcache.c (build_cache): Use g_open().
2547 2008-06-03  Michael Natterer  <mitch@imendio.com>
2549         * gtk/gtkclist.h
2550         * gtk/gtkctree.h: revert includes to how they have been before the
2551         GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact
2552         that you can't include <gtk/gtk.h> from two headers where one is a
2553         parent class of the other and expect them both to be includable
2554         individually.
2556 2008-06-03  Michael Natterer  <mitch@imendio.com>
2558         * gtk/gtkprinteroptionset.h: remove newline at beginning of file.
2560 2008-06-02  Matthias Clasen  <mclasen@redhat.com>
2561         
2562         Bug 536092 – GtkEntryCompletion's popup window should set type hint
2564         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set
2565         a type hint on the popup window to help compiz.
2566         Patch by Vaclav Slavik.
2568 2008-06-02  Claudio Saavedra  <csaavedra@igalia.com>
2570         Bug 535862 – gtk_action_create_icon can't create icons from the
2571         icon themes
2573         * gtk/gtkaction.c: (gtk_action_create_icon): Look for the icon in
2574         the default factories as it's supposed.
2576 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
2578         Bug 535497 – Print preview doesn't work.
2580         * gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open
2581         instead of launching Preview.app directly.
2583 2008-06-02  Michael Natterer  <mitch@imendio.com>
2585         * gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
2586         in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
2587         (bug #536126).
2589 2008-05-31  Emmanuele Bassi  <ebassi@gnome.org>
2591         Bug 535830 – wrong content type adding an item
2593         * gtk/gtkrecentmanager.c:
2594         (gtk_recent_manager_add_item_query_info): Use the correct API
2595         for retrieving the fast MIME type of a URI. (Carlos Garcia
2596         Campos)
2598 2008-05-31  Kristian Rietveld  <kris@imendio.com>
2600         Bug 530146 - Setting non-string tooltip with
2601         gtk_tree_view_set_tooltip_column() segfaults
2603         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_query_cb): use
2604         gtk_tree_model_get_value() and explicitly transform the value to a
2605         string before setting it as tooltip.
2607 2008-05-30  Tor Lillqvist  <tml@novell.com>
2609         * modules/engines/ms-windows/msw_style.h
2610         * modules/engines/ms-windows/msw_rc_style.h: Include gtk.h.
2612 2008-05-30  Michael Natterer  <mitch@imendio.com>
2614         * gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to
2615         GDestroyNotify when using it in g_object_set_data_full().
2617 2008-05-30  Michael Natterer  <mitch@imendio.com>
2619         * gdk/gdkapplaunchcontext.h
2620         * gdk/gdktestutils.h
2621         * gtk/gtkmountoperation.h
2622         * gtk/gtkshow.h
2623         * gtk/gtktestutils.h
2624         * gtk/gtktoolshell.h: no need to allow disabling single includes
2625         conditionally in these new files. Simply forbid including them
2626         individually from the beginning.
2628 2008-05-30  Tor Lillqvist  <tml@novell.com>
2630         Bug 533108 - leak of GDI region in function 'handle_wm_paint'
2632         * gdk/win32/gdkevents-win32.c (handle_wm_paint): Patch by Daniel
2633         Atallah.
2635 2008-05-29  Matthias Clasen <mclasen@redhat.com>
2637         * configure.in: Bump version 
2639         * === Released 2.13.1 ===
2641         * NEWS: Updates
2643 2008-05-29  Matthias Clasen <mclasen@redhat.com>
2645         * gtk/gtkwidget.c: s/2.16/2.14/ in Since tags
2647 2008-05-29  Matthias Clasen <mclasen@redhat.com>
2649         * tests/Makefile.am: Don't add testmountoperation to TEST_PROGS.
2651 2008-05-29  Tor Lillqvist  <tml@novell.com>
2653         Bug 535526 - updateiconcache.c: using open/close without prototype
2655         * gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use
2656         g_utime() when available instead of utime() for UTF-8 pathname
2657         support on Windows.
2659 2008-05-29  Jan Arne Petersen  <jpetersen@jpetersen.org>
2661         Bug 56355 – GtkLabel - Not all changes propagate correctly
2663         * gtk/gtklabel.c: (gtk_label_recalculate), (gtk_label_set_label),
2664         (gtk_label_set_markup_with_mnemonic), (gtk_label_parse_uline),
2665         (gtk_label_set_text_with_mnemonic), (gtk_label_set_use_underline):
2666         Call gtk_label_setup_mnemonic from gtk_label_recalculate. Add
2667         notifications of mnemonic-keyval changes.
2669 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2671         Bug 522084 – GIcon support for GtkIconTheme & GtkImage
2673         * gtk/gtkicontheme.[hc]: Add support for GIcon based lookups.
2674         * gtk/gtkimage.[hc]: Allow setting an image from a GIcon.
2675         * gtk/gtk.symbols: Additions
2676         * tests/testimage.c: Add a GIcon test
2678 2008-05-29  Michael Natterer  <mitch@imendio.org>
2680         * gtk/Makefile.am
2681         * gtk/gtkunixprint.h: add a single-include header for the unix
2682         print stuff.
2684         * gtk/gtkpagesetupunixdialog.h
2685         * gtk/gtkprinter.h
2686         * gtk/gtkprintjob.h
2687         * gtk/gtkprintunixdialog.h: add single-include guards that #error
2688         out if GTK_DISABLE_SINGLE_INCLUDES is defined and any of these
2689         files is included individually.
2691         * gtk/gtkprintbackend.h
2692         * gtk/gtkprinter-private.h
2693         * modules/printbackends/cups/gtkprintbackendcups.c
2694         * modules/printbackends/cups/gtkprintercups.h
2695         * modules/printbackends/lpr/gtkprintbackendlpr.c
2696         * tests/buildertest.c
2697         * tests/defaultvaluetest.c
2698         * docs/tools/widgets.c: include <gtk/gtkunixprint.h> instead of
2699         individual files.
2701 2008-05-28  Michael Natterer  <mitch@imendio.com>
2703         * gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
2704         excess newlines and sprinkled some newlines where needed. Zero
2705         code or formatting changes included.
2707 2008-05-28  Michael Natterer  <mitch@imendio.com>
2709         * gtk/gtkprinter.h: fix formatting of details_acquired() signal.
2711 2008-05-28  Michael Natterer  <mitch@imendio.com>
2713         * gtk/gtkcolorbutton.h: fix comment: the widget is called
2714         GtkColorButton, not GtkColorSelectButton. Remove trailing
2715         whitespace and excess newlines.
2717 2008-05-28  Michael Natterer  <mitch@imendio.com>
2719         * configure.in: last but not least, add G_DISABLE_SINGLE_INCLUDES,
2720         GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES
2721         to CPPFLAGS so it's impossible to commit code that would break
2722         apps which use DISABLE_INCLUDE defines.
2724 2008-05-28  Michael Natterer  <mitch@imendio.com>
2726         * gtk/gtk.h: define __GTK_H_INSIDE__ around including all other
2727         headers.
2729         * gtk/gtktypebuiltins.h.template
2730         * gtk/gtkversion.h.in
2731         * gtk/gtk*.h: add single-include guards that #error out if
2732         GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
2733         included individually.
2735         * gtk/gtkprintbackend.h
2736         * gtk/gtkprinter-private.h
2737         * gtk/gtktextlayout.h
2738         * gtk/gtktexttagprivate.h
2739         * gtk/gtktexttypes.h
2740         * gtk/gtktreedatalist.h: include <gtk/gtk.h> instead of individual
2741         headers in these private or semi-private headers.
2743         * gtk/gtkimmodule.h: also here because it's not in gtk.h.
2745         * gtk/gtkpagesetupunixdialog.h
2746         * gtk/gtkprinter.h
2747         * gtk/gtkprintjob.h
2748         * gtk/gtkprintunixdialog.h: likewise in the gtkunixprint headers.
2750         * gtk/gtkclist.h
2751         * gtk/gtkcombo.h
2752         * gtk/gtkctree.h
2753         * gtk/gtkfilesel.h
2754         * gtk/gtkitemfactory.h
2755         * gtk/gtklist.h
2756         * gtk/gtklistitem.h
2757         * gtk/gtkoldeditable.h
2758         * gtk/gtkoptionmenu.h
2759         * gtk/gtkpixmap.h
2760         * gtk/gtkpreview.h
2761         * gtk/gtksignal.h
2762         * gtk/gtktipsquery.h: whenever possible, include only <gtk/gtk.h>
2763         instead of individual headers in these deprecated headers. They
2764         don't get included at all when GTK_DISABLE_DEPRECATED is defined,
2765         so if an app needs them anyway, it must undef GTK_DISABLE_DEPRECATED
2766         and include them individually, which should continue to work.
2768         * gtk/gtkclist.c: include "gtkctree.h" because of the change
2769         above.
2771 2008-05-28  Kristian Rietveld  <kris@imendio.com>
2773         Bug 449625 - crash in gtk_tree_view_real_move_cursor at
2774         gtktreeview.c:9641
2776         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down):
2777         cursor_offset *must* be larger than background height of the cursor
2778         node, not just equal otherwise there is no guarantee there is a next
2779         node.
2781 2008-05-28  Michael Natterer  <mitch@imendio.com>
2783         * gtk/gtktestutils.c: don't include <gdk/gdktestutils.h>.
2785 2008-05-28  Michael Natterer  <mitch@imendio.com>
2787         * gdk/gdk.h: define __GDK_H_INSIDE__ around including all other
2788         headers.
2790         * gdk/gdkenumtypes.h.template
2791         * gdk/gdk*.h: add single-include guards that #error out if
2792         GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
2793         included individually. Also removed some redundant includes and
2794         did some tiny trailing whitespace removal that's not worth to
2795         commit separately.
2797         * gdk/gdkprivate.h: include <gdk/gdk.h> instead of individual
2798         files.
2800         * gdk/win32/gdkwin32.h
2801         * gdk/x11/gdkx.h: only include <gdk/gdkprivate.h> and remove all
2802         other includes.
2804 2008-05-28  Kristian Rietveld  <kris@imendio.com>
2806         Bug 504087 - make gtk_tooltip_set_custom a no-op for setting the
2807         current widget again.
2809         * gtk/gtktooltip.c (gtk_tooltip_set_custom),
2810         (gtk_tooltip_reset), (gtk_tooltip_run_requery): use a
2811         custom_was_reset field to check if the custom widget is set again in
2812         the query-tooltip callback; if not, we set it to NULL.  Based on a
2813         patch by Xavier Claessens, insightful comments from Jean-Yves Lefort
2814         and Christian Persch.
2816 2008-05-28  Michael Natterer  <mitch@imendio.com>
2818         * modules/printbackends/cups/gtkcupsutils.c
2819         * modules/printbackends/cups/gtkprintbackendcups.c
2820         * modules/printbackends/file/gtkprintbackendfile.c
2821         * modules/printbackends/lpr/gtkprintbackendlpr.c: include
2822         <gtk/gtk.h> instead of individual files.
2824 2008-05-28  Michael Natterer  <mitch@imendio.com>
2826         * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of
2827         individual files.
2829 2008-05-28  Kristian Rietveld  <kris@imendio.com>
2831         Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.
2833         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): return if fail
2834         ->priv->tree != NULL.  Suggestion from Stefan Kost.
2836 2008-05-28  Kristian Rietveld  <kris@imendio.com>
2838         Bug 324282 - add selected signal to cell renderer combo.
2840         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
2841         (gtk_cell_renderer_combo_changed),
2842         (gtk_cell_renderer_combo_start_editing): add a new "changed" signal
2843         that will be emitted as soon as the combo box emitted changed and has
2844         an active iterator.  (Modified patch based on work by James
2845         Pelletier).
2847         * gtk/gtkmarshalers.list: add marshaler.
2849 2008-05-28  Kristian Rietveld  <kris@imendio.com>
2851         Refactor expand/collapse timeout handling (amendment to bug 511217).
2853         * gtk/gtktreeview.c (add_expand_collapse_timeout),
2854         (remove_expand_collapse_timeout): new functions, the remove function
2855         also clears expanded_collapsed_node,
2856         (cancel_arrow_animation): moved to be next to the add/remove timeout
2857         functions,
2858         (gtk_tree_view_unrealize),
2859         (gtk_tree_view_row_deleted),
2860         (gtk_tree_view_set_model),
2861         (cancel_arrow_animation),
2862         (gtk_tree_view_real_expand_row),
2863         (gtk_tree_view_real_collapse_row): use the new add/remove functions.
2865 2008-05-28  Kristian Rietveld  <kris@imendio.com>
2867         Amendment of bug 485218 - Strange warning encountered.
2869         * gtk/gtktreemodelsort.[ch]
2870         (gtk_tree_model_sort_convert_child_iter_to_iter): return a boolean
2871         indication whether or not the conversion had succeeded.
2873 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2875         Bug 509788 - GTK+ should use CUPS to set Postscript level of PS output
2877         * modules/printbackends/cups/gtkprintbackendcups.c
2878         (cups_printer_create_cairo_surface): Fall back to PostScript level 2
2879         if the printer does not support level 3. Patch by Marek Kašík.
2881 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2883         Bug 404571 - Scroll arrow backgrounds should be painted with different
2884         detail
2886         * gtk/gtkmenu.c (gtk_menu_paint): Use "menu_scroll_arrow_up/down" 
2887         as detail when drawing scroll arrow backgrounds. Proposed by
2888         Tommi Komulainen.
2889         
2890 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2892         Bug 511217 - potential memory corruption after refreshing a tree_view
2894         * gtk/gtktreeview.c (cancel_arrow_animation): Reset
2895         expanded_collapsed_node when canceling the animation.
2896         Patch by Nicholas Setton.
2898 2008-05-28  Michael Natterer  <mitch@imendio.com>
2900         * modules/input/gtkimcontextime.h
2901         * modules/input/gtkimcontextmultipress.h
2902         * modules/input/gtkimcontextthai.h
2903         * modules/input/gtkimcontextxim.h: include <gtk/gtk.h> instead of
2904         individual files.
2906         * modules/input/gtkimcontextime.c
2907         * modules/input/gtkimcontextmultipress.c
2908         * modules/input/gtkimcontextxim.c
2909         * modules/input/imam-et.c
2910         * modules/input/imcedilla.c
2911         * modules/input/imcyrillic-translit.c
2912         * modules/input/iminuktitut.c
2913         * modules/input/imipa.c
2914         * modules/input/imti-er.c
2915         * modules/input/imti-et.c
2916         * modules/input/imviqr.c: ditto. Some minor cleanups like moving
2917         "gtk/gtkintl.h" to the end of includes.
2919 2008-05-28  Michael Natterer  <mitch@imendio.com>
2921         * modules/engines/pixbuf/pixbuf-style.h
2922         * modules/engines/pixbuf/pixbuf-rc-style.h: include <gtk/gtk.h>
2923         instead of individual files.
2925 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2927         Bug 485218 - Strange warning encountered
2929         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted):
2930         (gtk_tree_model_sort_convert_child_iter_to_iter):
2931         (gtk_tree_model_sort_build_level): Better warnings. Patch
2932         by Kristian Rietveld.
2934 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2936         Bug 351910 - Search column setting lost
2938         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Clarify
2939         the docs. Patch by Matt Barnes.
2941 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2943         Bug 477278 - avoid unnecessary pointer subtraction
2945         * gtk/gtkaccelgroup.c (quick_accel_remove): Avoid pointer 
2946         subtraction that sparse complains about. Patch by Christian
2947         Persch.
2949 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2951         Bug 106574 - Inconsistent increment behavior for gtkspinbutton
2953         * gtk/gtkspinbutton.c (gtk_spin_button_real_value_change):
2954         Commit the entry text before doing an increment. Patch by
2955         Björn Lindqvist.
2957 2008-05-27  Federico Mena Quintero  <federico@novell.com>
2959         http://bugzilla.gnome.org/show_bug.cgi?id=533891 - Don't allow
2960         drag and drop from the file list into itself, as it doesn't make
2961         sense (it would just change the current folder).
2963         * gtk/gtkfilechooserdefault.c (file_list_dest_targets): Use
2964         GTK_TARGET_OTHER_WIDGET so we don't DnD from the file list into
2965         itself.
2967 2008-05-27  Michael Natterer  <mitch@imendio.com>
2969         * gtk/gtksignal.h: move deprecated guards around everything,
2970         including includes and include guards (just as in all other
2971         deprecated files).
2973 2008-05-27  Tor Lillqvist  <tml@novell.com>
2975         * gtk/updateiconcache.c (build_cache): Use simpler mode for open()
2976         on Windows. (No S_I?GRP and S_I?OTH bits are defined in
2977         <sys/stat.h> on Windows, and the mode used in open() doesn't
2978         matter much as there are no rwxrwxrwx bits on Windows anyway.)
2979         Open file in binary mode. Passing "b" to fdopen() later isn't
2980         enough.
2982 2008-05-27 10:33:41  Tim Janik  <timj@imendio.com>
2984         * gtk/gtkwidget.c: guard gtk_widget_get_snapshot() against
2985         invalid or invisible widgets.
2987 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2989         Bug 531008 – Crash in gtkprintunixdialog.c
2991         * gtk/gtkprintunixdialog.c: Disconnect signal handlers when
2992         the dialog closes. Patch by Yevgen Muntyan.
2994 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
2996         RH bug 248245: cups client printing from gnome applications fail
2998         * modules/printbackends/cups/gtkprintbackendcups.c
2999         (gtk_print_backend_cups_print_stream): Specify the right server.
3001 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
3003         * gtk/gtkfilechooserdefault.c (set_select_multiple): Enable
3004         rubberbanding when "select-multiple" is TRUE. Bug #446068.
3006 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
3008         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Enable
3009         correctly dialog buttons sensitivity when the anonymous option is
3010         enabled by default. Bug #531865.
3012 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
3014         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Set
3015         password dialog modal and transient for the parent window also if it
3016         was specified in the constructor. Bug #531864.
3018 2008-05-26  Richard Hult  <richard@imendio.com>
3020         * gdk/quartz/gdkevents-quartz.c: (gdk_screen_get_setting): Try
3021         setting the default font, might need to tweak this.
3023 2008-05-26  Michael Natterer  <mitch@imendio.com>
3025         * examples/gtkdial/gtkdial.h
3026         * modules/input/gtkimcontextthai.h: use G_BEGIN/END_DECLS.
3028 2008-05-26  Michael Natterer  <mitch@imendio.com>
3030         * gtk/gtkimmodule.h: fix indentation.
3032 2008-05-26  Michael Natterer  <mitch@imendio.com>
3034         * gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
3036         * gtk/gtkshow.c: remove inclusion of single files from gdk/
3038         Removed trailing whitespace in both files.
3040 2008-05-26  Richard Hult  <richard@imendio.com>
3042         Bug 530353 – Mac-like gtk_accelerator_get_label()
3044         * gtk/gtkaccellabel.c: (gtk_accel_label_class_init),
3045         (append_keyval_symbol), (_gtk_accel_label_class_get_accelerator_label):
3046         On quartz, make gtk_accelerator_get_label() format a Mac-like
3047         string, using unicode characters for modifier keys, arrows, delete
3048         etc. Patch from Yevgen Muntyan.
3050 2008-05-26  Richard Hult  <richard@imendio.com>
3052         Bug 534869 – Length miscalculation in
3053         _gtk_quartz_get_selection_data_from_pasteboard
3055         * gtk/gtkquartz.c: (_gtk_quartz_get_selection_data_from_pasteboard):
3056         Get the number of bytes, not the number of characters, patch from
3057         Yevgen Muntyan.
3059 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3061         * gtk/gtkwidget.c: Some doc formatting fixes.
3063 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3065         Bug 511163 – Remove pango_extents_to_pixels() calls
3067         * gtk/gtkcellrenderertext.c (get_size): Use
3068         pango_layout_get_pixel_extents.
3070         * configure.in: Bump Pango requirement to 1.20
3072         * INSTALL.in: Update required versions
3074 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3076         Bug 513811 – Use cairo_format_stride_for_width()
3078         * gtk/gtkhsv.c (paint_ring, paint_triangle):
3079         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Use
3080         cairo_format_stride_for_width, proposed by Behdad Esfahbod.
3082         * configure.in: Bump cairo requirement to 1.6.0
3084         * INSTALL.in: Update required versions
3086 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3088         * gtk/gtkshow.[hc]: Formatting fixes
3090         * gtk/gtkmountoperation.c: Add docs
3092 2008-05-25  Cody Russell  <bratsche@gnome.org>
3094         Bug 507389 – use gslice for gtksettings
3096         * gtk/gtksettings.c: Change from g_new0/g_free to use GSlice.
3097         Report and patch by Christian Persch.
3099 2008-05-25  Cody Russell  <bratsche@gnome.org>
3101         Bug 523562 - gtk-update-icon-cache core dumps when run concurrently and
3102         when options are missing
3104         * gtk/updateiconcache.c: Open the cache file (O_CREAT | O_EXCL) so
3105         that other processes that try to open it will fail gracefully.  Also
3106         fix a crasher caused by lack of a NULL check.  Report and patch
3107         by Erwann Chenede.
3109 2008-05-25  Cody Russell  <bratsche@gnome.org>
3111         Bug 526635 - _gdk_window_get_toplevel handles FOREIGN windows
3113         * gdk/x11/gdkwindow-x11.c (_gdk_window_get_toplevel): Check
3114         !WINDOW_IS_TOPLEVEL instead of checking for GDK_WINDOW_CHILD,
3115         so that we also take into account for foreign windows.
3116         Report and patch by Nathaniel Smith.
3118 2008-05-25  Cody Russell  <bratsche@gnome.org>
3120         Bug 525461 - Don't invalidate under an input-only child
3122         * gdk/x11/gdkgeometry-x11.c (_gdk_window_move_resize_child):
3123         Check that the window is not input-only before invalidating.
3124         Report and patch by Owen Taylor.
3126 2008-05-25  Cody Russell  <bratsche@gnome.org>
3128         Bug 524110 - Gdk should not assume reparenting WMs when retrieving
3129         window frame extents
3131         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):
3132         Use _NET_FRAME_EXTENTS, if available.  Patch by Danny Baumann.
3134 2008-05-25  Cody Russell  <bratsche@gnome.org>
3136         Bug 522269 - Evince windows sometimes incorrectly unmaximized,
3137         caused by missing flag initialization
3139         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Initialize
3140         top-level private flags correctly.  Patch by Danny Baumann.
3142 2008-05-25  Cody Russell  <bratsche@gnome.org>
3144         Bug 534463 - non-editable GtkTextView should not call
3145         gtk_im_context_focus_in in focus event
3147         * gtk/gtktextview.c: Add checks to see if the textview is
3148         editable.  Patch by Wang Diancheng.
3150 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
3152         Bug 501730 – use GSlice for small allocs
3154         * gtk/gtkmenuitem.c:
3155         * gtk/gtkmenu.c: Use the slice allocator for small allocations.
3156         Patch by Christian Persch.
3157         
3158 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
3160         Bug 523930 – sort -> search in gtktreeview.c
3162         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Fix a doc
3163         glitch, pointed out by Björn Lindqvist.
3165 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
3167         Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
3169         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix
3170         doc glitch, pointed out by Christian Persch.
3172 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
3174         Bug 534694 – Col id in GtkListStore could be out of range
3176         * gtk/gtkliststore.c (list_store_start_element): Fix up error handling
3177         a bit. Pointed out by Jan Arne Petersen.
3179 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
3181         Bug 532497 – Configure problem when cross-compiling
3183         * configure.in: Use AC_CHECK_TOOLS to find C++ compiler, 
3184         pointed out by Marko Lindqvist.
3186 2008-05-25  Richard Hult  <richard@imendio.com>
3188         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
3189         Slight coding style cleanup.
3191 2008-05-25  Tristan Van Berkom <tvb@gnome.org>
3193         * gtk/gtkbuilderprivate.h, gtk/gtkbuilder.h, gtk/gtkbuilderparser.c:
3194         Added support for parsing required toolkit versions (so that ui descriptions
3195         can target specific versions of the backend widget libraries) bug 527612.
3197         * gtk/docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
3198         for the added xml tags to the ui description.
3200         * tests/buildertest.c: Enhanced pango attribute tests, Added tests
3201         for requires tag handling.
3203 2008-05-25  Richard Hult  <richard@imendio.com>
3205         * gtk/gtkdnd-quartz.c: (gtk_drag_drop_finished): Run
3206         gtk_drag_source_info_destroy in an idle, workaround for bug
3207         #501588, that makes any code that uses the context returned from
3208         gtk_drag_begin() crash, like treeview/iconview dnd.
3209         (GdkDragSourceOwner::provideDataForType): only use the data if we
3210         got any.
3212 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
3214         * gtk/gtkfilechooserdefault.c: (create_file_list): Add GDK_ACTION_MOVE
3215         to the drag actions to allow trash (#137717).
3217 2008-05-25  Josselin Mouette  <joss@malsain.org>
3219         reviewed by: Matthias Clasen
3221         * gtk/gtksearchenginetracker.c: (_gtk_search_engine_tracker_new):
3222         check that tracker is actually working before using it. Fixes
3223         bug #479197.
3225 2008-05-25  Sven Neumann  <sven@gimp.org>
3227         * gtk/gtkdrawingarea.c (gtk_drawing_area_realize)
3228         (gtk_drawing_area_size_allocate): respect the GTK_NO_WINDOW flag
3229         and don't create an output window if it is set.
3231         * gtk/gtkprintunixdialog.c: set the GTK_NO_WINDOW flag for the
3232         drawing areas. Fixes bug #519317.
3234 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
3236         * gtk/gtkentry.c: (gtk_entry_class_init), (get_text_area_size),
3237         (gtk_entry_get_text_area_size), (gtk_entry_draw_frame):
3238         * gtk/gtkentry.h:
3239         * gtk/gtkspinbutton.c: (gtk_spin_button_class_init),
3240         (gtk_spin_button_realize), (gtk_spin_button_size_allocate),
3241         (gtk_spin_button_expose), (gtk_spin_button_draw_arrow),
3242         (gtk_spin_button_enter_notify), (gtk_spin_button_leave_notify),
3243         (gtk_spin_button_grab_notify), (gtk_spin_button_state_changed),
3244         (start_spinning), (gtk_spin_button_button_release),
3245         (gtk_spin_button_motion_notify), (gtk_spin_button_value_changed),
3246         (gtk_spin_button_get_text_area_size), (gtk_spin_button_real_spin),
3247         (gtk_spin_button_update): Reorder strange window hierarchy of the
3248         GtkSpinButton (#466000).
3250 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
3252         * gtk/gtklabel.c: (get_layout_location): Subtract logical.x from x to
3253         fix the wrong position for right and center justified labels with
3254         logical.x > 0 (#530255).
3256 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
3258         * gtk/gtkfilechooserdefault.c:
3259         (shortcuts_activate_volume_mount_cb): Ignore G_IO_ERROR_FAILED_HANDLED
3260         errors (#532262).
3262 2008-05-25  Björn Lindqvist  <bjourne@gmail.com>
3264         * tests/pixbuf-lowmem.c
3265         * tests/pixbuf-random.c
3266         * tests/pixbuf-randomly-modified.c
3267         * tests/pixbuf-read.c
3268         * tests/pixbuf-threads.c
3269         * tests/testgtk.c
3270         * tests/testtreeview.c: Fix remaining compiler warnings in these
3271         files (#523751).
3273 2008-05-25  Jaap A. Haitsma  <jaap@haitsma.org>
3275         reviewed by: Matthias Clasen
3277         * gtk/Makefile.am:
3278         * gtk/gtk.h:
3279         * gtk/gtk.symbols:
3280         * gtk/gtkshow.c: (gtk_show_uri):
3281         * gtk/gtkshow.h:
3282         Add gtk_show_uri to make showing uris really easy. Fixes bug #514396
3284 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
3286         * gtk/gtkliststore.c: (list_store_text): Use type of the correct
3287         column (#529535).
3288         * tests/buildertest.c: (test_list_store): Add test.
3290 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
3292         Bug 520989 – icon factory buildable too strict
3294         * gtk/gtkiconfactory.c (icon_source_start_element): Make filename
3295         an optional attribute.
3297 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
3299         Bug 387972 – gtkassistant drawing problem
3301         * gtk/gtkassistant.c (gtk_assistant_size_allocate): Make 
3302         GtkAssistant work better in glade. 
3304 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
3306         * gtk/gtktoolbar.c: (gtk_toolbar_class_init): Change defaults of child
3307         properties "expand" and "homogeneous" from TRUE to FALSE (as they are
3308         used in GtkToolItem) (#532787).
3310 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
3312         * gtk/gtkfilechooserdefault.c: (location_toggle_popup_handler): Don't
3313         try to toggle the visibility of the location entry field in search and
3314         recent mode (#526422).
3316 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
3318         * gtk/gtkfilechooserdefault.c: (shortcuts_query_tooltip_cb),
3319         (shortcuts_list_create): Show parse name as tooltip for path
3320         shortcuts (#137503).
3322 2008-05-24  Björn Lindqvist  <bjourne@gmail.com>
3324         * gdk/gdkcolor.c (gdk_color_parse): Update docstring to match
3325         pango_color_parse, do not reference XParseColor forms (#434991).
3327 2008-05-24  James Sharpe <jsharpe@gnome.org>
3329         * gdk/gdk.symbols: Remove duplicate
3330         gdk_window_redirect_to_drawable and gdk_window_remove_redirection
3331         * gtk/gtk.symbols: Remove duplicate gtk_widget_get_snapshot
3332         
3333 2008-05-23  Hans Breuer  <hans@breuer.org>
3335         * **/makefile.msc gtk/makefile.msc.in : updated
3336         * gtk/gtkwidget.c : fix c99ism (variable at start of block
3337         * gdk/gdk.symbols gtk/gtk.symbols : export functions for window 
3338         redirection
3339         * gtk/gtkfilechooserdefault.c : #include <locale.h> for 
3340         setlocale(LC_ALL, ...)
3342 2008-05-23  Tor Lillqvist  <tml@novell.com>
3344         * gdk/gdk.symbols: Add gdk_window_redirect_to_drawable and
3345         gdk_window_remove_redirection.
3347         * gdk/win32/gdkwindow-win32.c (_gdk_window_new)
3348         (_gdk_window_reparent): Rename to adapt to the offscreen rendering
3349         changes. Remove now unnecessary parameter checks as the caller
3350         does that already.
3352         * gtk/gtk.symbols: Add gtk_widget_get_snapshot.
3354 2008-05-23  Tor Lillqvist  <tml@novell.com>
3356         * gdk/win32/gdkwindow-win32.c (update_style_bits): Don't do
3357         anything if style doesn't change. Improve debugging output.
3359 2008-05-23  Michael Natterer  <mitch@gimp.org>
3361         * perf/widgets.h
3362         * tests/print-editor.c
3363         * tests/prop-editor.h
3364         * tests/testmountoperation.c
3365         * tests/testmultidisplay.c
3366         * tests/testnouiprint.c
3367         * tests/testprint.c
3368         * tests/testprintfileoperation.h
3369         * tests/testtreesort.c
3370         * tests/textbuffertest.c: include <gtk/gtk.h> instead of single
3371         files. Remove some redundant includes.
3373 2008-05-22  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3375         * gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
3376         GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).
3378 2008-05-21  Richard Hult  <richard@imendio.com>
3380         * gdk/quartz/gdkwindow-quartz.c:
3381         (_gdk_window_new), (_gdk_window_reparent): Renamed to adapt to the
3382         offscreen rendering changes, fixes build.
3384 2008-05-21 21:10:15  Tim Janik  <timj@imendio.com>
3386         * gtk/gtkwidget.h: added GdkRectangle *clip_rect to gtk_widget_get_snapshot().
3388         * gtk/gtkwidget.c: clip the returned snapshot pixmap to clip_rect.
3389         return snapshot pixmap coordinates widget relative in *clip_rect.
3391         * tests/testgtk.c: fixed bogus NULL pointer unref.
3393 2008-05-21 21:04:28  Tim Janik  <timj@imendio.com>
3395         * gtk/gtkwidget.c gtk_widget_get_snapshot(): grow snapshot area from
3396         widget's allocation to cover extra widget windows placed outside the
3397         widget allocation (spinbutton arrows are the prime example for this).
3399 2008-03-18 10:49:20  Tim Janik  <timj@imendio.com>
3401         * Applied pixmap redirection patch by Alexander Larsson with
3402         various updates from:
3403         Bug 318807 – Offscreen windows and window redirection.
3406         Updates:
3408         * updated docs to mention "Since 2.16".
3410         * tests/testgtk.c: fixed snapshooting pixmap leak.
3411         convert pixmap to pixbuf after snapshooting, to compensate for different
3412         bit depths (occurs when snapshooting ARGB visuals and displaying the
3413         pixmap in an RGB visual).
3415         * gdk/gdkwindow.[hc]: made GdkWindowRedirect private.
3417         * gdk/gdkwindow.c: removed damage idle handler, there's no aparent
3418         need for it. enqueue damage notification as GDK_DAMAGE events
3419         for each painting redirection at the start of the event queue.
3420         consider windows with a redirection fully visible when invalidating,
3421         and when updating from backing store. cleaned up stale variables.
3423         * gdk/gdkevents.c: added _gdk_event_queue_prepend().
3425         * gtk/gtkwidget.c: fixed coordinates for !NO_WINDOW widgets in
3426         gtk_widget_get_snapshot; this fixes garbage snap offsets for gammacurve,
3427         tree, drawingarea, text, handlebox, etc.
3428         clip the redirected window hierarchy to window sizes, the visible
3429         rectangles don't need to be taken into account here.
3430         extended snapshooting docs to recommend gdk_pixbuf_get_from_drawable()
3431         in case pixmap visuals could mismatch.
3433         * gdk/x11/gdkwindow-x11.c: removed _gdk_windowing_window_get_visible_rect().
3436         Base patch:
3438         * tests/testgtk.c: add a "Snapshot" test to demonstrate snapshooting
3439         of possibly obscured widgets into an offscreen pixmap.
3441         * gtk/gtkwidget.[hc]: add GtkWidget::damage-event signal, add
3442         gtk_widget_get_snapshot() to render a widget's contents to a GdkPixmap.
3444         * gtk/gtkmain.c: dispatch GDK_DAMAGE events.
3446         * gdk/gdkwindow.c: moved outer gdk_window_new() and gdk_window_reparent()
3447         implementations here, adapted them to propagate redirects to child windows.
3448         gdk_window_end_paint(): copy repainted window contents to redirection pixmap,
3449         clipped to visible region. queue GDK_DAMAGE event delivery.
3450         gdk_window_redirect_to_drawable(): install window painting redirection.
3451         gdk_window_remove_redirection(): remove previously installed redirection.
3453         * gdk/x11/gdkwindow-x11.c: added _gdk_windowing_window_get_visible_rect(),
3454         renamed _gdk_window_new() and _gdk_window_reparent().
3456         * gdk/gdkwindow.h: added GdkWindowRedirect* to GdkWindowObject, export
3457         gdk_window_redirect_to_drawable() and gdk_window_remove_redirection().
3459         * gdk/gdkevents.h: added GDK_DAMAGE event type.
3461         * gdk/gdkevents.c: extract time and state from GDK_DAMAGE events.
3463         * gdk/gdkinternals.h: added internal prototypes.
3465 2008-05-21  Michael Natterer  <mitch@imendio.com>
3467         * gtk/gtkalignment.c
3468         * gtk/gtkarrow.c
3469         * gtk/gtkbbox.c
3470         * gtk/gtkcalendar.c
3471         * gtk/gtkscrolledwindow.c: remove PROP_LAST enum values.
3473 2008-05-20  Matthias Clasen  <mclasen@redhat.com>
3475         RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size
3476         was chosen
3478         Patch by Marek Kasik.
3480         * gtk/gtk.symbols:
3481         * gtk/gtkprinter.[hc]: Add gtk_printer_get_default_page_size.
3482         
3483         * gtk/gtkprintbackend.[hc]: Add fallback implementation.
3485         * modules/printbackends/file/gtkprintbackendfile.c:
3486         * modules/printbackends/cups/gtkprintbackendcups.c: Implement
3487         get_default_page_size.
3489         * gtk/gtkpagesetupunixdialog.c: When selecting a different printer,
3490         select its default paper size.
3492         * gtk/gtkprintunixdialog.c: If no explicit page setup has been set,
3493         use the printer default.
3495         * gtk/gtkprintoperation-unix.c: Don't create an empty page setup
3496         if we don't have a default page setup.
3498 2008-05-20  Gian Mario Tagliaretti  <gianmt@gnome.org>
3500         * gtk/gtkdnd.c: (gtk_drag_set_icon_pixmap): Fix the docs, the mask param
3501         can accept NULL for none. Fixes bug #533920.
3503 2008-05-20  Björn Lindqvist  <bjourne@gmail.com>
3505         * gtk/gtkspinbutton.c: (gtk_spin_button_snap,
3506         gtk_spin_button_update): Remove two chunks of duplicated
3507         code (#533733).
3509 2008-05-20 14:27:34  Tim Janik  <timj@imendio.com>
3511         * reverted recent unapproved changes by Yair Hershkovitz,
3512         regarding: Bug 503071 – Application direction changes to right
3513         to left even if theres no translation.
3515 2008-05-19  Richard Hult  <richard@imendio.com>
3517         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_hide),
3518         (gdk_window_fullscreen), (gdk_window_unfullscreen): Use
3519         SetSystemUIMode instead of hiding and showing the menubar.
3521 2008-05-19  Federico Mena Quintero  <federico@novell.com>
3523         http://bugzilla.gnome.org/show_bug.cgi?id=322298 - Save dialog
3524         can't be resized until you expand the "Browse for other folders"
3525         section.
3527         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
3528         Removed the "get_resizable" method.
3529         (_gtk_file_chooser_embed_get_resizable): Removed.
3531         * gtk/gtkfilechooserembed.c: Removed the _get_resizable() machinery.
3533         * gtk/gtkfilechooserdefault.c: Likewise.
3535         * gtk/gtkfilechooserdialog.c
3536         (file_chooser_widget_default_size_changed): Act as if the dialog
3537         were always resizable.
3539 2008-05-19  Michael Natterer  <mitch@imendio.com>
3541         * gtk/gtkcellrenderer.c
3542         * gtk/gtkcellrendererpixbuf.c
3543         * gtk/gtkcellrenderertoggle.c
3544         * gtk/gtkimagemenuitem.c
3545         * gtk/gtkmenutoolbutton.c
3546         * gtk/gtkoptionmenu.c
3547         * gtk/gtkstatusbar.c
3548         * gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP.
3550 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
3552         * gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to
3553         g_disable_setlocale().
3555 2008-05-17  Richard Hult  <richard@imendio.com>
3557         * gdk/quartz/gdkwindow-quartz.c:
3558         (gdk_window_impl_quartz_invalidate_maybe_recurse):
3559         (gdk_window_quartz_update_idle): Use gdk_threads_add_idle instead
3560         of g_idle_add. Add a temporary check if the window is already in
3561         the updates list, since update_area currently doesn't always match
3562         the backend's state, see bug #530801.
3564 2008-05-13  Tor Lillqvist  <tml@novell.com>
3566         Bug 496958 - Wacom Bamboo doesn't function with GTK apps in Win32
3568         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
3569         the "packet rate" of devices to zero instead of 50. This is
3570         reported to help significantly with Wacom tablet behaviour in GIMP
3571         and Inkscape. Patch from Thomas Bleeker.
3573 2008-05-12  Richard Hult  <richard@imendio.com>
3575         * gdk/quartz/gdkevents-quartz.c:
3576         * gdk/quartz/gdkquartz.h: Remove special casing of menu key events
3577         as it's no longer necessary; instead the added quartz API to get
3578         the nsevent from an event should be used. Also move the global
3579         filter up so it's done before the check for window-less events.
3581 2008-05-12  Tor Lillqvist  <tml@novell.com>
3583         Bug 532558 - Cannot build dll when using separate builddir
3585         * gdk/Makefile.am
3586         * gtk/Makefile.am: .def file belongs in $(srcdir). Patch by Marko
3587         Lindqvist.
3589 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
3591         * gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();
3593 2008-05-12  Tor Lillqvist  <tml@novell.com>
3595         Bug 532059 - Leak in win32 clipboard manipulation
3597         * gdk/win32/gdkselection-win32.c
3598         (gdk_win32_selection_add_targets): Plug memory leak. Patch by
3599         Daniel Atallah.
3601 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
3603         * gtk/gtkmain.c: call g_i18n_init() in gettext_initialization(). do
3604         gettext_initialization only once.
3606         *  gtk/gtkbuilderparser.c: use glib i18n api. removed dpgettext() as it
3607         duplicates g_dpgettext() and added _g_dpgettext() to wrap g_dpgettext 
3608         with the extended functionality that was in the removed dpgettext().
3610         * gtk/gtkaccellabelc:
3611         * gtk/gtkstock.c:
3612         * gtk/gtkimmulticontext.c:
3613         * gtk/gtkactiongroup.c:
3614         * gtk/gtkintl.h: use glib i18n api.
3616 2008-05-08  Richard Hult  <richard@imendio.com>
3618         * gdk/quartz/gdkgeometry-quartz.c (gdk_window_scroll): Move the
3619         currently invalidated region. Fixes bug #532048, patch by Yevgen
3620         Muntyan.
3622 2008-05-08  Richard Hult  <richard@imendio.com>
3624         * gdk/quartz/gdkeventloop-quartz.c (poll_func): Only set the fake
3625         fd's revents, not the first one. Fixes bug #531056, spotted by
3626         Yevgen Muntyan.
3628 2008-05-07  Tor Lillqvist  <tml@novell.com>
3630         * gtk-zip.sh.in: Add gtk-update-icon-cache.exe and more man pages
3631         to the dev zipfile.
3633 2008-05-05  Matthias Clasen  <mclasen@redhat.com>
3635         Apply a patch by Marek Kasik <mkasik@redhat.com> to display
3636         more printer status information in the print dialog. 
3638         * modules/printbackends/cups/gtkprintbackendcups.c: Translate
3639         printer-state-reasons into suitable messages and icons.
3641         * gtk/stock-icons/16/gtk-print-error.{svg,png}:
3642         * gtk/stock-icons/16/gtk-print-report.{svg,png}:
3643         * gtk/stock-icons/16/gtk-print-warning.{svg,png}:
3644         * gtk/Makefile.am: 
3645         * gtk/gtkiconfactory.c:
3646         * gtk/gtkstock.h: New stock icons to display printer state.
3648 2008-05-07  Michael Natterer  <mitch@imendio.com>
3650         * gdk/gdkinternals.h
3651         * gdk/gdkevents.c
3652         * gdk/directfb/gdkevents-directfb.c
3653         * gdk/quartz/gdkevents-quartz.c
3654         * gdk/win32/gdkevents-win32.c
3655         * gdk/x11/gdkevents-x11.c (_gdk_windowing_event_data_copy):
3656         order parameters src,dest and make src const.
3658 2008-05-06  Richard Hult  <richard@imendio.com>
3660         * gdk/gdkevents.c: (gdk_event_copy), (gdk_event_free):
3661         * gdk/gdkinternals.h: Add private backend data to events, and
3662         handle it when copying/freeing events. Currently only needed in
3663         the quartz backend.
3665         * gdk/directfb/gdkevents-directfb.c:
3666         * gdk/quartz/gdkevents-quartz.c:
3667         * gdk/win32/gdkevents-win32.c:
3668         * gdk/x11/gdkevents-x11.c: (_gdk_windowing_event_data_copy)
3669         (_gdk_windowing_event_data_free): Add stubs for X11, win32 and
3670         directfb. Implement for quartz. Part of fixing bug #473822.
3672 2008-05-05  Richard Hult  <richard@imendio.com>
3674         * gdk/quartz/gdkmain-quartz.c (_gdk_windowing_init): Initalize
3675         framework if there is one.
3677 2008-05-05  Michael Natterer  <mitch@imendio.com>
3679         * gtk/gtkcellrenderercombo.h
3680         * gtk/gtkcellrendererspin.h
3681         * gtk/gtkfilechooserbutton.h: style cleanups for the sake of
3682         consistency.
3684         * gtk/gtkfilechooserdialog.h
3685         * gtk/gtkfilechooserwidget.h
3686         * gtk/gtkscalebutton.h: reorder instance and class structs to be
3687         in canonical order.
3689 2008-05-04  Richard Hult  <richard@imendio.com>
3691         * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Check if
3692         gdk_unicode_to_keyval() worked before using the result. Makes
3693         function keys work, bug #530156. Also add F16 to the function key
3694         map.
3696 2008-05-04  Richard Hult  <richard@imendio.com>
3698         * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Remove stray
3699         semicolon after if statement. Fixes bug #530963, patch from Yevgen
3700         Muntyan.
3702 2008-05-02  Michael Natterer  <mitch@imendio.com>
3704         * gtk/gtk.h: add 15 files that were missing (they all got included
3705         indirectly by including gtk.h, so should have been here in the
3706         first place).
3708 2008-05-02  Michael Natterer  <mitch@imendio.com>
3710         * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
3712 2008-05-01  Richard Hult  <richard@imendio.com>
3714         * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
3715         Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
3717 2008-05-01  Matthias Clasen  <mclasen@redhat.com>
3719         * modules/imput/imthai.c: Register the right translation domain.
3721 2008-04-30  Matthias Clasen  <mclasen@redhat.com>
3723         Bug 529386 – Printing options hidden by blacklisted option
3725         * modules/printbackend/cups/gtkprintbackendcups.c
3726         (cups_printer_get_options): Fix the blacklist handling. 
3727         Patch by Marek Kašík.
3728         
3729 2008-04-30  Richard Hult  <richard@imendio.com>
3731         * gdk/quartz/GdkQuartzView.c: Simplify check for zero sized expose
3732         area.
3734 2008-04-30  Richard Hult  <richard@imendio.com>
3736         * gdk/quartz/gdkevents-quartz.c: (_gdk_events_queue): Don't send
3737         nsevents with the gdk lock held, fixes deadlock when doing manual
3738         window resizing with threading enabled.
3740 2008-04-30  Richard Hult  <richard@imendio.com>
3742         * gdk/quartz/gdkevents-quartz.c:
3743         (get_keyboard_modifiers_from_ns_event), (create_key_event): Map
3744         Alt to Alt and Cmd to Meta. This is not only more logical but also
3745         makes it easier to have Mac-like behavior.
3747 2008-04-25  Björn Lindqvist  <bjourne@gmail.com>
3749         * gtk/gtkentry.c: (gtk_entry_expose) Use existing window size when
3750         painting the flat box instead of recalculating it. (#437493,
3751         Ricardo Cruz)
3753 2008-04-25  Michael Emmel  <mike.emmel@gmail.com>
3755         Bug 529841 – incorrect position in directfb 
3757         * gdk/directfb/gdkwindow-directfb.c: fix y = abs_x 
3759 2008-04-25  Johan Dahlin  <jdahlin@async.com.br>
3761         * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>
3763 2008-04-25  Michael Natterer  <mitch@imendio.com>
3765         * gtk/gtkprintcontext.h: include <pango/pango.h> instead of
3766         <pango/pango-layout.h>.
3768         * gtk/gtkiconfactory.c
3769         * gtk/gtkimmodule.c
3770         * gtk/gtkmain.c
3771         * gtk/gtkmodules.c
3772         * gtk/queryimmodules.c: remove inclusion of single files from
3773         pango, none of them was actually needed.
3775         * modules/input/gtkimcontextime.c: include <pango/pango.h> instead of
3776         <pango/pango-utils.h>.
3778 2008-04-25  Michael Natterer  <mitch@imendio.com>
3780         * gdk/gdkfont.h: include <pango/pango.h> instead of
3781         <pango/pango-font.h>.
3783 2008-04-25  Michael Natterer  <mitch@imendio.com>
3785         * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
3786         <gdk/gdkscreen.h>.
3788 2008-04-21  Michael Natterer  <mitch@imendio.com>
3790         * gtk/gtkselection.c: add tons of g_return_if_fail() instead of
3791         crashing when NULL pointers get passed.
3793 2008-04-18  Michael Natterer  <mitch@imendio.com>
3795         * gtk/gtkenums.h: move a few '{' to their own lines so all enums
3796         here have the same style.
3798 2008-04-18  Michael Natterer  <mitch@imendio.com>
3800         * gtk/gtkicontheme.h
3801         * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
3802         <gdk/gdkscreen.h>.
3804         * gtk/gtkbuilderparser.c
3805         * gtk/gtklinkbutton.c
3806         * gtk/gtkpreview.c
3807         * gtk/gtkrecentchooserdefault.c
3808         * gtk/gtkrecentchoosermenu.c
3809         * modules/input/gtkimcontextthai.c: remove inclusion of single
3810         files from gdk, none of the includes was actually needed.
3812 2008-04-18  Michael Natterer  <mitch@imendio.com>
3814         * gdk/gdk.h: reorder one include so they are all alphabetical.
3816 2008-04-18  Michael Natterer  <mitch@imendio.com>
3818         * modules/printbackends/cups/gtkprintercups.[ch]
3819         (gtk_printer_cups_get_ppd_name): change return value and local
3820         variable to const gchar* to fix warning about discarding const
3821         qualifier.
3823 2008-04-18  Emmanuele Bassi  <ebassi@gnome.org>
3825         * gtk/gtkrecentmanager.c:
3826         (gtk_recent_manager_set_filename): Keep the default storage
3827         file in $HOME, as we don't have a migration code in place yet.
3829 2008-04-18  Michael Natterer  <mitch@imendio.com>
3831         * gtk/gtkrecentmanager.c (gtk_recent_manager_clamp_to_age):
3832         g_strfreev() the uris returned by g_bookmark_file_get_uris().
3834 2008-04-17  Michael Natterer  <mitch@imendio.com>
3836         * gtk/gtkiconfactory.c (get_default_icons): register the
3837         GTK_STOCK_PAGE_SETUP icon.
3839 2008-04-17  Michael Natterer  <mitch@imendio.com>
3841         * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
3842         g_return_if_fail(tooltips != NULL);
3844 2008-04-16  Tristan Van Berkom <tvb@gnome.org>
3846         * gtk/gtkwindow.c: Chain up in buildable_finish()
3848         * gtk/gtkbuilder.c: _gtk_builder_get_absolute_filename() handle
3849         cases where g_path_get_dirname() returns "."
3851         * docs/reference/gtk/tmpl/gtklabel.sgml, 
3852         docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
3853         for the <attributes> tags on GtkLabel
3855 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
3857         * gtk/gtkrecentmanager.c:
3858         (gtk_recent_manager_real_changed): Fix last commit, and
3859         complete the gtk-recent-files-max-age semantics: if the
3860         property is set to 0 then purge the list.
3862 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
3864         Bug 488507 – boundless growth of .recently-used.xbel file
3865         slows down applications
3867         * gtk/gtkrecentmanager.c:
3868         (gtk_recent_manager_init),
3869         (gtk_recent_manager_real_changed),
3870         (gtk_recent_manager_set_filename),
3871         (gtk_recent_manager_clamp_to_age): Clamp the recently
3872         used resources list by the age of its items, using
3873         the newly added GtkSettings property.
3875         * gtk/gtksettings.c (gtk_settings_class_init): Add the
3876         gtk-recent-files-max-age property, controlling the
3877         maximum age of the items in the recently used resources
3878         list.
3880 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
3882         * gtk/gtkrecentmanager.c:
3883         (gtk_recent_manager_add_item_query_info),
3884         (gtk_recent_manager_add_item): Emit the ::changed signal
3885         at the end of the asynchronous MIME type query.
3887 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
3889         Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel
3890         every 5 seconds
3892         * gtk/gtkrecentmanager.c: Use GFileMonitor to check for
3893         changes in the recently used resources storage file, and
3894         drop the timeout-based poll.
3896         * ChangeLog: Fix attribution of the patch of the previous
3897         commit.
3899 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
3901         Bug 506062 – gtk_recent_manager_add_item does not detect mime
3902         type on Windows
3904         * configure.in: Depend on gio-2.0
3906         * gtk/gtkrecentmanager.c:
3907         (gtk_recent_manager_add_item_query_info_cb),
3908         (gtk_recent_manager_add_item): Use GIO to (asynchronously)
3909         query the MIME type of the passed URI (based on a patch by
3910         Armin Burgmeier)
3912 2008-04-11  Carlos Garnacho  <carlos@imendio.com>
3914         * gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current
3915         page to visited page list instead of next current page. (#527466,
3916         patch by Marcus Brinkmann)
3918 2008-04-11  Tristan Van Berkom <tvb@gnome.org>
3920         * gtk/gtklabel.c: Added <attributes> / <attribute>
3921         custom tags to parse pango attributes into labels (#527486).
3923         * tests/buildertest.c: Added tests for GtkLabel custom
3924         tag parsing.
3926 2008-04-10  Carlos Garnacho  <carlos@imendio.com>
3928         * gtk/gtknotebook.c (hide_drag_window): Do not call
3929         gtk_widget_set_parent_window(), using widget->window instead of NULL
3930         to unset is the wrong thing, and gtk_widget_unparent() will already 
3931         take care of this (#467698, patch by Sébastien Granjoux)
3933 2008-04-08  Tor Lillqvist  <tml@novell.com>
3935         * demos/gtk-demo/builder.c (quit_activate, about_activate): Mark
3936         these functions with G_MODULE_EXPORT.
3938 2008-04-08  Tomas Bzatek  <tbzatek@redhat.com>
3940         * gtk/gtkfilesystem.c: (gtk_file_info_render_icon),
3941         (gtk_file_system_volume_render_icon):
3942         Fix fallback icon rendering size
3944 2008-04-08  Michael Natterer  <mitch@imendio.com>
3946         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): fix a
3947         touchscreen-mode keynav corner case: when navigating to the parent
3948         menu, make sure we don't close two menus at the same time in case
3949         the deepest open menu has no selectable items.
3951 2008-04-06  Tristan Van Berkom <tvb@gnome.org>
3953         * gtk/gtkwidget.c: Clarified a g_warning message regarding
3954         parsing accelerators from builder files.
3956 2008-04-03  Cody Russell  <bratsche@gnome.org>
3958         * gtk/gtkprintoperation-win32.c: Fix variable declared in the middle
3959         of the block. (#526021, reported by Kazuki IWAMOTO)
3961 2008-04-03  Tor Lillqvist  <tml@novell.com>
3963         Bug 330743 - Up/down spinbuttons won't take zeros and exhibit very
3964         strange behavior
3966         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text) [Win32]: Add
3967         workaround for a specific kind of screwed up locale setting.
3969 2008-04-02  Matthias Clasen  <mclasen@redhat.com>
3971         * gdk/x11/gdkcolor-x11.c: Don't call XFreeColormap on foreign
3972         colormaps.  Found by Daniel Berrange.
3974 2008-04-02  Björn Lindqvist  <bjourne@gmail.com>
3976         * tests/autotestfilechooser.c: Cover
3977         GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER action in tests for current
3978         name. (#346058, Joe Halliwell)
3980 2008-04-02  Federico Mena Quintero  <federico@novell.com>
3982         Fix http://bugzilla.gnome.org/show_bug.cgi?id=492134 - The file
3983         chooser incorrectly substitutes and expands a ~ when you type it
3984         in the filename entry.
3986         * gtk/gtkfilesystemunix.c (expand_tilde): Ensure that empty
3987         basenames result in a slash-terminated pathname.
3988         gtk_file_system_unix_parse() is correct, but it was splitting
3989         "/home/username" into path="/home" and file_part="username", which
3990         is not what the caller wants when the entry has just "~" or
3991         "~username".
3993 2008-04-02  Tor Lillqvist  <tml@novell.com>
3995         * gtk/Makefile.am: Don't bother compiling gtksearchenginebeagle.c
3996         and gtksearchenginetracker.c on Windows.
3998         * gtk/gtksearchengine.c: Don't define HAVE_BEAGLE and HAVE_TRACKER
3999         on Windows.
4001 2008-04-01  Cody Russell  <bratsche@gnome.org>
4003         * configure.in: Bump required Cairo to 1.5.2.
4005         * gtk/gtkprintoperation-win32.c: Add support for using the new
4006         cairo_win32_printing_surface for printing.  Also fixed to use
4007         cairo_surface_show_page(). (#488833 and #521178)
4009 2008-03-31  Cody Russell  <bratsche@gnome.org>
4011         * demos/gtk-demo/printing.c (draw_page): Move down each line in         
4012         units of text_height rather than in units of data->font_size.
4013         (totally awesome catch by Dom Lachowicz)
4015 2008-03-28  Richard Hult  <richard@imendio.com>
4017         * gdk/quartz/gdkevents-quartz.c: (gdk_event_translate),
4018         (_gdk_quartz_events_trigger_crossing_events): Defer the generated
4019         event to the mainloop and don't generate one at all if the
4020         toplevel didn't change. Use the actual window and not the toplevel
4021         as event window. These changes make the generated crossing events
4022         match the X11 behavior and fixes issues with e.g. tooltips,
4023         comboboxes and menus.
4025         * gdk/quartz/GdkQuartzView.c: Don't update the tracking rect if
4026         the view has no window, it will be updated as soon as it's put
4027         inside a window.
4029         * gdk/quartz/gdkwindow-quartz.c:
4030         (_gdk_quartz_window_debug_highlight): Make it possible to track
4031         multiple windows with debug highlighting.
4032         (show_window_internal): Remove workaround for tooltips and popups
4033         that is no longer needed with the above changes.
4035 2008-03-26  Federico Mena Quintero  <federico@novell.com>
4037         * gtk/gtkfilechooserentry.c (commit_completion_and_refresh): New
4038         helper function; factored out from the functions that commit the
4039         current suggested autocompletion and that refresh the entry's paths.
4040         (gtk_file_chooser_entry_activate): Use commit_completion_and_refresh().
4041         (_gtk_file_chooser_entry_get_file_part): Likewise.
4042         (_gtk_file_chooser_entry_get_current_folder): Likewise.  This
4043         makes the entry have the correct paths when *not* using any form
4044         of completion (and makes the file chooser work when clicking the
4045         OK button).
4047 2008-03-25  Richard Hult  <richard@imendio.com>
4049         * gdk/quartz/gdkevents-quartz.c:
4050         (_gdk_quartz_events_trigger_crossing_events): Bail out early if we
4051         can't find a matching window.
4053         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Add a
4054         comment, and only trigger an event for non-temp windows, fixes
4055         problems for tooltips caused by the workarounds for the
4056         problematic tracking rect API.
4058 2008-03-25  Richard Hult  <richard@imendio.com>
4060         * gdk/quartz/gdkwindow-quartz.c:
4061         (gdk_window_quartz_process_all_updates): Plug a leak and add a
4062         check that we have a toplevel before accessing it.
4064 2008-03-24  Tor Lillqvist  <tml@novell.com>
4066         Bug 524151 - Dragging of 0-byte files results in an empty filename
4067         on Windows XP and above
4069         * gdk/win32/gdkdnd-win32.c (resolve_link): Check for the file
4070         being empty first. For some reason ISHellLink and IPersistFile
4071         succeeds in interpreting empty files as shortcuts, claiming the
4072         target of the shortcut is an empty path.
4074         Change the function to take the wide character file name that the
4075         caller already has anyway, to avoid a superfluous conversion from
4076         UTF-8 to UTF-16.
4078 2008-03-23  Björn Lindqvist  <bjourne@gmail.com>
4080         * gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Guard
4081         against NULL pointer. (#467051, Gian Mario Tagliaretti)
4083 2008-03-23  Cody Russell  <bratsche@gnome.org>
4085         * gdk/win32/gdkevents-win32.c (show_window_recurse):
4086         Check window state for GDK_WINDOW_STATE_ICONIFIED before doing
4087         ShowWindow (SW_RESTORE).  This fixes a problem where tearing off
4088         menus from a maximized window would force the window to restore
4089         its size. (#518846)
4091 2008-03-23  Johan Dahlin  <johan@gnome.org>
4093         * gtk/gtk-builder-convert:
4094         Properly convert GtkImageMenuItems which use stock labels but don't
4095         have any children.
4096         (#523932, Brian Pepple)
4097         
4098 2008-03-22  Matthew Barnes  <mbarnes@redhat.com>
4100         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_cells):
4101         New function implements GtkCellLayoutClass::get_cells.  (#523787)
4103 2008-03-22  Tor Lillqvist  <tml@novell.com>
4105         Bug 523782 - Leftover call to GDK_THREADS_LEAVE() in gtktoolbar.c
4107         * gtk/gtktoolbar.c (slide_idle_handler): Remove obviously wrong
4108         GDK_THREADS_LEAVE() call. Approved by mclasen.
4110 2008-03-22  Björn Lindqvist  <bjourne@gmail.com>
4112         * gtk/gtkexpander.c (gtk_expander_get_label):
4113         gtk_label_get_label() should be used instead of
4114         gtk_label_get_text(). (#353088, Xan Lopez)
4116 2008-03-21  Tor Lillqvist  <tml@novell.com>
4118         Import the GDI+ gdk-pixbuf loaders for Windows by Dominic
4119         Lachowicz and Alberto Ruiz into the GTK+ tree, from the
4120         gdip-pixbuf-loader module.
4122         * configure.in: Add switch --disable-gdiplus-loaders that disables
4123         building of the GDI+ loaders.
4125         When including loaders in the gdk-pixbuf library, and building
4126         GDI+ loaders, either build in all the GDI+ loaders or none of
4127         them. Use just -DINCLUDE_gdiplus in $INCLUDED_LOADER_DEFINE to
4128         signal building them in.
4130         Add Automake conditionals BUILD_GDIPLUS_LOADERS to indicate
4131         whether the GDI+ loaders should be built and INCLUDE_GDIPLUS to
4132         indicate whether they should be built-in.
4133         
4134         For the rest of the changes, see gdk-pixbuf/ChangeLog.
4135         
4136 2008-03-20  Tor Lillqvist  <tml@novell.com>
4138         * gtk/Makefile.am: Revert accidental change that went in as part
4139         of the commit on 2008-03-18. Do use grep -o. Unbreaks build on
4140         Darwin. On Windows one has to use a newer GNU grep that has -o,
4141         for instance the one from gnuwin32, instead of the oldish one in
4142         MSYS that doesn't have -o.
4144 2008-03-20  Tor Lillqvist  <tml@novell.com>
4146         * tests/testfilechooserbutton.c (chooser_update_preview_cb): Don't
4147         pass NULL for %s to g_message().
4148         (main): Drop unnecessary call to gtk_widget_destroy().
4150 2008-03-20  Tor Lillqvist  <tml@novell.com>
4152         Bug 314084 - GTK+ dialogs should not be placed partially offscreen
4154         * gtk/gtkwindow.c (clamp): New function. Clamps a window position
4155         in one dimension, or centered in case it doesn't fit.
4156         (clamp_window_to_rectangle): Simplify. Call clamp() for x and y
4157         dimensions.
4159 2008-03-18  Tor Lillqvist  <tml@novell.com>
4161         Bug 523225 - modules/input/im*.c: MODULE_ENTRY macros make illegal code
4162         
4163         * modules/input/im*.c: Modify the MODULE_ENTRY macro so the
4164         G_MODULE_ENTRY decoration can be put in a more correct place.
4166 2008-03-18  Sven Neumann  <sven@gimp.org>
4168         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): set
4169         alternative button order on the password dialog.
4171 2008-03-18  Tor Lillqvist  <tml@novell.com>
4173         Bug 99192 - Add --with-include-input-modules
4175         * configure.in: Add --with-included-immodules switch. Handled in a
4176         similar way as the --with-included-loaders switch. For each input
4177         method module foo: Collect the list of input modules to be built
4178         into libgtk into INCLUDED_IMMODULE_OBJ. Collect a list of
4179         -DINCLUDE_IM_foo definitions into INCLUDED_IMMODULE_DEFINE.
4180         Define Automake conditionals INCLUDE_IM_FOO.
4182         * modules/input/Makefile.am: For modules to be included in libgtk,
4183         build a static library.
4184         
4185         * modules/input/im*.c: Use MODULE_ENTRY macros much like in
4186         gdk-pixbuf to get unique names for the functions called by libgtk
4187         in the included case. Use G_MODULE_EXPORT in the non-included case
4188         so that we don't unnecessarily export unneeded random global
4189         symbols on Windows.
4191         * gtk/Makefile.am: Build the included modules and link them into libgtk.
4193         * gtk/gtkimmodule.c: Handle the built-in modules. Remove
4194         copy/paste leftover mentions of "themes" in comments.
4196 2008-03-18  Tor Lillqvist  <tml@novell.com>
4198         * tests/Makefile.am: Build testmountoperation only on Unix for now.
4200 2008-03-17  Christian Kellner  <gicmo@gnome.org>
4202         Implement GtkMountOperation, a subclass of GMountOperation
4203         to be used with gio wherever there is the need to ask the
4204         user for credentials or questions while mounting a volume.
4205         This is bug #522245
4207         * gtk/gtkmountoperation.c:
4208         * gtk/gtkmountoperation.h:
4209         Implement GtkMountOperation.
4210         
4211         * gtk/gtk.h: Add gtkmountoperation.h
4212         * gtk/Makefile.am: Add gtkmountoperation.[hc]
4213         * gtk/gtk.symbols: Add symbols of GtkMountOperation.
4214         * tests/testmountoperation.c: Test program for it.
4215         * tests/Makefile.am: Add testmountoperation.
4217 2008-03-17  Emmanuele Bassi  <ebassi@gnome.org>
4219         * gtk/gtkcontainer.c: Properly document
4220         gtk_container_set_focus_child(). (#521739, Andrew Cowie)
4222 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
4224         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive
4225         style names for the ComboBox thickness style
4227 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
4229         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
4230         * modules/engines/ms-windows/msw_style.c (draw_box) (draw_arrow)
4231         (combo_box_draw_arrow) (setup_msw_rc_style): draw box does more
4232         intelligent separation for the xp theming engine and the classic
4233         theme while drawing the GtkComboBox button.  combobox_draw_arrow
4234         is not used anymore, commented.  The style has been updated to fix
4235         border/thickness glitches in the combobox according to the fixes
4236         commited regarding bug #521442. (bug #461805)
4238 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
4240         * gtk/gtkcombobox.c: (gtk_combo_box_size_allocate) The child is
4241         now aware of both the combobox and frame (if has-frame is set)
4242         thickness and border. (bug #521442)
4244 2008-03-15  Andre Klapper  <a9016009@gmx.de>
4246         * configure.in: Added "si" to ALL_LINGUAS.
4248 2008-03-15  Matthias Clasen  <mclasen@redhat.com>
4250         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
4251         Set window type hint on the search popup.  (#522279, Danny Baumann)
4253 2008-03-15  Matthias Clasen  <mclasen@redhat.com>
4255         * gtk/gtkimcontextsimple.c: Emit preedit_start/_end as
4256         appropriate.  (#521934, Huang Peng)
4258 2008-03-14  Michael Natterer  <mitch@imendio.com>
4260         * gdk/gdkspawn.h
4261         * gtk/gtkbuilderprivate.h
4262         * gtk/gtkfilechoosersettings.c
4263         * gtk/gtksearchenginesimple.c
4264         * gtk/tests/liststore.c
4265         * gtk/tests/treestore.c: remove single-file includes of GLib
4266         headers or replace them by <glib.h> where needed.
4268 2008-03-14  Michael Natterer  <mitch@imendio.com>
4270         * gtk/gtkadjustment.c: coding style cleanup.
4272         (gtk_adjustment_set_property): no need to call g_object_notify()
4273         on the set properties.
4275         Implement GObject::dispatch_properties_changed() and make sure we
4276         emit "changed" when anything but the "value" property changes.
4278 2008-03-14  Tor Lillqvist  <tml@novell.com>
4280         * gdk/win32/gdkevents-win32.c: Drop the support for the
4281         MSH_MOUSEWHEEL message that MSDN says is used only on NT 3.51 and
4282         Win95. Thanks to mitch for noticing this obsolete code.
4284 2008-03-14  Cody Russell  <bratsche@gnome.org>
4286         * examples/scribble-xinput/scribble-xinput.c: Changed
4287         'void int main()' to 'int main()'. (#522211, Liqing Huang)
4288         
4289 2008-03-14  Richard Hult  <richard@imendio.com>
4291         * gdk/quartz/gdkwindow-quartz.c:
4292         (gdk_window_quartz_process_all_updates): Patch from Paul Davis,
4293         only flush the toplevel once per update.
4295 2008-03-13  Federico Mena Quintero  <federico@novell.com>
4297         * gtk/gtkfilechooserentry.c (create_completion_feedback_window):
4298         Set the mouse cursor of the feedback window to invisible, so that
4299         we respect GtkEntry's invisible cursor while typing.
4301 2008-03-13  Federico Mena Quintero  <federico@novell.com>
4303         * gtk/gtkfilechooserentry.c (show_completion_feedback_window): Put
4304         the feedback window at entry_height/2 pixels to the right of the
4305         cursor, for a cheap "M-width / 2" spacing.
4307 2008-03-13  Sven Neumann  <sven@gimp.org>
4309         * gtk/gtkfilechooserdefault.c
4310         * gtk/gtkprintunixdialog.c: set alternative button order for
4311         overwrite confirmation dialogs (bug #522191).
4313 2008-03-13  Sven Neumann  <sven@gimp.org>
4315         * gtk/gtkprintunixdialog.c (add_custom_button_to_dialog)
4316         (overwrite_confirmation_dialog): added some line-breaks for
4317         readability.
4319 2008-03-12  Federico Mena Quintero  <federico@novell.com>
4321         Rework the way completion works in GtkFileChooserEntry.  Fixes
4322         http://bugzilla.gnome.org/attachment.cgi?bugid=314873 - 
4323         Tab completion should work even if the cursor is not at the end of
4324         the entry.
4326         * gtk/gtkfilechooserentry.c: Change the strategy by which we do
4327         completion.
4329         We distinguish between two cases:
4331                 - autocompletion - happens only in the Open modes by
4332                   inserting and selecting the common prefix as you type.
4334                 - explicit completion - happens when you hit Tab.
4336         When some type of completion needs to happen, the entry first
4337         parses its input and sees if it needs to initiate a folder load.
4338         Completion will not happen until the folder finishes loading.
4340         If the folder is already completely loaded, then completion is
4341         performed immediately.  Otherwise, the entry queues a pending
4342         completion and starts loading the new folder (or waits until the
4343         current folder is completely loaded).
4345         Tab completion is allowed to happen even if the cursor is not at
4346         the end of the entry.
4348         There is a new feedback mechanism for explicit completion, so that
4349         you will get an Emacs-like tip whenever there are ambiguities in
4350         completion, no matches, etc.  (This needs to be polished so that
4351         we support RTL entries and all the fancy Pango layout in GtkEntry).
4353         The only remaining thing to fix is the popup suggestion window.
4354         Unfortunately, GtkEntryCompletion does not let us do what we want,
4355         and will need further changes.
4357 2008-03-12  Tor Lillqvist  <tml@novell.com>
4359         Bug 510000 - GtkStatusIcon doesn't reshow after explorer.exe crash
4361         * gtk/gtkstatusicon.c [Win32]: Keep a list of status icons. Check
4362         for the TaskbarCreated message in the window procedure for the
4363         dummy "tray observer" window we create. When we get a
4364         TaskbarCreated message, iterate over the status icons and re-add
4365         them to the task bar, and update them by calling
4366         gtk_status_icon_update_image().
4368         Move some ifdefs around to avoid unused functions.
4370 2008-03-12  Tor Lillqvist  <tml@novell.com>
4372         * config.h.win32.in: Update to match what configure produces.
4374 2008-03-12  Jens Granseuer  <jensgr@gmx.net>
4376         * modules/printbackends/cups/gtkprintbackendcups.c:
4377         (cups_printer_prepare_for_print): Don't define variables in the
4378         middle of a block. (#522067)
4380 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
4382         * gtk/gtkprintunixdialog.c: Add an overwrite confirmation 
4383         dialog for print-to-file.  (#474302, Marek Kašík)
4385 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
4387         * modules/printbackends/cups/gtkprintbackendcups.c: Fix a crash
4388         (#469210, Wouter Bolsterlee)
4390 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
4392         * gtk/gtkpagesetup.c (gtk_page_setup_copy): Don't leak 
4393         paper_size here.  (#488820, Morten Welinder)
4395 2008-03-12  Michael Natterer  <mitch@imendio.com>
4397         * acconfig.h: remove this deprecated file.
4399         * configure.in: added comments to all instances of AC_DEFINE() so
4400         config.h can be completely generated from configure.in.
4402 2008-03-12  Michael Natterer  <mitch@imendio.com>
4404         * modules/printbackends/cups/gtkprintbackendcups.c: include
4405         <glib/gstdio.h> for g_fopen().
4407 2008-03-11  Matthias Clasen  <mclasen@redhat.com>
4409         * modules/printbackends/cups/gtkprintbackendcups.c: Use
4410         g_ascii_formatd when formatting custom paper sizes, since
4411         cups doesn't handle , as decimal separator.  (#521548)
4413 2008-03-11  Tor Lillqvist  <tml@novell.com>
4415         Bug 469868 - Filenames with colon ":" are not saved correctly
4417         * gtk/gtkfilechooserentry.c (insert_text_callback)
4418         (delete_text_callback) [Win32]: New functions to make sure that
4419         colons used otherwise than as a separator after a drive letter, or
4420         characters that are always illegal in file names, are rejected on
4421         input. This means that the GTK+ file chooser can't be used to
4422         input full names of alternate data streams, but oh well. There are
4423         still more checks that could be done on the file names, see the
4424         bug report. But this will do for now.
4425         (_gtk_file_chooser_entry_init) [Win32]: Connect above functions.
4427 2008-03-11  Jordi Mallach  <jordi@sindominio.net>
4429         * configure.in (ALL_LINGUAS): Add ca@valencia (Valencian-Catalan).
4431 2008-03-11  Michael Natterer  <mitch@imendio.com>
4433         * gdk/linux-fb/*: removed linux-fb backend files.
4435         * acconfig.h
4436         * config.h.win32.in
4437         * docs/README.linux-fb
4438         * gtk/Makefile.am: remove remaining traces of linux-fb.
4440         * gtk/gtkwindow-decorate.c: same here. There is some code that
4441         calls into linux-fb to set window move/resize callbacks. I put it
4442         in #if 0 as a reminder because we did use decorated windows with
4443         the DirectFB backend and it did work, so I don't really know why
4444         this code is needed or how it could work with DirectFB back then.
4445         The file does actually compile now if DECORATE_WINDOWS is defined,
4446         but I didn't test with DirectFB to check if it does anything.
4448 2008-03-11  Alberto Ruiz  <aruiz@gnome.org>
4450         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate):
4451         Take thickness into account in the size allocation of the child widgets in
4452         list mode.
4453         Fixes #521442
4455 2008-03-11  Richard Hult  <richard@imendio.com>
4457         * gdk/quartz/gdkwindow-quartz.c: Implement gdk_window_reparent.
4459 2008-03-10  Tor Lillqvist  <tml@novell.com>
4461         * tests/teststatusicon.c (do_exit, popup_menu): Add the
4462         possibility to test what happens if the process just calls exit()
4463         without any orderly cleanup of GTK+.
4465 2008-03-10  Tor Lillqvist  <tml@novell.com>
4467         * gtk/gtktrayicon-win32.c: Remove from SVN, finally.
4469 2008-03-10  Tor Lillqvist  <tml@novell.com>
4471         Bug 520286 - Non-deletable window has no minimize / maximize buttons
4473         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_style_to_string):
4474         New debugging output function that decodes a set of WS_* bits.
4476         * gdk/win32/gdkprivate-win32.h: Declare it.
4478         * gdk/win32/gdkwindow-win32.c (update_single_system_menu_entry):
4479         New function that enables or disables one menu entry in the system
4480         menu of a top-level window. (The corresponding decoration will
4481         then also be enabled or disabled (grayed).)
4483         (update_style_bits): Do as the comment says and don't try to
4484         update the window style based on the GdkWMFunctions set for the
4485         window.
4486                    
4487         (update_system_menu): New function that enables or disables the
4488         system menu entries based on a window's stored set of
4489         GdkWMFunctions.
4491         (gdk_window_set_functions): Call update_system_menu() instead of
4492         update_style_bits().
4494 2008-03-10  Emmanuele Bassi  <ebassi@gnome.org>
4496         * README.in: Reword the 2.14 release notes entry about the
4497         deprecation of the gtkitemfactory.h header, and fix typos
4498         and grammar.
4500 2008-03-08  Alberto Ruiz  <aruiz@gnome.org>
4502         * modules/engines/ms-windows/msw_style.c (draw_shadow):
4503         Do not draw frame if parent if combobox.
4504         (draw_box):
4505         Uses scrollbar width system metrics for combobox button.
4506         Fixes #461805 for XP theme engine.
4508 2008-03-07  Johan Dahlin  <johan@gnome.org>
4510         * gtk/gtkbuilder.c:
4511         * gtk/gtkbuilderparser.c:
4512         * gtk/gtkbuilderprivate.h:
4513         * gtk/gtkiconfactory.c:
4514         * tests/buildertest.c:
4515         - Treat enums like enums and not values
4516         - Avoid invalid free, in case of more than two sources
4517         - Add better error messages
4518         - Add much improved tests
4519         (#520979, Christian Persch)
4521 2008-03-07  Carlos Garnacho  <carlos@imendio.com>
4523         * gtk/gtkiconfactory.c (gtk_icon_factory_buildable_custom_tag_end):
4524         Fix build.
4526 2008-03-06  Federico Mena Quintero  <federico@novell.com>
4528         Fix http://bugzilla.gnome.org/show_bug.cgi?id=505857 -
4529         GtkFileChooserDialog should set a default response button if the
4530         app doesn't set it.  Based on a patch by Chris Wang <chris.wang@sun.com>.
4532         * gtk/gtkfilechooserdialog.c (is_stock_accept_response_id): New
4533         function, refactor from where there was duplicated code.
4534         (gtk_file_chooser_dialog_map): Look at the buttons in our
4535         action_area.  If the response ID for a button is one of the stock
4536         ones, make it the default response button.
4538 2008-03-06  Johan Dahlin  <jdahlin@async.com.br>
4540         * docs/reference/gtk/tmpl/gtkiconfactory.sgml:
4541         * gtk/gtkbuilder.c:
4542         * gtk/gtkbuilderprivate.h:
4543         * gtk/gtkiconfactory.c:
4544         * tests/buildertest.c:
4545         Implement GtkBuildable on GtkIconFactory, to make
4546         it possible to register custom stock icons.
4547         Fixes #517066
4549 2008-03-06  Johan Dahlin  <johan@gnome.org>
4551         Make gtk-doc happy:
4552         
4553         * gtk/gtkstyle.c: npoints->n_points.
4554         * gtk/gtktestutils.h: widget->spinner
4555         * gtk/gtktestutils.c: argc->argcp, argv->argvp
4557 2008-03-06  William Lachance <wrlach@gmail.com>
4559         * gtk/gtkfilechooserdefault.c: Oops, forgot to make the raw "%H:%M" 
4560         string localizable (as it should be). 
4562 2008-03-06  William Lachance <wrlach@gmail.com>
4564         * gtk/gtkfilechooserdefault.c: Don't print "Today at" in front of
4565         the time for today's date. It's redudant. (see bug #410517).
4567 2008-03-06  Xan Lopez  <xan@gnome.org>
4569         * gtk/gtkfixed.c: fix typo in documentation.
4571 2008-03-06  Johan Dahlin  <jdahlin@async.com.br>
4573         * gtk/gtkitemfactory.h:
4574         * gtk/gtktypeutils.h:
4575         Move GtkTranslateFunc to gtktypeutils.h so we can completely
4576         deprecate gtkitemfactory.h. 
4578         * gtk/gtkactiongroup.h:
4579         * gtk/gtkstock.h:
4580         Do not include gtkitemfactory.h directly, instead include gtktypeutils.h
4582         * README.in: 
4583         Add a note describing this slight incompatible change
4584         
4585 2008-03-06  Johan Dahlin  <johan@gnome.org>
4587         * gtk/gtkpreview.h: Avoid double-deprecation.
4589 2008-03-06  Michael Natterer  <mitch@imendio.com>
4591         * gtk/gtk.h
4592         * gtk/Makefile.am: move the remaining deprecated widgets to the
4593         separate sections and replaced spaces by tabs in Makefile.am
4595 2008-03-05  Johan Dahlin  <johan@gnome.org>
4597         * configure.in: Add --disable-cups option.
4598         (#513826, Alberto Ruiz)
4600         * gtk/gtk.h: 
4601         * gtk/Makefile.am:
4602         Separate broken and deprecated sources and headers into different sections
4604         * tests/buildertest.c (test_list_store): Restore accidentally broken test.
4606 2008-03-05  Kristian Rietveld  <kris@imendio.com>
4608         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted):
4609         short-circuit in case an empty root level would be build (and thus
4610         directly destroyed) if no virtual root has been set.
4612 2008-03-04  Matthias Clasen  <mclasen@redhat.com>
4614         * modules/printbackends/cups/gtkprintbackendcups.c: 
4615         Honor cups user default options from ~/.cups/lpoptions
4616         (#469210, Stijn Hoop)
4618 2008-03-04  Michael Natterer  <mitch@imendio.com>
4620         * gtk/gtkcellview.c
4621         * gtk/gtkcolorbutton.c
4622         * gtk/gtkentrycompletion.c
4623         * gtk/gtkfontbutton.c
4624         * gtk/gtkiconview.c
4625         * gtk/gtkobject.c
4626         * gtk/gtkpaned.c
4627         * gtk/gtkpreview.c: don't include "gtksignal.h".
4629         * gtk/gtkfilefilter.c
4630         * gtk/gtkrecentchoosermenu.c
4631         * gtk/gtkrecentfilter.c
4632         * gtk/gtktext.c: don't include "gtkobject.h".
4634 2008-03-04  Simos Xenitellis  <simos@gnome.org>
4636         Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896
4637         - Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
4638         
4639         * gdk/gdkkeysyms.h: Updated file from upstream (using script from 
4640         same directory).
4641         
4642         * gtk/gtkimcontextsimpleseqs.h (gtk_compose_seqs_compact[]): New 
4643         file, contains compose sequences that used to exist in 
4644         gtk/gtkimcontextsimple.c
4646         * gtk/compose-parse.py: Script to generate compose 
4647         sequences from upstream (Xorg).
4649         * gtk/gtkimcontextsimple.c (compare_seq_index, check_compact_table, 
4650         check_algorithmically): New functions. First two search in
4651         gtk_compose_seqs_compact[] for matching compose sequence, third
4652         tries NFC normalisation on incoming compose sequence.
4653         (gtk_im_context_simple_filter_keypress): 
4654         Adds searching with check_compact_table(), check_algorithmically().
4656 2008-03-03  Carlos Garnacho  <carlos@imendio.com>
4658         Fix http://bugzilla.gnome.org/show_bug.cgi?id=417389 - Make the
4659         scrollwheel work in GtkPathBar.
4661         * gtk/gtkpathbar.h (struct _GtkPathBar): New field event_window.
4663         * gtk/gtkpathbar.c (gtk_path_bar_realize): New function.  Create
4664         an input-only window, event_window, which we'll use to capture
4665         scroll events.
4666         (gtk_path_bar_map): Show the event_window under the rest of the
4667         windows, so it will be a catch-all for unhandled events.
4669 2008-03-03  Sven Neumann  <sven@gimp.org>
4671         * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
4672         typo in the documentation of the GtkFileChooserButtons::file-set
4673         signal (see bug #353196).
4675 2008-03-03  Tor Lillqvist  <tml@novell.com>
4677         * gtk-zip.sh.in: Add gail bits. Simplify check for message catalog
4678         location.
4680 2008-03-02  Johan Dahlin  <johan@gnome.org>
4682         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
4683         Remove left-over focus_pad variable.
4684         (#490892, Claudio Saavedra)
4686         * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
4687         (#518166, Matt Kraai)
4689 2008-03-02  Johan Dahlin  <johan@gnome.org>
4691         * docs/tutorial/gtk-tut.sgml: Add a missing space
4692         (#517954, Matt Kraai)
4694 2008-03-03  Tor Lillqvist  <tml@novell.com>
4696         * modules/engines/ms-windows/msw_style.c (draw_box): Check that
4697         the widget is a GtkButton before casting.
4699 2008-03-02  Johan Dahlin  <johan@gnome.org>
4701         * configure.in: Compare using = instead of ==, which is portable.
4702         (#490787, Thomas Klausner)
4704 2008-03-02  Johan Dahlin  <johan@gnome.org>
4706         * tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later,
4707         fixes non-C++ build.
4708         (#496032, Nelson Benitez)
4710 2008-02-29  Johan Dahlin  <johan@gnome.org>
4712         * demos/gtk-demo/demo.ui:
4713         * gtk/gtkbuilderparser.c:
4714         * gtk/gtkbuilderprivate.h:
4715         * gtk/gtkliststore.c:
4716         * tests/buildertest.c:
4717         Add translatable/context and comment attributes on
4718         <col> tags under a GtkListStore. Refactor parts of the
4719         translation api and make it available inside gtk+ itself.
4720         Update tests and example.
4721         Fixes a part of #518642
4723 2008-02-29  Johan Dahlin  <johan@gnome.org>
4725         * gtk/gtkbuilder.c:
4726         Add missing g_return_val_if_fail checks for public API.
4728         * gtk/gtkbuilderparser.c:
4729         * gtk/gtkbuilderprivate.h:
4730         Do not use g_error for a few more errors, instead set
4731         the GError sent in through add_from_file/add_from_string.
4732         * tests/buildertest.c:
4733         Add a couple of new parsing tests.
4734         (#519199, Pavel Syomin)
4736 2008-02-29  Federico Mena Quintero  <federico@novell.com>
4738         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): When
4739         refreshing an existing folder (i.e. when we are about to reload
4740         its file list), turn off the folder's is_finished_loading flag.
4741         Otherwise callers which do ::is_finished_loading() followed by
4742         ::list_children() will get nothing.
4744 2008-02-29  Cody Russell  <bratsche@gnome.org>
4746         * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
4747         say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
4749 2008-02-28  Matthias Clasen  <mclasen@redhat.com>
4751         * gtk/gtkcalendar.h: Remove trailing comma from enum to
4752         make the compiler happy.  (#517295, Sylvain Pasche)
4754 2008-02-27  Michael Natterer  <mitch@imendio.com>
4756         * gtk/gtkmenushell.c
4757         * gtk/gtktable.c
4758         * gtk/gtktext.c
4759         * gtk/gtktipsquery.c
4760         * gtk/gtktoolbar.c
4761         * gtk/gtktreeitem.c
4762         * gtk/gtktreeview.c
4763         * gtk/gtkviewport.c
4764         * gtk/gtkwin32embedwidget.c: remove g_return_if_fail() from
4765         private functions and virtual function implementations.
4767 2008-02-27  Richard Hult  <richard@imendio.com>
4769         * gdk/quartz/GdkQuartzView.c:
4770         * gdk/quartz/GdkQuartzView.h:
4771         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations):
4772         Fix performance regression for borderless transparent windows
4773         with shadow.
4775 2008-02-27  Emmanuele Bassi  <ebassi@gnome.org>
4777         * tests/testgtk.c: Revert back to r19454.
4779 2008-02-27  Sven Neumann  <sven@gimp.org>
4781         * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
4782         Quartz backend, use a native Mac OS X application for the print
4783         preview (bug #518624).
4785 2008-02-26  Michael Natterer  <mitch@imendio.com>
4787         * gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()
4788         the members of info->tag_stack since they are a) gobjects and b)
4789         not even owned by us, ugh... Fixes crash when deserializing fails.
4791 2008-02-26  Sven Neumann  <sven@gimp.org>
4793         * docs/tools/shooter.c (find_toplevel_window)
4794         * docs/tools/widgets.c (find_toplevel_window): fixed signedness of
4795         argument passed to XQueryTree().
4797 2008-02-25  Matthias Clasen  <mclasen@redhat.com>
4799         * gtk/gtksearchenginebeagle.c: Look for libbeagle.so.1 and
4800         don't use beagle_query_add_hit_type.
4802 2008-02-25  Richard Hult  <richard@imendio.com>
4804         * gdk/quartz/gdkevents-quartz.c
4805         (_gdk_quartz_events_trigger_crossing_events): Fix build on tiger.
4807 2008-02-24  Richard Hult  <richard@imendio.com>
4809         * gdk/quartz/GdkQuartzWindow.c: Prevent hidden windows from being
4810         shown without gdk's control when clicking the dock icon.
4812 2008-02-24  Richard Hult  <richard@imendio.com>
4814         * gdk/quartz/gdkprivate-quartz.h:
4815         * gdk/quartz/gdkeventloop-quartz.c: (got_fd_activity), (poll_func):
4816         Use the subtype field for the custom event that is used to wake up
4817         the mainloop so we can have other custom event types.
4819         * gdk/quartz/gdkevents-quartz.c:
4820         (_gdk_quartz_events_trigger_crossing_events):
4821         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Create
4822         crossing events after showing a window if necessary, to work
4823         around problems with the tracking rect API.
4825 2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
4827         * demos/gtk-demo/printing.c (do_printing): gtk-demo printing gives 
4828         wrong results on win32 because it doesn't set the printing units, 
4829         which affect the transformation of the cairo context 
4830         (#347125, Erik van Pienbroek)
4832 2008-02-22  Tor Lillqvist  <tml@novell.com>
4834         * tests/pixbuf-init.c: Add file missing from SVN, from the tarball.
4836 2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
4838         * gdk-pixbuf/queryloaders.c (loader_sanity_check): It's perfectly
4839         acceptable for a module to only support the save_to_callback()
4840         method if it marks itself as WRITABLE
4842 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
4843         
4844         * configure.in: Bump version
4846 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
4848         * === Released 2.13.0 ===
4850         * Makefile.decl: Start Xvfb at depth 16 so cairo doesn't choke.
4852 2008-02-21  Tor Lillqvist  <tml@novell.com>
4854         * gtk/gtkfilechooserdefault.c (list_mtime_data_func) [Win32]: Must
4855         pass the format string to strftime in the C library's locale's
4856         charset, not the system's. Correspondingly, the return value from
4857         strftime() is in the C library's locale's charset. (#509885)
4859 2008-02-20  Richard Hult  <richard@imendio.com>
4861         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations): Set
4862         the right window level and shadow after recreating the window.
4864         * gdk/quartz/GdkQuartzView.c: (drawRect): Invalidate the shadow if
4865         necessary after drawing (bug #517338).
4867 2008-02-20  Marc-Andre Lureau  <marcandre.lureau@gmail.com>
4869         * gtk/gtkbuilder.c (_gtk_builder_enum_from_string): fix missing
4870         call to g_type_class_unref in case of error. (#517563)
4872 2008-02-18  Sven Neumann  <sven@gimp.org>
4874         * gtk/Makefile.am (STOCK_ICONS)
4875         * gtk/stock-icons/16/gtk-page-setup.png
4876         * gtk/stock-icons/24/gtk-page-setup.png: added page-setup icons
4877         taken from GNOME icon theme.
4879         * gtk/gtkstock.[ch]: added GTK_STOCK_PAGE_SETUP. Closes bug #514410.
4881 2008-02-18  Runa Bhattacharjee <runabh@gmail.com>
4883         * configure.in: Added Kannada (kn) to ALL_LINGUAS
4885 2008-02-17  Johan Dahlin  <johan@gnome.org>
4887         * gtk/gtk-builder-convert (GtkBuilderConverter._add_action_from_menuitem): 
4888         When converting a stock item based on the label, remove the label property.
4890 2008-02-17  Richard Hult  <richard@imendio.com>
4892         * gdk/quartz/GdkQuartzWindow.c: (showAndMakeKey): Update the
4893         position after showing the window since the window manager might
4894         not place it where we requested in the first places.
4896 2008-02-17  Richard Hult  <richard@imendio.com>
4898         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal),
4899         (_gdk_quartz_window_detach_from_parent),
4900         (_gdk_quartz_window_attach_to_parent), (gdk_window_focus): Clear
4901         the toplevel ordering list in all places where the order is
4902         potentially changed. Fixes mouse focus issues for windows with
4903         a transient parent set.
4905 2008-02-17  Richard Hult  <richard@imendio.com>
4907         * gdk/quartz/gdkevents-quartz.c
4908         (_gdk_quartz_events_update_mouse_window): Highlight the mouse
4909         window when event debugging is enabled.
4911 2008-02-16  Richard Hult  <richard@imendio.com>
4913         * gdk/quartz/gdkevents-quartz.c (create_scroll_event): Add state
4914         to the scroll event (bug #516757, Paul Davis).
4916 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
4918         * NEWS: Updates
4920 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
4922         * gtk/gtklinkbutton.c: Show the URI in a tooltip.  (#505480,
4923         Teppo Turtiainen)
4925 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4927         * gdk/Makefile.am: Don't install private headers. (#463510)
4929         * gdk/gdkinternal.h: Include gdkmedialib.h here, not in
4930         the installed header gdkprivate.h.
4932 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4934         * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Prevent
4935         a crash with hidden, reorderable tabs.  (#513230, 
4936         Mike Massonnet, patch by Carlos Garnacho)
4938 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4940         * gtk/gtkuimanager.c (gtk_ui_manager_insert_action_group):
4941         Warn on duplicate action group names.  (#501746, Christian
4942         Persch)
4944 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4946         * gtk/Makefile.am:
4947         * modules/other/gail/tests/Makefile.am:
4948         * modules/other/gail/libgail-util/Makefile.am:
4949         * modules/other/gail/Makefile.am: Fix builddir!=srcdir
4950         builds.  (#516254,  Yevgen Muntyan)
4952 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4954         * gtk/gtkentry.c:
4955         * gtk/gtkfilesel.c:
4956         * gtk/gtklabel.c:
4957         * gtk/gtkpathbar.c: Use gtk_drag_*_add_{text,uri}_targets 
4958         instead of hardcoded target tables.  (#516092, Christian Persch)
4960 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4962         * gtk/gtkselection.c (gtk_target_list_add_text_targets): Don't
4963         add the same target atom twice.  (#516087, Christian Persch)
4965 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4967         * tests/testfilechooser.c: Add a --backend option.
4968         (#516073, Christian Persch)
4970 2008-02-16  Richard Hult  <richard@imendio.com>
4972         * gdk/quartz/gdkprivate-quartz.h:
4973         * gdk/quartz/gdkwindow-quartz.c: Add debugging code to highlight a
4974         gdkwindow.
4976 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4978         * configure.in: Go back to 2.13.0 as version for now,
4979         as there was no consensus to do the jump.
4981         * many other places: Update Since: tags.
4983 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4985         * gtk/gtk.symbols: Add gtk_tool_shell_get_type
4987         * gtk/gtktestutils.c: Don't generate unnecessary PLT entries
4989 2008-02-15  Richard Hult  <richard@imendio.com>
4991         * gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
4992         instead of bounds when resizing windows.
4994 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
4996         * gdk/x11/gdkkeys-x11.c:
4997         * gdk/x11/gdkcolor-x11.c:
4998         * gdk/gdkpolyreg-generic.c: Fix a small doc issues.
5000 2008-02-15  Matthias Clasen <mclasen@redhat.com>
5002         * gdk/x11/gdktestutils-x11.c:
5003         * gdk/x11/gdkscreen-x11.c: Documentation fixes.
5005 2008-02-15  Tor Lillqvist  <tml@novell.com>
5007         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Don't
5008         leak Registry key handles. (#516578)
5010 2008-02-14  Richard Hult  <richard@imendio.com>
5012         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Using
5013         makeKeyWindow unfortunately doesn't work in all cases, we must use
5014         makeKeyAndOrderFront.
5016 2008-02-14  Richard Hult  <richard@imendio.com>
5018         * gdk/quartz/gdkwindow-quartz.c: (get_fullscreen_geometry),
5019         (gdk_window_hide), (gdk_window_fullscreen),
5020         (gdk_window_unfullscreen): Make sure we leave fullscreen mode if
5021         the window is hidden.
5023 2008-02-14  Richard Hult  <richard@imendio.com>
5025         * gdk/quartz/GdkQuartzWindow.c: Set frame, not bounds when
5026         resizing to be consistent and to avoid introducing an internal
5027         transform in the view.
5029 2008-02-14  Richard Hult  <richard@imendio.com>
5031         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_open): Coding style
5032         fix.
5034 2008-02-14  Johan Dahlin  <johan@gnome.org>
5036         * gdk/gdktestutils.h
5037         * gtk/gtktestutils.h: Remove ; trailing G_BEGIN/END_DECLS
5039 2008-02-13  Richard Hult  <richard@imendio.com>
5041         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
5042         Remove unused variables.
5043         (gtk_clipboard_set_contents),
5044         (gtk_clipboard_get_owner), (clipboard_unset),
5045         (gtk_clipboard_request_targets): Notify the previous clipboard
5046         owner when the owner changes. Fixes bug #493406.
5047         
5048 2008-02-13  Richard Hult  <richard@imendio.com>
5050         * gdk/quartz/gdkcolor-quartz.c: (gdk_colormap_alloc_colors): Fix
5051         the return value (return number of colors that failed), and handle
5052         RGBA colormap.
5053         (gdk_colormap_free_colors): Fix typo in comment.
5055 2008-02-13  Kristian Rietveld  <kris@imendio.com>
5057         * gtk/gtktreeview.c (gtk_tree_view_stop_rubber_band): only
5058         queue a redraw if the rubber banding has actually been active.
5060 2008-02-12  Matthias Clasen  <mclasne@redhat.com>
5062         * gtk/gtkpapersize.c:
5063         * gtk/gtkprintoperation.c:
5064         * gtk/gtkvolumebutton.c:
5065         * gtk/gtkbulderparser.c: Fix some i18n errors. Pointed
5066         out by Behdad Esfahbod.
5068 2008-02-12  Federico Mena Quintero  <federico@novell.com>
5070         Merged from gtk-2-12:
5072         Don't focus the file list when shortcuts get activated.  This
5073         removes a lot of ambiguity in when the file selection should
5074         change, and makes the overall code flow simpler.
5076         This fixes http://bugzilla.gnome.org/show_bug.cgi?id=419737 -
5077         file/save dialog clears the filename entry when changing
5078         directories.
5080         Also fixes http://bugzilla.gnome.org/show_bug.cgi?id=499940 -
5081         focus should not go to the file list when a shortcut is activated.
5083         * gtk/gtkfilechooserdefault.c
5084         (shortcuts_activate_volume_mount_cb): Don't focus the file list
5085         (shortcuts_activate_get_info_cb): Likewise.
5087         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Don't focus
5088         the file list (this was the last place where we would focus the
5089         file list explicitly).  If you are in the location entry, for
5090         example, you don't want Alt-Home to take you to the file list; you
5091         just want the current folder to change.  Thanks to Olle Bergkvist
5092         <olle.bergkvist@yahoo.se> for pointing this out in
5093         http://bugzilla.gnome.org/show_bug.cgi?id=419737#c51.
5094         (focus_browse_tree_view_if_possible): Removed.
5096 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5098         Skip exensions when selecting filenames in the save-as dialog.
5099         (#362516, Carlos Garnacho)
5101         * gtk/gtkfilechooserentry.h:
5102         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_select_filename):
5103         New function to skip the extension part when selecting a filename.
5104         (_gtk_file_chooser_entry_set_base_folder): Use it here.
5106         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_entry_grab_focus):
5107         ...and here.
5109 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5111         * gtk/gtkiconview.c: Fix state change reporting for 
5112         accessibility.  (#499835, Rich Burridge, patch by LiYan Zhang)
5114 2008-02-12  Emmanuele Bassi  <ebassi@gnome.org>
5116         * gtk/gtkrecentchooser.c:
5117         (gtk_recent_chooser_class_init): Set the default value of the
5118         :show-not-found property to TRUE, as every implementation sets
5119         it to TRUE already.
5121         * gtk/gtkrecentchooserdefault.c:
5122         (_gtk_recent_chooser_default_init): Sync show_tips to the
5123         default value of the :show-tips property.
5125 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5127         * gtk/gtkclipboard-quartz.c:
5128         * gtkquartz.c:
5129         * gtkselection.c: Use GSlice for GtkSelectionData.  (#515060,
5130         Christian Persch)
5132 2008-02-12  Kristian Rietveld  <kris@imendio.com>
5134         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row),
5135         (gtk_tree_view_real_toggle_cursor_row): guard against people
5136         deleting the row in question in the selection-changed callback.
5137         (#514621, Andreas Koehler).
5139 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5141         * gtk/*.c: Unify the handling of various "Enter" keysyms
5142         all over the place.  (#515047, Christian Persch)
5144 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5146         * gtk/gtkfilesystemmodel.c:
5147         * gtk/gtkprinter.c:
5148         * gtk/gtkwidget.c: Use g_value_set_static_string() where 
5149         appropriate.  (#515042, Christian Persch)
5151 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5153         * tests/prop-editor.c: Fix a memory leak (#515039, Christian Persch)
5154         
5155 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5157         * tests/testmerge.c: Fix a memory leak (#515038, Christian Persch)
5159 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5161         * gtk/gtkfilechooserdefault.c (recent_model_sort_drag_data_get):
5162         (recent_model_sort_drag_data_get):
5163         (search_model_sort_drag_data_get):
5164         * gtk/gtkfilesystemmodel.c (drag_source_drag_data_get):
5165         * gtk/gtkpathbar.c (button_drag_data_get_cb):
5166         Use gtk_selection_data_set_uris() instead of doing it
5167         by hand.  (#514890, Christian Persch)
5169 2008-02-12  Michael Natterer  <mitch@imendio.com>
5171         * gtk/gtkstatusicon.c: #include "gtkmain.h" for
5172         gtk_get_current_event_time().
5174 2008-02-12  Michael Natterer  <mitch@imendio.com>
5176         * gtk/gtkwindow.c (gtk_window_activate_key): simply use
5177         gtk_window_get_key_hash() to get the hash instead of manually
5178         fiddling with quarks and gtk_window_keys_changed(). Also add
5179         g_return_if_fail() to this public function.
5181 2008-02-11  Matthias Clasen  <mclasen@redhat.com>
5183         Support keynav in status icons.  (#473786, Li Yuan)
5185         * gtk/gtkstatusicon.c: Handle keynav, make the tray icon focusable.
5187         * gtk/gtktrayicon-x11.c: Draw a focus rectangle when focused.
5189 2008-02-11  Kristian Rietveld  <kris@imendio.com>
5191         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder)
5192         * gtk/gtkiconview.c (gtk_icon_view_cell_layout_reorder): plug leak
5193         wrt. link deletion from list; contination of fix for #503569.
5195 2008-02-11  Emmanuele Bassi  <ebassi@gnome.org>
5197         * gtk/gtkrecentchoosermenu.c:
5198         (gtk_recent_chooser_menu_constructor): Set no-show-all flag
5199         on the placeholder menu item.
5201         * tests/testrecentchoosermenu.c:
5202         (create_recent_chooser_menu): Use gtk_widget_show_all() to test
5203         whether the placeholder menu item gets shown.
5205 2008-02-10  Cody Russell  <bratsche@gnome.org>
5207         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder_uri):
5208         Check the return value of _gtk_file_chooser_get_file_system () for
5209         NULL before passing it to gtk_file_system_path_to_uri ().
5210         (#515667, Francesco Montorsi)
5212 2008-02-10  Philip Withnall  <pwithnall@svn.gnome.org>
5214         * gtk/gtkbuilder.c: Improve the documentation for
5215         gtk_builder_connect_signals. (#514471)
5217 2008-02-10  Matthias Clasen  <mclasen@redhat.com>
5219         * gtk/gtkrecentaction.c: Propagate local-only.  (#511987, 
5220         Jonh Wendell)
5222 2008-02-08  Cody Russell  <bratsche@gnome.org>
5224         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
5225         Removed an extra semicolon.  (#515219, reported by Kazuki IWAMOTO)
5227 2008-02-08  Richard Hult  <richard@imendio.com>
5229         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Ignore the
5230         delta from the NSEvent for now, generating multiple scroll events
5231         results in a lot of events getting queued up and things get really
5232         slow.
5234 2008-02-08  Sven Herzberg  <sven@imendio.com>
5236         Adjust the code to match the documentation, examples, "common sense"
5237         and existing applications.
5239         * gtk/gtkaction.c: (_gtk_action_sync_menu_visible): take into account
5240         that a GtkMenu for a <popup> element doesn't have to have a GtkAction
5241         assigned
5243 2008-02-07  Cody Russell  <bratsche@gnome.org>
5245         * gdk/win32/gdkevents-win32.c
5246         * gdk/win32/gdkwindow-win32.c: Fixed two declarations in the middle
5247         of a block that were causing compile problems on old
5248         compilers. (#515053, reported by Kazuki IWAMOTO)
5249         
5250 2008-02-07  Michael Natterer  <mitch@imendio.com>
5252         * gtk/gtkcellview.c
5253         * gtk/gtklabel.c
5254         * gtk/gtklayout.c
5255         * gtk/gtklist.c
5256         * gtk/gtkmenu.c
5257         * gtk/gtkmenushell.c
5258         * gtk/gtkmisc.c
5259         * gtk/gtkoptionmenu.c
5260         * gtk/gtkplug.c
5261         * gtk/gtkpreview.c
5262         * gtk/gtkprogress.c
5263         * gtk/gtkradiomenuitem.c
5264         * gtk/gtkscale.c
5265         * gtk/gtkscrolledwindow.c
5266         * gtk/gtksocket.c: remove g_return_if_fail() from private
5267         functions and virtual function implementations.
5269 2008-02-07  Michael Natterer  <mitch@imendio.com>
5271         * gtk/gtkaction.c
5272         * gtk/gtkassistant.c
5273         * gtk/gtkbin.c
5274         * gtk/gtkbox.c
5275         * gtk/gtkcalendar.c
5276         * gtk/gtkcellrenderercombo.c
5277         * gtk/gtkcombobox.c
5278         * gtk/gtkcombo.c
5279         * gtk/gtkdrawingarea.c
5280         * gtk/gtkentrycompletion.c
5281         * gtk/gtkfixed.h
5282         * gtk/gtkgamma.c
5283         * gtk/gtkhpaned.c
5284         * gtk/gtkiconview.c
5285         * gtk/gtkitem.c
5286         * gtk/gtkitemfactory.c: remove g_return_if_fail() from private
5287         functions and virtual function implementations.
5289 2008-02-07  Christian Persch  <chpe@gnome.org>
5291         * gdk/gdkpixbuf-render.c:
5292         (gdk_pixbuf_render_pixmap_and_mask_for_colormap): If the pixbuf has an
5293         alpha channel, use gdk_draw_rgb_32_image to draw it to the pixmap;
5294         otherwise there will be random pixel values in the semi-transparent
5295         area of the pixbuf within the mask. Bug #487865.
5297 2008-02-06  Cody Russell  <bratsche@gnome.org>
5299         * gdk/win32/gdkevents-win32.c: Check if the window is a temp window,
5300         otherwise things get wonky when you click on a menu.  This fixes
5301         a regression caused in #505928.  Thanks to Tor for spotting this
5302         one!  (#514789)
5304 2008-02-06  Michael Natterer  <mitch@imendio.com>
5306         * gtk/gtkcontainer.c
5307         * gtk/gtkexpander.c
5308         * gtk/gtkframe.c
5309         * gtk/gtklabel.c
5310         * gtk/gtkmain.c
5311         * gtk/gtkmenu.c
5312         * gtk/gtkmenuitem.c
5313         * gtk/gtkmenushell.c
5314         * gtk/gtknotebook.c
5315         * gtk/gtkseparatortoolitem.c
5316         * gtk/gtksocket.c
5317         * gtk/gtktextlayout.c
5318         * gtk/gtktoggletoolbutton.c
5319         * gtk/gtktoolbutton.c
5320         * gtk/gtktoolitem.c
5321         * gtk/gtktree.c
5322         * gtk/gtktreeitem.c: replace "foo && GTK_IS_FOO (foo)" by simply
5323         "GTK_IS_FOO (foo)".
5325 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
5327         * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
5328         Allow to store half-open ranges.
5330 2008-02-05  Cody Russell  <bratsche@gnome.org>
5332         * gdk/win32/gdkwindow-win32.c (_gdk_modal_current): Walk
5333         down the stack until we get to a window that is mapped.
5334         Otherwise hiding a window will cause all windows in the app
5335         to be blocked. (#514643)
5337 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
5339         * gtk/updateiconcache.c: Ignore images in the toplevel theme
5340         directory, avoiding one source of invalid caches that has been
5341         spotted in the wild.
5343 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
5345         * gtk/updateiconcache.c: Fix the previous commit to compile.
5347 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
5349         * gtk/updateiconcache.c: Install a printerr handler that
5350         prepends the program name, since gtk-update-icon-cache output
5351         often appears in the middle of other output, e.g. rpm update logs.
5353 2008-02-05  Cody Russell  <bratsche@gnome.org>
5355         * gdk/win32/gdkprivate-win32.h
5356         * gdk/win32/gdkevents-win32.c
5357         * gdk/win32/gdkwindow-win32.c
5358         * gdk/win32/gdkwindow-win32.h
5359         * gdk/win32/gdkwin32.h:
5360         Modal window rework.  (#455627 and #511111)
5362 2008-02-04  Michael Natterer  <mitch@imendio.com>
5364         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_add_attribute):
5365         g_return_if_fail() if the cell is not part of the combo instead of
5366         crashing in the next line.
5368 2008-02-01  Cody Russell  <cody@jhu.edu>
5370         * modules/engines/ms-windows/xp_theme.[ch]
5371         * modules/engines/ms-windows/xp_theme_defs.h
5372         * modules/engines/ms-windows/msw_rc_style.c
5373         * modules/engines/ms-windows/msw_theme_main.c
5374         * modules/engines/ms-windows/msw_style.c: Re-indented and generally
5375         attempted to stylize more like the rest of the gtk+ stack's code.
5377 2008-02-01  Michael Natterer  <mitch@imendio.com>
5379         * tests/testgtk.c: initialize GdkColor structs to fix warning
5380         about uninitialized "pixel" member.
5382         * tests/testactions.c: connect the toolbar_style() callback so it
5383         does something useful and doesn't warn about being defined but not
5384         used.
5386 2008-01-31  Cody Russell  <bratsche@gnome.org>
5388         * gdk/win32/gdkevents-win32.c:
5389         Refactored some of the window hiding/showing code from
5390         WM_ACTIVATE to WM_SIZE and WM_SYSCOMMAND.  Having this
5391         under WM_ACTIVATE was causing the application to go into
5392         a weird state when the user right-clicked on the taskbar
5393         entry of a window that was minimized.  (#505928)
5394         
5395 2008-01-31  Cody Russell  <bratsche@gnome.org>
5397         * gtk/gtkpaned.c (gtk_paned_set_position):
5398         Change queue_resize() to queue_draw(), and add a check for
5399         child2 != NULL in case someone calls this before there is
5400         a child packed in there.  (#144269 again)
5402 2008-01-31  Sven Neumann  <sven@gimp.org>
5404         * gdk/directfb/gdkimage-directfb.c (_gdk_directfb_copy_to_image):
5405         applied patch from Denis Oliver Kropp <dok@directfb.org>.
5407 2008-01-31  Sven Neumann  <sven@gimp.org>
5409         * gdk/directfb/gdkdisplay-directfb.c
5410         * gdk/directfb/gdkdrawable-directfb.c
5411         * gdk/directfb/gdkprivate-directfb.h
5412         * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis
5413         Oliver Kropp <dok@directfb.org>. Fixes remaining warnings.
5415 2008-01-31  Richard Hult  <richard@imendio.com>
5417         * gdk/quartz/GdkQuartzView.c: Another attempt at fixing focus
5418         issues with undecorated windows. Revert the change done on
5419         2008-01-25 and fix it by using the view's bounds instead. The
5420         bounds will always be up to date when setting up the tracking
5421         rect, so this should be more robust.
5423 2008-01-30  Sven Neumann  <sven@gimp.org>
5425         * gdk/directfb/gdkdrawable-directfb.c
5426         * gdk/directfb/gdkwindow-directfb.c
5427         * gdk/directfb/gdkprivate-directfb.h: applied patch from Denis
5428         Oliver Kropp <dok@directfb.org>. Adds debug messages using
5429         DirectFB's debugging system
5431 2008-01-30  Sven Neumann  <sven@gimp.org>
5433         * gdk/directfb/gdkdirectfb.h
5434         * gdk/directfb/gdkdisplay-directfb.c
5435         * gdk/directfb/gdkdrawable-directfb.c
5436         * gdk/directfb/gdkim-directfb.c
5437         * gdk/directfb/gdkimage-directfb.c
5438         * gdk/directfb/gdkinput-directfb.c
5439         * gdk/directfb/gdkmain-directfb.c
5440         * gdk/directfb/gdkpixmap-directfb.c
5441         * gdk/directfb/gdktestutils-directfb.c
5442         * gdk/directfb/gdkvisual-directfb.c
5443         * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis
5444         Oliver Kropp <dok@directfb.org>. Fixes various warnings, some
5445         errors and has some cleanups.
5447 2008-01-30  Michael Natterer  <mitch@imendio.com>
5449         * gtk/gtkbuilderparser.c (parse_custom): use the right type for
5450         "subparser_data" and remove the (gpointer*) cast. Fixes bogus
5451         aliasing warning.
5453         * gtk/updateiconcache.c (add_string): cast const gchar* to
5454         gpointer when inserting in a GHashTable.
5456         * tests/testcalendar.c (calendar_detail_cb): remove const from
5457         return value since it's a newly allocated string.
5459         (calendar_update_details): free the detail.
5461 2008-01-29  Johan Dahlin  <johan@gnome.org>
5463         * demos/gtk-demo/builder.c: (quit_activate), (about_activate),
5464         (do_builder):
5465         * demos/gtk-demo/demo.ui:
5466         Move the about dialog to the glade file, add accessible tags
5467         examples to the markup file.
5469 2008-01-28  Paolo Borelli  <pborelli@katamail.com>
5471         * gtk/gtkprintunixdialog.c (draw_page_cb): do not leak the pango
5472         layout, fixes #512375.
5474 2008-01-28  Michael Natterer  <mitch@imendio.com>
5476         * gtk/gtktextchild.c
5477         * gtk/gtktextview.c: meant to use G_STRFUNC, not G_STRLOC...
5479 2008-01-28  Michael Natterer  <mitch@imendio.com>
5481         * demos/gtk-demo/builder.c (about_activate): use
5482         gtk_about_dialog_set_program_name() instead of the deprecated
5483         set_name().
5485 2008-01-28  Michael Natterer  <mitch@imendio.com>
5487         * gtk/gtktextchild.c
5488         * gtk/gtktextview.c: use G_STRLOC instead of G_GNUC_FUNCTION (which
5489         is deprecated now).
5491 2008-01-26  Johan Dahlin  <johan@gnome.org>
5493         * tests/Makefile.am:
5494         * tests/textbuffertest.c:
5495         Rename textbuffer test and port it to the new test framework
5496         
5497 2008-01-25  Johan Dahlin  <johan@gnome.org>
5499         * gtk/gtktestutils.c (gtk_test_init): Restore accidentally removed
5500         unsetting of GTK_MODULES.
5502         * gtk/gtk-builder-convert
5503         (GtkBuilderConverter._convert_adjustment): Handle the case where
5504         there is no child text node.
5505         (GtkBuilderConverter): Allow xml comments in most places.
5507 2008-01-25  Johan Dahlin  <johan@gnome.org>
5509         * gtk/gtk-builder-convert
5510         (GtkBuilderConverter._convert_combobox_items): Remove the items
5511         even if there are no items set.
5512         (GtkBuilderConverter._add_action_from_menuitem): Convert toggled
5513         signals and tooltips for all menu items subclasses and 
5514         GtkImageMenuItem:label. 
5515         Makes it possible to fully convert and run Jokosher.glade.
5517 2008-01-25  Johan Dahlin  <johan@gnome.org>
5519         * gtk/gtkwidget.c: (gtk_widget_buildable_interface_init),
5520         (gtk_widget_buildable_get_internal_child), (free_action),
5521         (free_relation), (gtk_widget_buildable_parser_finished),
5522         (accessibility_start_element),
5523         (gtk_widget_buildable_custom_tag_start),
5524         (gtk_widget_buildable_custom_finished):
5525         Implement accessible support, fixes #454653.
5527         * gtk/gtk-builder-convert:
5528         Add support for migrating old glade files
5529         
5530         * tests/buildertest.c: (test_widget), (test_file):
5531         Add accessible tests and imprve the test_file function to display
5532         toplevels and run dialogs.
5534 2008-01-25  Richard Hult  <richard@imendio.com>
5536         * gdk/quartz/GdkQuartzView.c: Don't recreate a tracking rect if it
5537         didn't change, fixes focus event issues for undecorated windows.
5539 2008-01-25  Richard Hult  <richard@imendio.com>
5541         * gdk/quartz/gdkwindow-quartz.c: Fix compile warnings (add missing
5542         const and remove unused variables).
5544 2008-01-25  Michael Natterer  <mitch@imendio.com>
5546         * gtk/gtkbutton.h
5547         * gtk/gtkcellrenderer.h
5548         * gtk/gtkimcontext.h
5549         * gtk/gtkstyle.h
5550         * gtk/gtktoolbar.h
5551         * gtk/gtktooltip.h
5552         * gtk/gtktreeprivate.h
5553         * gtk/gtktreeviewcolumn.h
5554         * gtk/gtkwidget.h: add const to constant structs which are passed
5555         into GTK+. Also add some forgotten const for const strings.
5556         Fixes bug #511554.
5558         * gtk/gtkbutton.c
5559         * gtk/gtkcellrenderer.c
5560         * gtk/gtkimcontext.c
5561         * gtk/gtkstyle.c
5562         * gtk/gtktoolbar.c
5563         * gtk/gtktooltip.c
5564         * gtk/gtktreeview.c
5565         * gtk/gtktreeviewcolumn.c
5566         * gtk/gtkwidget.c: changed accordingly.
5568 2008-01-25  Sven Herzberg  <sven@imendio.com>
5570         Reviewed by Johan Dahlin.
5572         * gtk/gtkuimanager.c (gtk_ui_manager_remove_ui): emit a warning if
5573         this is called with something that's not a GtkUIManager
5575 2008-01-24  Johan Dahlin  <johan@gnome.org>
5577         * gtk/gtkdialog.c (gtk_dialog_buildable_get_internal_child): 
5578         Chain up to parent, so widgets can have internal children.
5580 2008-01-22  Mathias Hasselmann  <mathias@openismus.com>
5582         Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, Kazuki
5583         IWAMOTO).
5585         * gdk/gdk.symbols: Add gdk_app_launch_context_get_type().
5587 2008-01-22  Mathias Hasselmann  <mathias@openismus.com>
5589         Use pango_layout_set_height() for calendar details (#506049).
5591         * configure.in: Require 1.19.3 for pango_layout_set_height().
5592         * gtk/gtkcalendar.c: Use pango_layout_set_height() for details.
5594 2008-01-18  Johan Dahlin  <johan@gnome.org>
5596         * gtk/gtk-builder-convert (get_property_node): New method
5597         (GtkBuilderConverter._create_object): Conditionally take a node as
5598         a property value, so don't lose translate/context attributes if they
5599         are set. 
5600         (GtkBuilderConverter._add_action_from_menuitem): Send in Node as
5601         property values instead of strings.
5602         (#509153, Erik van Pienbroek)
5604 2008-01-16  Mathias Hasselmann  <mathias@openismus.com>
5606         Change GtkCalendarDetailFunc to return newly allocated string. (#339540)
5608         * gtk/gtkcalendar.c: Release the memory returned by the detail_func.
5609         * gtk/gtkcalendar.h: Remove G_CONST_RETURN from GtkCalendarDetailFunc.
5610         * tests/testcalendar.c: Duplicate calendar details before returning.
5612 2008-01-16  Christian Persch  <chpe@gnome.org>
5614         * gtk/gtkwidget.c: Store the event mask and extension event mode
5615         directly in the gobject data pointer, instead of in an allocated
5616         gint. Bug #506604.
5618 2008-01-16  Michael Natterer  <mitch@imendio.com>
5620         * configure.in (GDK_PIXBUF_PACKAGES): add "gio-2.0" because
5621         gdk-pixbuf now uses gio functions.
5623 2008-01-16  Matthias Clasen  <mclasen@redhat.com>
5625         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Emit
5626         the notify::model signal.  (#509819, David Zeuthen)
5628 2008-01-15  Michael Natterer  <mitch@imendio.com>
5630         * gdk/gdkdisplay.h
5631         * gdk/gdkdrawable.h
5632         * gdk/gdkevents.h
5633         * gdk/gdkpango.h
5634         * gdk/gdkregion.h
5635         * gdk/gdkrgb.h
5636         * gdk/gdkwindow.h: made more struct pointer and array parameters
5637         const. GDK should now be constified as far as possible without
5638         breaking source compatibility. Includes some minor cleanup like
5639         indentation and s/nfoo/n_foo/ (bug #508544).
5641         * gdk/gdkdisplay.c
5642         * gdk/gdkdraw.c
5643         * gdk/gdkevents.c
5644         * gdk/gdkpango.c
5645         * gdk/gdkregion-generic.c
5646         * gdk/gdkrgb.c
5647         * gdk/directfb/gdkdisplay-directfb.c
5648         * gdk/directfb/gdkwindow-directfb.c
5649         * gdk/quartz/gdkdisplay-quartz.c
5650         * gdk/quartz/gdkwindow-quartz.c
5651         * gdk/win32/gdkdisplay-win32.c
5652         * gdk/win32/gdkwindow-win32.c
5653         * gdk/x11/gdkdisplay-x11.c
5654         * gdk/x11/gdkwindow-x11.c: changed accordingly.
5656 2008-01-14  Michael Natterer  <mitch@imendio.com>
5658         * gtk/gtkrc.c (_gtk_rc_style_unset_rc_property): add cast to fix
5659         const warning.
5661         (gtk_rc_parse_any): change variables to const and introduce
5662         another local variable to fix const warnings.
5664 2008-01-14  Michael Natterer  <mitch@imendio.com>
5666         * gdk/gdkscreen.c (gdk_screen_get_property): cast the return value
5667         of gdk_screen_get_font_options() to gpointer to get rid of const
5668         warning.
5670 2008-01-14  Michael Natterer  <mitch@imendio.com>
5672         * tests/testdnd.c (source_drag_data_get): fix another call to
5673         gtk_selection_data_set().
5675 2008-01-14  Michael Natterer  <mitch@imendio.com>
5677         * gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix
5678         signedness warning.
5680 2008-01-14  Michael Natterer  <mitch@imendio.com>
5682         * gtk/gtkiconcache.c (find_image_offset): remove unused variable.
5684 2008-01-14  Michael Natterer  <mitch@imendio.com>
5686         * gtk/gtkfilesystemmodel.c (drag_source_drag_data_get): cast
5687         "uris" to guchar* when passing it to gtk_selection_data_set().
5689 2008-01-14  Michael Natterer  <mitch@imendio.com>
5691         * gdk/gdk.h
5692         * gdk/gdkcairo.h
5693         * gdk/gdkcolor.h
5694         * gdk/gdkgc.h
5695         * gdk/gdkinternals.h
5696         * gdk/gdkregion.h
5697         * gdk/gdkwindow.h: made GdkRectangle*, GdkRegion* and GdkColor*
5698         parameters const (bug #508544).
5700         * gdk/gdkcairo.c
5701         * gdk/gdkgc.c
5702         * gdk/gdkwindow.c
5703         * gdk/gdkrectangle.c
5704         * gdk/gdkpolyreg-generic.c
5705         * gdk/gdkregion-generic.c
5706         * gdk/directfb/gdkcolor-directfb.c
5707         * gdk/directfb/gdkgc-directfb.c
5708         * gdk/directfb/gdkgeometry-directfb.c
5709         * gdk/directfb/gdkwindow-directfb.c
5710         * gdk/quartz/gdkcolor-quartz.c
5711         * gdk/quartz/gdkgc-quartz.c
5712         * gdk/quartz/gdkgeometry-quartz.c
5713         * gdk/quartz/gdkwindow-quartz.c
5714         * gdk/win32/gdkcolor-win32.c
5715         * gdk/win32/gdkgc-win32.c
5716         * gdk/win32/gdkgeometry-win32.c
5717         * gdk/win32/gdkprivate-win32.h
5718         * gdk/win32/gdkwindow-win32.c
5719         * gdk/x11/gdkcolor-x11.c
5720         * gdk/x11/gdkgc-x11.c
5721         * gdk/x11/gdkgeometry-x11.c
5722         * gdk/x11/gdkmain-x11.c
5723         * gdk/x11/gdkprivate-x11.h
5724         * gdk/x11/gdkwindow-x11.c: changed accordingly.
5726         * gdk/gdkpolyreg-generic.c: uncruftify to have proper function
5727         headers.
5729 2008-01-14  Mathias Hasselmann  <mathias@openismus.com>
5731         Explain name choice for gtk_tool_item_toolbar_reconfigured.
5733         * gtk/gtktoolitem.c: Add comment expaining name choice for
5734         gtk_tool_item_toolbar_reconfigured.
5736 2008-01-14  Mathias Hasselmann  <mathias@openismus.com>
5738         Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell
5739         implementations to notify its children, when some aspect of their
5740         configuration changed (#509042).
5742         * gtk/gtk.symbols: Add gtk_tool_item_toolbar_reconfigured.
5743         * gtk/gtktoolbar.c, gtk/gtktoolitem.c, gtk/gtktoolitem.h:
5744         Rename _gtk_tool_item_toolbar_reconfigured.
5746 2008-01-12  Mathias Hasselmann  <mathias@openismus.com>
5748         Include <gtk/gtktoolshell.h> from gtk.h.
5750         * gtk/gtk.h: Add gtktoolshell.h
5752 2008-01-12  Mathias Hasselmann  <mathias@openismus.com>
5754         Print angle brackets arround e-mail addresses in the about dialog
5755         (#409520, Mariano Suárez-Alvarez).
5757         * gtk/gtkaboutdialog.c: Keep e-mail brackets in add_credits_page().
5759 2008-01-11 13:28:02  Tim Janik  <timj@imendio.com>
5761         * gtk/gtktestutils.c (gtk_test_create_widget): removed old testutils
5762         special casing so test widgets are always queues for destruction
5763         during teardown.
5765         * gtk/tests/testing.c: removed bits left-over from testing without
5766         gtestutils.h.
5768 2008-01-10  Tor Lillqvist  <tml@novell.com>
5770         * modules/other/gail/libgail-util/Makefile.am
5771         * modules/other/gail/tests/Makefile.am: Link with gtktargetlib and
5772         gdktargetlib.
5773         
5774 2008-01-10  Tor Lillqvist  <tml@novell.com>
5776         * tests/Makefile.am: Build defaultvaluetest only on Unix as it
5777         uses gtkprintunixdialog API.
5779 2008-01-10  Tor Lillqvist  <tml@novell.com>
5781         * gdk/win32/gdkdisplay-win32.c
5782         * gdk/win32/gdkglobals-win32.c
5783         * gdk/win32/gdkprivate-win32.h
5784         * gdk/win32/gdkscreen-win32.c
5785         * gdk/win32/gdkwindow-win32.c: Implement
5786         gdk_screen_get_monitor_width_mm(), gdk_screen_get_monitor_height_mm()
5787         and gdk_screen_get_monitor_plug_name(). Thanks to Kazuki
5788         Iwamoto. (#505753)
5790 2008-01-10  Cody Russell  <bratsche@gnome.org>
5792         * gdk/win32/gdkwindow-win32.c: (gdk_window_set_transient_for),
5793         Properly ref/unref windows and parents.  (#506769)
5795 2008-01-10  Richard Hult  <richard@imendio.com>
5797         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal),
5798         (gdk_window_hide), (move_resize_window_internal): Move the
5799         tracking rect workaround from here...
5801         * gdk/quartz/GdkQuartzWindow.c:
5802         * gdk/quartz/GdkQuartzWindow.h: ...to here, and ignore window
5803         movements during showing/hiding operations. Fixes bug #508516.
5805 2008-01-10  Michael Natterer  <mitch@imendio.com>
5807         * gdk/directfb/gdkscreen-directfb.c
5808         (gdk_screen_get_monitor_width_mm)
5809         (gdk_screen_get_monitor_height_mm)
5810         (gdk_screen_get_monitor_plug_name): add these functions to make
5811         it build again.
5813 2008-01-10  Emmanuele Bassi  <ebassi@gnome.org>
5815         * gtk/gtkrecentchoosermenu.c:
5816         (idle_populate_func), (idle_populate_clean_up): Fix possible
5817         recursion by resetting the idle source id. (#507605, William
5818         Pitcock)
5820 2008-01-10  Kristian Rietveld  <kris@imendio.com>
5822         * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow),
5823         (_gtk_tree_view_column_start_drag): fully initialize GdkWindowAttr to
5824         avoid valgrind warnings.  (#507751, patch from Christian Persch).
5826 2008-01-10  Kristian Rietveld  <kris@imendio.com>
5828         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_path): Fix
5829         a leak of the path (#504611, patch from Sadrul Habib Chowdhury).
5831 2008-01-10  Kristian Rietveld  <kris@imendio.com>
5833         Fix #477175, reported by Juri Pakaste.
5835         * gtk/gtktreeprivate.h:
5836         * gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): do not set
5837         tree_view->priv->dy here directly, just calculate the new value
5838         and set it on the adjustment,
5839         (gtk_tree_view_adjustment_changed): add guards to not call
5840         gtk_tree_view_dy_to_top_row() if we are currently in
5841         gtk_tree_view_top_row_to_dy(),
5842         (gtk_tree_view_put): fix coordinate annotation: these are bin_window
5843         coordinates, not tree coordinates,
5844         (gtk_tree_view_real_start_editing): add cast.
5846         * gtk/tests/treeview-scrolling.c: add an assertion for checking the
5847         position of the editable in the "create new row and start editing"
5848         tests.
5850 2008-01-09  Michael Natterer  <mitch@imendio.com>
5852         * gtk/gtkcolorsel.c (make_label_spinbutton): remove unused
5853         variable.
5855         * gtk/gtkcombobox.c (gtk_combo_box_detacher)
5856         * gtk/gtkicontheme.c (theme_list_contexts)
5857         (gtk_icon_theme_lookup_icon)
5858         * gtk/gtkimcontextsimple.c (beep_window)
5859         * gtk/gtklinkbutton.c (set_link_color)
5860         * gtk/gtkuimanager.c (child_hierarchy_changed_cb): add casts to
5861         fix warnings.
5863         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): remove unused
5864         variable and add const to another to fix a warning.
5866 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
5868         * gtk/gtkassistant.c (remove_page): Be more robust when removing 
5869         the current page.  (#499951, Andreas Sandberg)
5871 2008-01-06  Johan Dahlin  <johan@gnome.org>
5873         * gtk/gtkspinbutton.c: Declare value in the example code for
5874         GtkSpinButton::output, as pointed out by Anders Carlsson.
5876 2008-01-06  Christian Persch  <chpe@gnome.org>
5878         * gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,
5879         and remove an obsolete event box. Bug #506760.
5881 2008-01-06  Johan Dahlin  <johan@gnome.org>
5883         * tests/buildertest.c (test_domain): 
5884         Update, GtkBuilder::translation-domain is no longer set
5885         
5886         * gtk/gtkbuilderparser.c (parse_interface): 
5887         Allow domains to be overridden in <interface>'s if a translation-domain
5888         is set in the builder.
5889         (_gtk_builder_parser_parse_buffer): Do not modify the translation-domain
5890         of the builder, make the domain set in the <interface> apply only to strings
5891         in that interface.
5892         (#496831, Ryan Lortie)
5894         * gtk/gtkbuilder.c: Avoid adding unnecessary trailing newlines 
5895         to g_warning calls.
5897         * gtk/gtktreestore.c (tree_model_end_element): 
5898         Remove an unused variable
5900 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
5902         * gtk/gtkspinbutton.c: Document the ::output signal and
5903         add an example.  (#507566, example by Owen Taylor)
5905 2008-01-06  Johan Dahlin  <johan@gnome.org>
5907         * gtk/gtkcellrenderercombo.c:
5908         (gtk_cell_renderer_combo_get_property),
5909         (gtk_cell_renderer_combo_set_property):
5910         * gtk/gtkcombobox.c: (gtk_combo_box_set_property):
5911         * gtk/gtkcomboboxentry.c: (gtk_combo_box_entry_set_property):
5912         * gtk/gtknotebook.c: (gtk_notebook_set_property):
5913         * gtk/gtkspinbutton.c: (gtk_spin_button_set_property):
5914         * gtk/gtktextbuffer.c: (gtk_text_buffer_set_property),
5915         (gtk_text_buffer_get_property):
5916         * gtk/gtktextview.c: (gtk_text_view_set_property):
5917         * gtk/gtktogglebutton.c: (gtk_toggle_button_set_property):
5918         * gtk/gtktoolbutton.c: (gtk_tool_button_set_property),
5919         (gtk_tool_button_get_property):
5920         * gtk/gtktoolitem.c: (gtk_tool_item_set_property),
5921         (gtk_tool_item_get_property):
5922         * gtk/gtktreeview.c: (gtk_tree_view_set_property):
5923         * gtk/gtkwidget.c: (gtk_widget_set_property):
5924         * gtk/gtkwindow.c: (gtk_window_set_property):
5925         Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently.
5926         Fixes #507585
5928 2008-01-06  Johan Dahlin  <johan@gnome.org>
5930         * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): 
5931         Make sure that --root works for toplevel widgets.
5932         (#491847, Phil Lello)
5934 2008-01-05  Johan Dahlin  <johan@gnome.org>
5936         * modules/other/gail/tests/Makefile.am: Include Makefile.decl,
5937         to make sure that make test-report works properly
5939 2008-01-05  Christian Persch  <chpe@gnome.org>
5941         * tests/defaultvaluetest.c: Fix mem leak, and don't pass
5942         GType as integer through gpointer. Bug #507395.
5944 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
5946         Avoid some compiler warnings (#507000).
5948         * gtk/gtkbuilder.c, gtk/gtkbuilderprivate.h: Use proper sign
5949         for value argument of _gtk_builder_flags_from_string.
5950         * gtk/gtkwidget.c: Don't alias the child pointer passed
5951         to gdk_window_get_user_data.
5953 2008-01-04  Michael Natterer  <mitch@imendio.com>
5955         * gdk/x11/gdkinput-x11.c (_gdk_device_get_history): don't forget
5956         to set the time in the returned GdkTimeCoords.
5958 2008-01-03  Emmanuele Bassi  <ebassi@gnome.org>
5960         * gtk/gtkfilechooserdefault.c (recent_sort_mru): Use the
5961         correct comparison function (kudos to Christian Persch and
5962         Claudio Saavedra for spotting this)
5964         * gtk/gtkrecentchooserutils.c:
5965         (sort_recent_items_mru),
5966         (sort_recent_items_lru): Ditto as above.
5968 2008-01-03  Johan Dahlin  <johan@gnome.org>
5970         * tests/defaultvaluetest.c: Make it pass again.
5972 2008-01-02  Johan Dahlin  <johan@gnome.org>
5974         * tests/defaultvaluetest.c (test_type): Ignore a few more tests to 
5975         make it pass on Ubuntu.
5976         (main): Use gtk_test_list_all_types () instead of providing our
5977         own list.
5978         And it no longer passes.
5980 2007-12-30  Johannes Schmid <jhs@gnome.org>
5982         * gtk/gtknotebook.c: (gtk_notebook_stop_reorder):
5983         Also reorder menu when reordering tabs by drag & drop
5984         (Bug #506474)
5985         
5986         * tests/testnotebookdnd.c: (create_notebook_with_notebooks):
5987         Add a menu to one of the notebooks to have a test-case for
5988         the change mentioned above.
5990 2007-12-31  Philip Van Hoof  <pvanhoof@gnome.org>
5992         * gtk/gtktreemodel.c: Using GSlice for GtkTreePath
5994 2007-12-31  Christian Persch  <chpe@gnome.org>
5996         * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_property):
5997         Plug a mem leak. Bug #506107.
5999 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6001         * gtk/gtkiconfactory.c (render_fallback_image): Adjust to
6002         icon cache api change.  (#506135, Kazuki Iwamoto)
6004 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6006         Consider "wide-separators" and "separator-height" style properties:
6007         The separator is drawn using gtk_paint_box instead of cairo, when
6008         "wide-separators" is set. Also do not highlight details for previous
6009         or next month, if their day matches the selected day. (#339540)
6011         * gtk/gtkcalendar.c: Consider "wide-separators" and "separator-height"
6012         in gtk_calendar_size_request and calendar_paint_day
6013         * gtk/gtkstyle.c: Modify gtk_default_draw_box to use special colors
6014         for selected detail separators in GtkCalendar.
6016 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6018         Remove max_detail_height field from GtkCalendarPrivate. (#339540)
6020         * gtk/gtkcalendar.c: Drop max_detail_height field, and use
6021         a local variable instead in gtk_calendar_size_request.
6023 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6025         * tests/defaultvaluetest.c: Add enough exclusions to make the
6026         test succeed.
6028 2007-12-28  Christian Persch  <chpe@gnome.org>
6030         * modules/other/gail/Makefile.am:
6031         * modules/other/gail/tests/*:
6032         * configure.in: Merge tests from standalone gail. Bug #504568.
6034 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6036         * gtk/gtkclipboard.c: Make the finalizer work when display is
6037         not set.
6039 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6041         Draw bottom shadow of GtkCalender headings. (#506113)
6043         * gtk/gtkcalendar.c: Set proper initial height for priv->header_win.
6045 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6047         * gtk/gtkcalendar.c: Document the initial values of year/month/day
6048         properties.
6050 2007-12-28  Christian Persch  <chpe@gnome.org>
6052         * gtk/gtkfontsel.c: (gtk_font_selection_get_property): Plug
6053         a mem leak. Bug #506096.
6055 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6057         * gtk/gtktable.c:
6058         * gtk/gtktreeview.c:
6059         * gtk/gtkprintoperation.c:
6060         * gtk/gtkprogressbar.c:
6061         * gtk/gtkmessagedialog.c:
6062         * gtk/gtknotebook.c:
6063         * gtk/gtkprinter.c:
6064         * gtk/gtkfilesel.c:
6065         * gtk/gtklabel.c:
6066         * gtk/gtklinkbutton.c:
6067         * gtk/gtkmenu.c: More default property value corrections.
6069 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6071         * gtk/gtkitemfactory.c (gtk_item_factory_finalize): Don't unref
6072         accel_group unless it is set.
6074 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6076         * gdk/x11/gdkwindow-x11.c (get_default_title): Don't return NULL.
6078 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6080         * gtk/gtkhandlebox.c: Fix the default values of shadow and 
6081         shadow-type properties.
6083         * gtk/gtkfontsel.c: Fix the default values of several properties.
6085         * gtk/gtkfilesel.c: Fix the default value of the show-fileops
6086         property.
6088         * gtk/gtkcurve.c: Fix the default value of the curve-type property.
6090         * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
6091         property.
6093 2007-12-28  Johan Dahlin  <johan@gnome.org>
6095         * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
6096         (gtk_dialog_buildable_custom_tag_start): Chain up. 
6097         This makes it possible to have accelerators tags on GtkDialog 
6098         subclasses.
6100 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6102         Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details
6103         are shown within the widget, or just as tooltip. (#339540)
6105         * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property
6106         aka. GTK_CALENDAR_SHOW_DETAILS, and use it.
6107         * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding
6108         in flags vbox.
6110 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6112         Try more decent appearance of calendar details separator. (#339540)
6114         * gtk/gtkcalendar.c: Use different colors for drawing the separator,
6115         and make it short by one pixel on each side.
6117 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6119         Apply trivial code-style changes from attachement 101101. (#339540)
6121         * tests/testcalendar.c: Some updates to current GTK+ code-style.
6123 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6125         Restructure testcalendar for testing calendar details. (#339540)
6127         * tests/testcalendar.c: Push code arround for testing calendar details.
6129 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6131         Implement GtkTooltip API for calendar details. (#339540)
6133         * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up.
6134         Remember detail overflows in calendar_paint_day to show the tooltip
6135         only when neccessary.
6137 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6139         Without setting "detail-width-chars" and "detail-height-rows"
6140         properties not only the widget has to be redrawn on certain
6141         conditions, but also its size must be recalculated. (#339540)
6143         * gtk/gtkcalendar.c: Add calendar_queue_refresh and call
6144         that function instead of gtk_widget_queue_draw.
6146 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6148         Consider details for size-request and expose-event. (#339540)
6150         * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and
6151         is_color_attribute functions. Change gtk_calendar_size_request
6152         and calendar_paint_day to consider and show calender details.
6154 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6156         * gtk/gtkcombobox.c: Introduce local priv variables to 
6157         reduce ->->
6159 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
6161         * gtk/gtkcombobox.c: Correct the default value for the 
6162         tearoff-title property.
6164         * gtk/gtkcellrenderertext.c: Fix the default value for the
6165         wrap-mode and font-scale properties.
6167         * gtk/gtkaspectratio.c: Fix the default value for the ratio
6168         property.
6170 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
6172         * gkt/gtksignal.h: Fix 0<>NULL confusion in gtk_signal_connect...
6173         defines.  (#505708,  MINAMI Hirokazu)
6175 2007-12-27  Christian Persch  <chpe@gnome.org>
6176         
6177         * Makefile.am: Install gail.pc. Bug #505859.
6179 2007-12-27  Mathias Hasselmann  <mathias@openismus.com>
6181         Add infrastructure for GtkCalendar details. (#339540)
6183         * gtk/gtkcalendar.c, gtk/gtkcalendar.h, gtk/gtk.symbols:
6184         Add "detail-width-chars" and "detail-height-rows" properties,
6185         and gtk_calendar_set_detail_func function.
6187 2007-12-27  Xan Lopez  <xan@gnome.org>
6189         * gtk/gtk.symbols: 
6190         * gtk/gtkstyle.c (gtk_border_new, gtk_border_copy): 
6192         Add gtk_border_new to avoid memory allocator confusions when using
6193         GtkBorders. Also, make gtk_border_copy use g_slice_dup. (#454042)
6195 2007-12-27  Christian Persch  <chpe@gnome.org>
6197         * gdk/x11/gdkscreen-x11.c: (init_randr12): Fir the patch from 
6198         bug #504886 not to read unitialised memory.
6200 2007-12-26  Xan Lopez  <xan@gnome.org>
6202         * gtk/gtkstatusbar.c (has_extra_children): take into account the
6203         modification of the internal frame contents to decide if we have
6204         extra children. (#415677)
6206 2007-12-22  Christian Persch  <chpe@gnome.org>
6208         * modules/other/gail/gailitem.c: Fix mem leak. Bug #505556.
6210 2007-12-25  Christian Persch  <chpe@gnome.org>
6212         * modules/other/gail/gailwindow.c: (gail_window_initialize):
6213         Initialise |widget|. Fixes a buglet introduced by the commit from bug
6214         #505226.
6216 2007-12-25  Christian Persch  <chpe@gnome.org>
6218         * modules/other/gail/*.h: Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
6219         
6220 2007-12-25  Christian Persch  <chpe@gnome.org>
6222         * modules/other/gail/*.[ch]: Remove relocations from the atk
6223         factories. Remove unused gail_foo_new() functions. Fix object
6224         instantiation to be derivation safe by moving initialisation code
6225         from the removed gail_foo_new() functions to the
6226         AtkObjectClass::initialize implementation. Bug #505226.
6228 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
6230         * modules/other/gail/gailentry.c:
6231         * modules/other/gail/gailimage.c:
6232         * modules/other/gail/gailtextview.c: Remove non-multihead-safe
6233         uses of clipboards and settings.  (#504722, Christian Persch)
6235 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
6237         * gdk/gdkapplaunchcontext.c: Remove unneeded includes. (#505411,
6238          Kazuki IWAMOTO)
6240 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
6242         * gtk/gtkcombobox.c: When popping up a menu from a treeview cell,
6243         use the time and button information from the event.  (#504901,
6244         Peter Bloomfield)
6246 2007-12-23  Cody Russell  <bratsche@gnome.org>
6248         * gdk/win32/gdkevents-win32.c (show_window_recurse): Check that
6249         the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
6250         Fixes a regression caused by #164537 patch where transient
6251         windows that are hidden get shown (incorrectly) when their
6252         parents are minimized. (#504984)
6253         
6254 2007-12-22  Christian Persch  <chpe@gnome.org>
6256         * modules/other/gail/gailcell.c:
6257         * modules/other/gail/gailcontainercell.c:
6258         * modules/other/gail/gailexpander.c:
6259         * modules/other/gail/gailtextcell.c:
6260         * modules/other/gail/gailtextview.c:
6261         * modules/other/gail/gailwindow.c: Fix compile warnings. Bug #504701.
6263 2007-12-22  Christian Persch  <chpe@gnome.org>
6265         * modules/other/gail/*.c: Include config.h. Bug #504720.
6267 2007-12-22  Christian Persch  <chpe@gnome.org>
6269         * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
6270         handwritten get_type functions. Bug #504661.
6272 2007-12-23  Xan Lopez  <xan@gnome.org>
6274         * gtk/gtktreeview.c (gtk_tree_view_build_tree): pass correct argument
6275         to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* vs. GtkTreeIter**).
6277         Patch by Sadrul Habib Chowdhury (#504804)
6279 2007-12-22  Christian Persch  <chpe@gnome.org>
6281         * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug
6282         #504645, patch by Li Yuan.
6284 2007-12-22  Christian Persch  <chpe@gnome.org>
6286         * gdk/x11/gdkscreen-x11.c: (init_randr12): Plug mem leaks. Bug #504886.
6288 2007-12-22  Christian Persch  <chpe@gnome.org>
6289         
6290         * modules/other/gail/gail.c:
6291         * modules/other/gail/gailbutton.c:
6292         * modules/other/gail/gailcell.c:
6293         * modules/other/gail/gailcombo.c:
6294         * modules/other/gail/gailcombo.h:
6295         * modules/other/gail/gailcombobox.c:
6296         * modules/other/gail/gailentry.c:
6297         * modules/other/gail/gailexpander.c:
6298         * modules/other/gail/gailmenuitem.c:
6299         * modules/other/gail/gailnotebook.c:
6300         * modules/other/gail/gailnotebookpage.c:
6301         * modules/other/gail/gailnotebookpage.h:
6302         * modules/other/gail/gailoptionmenu.c:
6303         * modules/other/gail/gailrange.c:
6304         * modules/other/gail/gailtextview.c:
6305         * modules/other/gail/gailtreeview.c:
6306         * modules/other/gail/gailtreeview.h:
6307         * modules/other/gail/gailwindow.c: Use gdk_threads_add_idle.
6308         Bug #504571.
6310 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
6312         * modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
6313         Christian Persch)
6315 2007-12-21  Richard Hult  <richard@imendio.com>
6317         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
6318         Plug leak of destroyed subviews, fixes bug #504753.
6320 2007-12-20  Johan Dahlin  <johan@gnome.org>
6322         * tests/Makefile.am (TEST_PROGS): 
6323         * tests/defaultvaluetest.c: Add a test for default values,
6324         based on program by Christan Perch
6326 2007-12-20  Johan Dahlin  <johan@gnome.org>
6328         * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): 
6329         Refactor to avoid some duplication.
6330         Convert toplevel GtkMenu's top popups and not menubars in the ui manager.
6331         Fixes #504749, Yuri Pimenov
6333 2007-12-20  Kristian Rietveld  <kris@imendio.com>
6335         * configure.in: RYuri Pimenovemove leftovers from old XRandR check.  Makes
6336         the build work again on systems without xrandr 1.2.
6338 2007-12-20  Christian Persch  <chpe@gnome.org>
6340         * configure.in:
6341         * modules/other/gail/libgail-util/Makefile.am:
6342         Keep the same libtool version as the standalone libgail-util had.
6343         Bug #504643.
6345 2007-12-20 15:30:09  Tim Janik  <timj@imendio.com>
6347         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
6349 2007-12-20  Alexander Larsson  <alexl@redhat.com>
6350         
6351         * gdk/x11/gdkapplaunchcontext-x11.c:
6352         Update for gio API changes
6354 2007-12-20  Richard Hult  <richard@imendio.com>
6356         * gdk/quartz/GdkQuartzWindow.c:
6357         * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by
6358         processing events after changing the size.
6360 2007-12-20  Richard Hult  <richard@imendio.com>
6362         * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder):
6363         Add stub for quartz to fix build.
6365 2007-12-20  Christian Persch  <chpe@gnome.org>
6367         * modules/other/gail/Makefile.am:
6368         * modules/other/gail/gailimage.c: (gail_image_class_init),
6369         (gail_image_init), (elide_underscores), (gail_image_get_name),
6370         (atk_image_interface_init), (gail_image_finalize):
6371         * modules/other/gail/gailimage.h:
6372         R modules/other/gail/gailintl.h:
6373         * po/POTFILES.skip: Use the stock item's label as the name of the
6374         accessible in gailimage.c. Bug #504246.
6376 2007-12-19  Mathias Hasselmann  <mathias@openismus.com>
6378         Avoid some compiler warnings and remove obsolete code. (#339540)
6380         * gtk/gtkcalendar.c: Change week and year variable in
6381         calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
6382         0" block from calendar_paint_day: The feature in question is handled
6383         few lines above. Cast data returned by gtk_selection_data_get_text()
6384         to (gchar*) in gtk_calendar_drag_data_received.
6386 2007-12-19 17:05:31  Tim Janik  <timj@imendio.com>
6388         * modules/other/Makefile.am: include Makefile.decl to unbreak test rules.
6390 2007-12-19  Johan Dahlin  <johan@gnome.org>
6392         * tests/buildertest.c (test_object_properties): 
6393         Add another call to gtk_builder_add_string after using
6394         delayed properties, as reported in #504393 but already
6395         fixed in #495769.
6397 2007-12-18  Christian Persch  <chpe@gnome.org>
6399         * configure.in:
6400         * docs/reference/Makefile.am:
6401         * docs/reference/libgail-util/*:
6402         * gail-uninstalled.pc.in:
6403         * gail.pc.in:
6404         * modules/Makefile.am:
6405         * modules/other/Makefile.am:
6406         * modules/other/gail/*:
6407         * modules/other/gail/libgail-util/*:
6408         * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
6410 2007-12-17  Matthias Clasen  <mclasen@redhat.com>
6412         * gtk/gtksettings.c: Add a gtk-im-module GTK setting
6413         * gdk/win32/gdkproperty-win32.c: 
6414         * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting.
6416         * gtk/gtkimmodule.[hc]: 
6417         * gtk/gtkimmulticontext.[hc]: When determining the default context,
6418         look at the gtk-im-module setting, and listen for changes to the
6419         setting.  (#502446, Akira Tagoh)
6421 2007-12-17  Kristian Rietveld  <kris@imendio.com>
6423         * gtk/gtktooltip.c (gtk_tooltip_finalize),
6424         (gtk_tooltip_set_last_window): use a weak pointer to set last_window
6425         to NULL as soon as it's destroyed.  (#496546, patch from
6426         Benjamin Berg).
6428 2007-12-17  Kristian Rietveld  <kris@imendio.com>
6430         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
6431         always determine what arrow to show if show_sort_indicator is true.
6432         (#352738, Chris Vine).
6434 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
6436         Prevent assertion failure in gtk_paned_find_neighbours. (#503824,
6437         Sébastien Granjoux)
6439         * gtk/gtkpaned.c: Call gtk_container_forall instead of
6440         gtk_container_foreach in get_child_panes.
6442 2007-12-15  Xan Lopez  <xan.lopez@nokia.com>
6444         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
6446         Plug leak: When reordering the info in the list the old node is
6447         removed but not freed. (#503569)
6449 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
6451         * gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
6452         Use u32 instead of __u32 and u8 instead of __u8 as the other types
6453         are deprecated since DirectFB 1.0.0. If compiling with an older
6454         version define the new type name to the old types. Fixes bug #503190.
6456 2007-12-14  Ray Strode  <rstrode@redhat.com>
6458         * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...)
6459         instead of g_signal_connect_after (..., "realize", ...) as an
6460         alternative to gtk_widget_realize () (bug 503537).
6462 2007-12-14  Michael Natterer  <mitch@imendio.com>
6464         * gdk/gdkinternals.h
6465         * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
6466         individual files.
6468         * gdk/gdkapplaunchcontext.c
6469         * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
6470         header already includes everything now.
6472 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
6474         Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
6475         next stable release shall be 2.16, not 2.14 - even if disagree.
6477         * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/
6479 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
6481         Change GtkToolItem to retrieve its properties from GtkToolShell
6482         interface, instead of relying on being child of a GtkToolbar.
6483         (#5034079)
6485         * gtk/gtk.symbols, docs/reference/gtk/gtk-docs.sgml,
6486         docs/reference/gtk/gtk-sections.txt: Add GtkToolShell symbols.
6487         * docs/reference/gtk/tmpl/gtktoolitem.sgml: Move section docs inline.
6488         * gtk/gtktoolbar.c: Implement GtkToolShellIface.
6489         * gtk/gtktoolbar.h: Remove _gtk_toolbar_rebuild_menu.
6490         * gtk/gtktoolitem.c: Use GtkToolShell, instead of GtkToolbar.
6491         Take section docs from template file and update them for GtkToolShell.
6492         * gtk/Makefile.am: Add gtk/gtktoolshell.c and gtk/gtktoolshell.h.
6493         * gtk/gtktoolshell.c, gtk/gtktoolshell.h: New GtkToolShellIface.
6495 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
6497         Extract loading of GtkPageSetup and GtkPrintSettings from their
6498         *_new_*() functions and move that code into separate
6499         *_load_*() functions (#475565).
6501         * gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h:
6502         Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file,
6503         gtk_print_settings_load_file and gtk_print_settings_load_key_file.
6504         Change the matching *_new_*() functions to use those functions.
6506 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
6508         * gtk/gtk.symbols:
6509         * gtk/gtktooltip.[hc]: Add gtk_tooltip_set_icon_from_icon_name().
6511 2007-12-14  Kristian Rietveld  <kris@imendio.com>
6513         * gtk/tests/liststore.c:
6514         * gtk/tests/treestore.c: added tests for insertion functions.
6516 Thu Dec 13 13:14:50 2007  Søren Sandmann  <sandmann@redhat.com>
6518         * Add RandR 1.2 support
6520         - New monitors_changed signal - New API to get width/height of
6521           monitors, and the name of the plug
6523 2007-12-13  Kristian Rietveld  <kris@imendio.com>
6525         * gtk/tests/liststore.c:
6526         * gtk/tests/treestore.c: test the move and swap functions on a
6527         store with only one node.
6529 2007-12-13  Kristian Rietveld  <kris@imendio.com>
6531         * gtk/gtktestutils.c (gtk_test_init): add a call to
6532         g_test_bug_base().
6534         * gtk/tests/treeview-scrolling.c: add g_test_bug() calls to
6535         appriopriate tests.
6537 2007-12-13  Kristian Rietveld  <kris@imendio.com>
6539         * gtk/tests/liststore.c:
6540         * gtk/tests/treestore.c: start composing tests for the list and tree
6541         store.
6543         * gtk/tests/treeview-scrolling.c: added automated tests for
6544         GtkTreeView's scrolling "subsystem".
6546         * gtk/tests/Makefile.am: updated; added new test programs.
6548 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
6550         Make the code compile again after the GdkAppLaunchContext changes.
6552         * configure.in: Add gio-2.0 to GDK_PACKAGES.
6553         * gdk/gdkinternals.h: Include <gio/gappinfo.h>.
6555 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
6557         * gdk/gdkapplaunchcontext.c: Add docs
6559 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
6561         * gdk/gdkapplaunchcontext.[hc]: Implement GAppLaunchContext 
6562         in gdk, providing startup notification.  (#503203)
6564         * gdk/x11/gdkapplaunchcontext-x11.c: 
6565         * gdk/win32/gdkapplaunchcontext-win32.c:
6566         * gdk/quartz/gdkapplaunchcontext-quartz.c: 
6567         * gdk/directfb/gdkapplaunchcontext-directfb.c: Backend-specific
6568         parts. All but X11 are just empty stubs for now.
6570         * gdk/gdk.symbols:
6571         * gdk/gdkinternals.h:
6572         * gdk/Makefile.am:
6573         * gdk/x11/Makefile.am: 
6574         * gdk/win32/Makefile.am: 
6575         * gdk/quartz/Makefile.am: 
6576         * gdk/directfb/Makefile.am: Necessary glue.
6578 2007-12-12  Mathias Hasselmann  <mathias@openismus.com>
6580         * gtk/gtkdnd.c: Another attempt to improve gtk_drag_dest_set docs.
6582 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
6584         * gdk/directfb/gdktestutils-directfb.c:
6585         * gdk/directfb/Makefile.am: Applied a patch by Claudio Ciccani
6586         which adds testing functions to the DirectFB backend.
6588 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
6590         * gdk/directfb/gdkdrawable-directfb.c: Applied a patch by Claudio
6591         Ciccani which fixes the mixing of gdk and cairo rendering.
6593 2007-12-11  Mathias Hasselmann  <mathias@openismus.com>
6595         * gtk/gtkdnd.c, gtk/gtkwidget.c: Mention impact of GtkDestDefaults
6596         on "drag-motion" handlers. Clearify documentation for
6597         gtk_drag_dest_set.
6599 2007-12-11 15:44:01  Tim Janik  <timj@imendio.com>
6601         * buildertest.c: made unnecessarily exported symbols static.
6602         switched g_return_if_fail() statements in tests to assertions.
6603         special cased currently failing Widget/accesibility test to
6604         run only for g_test_thorough(), so it doesn't break make check.
6605         some coding style fixes.
6607         * Makefile.am: added buildertest to TEST_PROGS.
6609 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
6611         * docs/tutorial/gtk-tut.sgml:
6612           Use gtk_widget_get_parent_window() instead of widget->parent->window.
6614 2007-12-10  Richard Hult  <richard@imendio.com>
6616         * gdk/quartz/Makefile.am:
6617         * gdk/quartz/gdkquartz.h:
6618         * gdk/quartz/gdkwindow-quartz.c: Install backend specific
6619         header (bug #405915). Also add a getter for the toplevel nswindow.
6621 2007-12-10  Richard Hult  <richard@imendio.com>
6623         * gdk/quartz/gdkdrawable-quartz.c:
6624         (gdk_quartz_drawable_get_context),
6625         (gdk_quartz_drawable_release_context):
6626         * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare),
6627         (gdk_event_check), (gdk_event_dispatch), (poll_func):
6628         * gdk/quartz/gdkwindow-quartz.h: Replace the autorelease pools
6629         used for each drawing context and in prepare, dispatch and poll
6630         with one that exists across each main loop iteration. Fixes leaks
6631         on leopard and protects against future leaks introduce when the
6632         underlying system changes again (bug #492977).
6634 2007-12-10  Richard Hult  <richard@imendio.com>
6636         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
6637         Fix the check for no changes to position and size.
6639 2007-12-10  Richard Hult  <richard@imendio.com>
6641         * gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero
6642         sized areas at (0, 0), patch from Paul Davis.
6644 2007-12-10  Richard Hult  <richard@imendio.com>
6646         * gdk/quartz/gdkprivate-quartz.h: 
6647         * gdk/quartz/gdkeventloop-quartz.c:
6648         (_gdk_quartz_event_loop_get_pending),
6649         (_gdk_quartz_event_loop_check_pending),
6650         (_gdk_quartz_event_loop_release_event), (gdk_event_prepare),
6651         (gdk_event_check), (gdk_event_dispatch):
6652         * gdk/quartz/gdkevents-quartz.c: (gdk_events_pending)
6653         (_gdk_events_queue): Fix a bug where we could end up trying to
6654         handle the same event more than once. Based on patch from Paul
6655         Davis.
6657 2007-12-10  Tor Lillqvist  <tml@novell.com>
6659         * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev
6660         package. (#502850)
6662 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
6664         * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix
6665         to avoid further fallout from the fix for bug 388321.
6667 2007-12-09 09:56:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
6669         * gdk/directfb/gdkgc-directfb.c:
6670         * gdk/directfb/gdkdrawable-directfb.c:
6671         * gdk/directfb/gdkdirectfb.h:
6672         * gdk/directfb/gdkwindow-directfb.c:
6673         * gdk/directfb/gdkprivate-directfb.h: Committed several patches
6674         (window_flip_group, no_background_pixmap_fix, opt_temp_region2,
6675         blit_after_cairo_fix, rect_clip_fix, fast_blend, opt_temp_region_etc,
6676         opt_clip_region_and_fill_rects, no_state_resets) by Denis Oliver Knopp
6677         which are expected to improve the performance of the DirectFB backend.
6678         Experimental pieces of code (GDK_DIRECTFB_NO_EXPERIMENTS) are disabled.
6680 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
6682         * gtk/gtkcontainer.c: Correct the documentation of child
6683         property getter arguments.  (#501992, David Brigada)
6685 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
6687         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
6688         leak pixbufs.  (#502250, Yevgen Muntyan)
6690 2007-12-07  Yevgen Muntyan  <muntyan@tamu.edu>
6692         * gtk/gtkprintunixdialog.c:
6693         * gtk/gtkpagesetupunixdialog.c: added alternative button order in
6694         Print and Page Setup dialogs (#502202).
6696 2007-12-07 13:16:33  Tim Janik  <timj@imendio.com>
6698         * Makefile.decl: skip tests if gdktarget!=x11, since GUI tests need
6699         Xvfb. only start Xvfb if TEST_PROGS is not empty. moved "set -e" out
6700         of XVFB_START, since it's the GTESTER invokation that needs this.
6702 2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>
6704         * gdk-pixbuf/gdk-pixbuf.symbols:
6705         * gdk/gdk.symbols:
6706         * gdk/gtk.symbols: Remove trailing whitespace that can trigger false
6707         positives in abicheck.sh
6709 2007-12-06 18:45:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
6711         * gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix
6712         GDK events generations in the DirectFB backend.
6714 2007-12-06 13:55:06  Tim Janik  <timj@imendio.com>
6716         * Makefile.decl: replaced seq(1) invokation for X11 ids with a hardcoded
6717         set of likely unused display ids, because MacOS has no seq(1) command.
6719 2007-12-06  Richard Hult  <richard@imendio.com>
6721         * gdk/quartz/gdkevents-quartz.c:
6722         (synthesize_crossing_events_for_ns_event): Fix warning when
6723         switching spaces in leopard.
6725 2007-12-06 13:38:36  Tim Janik  <timj@imendio.com>
6727         * tests/floatingtest.c: ported to new testing framework.
6729         * tests/Makefile.am: run floatingtest as testing framework test.
6731 2007-12-06 10:44:52  Tim Janik  <timj@imendio.com>
6733         * tests/autotestfilechooser.c: majorly speed up execution by reducing
6734         timeouts and converting main loop sleeps to pending/iterate loops with
6735         very low priority async handlers. eliminate output for non-verbose
6736         tests. assert successfull subtests in all test functions. use testing
6737         framework in main().
6739         * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's
6740         executed inside Xvfb upon make check.
6742 2007-12-06 08:23:38  Tim Janik  <timj@imendio.com>
6744         * tests/objecttests.c: use string comparisons for string property
6745         values and get rid of referencing symbols in array initialization.
6747 2007-12-05 18:59:59  Tim Janik  <timj@imendio.com>
6749         * gtk+/Makefile.decl: run tests in current dir after setting up the
6750         logging directory, so their results get properly merged into the
6751         resulting test log.
6753         * gtk+/gtk/gtktestutils.[hc]: added gtk_test_list_all_types() for
6754         tests to loop over registered Gdk/Gtk+ types.
6756         * gtk+/tests/objecttests.c: new test program, implements automated
6757         property tests. several properties are blacklisted because they
6758         seem to trigger Gdk/Gtk+ bugs. ./objecttests -m thorough --verbose
6759         can be used to test blacklisted properties and see which proprty failed.
6761 2007-12-04  Richard Hult  <richard@imendio.com>
6763         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init):
6764         Fully initialize the root window, fixes bug #501583.
6766 2007-12-04  Matthias Clasen  <mclasen@redhat.com>
6768         * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not
6769         crash epiphany.
6771 2007-12-03  Richard Hult  <richard@imendio.com>
6773         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
6774         Don't crash when dragging from a source that doesn't support uri
6775         lists (bug #499868, Paul Davis).
6777 2007-12-03  Richard Hult  <richard@imendio.com>
6779         * gdk/quartz/gdkwindow-quartz.c:
6780         (gdk_window_impl_quartz_begin_paint_region): Don't crash when a
6781         parent relative bg pixmap is set, and no parent has a bg
6782         pixmap. Fixes bug #500804.
6784 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
6786         Two optimizations for icon cache lookups.
6788         * gtk/gtkiconcache.[hc]:
6789         * gtk/gtkicontheme.c: Remember the directory index for
6790         subdirectories, instead of running over the directory list
6791         again and again.
6793         * gtk/gtkiconcache.c (find_image_offset): Remember the last 
6794         chain and try it first; this helps with the the usage patterns
6795         in gtkicontheme.c, where the same icon is queried for a lot
6796         of subdirectories.
6798 2007-12-03 15:18:17  Tim Janik  <timj@imendio.com>
6800         * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type
6801         functions from header files. this should be portable across linux and
6802         Mac OS, unlike the previpous sed expression.
6804 2007-12-1  Cody Russell  <bratsche@gnome.org>
6806         * gtk/gtkpaned.c: (gtk_paned_set_position) [Win32]:
6807         On Windows, queue a redraw of child2 whenever we set
6808         the pane handle position.  This is unfortunately kind
6809         of hacky, but solves the visual artifacts that were
6810         occuring on at least certain types of child widgets
6811         (e.g., text views and tree views) that are inside
6812         horizontal or vertical panes. (#144269)
6814 2007-11-30  Matthias Clasen  <mclasen@redhat.com>
6816         * gtk/gtkrc.c: Fix doc typos.  (#500672, David Lambert)
6818 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
6820         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
6821         debug spew.
6823 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
6825         * gtk/Makefile.am: Fix ordering of subdirs.
6827 2007-11-28  Tor Lillqvist  <tml@novell.com>
6829         A proper build of GNU libintl is supposed to export the variable
6830         _nl_msg_cat_cntr. configure looks for that variable in order to
6831         recognize GNU gettext. If it sees that it is indeed GNU gettext
6832         that is used, it decides to install message catalogs in
6833         share/locale, otherwise in lib/locale. Until now on Windows I have
6834         built GTK+ against a build of GNU gettext that did not export
6835         _nl_msg_cat_cntr. But this will change, so we can't assume message
6836         catalogs are always in lib/locale.
6838         * gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle
6839         GTK_LOCALEDIR being either in "lib" or "share". Move the function
6840         before the inclusion of gtkprivate.h so that it sees the original
6841         GTK_LOCALEDIR.
6843         * gtk-zip.sh.in: Check whether the message catalogs are in
6844         share/locale or lib/locale.
6846         * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
6847         that the code in _gtk_get_localedir() will find the slashes.
6849 2007-11-28  Tor Lillqvist  <tml@novell.com>
6851         * gtk/Makefile.am: Improve portability. The -o option is present
6852         only in newish GNU egreps. Use one more sed in the pipeline
6853         instead.
6855 2007-11-28  Tor Lillqvist  <tml@novell.com>
6857         Fix #375893, patch by Ben Hague:
6859         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Wrapper
6860         around GetLogicalDrives() that takes also the viewable drive
6861         restrictions in the Registry (which are usually the result of an
6862         Active Directory Group Policy) into account.
6864         (check_volumes, gtk_file_system_win32_list_volumes) Call
6865         get_viewable_logical_drives() instead of GetLogicalDrives().
6867 2007-11-27  Matthias Clasen <mclasen@redhat.com>
6869         * gtk/gtkwindow.c (gtk_window_move_resize): Zero some
6870         variables to silence valgrind.  (#495124, Morten Welinder)
6872 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
6874         * docs/reference/gtk/tmpl/gtkbuildable.sgml: add clarification stating
6875         that the construct_child function is responsible for returning a
6876         reference.
6877         * gtkbuilder.c (_gtk_builder_construct): remove g_object_ref() for
6878         objects from constructors
6879         * gtkuimanager.c (gtk_ui_manager_buildable_construct_child): add
6880         g_object_ref() to this construction function (it's the only
6881         implementer in GTK)
6883         Fixes #496645.
6885 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
6887         * gtkbuilder.c: remove concept of root objects and just refcount
6888         all objects in the builder.  Fixes #496651.
6890 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
6892         * tests/buildertest.c (test_window): fix invalid free
6894 2007-11-26  Josselin Mouette <joss@malsain.org>
6896         reviewed by: Federico Mena Quintero
6898         * gtk/gtkfilechooserdefault.c: (shortcuts_append_paths),
6899         (shortcuts_add_bookmarks), (shortcuts_selection_changed_cb),
6900         (shortcuts_list_create), (gtk_file_chooser_default_should_respond):
6901         Make the shortcuts activate with a single click. (#148828)
6902         Fix a few things affected by the change:
6903           - Set selection mode to GTK_SELECTION_SINGLE to allow a case 
6904             where no shortcut is selected.
6905           - Don't activate a shortcut in the response callback.
6906           - Filter out duplicate entries in volumes and bookmarks to 
6907             avoid the selection to change when reordering them with DnD.
6909 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6911         * gtk/gtkmain.c:
6912         * gtk/gtknotebook.c:
6913         * gtk/gtkplugprivate.h:
6914         * gtk/gtksocket.c:
6915         * gtk/gtksocketprivate.h:
6916         * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
6918 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6920         * configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
6921         (#495574, Richard Hult)
6923 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6925         * gtk/gtkprintunixdialog.c: Change some labels to be clearer.
6926         String change !   (#376361, Sven Neumann)
6928 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6930         * gtk/gtknotebook.c (gtk_notebook_update_labels): Short-circuit on
6931         destroy.
6932         (gtk_notebook_destroy): Destroy tab_label widgets. (#388321, Morten
6933         Welinder)
6935 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6937         * gtk/gtkassistant.c: Improve alternative button
6938         ordering.  (#476827, Yevgen Muntyan, patch by Carlos Garnacho)
6940 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6942         * gtk/gtkcalendar.c: Fix a theming problem with colors
6943         in GtkCalendar.  (#499703, Michael Hofmann)
6945 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6947         * configure.in: Bump glib requirement to 2.15.0 (for g_test_init)
6949 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6951         Use templates for glib-mkenums calls instead of 
6952         complicated commandlines in Makefiles.  (#429910)
6954         * gdk-pixbuf/Makefile.am:
6955         * gdk/Makefile.am: 
6956         * gtk/Makefile.am: 
6957         * perf/Makefile.am: Use templates for glib-mkenums
6959         * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
6960         * gdk/gdkenumtypes.[ch].template: 
6961         * gtk/gtktypebuiltings.[ch].template: 
6962         * perf/typebuiltins.[ch].template: The templates
6964 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6966         * gtk/gtkfilechooserbutton.c:
6967         * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since
6968         some compilers choke on that.  (#467722)
6970 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
6972         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Add a note
6973         about hook setup.  (#425004, Emmanuele Bassi)
6975 2007-11-26  Tor Lillqvist  <tml@novell.com>
6977         * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the
6978         monitor the window currently is on, not always the primary
6979         monitor. (#463865, Tim Evans)
6981 2007-11-26  Tor Lillqvist  <tml@novell.com>
6983         * gdk/win32/gdktestutils-win32.c: New file, dummy implementations.
6985         * gdk/win32/Makefile.am: Add it.
6987 2007-11-26  Tor Lillqvist  <tml@novell.com>
6989         * configure.in: Don't add jasper to all_loaders if no libjasper.
6991 2007-11-25  Bastien Nocera  <hadess@hadess.net>
6993         * configure.in: Add detection for libjasper, used by the
6994         gdk-pixbuf JPEG2000 loader
6996 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
6998         * configure.in: Require gtk-doc 1.8
7000         * */*.c: Use gtk-doc abbreviations for examples in docs.
7002 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
7004         * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
7005         typo.  (#498922)
7007 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
7009         * gtk/gtkdialog.c: Move signal and property documentation inline,
7010         fix a problem with the ::response signal docs.  (#499133, Josselin
7011         Mouette)
7013 2007-11-22 15:48:26  Tim Janik  <timj@imendio.com>
7015         * Makefile.decl: initialize automake variables EXTRA_DIST and
7016         TEST_PROGS for unconditional appending via += in other makefiles.
7017         define recursive test targets: test, test-report, perf-report,
7018         full-report, as described here:
7019       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
7020         the test targets will execute Gtk+ test programs within an Xvfb session.
7022         * gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
7024         * gtk/tests/testing.c: use g_test_add_func() to register tests and use
7025         g_test_run() to run the tests to integrate with the testing framework.
7027         * gtk/tests/Makefile.am: removed exemplary testing rules.
7029         * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
7030         * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
7031         * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
7032         * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
7033         * docs/reference/Makefile.am, docs/tools/Makefile.am:
7034         * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
7035         * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
7036         * demos/gtk-demo/Makefile.am, demos/Makefile.am:
7037         * modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
7038         * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
7039         * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
7040         * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
7041         * modules/engines/ms-windows/Theme/Makefile.am:
7042         * modules/engines/ms-windows/Makefile.am:
7043         * modules/engines/Makefile.am,  modules/engines/pixbuf/Makefile.am:
7044         * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
7045         * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
7046         * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
7047         * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
7048         * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
7049         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
7051 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
7053         * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
7054         (#485662, patch by Herbert Valerio Riedel)
7056 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
7058         * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)
7060 2007-11-21  Richard Hult  <richard@imendio.com>
7062         * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
7063         stubs for the testing functions to fix the build.
7065 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7067         * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
7068         (#467711, The Written Word)
7070 2007-11-21  Ross Burton  <ross@openedhand.com>
7072         * gdk/x11/gdksettings.c:
7073         Add xsetting for gtk-scrolled-window-placement (#458103).
7075 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7077         * gtk/gtkmenuitem.c (gtk_menu_item_class_init),
7078         (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
7079         (#469239, Michael Natterer)
7081 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7083         * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
7084         Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
7085         gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
7086         (#436536, Tommi Komulainen)
7088 2007-11-21  Matthias Clasen  <mclasen@redhat.com>
7090         * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
7091         property.  (#489782, Jan Janech)
7093 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
7095         * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
7096         frames.  (#107398, Owen Taylor, Miguel Gomez)
7098 Tue Nov 20 15:19:42 2007 +0100 Tim Janik
7100         Moved Gdk test functions from Gtk+ to Gdk test utils.
7102         * gdk/Makefile.am: added gdktestutils.h to public includes.
7104         * gdk/gdk.h: added gdktestutils.h to public includes.
7106         * gdk/gdk.symbols: added gdk_test_simulate_button,
7107         gdk_test_simulate_key, gdk_test_render_sync.
7109         * gdk/gdktestutils.h: new file, added prototypes for
7110         gdk_test_simulate_button, gdk_test_simulate_key, gdk_test_render_sync.
7112         * gdk/x11/Makefile.am: build gdktestutils-x11.c.
7114         * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
7115         gdk_test_simulate_key, gdk_test_render_sync.
7117         * gtk/gtktestutils.c:
7118         * gtk/gtktestutils.h:
7119         * gtk/gtk.symbols: removed gtk_test_simulate_button
7120         gtk_test_simulate_key, gtk_test_xserver_render_sync.
7122         * gtk/tests/testing.c: call gdk_test_render_sync.
7124 Thu Nov 15 13:11:39 2007 +0100 Tim Janik
7126         Added unit tests for Gtk+ testing utilities.
7128         * gtk/tests/testing.c: added a sample test program that tests Gtk+ test
7129         utility functions. some g_test_* related portions are disabled and need
7130         to be enabled once Gtk+ depends on a new glib with the GLib testing
7131         framework integrated.
7133         * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+
7134         tests.  added exemplary test rules to run tests inside Xvfb. this
7135         needs to depend on gtester for full fledged testing.
7137         * gtk/Makefile.am: build gtk+/gtk/tests, define
7138         -DGTK_ENABLE_BROKEN when collecting _get_type functions to catch
7139         e.g. gtk_text_get_type().
7141         * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
7143 Thu Nov 15 11:55:34 2007 +0100 Tim Janik
7145         Added Gtk+ testing utilities.
7147         * gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility
7148         functions.  for the most part, the functions herein involve
7149         navigating and interacting with dialog elements programatically,
7150         to automate user interaction tests of dialogs and widgets.
7152         * gtk/gtk.h: include gtk/gtktestutils.h as public API.
7154         * gtk/gtk.symbols: added gtk_test_* symbols.
7156         * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into
7157         the build.  generate gtktypefuncs.c which contains a list of all
7158         _get_type functions in Gtk+ and Gdk.
7160 2007-11-20  Bastien Nocera  <hadess@hadess.net>
7162         * configure.in: add support for conditional icns gdk-pixbuf loader
7163         (Closes: #395738)
7165 2007-11-19 10:31:26  Tim Janik  <timj@imendio.com>
7167         * configure.in: updated version number to 2.15.0 for development.
7169 2007-11-19 10:27:39  Tim Janik  <timj@imendio.com>
7171         === Branch for 2.12 ===