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