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