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