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