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