]> Pileus Git - ~andy/gtk/blob - ChangeLog
Drop the phrase saying invisible text doesn't work (#444236).
[~andy/gtk] / ChangeLog
1 2007-06-05  Yevgen Muntyan  <muntyan@tamu.edu>
2
3         * demos/gtk-demo/textview.c (insert_text): Drop the phrase
4         saying invisible text doesn't work (#444236).
5
6 2007-06-05  Matthias Clasen <mclasen@redhat.com>
7
8         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Check that
9         window_private is not NULL before using it.  (#444351, David Ronis)
10
11 2007-06-05  Jakub Steiner <jimmac@ximian.com>
12
13         * gtk/stock-icons/{16,24}/gtk-find*: drop the paper sheet.
14                 gtk-find is used for search, rather than find within a document
15                 (file dialog).
16
17 2007-06-05  Kristian Rietveld  <kris@gtk.org>
18
19         Fix #399071, suggestion from Benoit Dejean.
20
21         * gtk/gtkliststore.[ch] (gtk_list_store_set_vector_internal): new
22         function, factored out code iterating (columns, values) vectors from
23         gtk_list_store_new_with_valuesv to here,
24         (gtk_list_store_set_valuesv): new public function to set list store
25         values using (columns, values) vectors,
26         (gtk_list_store_new_with_valuesv): call new _set_vector_internal
27         instead.
28
29         * gtk/gtktreestore.[ch] (gtk_tree_store_set_vector_internal),
30         (gtk_tree_store_set_valuesv), (gtk_tree_store_new_with_valuesv):
31         likewise.
32
33         * gtk/gtk.symbols: updated.
34
35 2007-06-04  Richard Hult  <richard@imendio.com>
36
37         * gdk/quartz/gdkwindow-quartz.c:
38         (show_window_internal): Don't try to make temp windows key
39         windows, fixes problem introduced below.
40
41 2007-06-04  Richard Hult  <richard@imendio.com>
42
43         * gdk/quartz/GdkQuartzWindow.c: 
44         * gdk/quartz/gdkwindow-quartz.c: Implement simple versions of
45         gdk_window_set_accept_focus and gdk_window_set_focus_on_map.
46
47 2007-06-04  Richard Hult  <richard@imendio.com>
48
49         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_raise),
50         (gdk_window_lower): Implement.
51
52 2007-06-04  Richard Hult  <richard@imendio.com>
53
54         * gdk/quartz/gdkwindow-quartz.c:
55         * gdk/quartz/gdkwindow-quartz.h: Implement 
56         gdk_window_set_transient_for.
57
58 2007-06-04  Cody Russell  <bratsche@gnome.org>
59
60         * gtk/gtklinkbutton.h
61         * gtk/gtkaboutdialog.h: Change function argument "link"
62         to "link_" to fix warnings for applications compiling
63         with -Wshadow. (#379213)
64
65 2007-06-04  Cody Russell  <bratsche@gnome.org>
66
67         * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): Check
68         if down_button is NULL.  This happens when the pathbar button
69         for the current directory is too large to fit in the
70         space, e.g. on Windows for directories named something like
71         "My Documents and Settings".  (#389603)
72
73 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
74
75         * configure.in: Bump version
76
77         * === Released 2.11.1 ===
78
79         * gdk/gdkwindow.c (gdk_window_set_composited): Improve docs.
80
81         * NEWS:
82         * README.in: Updates
83
84 2007-06-04  Michael Natterer  <mitch@imendio.com>
85
86         Move "move-focus" signals from several widgets to GtkWidget to
87         enable more flexible costomization of keyboard navigation via
88         bindings. Fixes bug #414947.
89
90         * gtk/gtkwidget.c: add "move-focus" binding signal, default to
91         calling the toplevel GtkWindow's "move-focus" vfunc.
92
93         * gtk/gtktextview.[ch]
94         * gtk/gtkwindow.[ch]: remove "move-focus" signals and add compat
95         code that makes sure that both emitting the signal on the widget
96         and overriding the virtual functions keeps working as before.
97
98         * gtk/gtktoolbar.c: remove "move-focus" signal here too and use
99         GtkWidget's signal. This change slightly changes keyboard
100         navigation in toolbars. I'll fix the behavior if somebody can
101         explain me if and how exactly the new behavior is broken.
102
103 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
104
105         * gtk/gtkmarshalers.list:
106         * gtk/gtknotebook.[hc]: Add a create-window signal that allows
107         to override the global create-window-hook on a per-notebook
108         basis. The default handler falls back to the global hook.
109         (#386935, Christian Hammond)
110         
111 2007-06-04  Emmanuele Bassi  <ebassi@gnome.org>
112
113         * gtk/gtkradiobutton.[ch]:
114         * gtk/gtk.symbols:
115         * tests/testgtk.c: Revert previous commit; the API is not yet
116         finalized - see bug #166995.
117
118 2007-06-04  Emmanuele Bassi  <ebassi@gnome.org>
119
120         * gtk/gtkradiobutton.h:
121         * gtk/gtkradiobutton.c:
122         * gtk/gtk.symbols: Add gtk_radio_button_set_value(),
123         gtk_radio_button_get_current_value() and gtk_radio_button_get_value().
124         Use these functions to set and get an arbitrary integer associated to
125         a GtkRadioButton in a group, like the value associated to a
126         GtkRadioAction.
127
128         * tests/testgtk.c:
129         (create_radio_buttons), (radio_toggled_cb): Exercise the new API.
130
131 2007-06-03  Torsten Schoenfeld  <kaffeetisch@gmx.de>
132
133         * gtk/gtkicontheme.c (choose_icon): Initialize unthemed_icon to NULL
134         to avoid accessing uninitialized memory when
135         gtk_icon_theme_choose_icon() is called with an empty names list.
136
137 2007-06-03  Richard Hult  <richard@imendio.com>
138
139         * gdk/quartz/gdkevents-quartz.c: (create_crossing_event): Set the key
140         modifier state.
141
142 2007-06-03  Richard Hult  <richard@imendio.com>
143
144         * gdk/quartz/gdkevents-quartz.c: Make pointer grab emulation work a bit
145         better:
146         (gdk_display_pointer_is_grabbed): Do what the docs say and don't
147         consider implicit grabs here.
148         (gdk_pointer_grab): Overriding a grab by the same app should always be
149         succesful.
150         (gdk_event_translate): Implicit grabs should not be owner events.
151
152 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
153
154         * NEWS: Updates
155
156 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
157
158         * docs/tools/widgets.c: Add a volume button
159
160 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
161
162         * gtk/gtkradiobutton.c:
163         * gtk/gtkradiomenuitem.c: Fix doc typos.  
164
165 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
166
167         * configure.in: Allow to disable Xinerama.  (#348065, Diego Pettenò)
168
169 2007-06-03  Xan Lopez  <xan@gnome.org>
170
171         * gtk/gtknotebook.c: remove index parameter in gtk_notebook_switch_page
172         and remove g_return_if checks in private functions. (#443247)
173
174 2007-06-01  Richard Hult  <richard@imendio.com>
175
176         * gdk/quartz/gdkevents-quartz.c:
177         (get_converted_window_coordinates), (create_crossing_event): Fix the
178         coordinates in crossing events so they are relative to the right
179         window.
180
181 2007-06-01  Richard Hult  <richard@imendio.com>
182
183         * gdk/quartz/gdkevents-quartz.[ch]: Make function naming
184         consistent for the various functions that retrieve data from an
185         event.
186
187         * gdk/quartz/gdkprivate-quartz.h: 
188         * gdk/quartz/gdkwindow-quartz.[ch]: Remove the now unused
189         _gdk_quartz_window_find_child_by_point() function.
190
191 2007-06-01  Matthias Clasen  <mclasen@redhat.com>
192
193         Add support for composited child windows.  (#412882, Ryan Lortie)
194
195         * gdk/gdk.symbols:
196         * gdk/gdkdisplay.h:
197         * gdk/gdkinternals.h:
198         * gdk/gdkwindow.[hc]: Add gdk_display_supports_composite() and
199         gdk_window_set_composited().
200
201         * gdk/x11/gdkevents-x11.c:
202         * gdk/x11/gdkdisplay-x11.[hc]:
203         * gdk/x11/gdkwindow-x11.[hc]: X11 implementation.
204
205         * gdk/win32/gdkdisplay-win32.c:
206         * gdk/win32/gdkwindow-win32.c: Dummy win32 implementration.
207
208         * gdk/quartz/gdkdisplay-quartz.c:
209         * gdk/quartz/gdkwindow-quartz.c: Dummy Quartz implementation.
210
211         * gdk/directfb/gdkdisplay-directfb.c:
212         * gdk/directfb/gdkwindow-directfb.c: Dummy DirectFB implementation.
213
214         * tests/testgtk.c: Add a "composited window" test.
215
216 2007-06-01  Michael Natterer  <mitch@imendio.com>
217
218         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): don't switch
219         submenu opening direction for overlapping reasons if there is even
220         less space on the other side (bug #441863, Tommi Komulainen).
221
222 2007-06-01  Michael Natterer  <mitch@imendio.com>
223
224         * gtk/gtkfilechooserdialog.c (response_cb): change fix for #347883
225         to not obfuscate the code.
226
227 2007-06-01  Yevgen Muntyan  <muntyan@tamu.edu>
228
229         Avoid recreating pangolayouts in GtkTextView on cursor movement
230         (#435405, Behdad Esfahbod).
231
232         * gtk/gtktextlayout.c:
233         * gtk/gtktextlayout.h: new GtkTextLayout method invalidate_cursors(),
234         and functions gtk_text_layout_invalidate_cursors() and
235         gtk_text_layout_cursors_changed(), to use when invalidation is due
236         to moved marks or changed selection.
237
238         * gtk/gtktextbtree.c:
239         * gtk/gtktextbtree.h: use what's appropriate when invalidating layout.
240
241         * gtk/gtk.symbols: add new functions.
242
243         * README.in: added a note about changed GtkTextLayout API.
244
245 2007-06-01  Alp Toker  <alp.toker@collabora.co.uk>
246
247         * gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.
248
249 2007-05-31  Yevgen Muntyan  <muntyan@tamu.edu>
250
251         * gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from
252         widget style to draw cursor instead of hardcoded black and grey
253         (#79585, comment #30).
254
255 2007-06-01  Kristian Rietveld  <kris@gtk.org>
256
257         * gtk/gtkcellrenderertext.c (get_size): transform the ink_rect using
258         pango_extents_to_pixels to avoid rounding errors.  (Fixes #430218,
259         Shlomi Israel).
260
261 2007-05-31  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
262
263         * tests/autotestfilechooser.c: Reactivate the other file-chooser
264         tests. Forgot that before commiting revision 17994.
265
266 2007-05-31  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
267
268         * gtk/gtkfilechooserdialog.c, tests/autotestfilechooser.c: Reset
269         the internal response_requested flag, once the response triggered by
270         file_chooser_widget_response_requested has been processed (#347883).
271
272 2007-05-30  Richard Hult  <richard@imendio.com>
273
274         * gdk/quartz/gdkselection-quartz.c (gdk_free_text_list): Add this
275         function, bug #438440.
276
277 2007-05-30  Tor Lillqvist  <tml@novell.com>
278
279         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Subtract the
280         multi-monitor offset from x and y before setting up the rectangle
281         for ClipCursor(). Fixes #442326.
282
283 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
284
285         * gtk/gtkiconview.c (gtk_icon_view_layout): Queue a resize
286         if the size changed.  (#418047, Alex Graveley)
287
288 2007-05-30  Simos Xenitellis  <simos@gnome.org>
289
290         * gdk/gdkkeysyms-update.pl: Updated script to new upstream 
291         location of keysymdef.h (#442183)
292
293 2007-05-30  Emmanuele Bassi  <ebassi@gnome.org>
294
295         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Return
296         after setting the file chooser entry with the current selection.
297
298 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
299
300         * gtk/gtkiconcachevalidator.c: Correct the handling
301         of display names.  (#441767, Marcin Bachry)
302
303 2007-05-30  Xan Lopez  <xan@gnome.org>
304
305         * gtk/gtknotebook.c (gtk_notebook_set_current_page): Small cleanup.
306         Fixes #442172.
307
308 2007-05-28  Cody Russell  <bratsche@gnome.org>
309
310         * gdk/win32/xcursors.h: Fix initialization of last item. (#440511)
311
312 2007-05-28  Richard Hult  <richard@imendio.com>
313
314         * gdk/quartz/gdkevents-quartz.c (get_child_coordinates_from_ancestor)
315         (get_ancestor_coordinates_from_child): Break out code that was
316         repeated into separate functions and call them instead.
317         (find_window_for_mouse_nsevent): Break out this from
318         find_window_for_nsevent to make the code clearer.
319         (find_window_for_nsevent): Use the above and fix the returned
320         coordinates in the process so that they are always relative the
321         found window, both for the normal case and during grabs. Still
322         needs fixing for the case where we get nsevents for a window other
323         than than grab window during grabs.
324
325 2007-05-28  Richard Hult  <richard@imendio.com>
326
327         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Fix typo,
328         we need both press and release in the mask to trigger implicit
329         grabs.
330
331 2007-05-28  Richard Hult  <richard@imendio.com>
332
333         * gdk/quartz/gdkevents-quartz.c (pointer_ungrab_internal): Reset
334         all the grab state, to help debugging.
335         (gdk_event_translate): Use pointer_ungrab_internal instead of
336         duplicating the code here.
337
338 2007-05-28  Richard Hult  <richard@imendio.com>
339
340         * gdk/quartz/gdkprivate-quartz.h:
341         * gdk/quartz/gdkwindow-quartz.c (find_child_window_helper)
342         (_gdk_quartz_window_find_child): Refactored version of
343         _gdk_quartz_window_find_child_by_point, that doesn't return any
344         coordinates as the users of this function already have the
345         coordinates and need to translate them differently.
346         (_gdk_windowing_window_get_pointer): Fixup coordinate translation.
347         (_gdk_windowing_window_at_pointer): Likewise.
348
349 2007-05-28  Richard Hult  <richard@imendio.com>
350
351         * gdk/quartz/gdkevents-quartz.c
352         (find_window_interested_in_event_mask): Don't traverse beyond the
353         toplevel of the passed in window.
354
355 2007-05-28  Richard Hult  <richard@imendio.com>
356
357         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init): Set
358         a size for the root window.
359
360 2007-05-28  Richard Hult  <richard@imendio.com>
361
362         * gdk/quartz/gdkwindow-quartz.c: Add comments about what various
363         coordinates are relative to.
364
365 2007-05-28  Carlos Garnacho  <carlos@imendio.com>
366
367         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed_recurse):
368         Add back variable declaration removed in r17958.
369
370 2007-05-28  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * gtk/gtkprinter.[ch]: Add new capability
373         GTK_PRINT_CAPABILITY_NUMBER_UP.
374         * docs/reference/gtk/tmpl/gtkprintunixdialog.sgml: 
375         * gtk/gtkprintunixdialog.c: (update_dialog_from_capabilities):
376         * modules/printbackends/file/gtkprintbackendfile.c:
377         (file_printer_get_options), (file_printer_get_settings_from_options):
378         * modules/printbackends/cups/gtkprintbackendcups.c:
379         (cups_printer_get_capabilities): Add a new print capability to specify
380         whether print dialog will offer printing multiple pages per sheet. (#398414)
381         
382 2007-05-28  Matthias Clasen  <mclasen@redhat.com>
383
384         * gtk/gtktoolbar.h: Actually undeprecate 
385         gtk_toolbar_[un]set_icon_size.  (#314172. Yevgen Muntyan)
386
387 2007-05-28  Matthias Clasen  <mclasen@redhat.com>
388
389         * gtk/gtkwidget.c: Document some more signals
390
391         * gtk/gtktextview.c: Improve docs
392
393 2007-05-27  Tor Lillqvist  <tml@novell.com>
394
395         * configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
396         supposed to be -luser32, but he "l" was missing. But nobody has
397         noticed, so presumably unnecessary.
398
399 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
400
401         * gtk/gtkprintoperationpreview.c: Improve docs
402
403 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
404
405         * gtk/gtkentry.c: Move docs inline.
406
407 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
408
409         * gdk/directfb/gdkkeys-directfb.c: Remove duplicate doc comments
410         that cause problems when building the docs.
411
412 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
413         
414         * gdk/x11/gdkdisplay-x11.c: Update docs
415         * gdk/gdk.c: Update docs
416         * gdk/directfb/gdkwindow-directfb.c: Remove duplicate doc comments.
417         * gdk/x11/gdkwindow-x11.c: Fix doc formatting
418
419 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
420
421         * gtk/gtktooltip.c:
422         * gtk/gtkstatusicon.c:
423         * gtk/gtkscalebutton.c:
424         * gtk/gtkrecentaction.c:
425         * gtk/gtkrange.c:
426         * gtk/gtkprinter.c:
427         * gtk/gtkprintsettings.c:
428         * gtk/gtkpapersize.c:
429         * gtk/gtkpagesetup.c:
430         * gtk/gtknotebook.c:
431         * gtk/gtkentrycompletion.c: Document new api
432
433 2007-05-26  Richard Hult  <richard@imendio.com>
434
435         * gtk/gtkprinter.c: (gtk_printer_set_location): Fix typo to get the
436         build working.
437
438 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
439
440         * configure.in: Require gtk-doc 1.6, for signal and property links.
441         * gtk/gtkbox.c:
442         * gtk/gtkbutton.c:
443         * gtk/gtkcontainer.c:
444         * gtk/gtkdialog.c:
445         * gtk/gtkentry.c:
446         * gtk/gtkimage.c:
447         * gtk/gtklabel.c:
448         * gtk/gtkmisc.c:
449         * gtk/gtksettings.c:
450         * gtk/gtkwidget.c: Documentation improvements, link signals
451         and properties where it makes sense.
452
453 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
454
455         * gtk/gtktextmark.c:
456         * gtk/gtktextbuffer.c: Formatting fixes.
457
458 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
459
460         Allow to separate GtkTextMark creation from buffer insertion.
461         (#132818, Gustavo Giráldez, patch by Yevgen Muntyan)
462
463         * gtk/gtktextmarkprivate.h:
464         * gtk/gtktextmark.[hc] (gtk_text_mark_new): New function to 
465         create a GtkTextMark.
466
467         * gtk/gtktextbuffer.[hc] (gtk_text_buffer_add_mark): New 
468         function to add an existing mark to a buffer. 
469
470         * gtk/gtktextbtree.c: Allow adding existing marks.
471
472         * gtk/gtk.symbols: Add new functions.
473
474         * tests/testtextbuffer.c: Add some tests for new mark 
475         functionality.
476
477 2007-05-25  Xan Lopez  <xan@gnome.org>
478
479         * gtk/gtkaction.c: (gtk_action_set_short_label):
480         Use private->data->short_label to update the proxies. (#440780)
481
482 2007-05-25  Richard Hult  <richard@imendio.com>
483
484         * gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
485         Implement copying from a window, part of bug #348493.
486
487 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
488
489         * gtk/gtkprintoperation-unix.c (unix_end_run): Hold a 
490         refence on the print operation until gtk_print_job_send()
491         is done.  (#440040, Chris Vine)
492
493 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
494
495         * gtk/gtkiconview.c (gtk_icon_view_accessible_ref_child):
496         Don't crash and don't leak.  (#439565, Pedro Villavicencio)
497
498 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
499
500         * gtk/gtkiconfactory.c: Improve a warning
501         * gtk/gtkicontheme.c (gtk_icon_info_load_icon): Always
502         set the error when returning NULL.  (#440982, Carlos Garcia
503         Campos)
504
505 2007-05-25  Michael Natterer  <mitch@imendio.com>
506
507         Merge fix from maemo-gtk:
508
509         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): open submenus
510         also if the menu item we're entering is already selected. Also, it
511         makes no sense to forward the event to the parent menu shell if we
512         are entering a menu item of *this* menu shell.
513
514 2007-05-24  Matthias Clasen  <mclasen@redhat.com>
515
516         * gtk/stock-icons/*: Make sure all svg icons are added
517         as pngs.
518
519 2007-05-24  Matthias Clasen  <mclasen@redhat.com>
520
521         * modules/input/Makefile.am: Fix broken DESTDIR support
522
523 2007-05-24  Michael Natterer  <mitch@imendio.com>
524
525         * gtk/gtktooltip.c (find_widget_under_pointer): apply patch from
526         Bogdan Nicula which fixes a crash on GdkWindows which have no
527         GtkWidget as user_data (bug #440890).
528
529 2007-05-24   Matthias Clasen  <mclasen@redhat.com>
530
531         * configure.in: Bump version
532
533         * === Released 2.11.0 ===
534
535         * NEWS: Updates
536
537 2007-05-23   Matthias Clasen  <mclasen@redhat.com>
538
539         * gtk/gtk.symbols: 
540         * gdk/x11/xsettings-common.h: 
541         * gdk/gdk.symbols: Add some missing symbols.
542
543         * gtk/paper_names_offsets.c:
544         * gtk/gen-paper-names.c: Make variables static.
545
546         * gtk/gtktooltip.[hc]:
547         * gtk/gtkvolumebutton.c:
548         * gtk/gtkscalebutton.c:  Fix up symbol aliasing.
549
550 2007-05-23  Yevgen Muntyan  <muntyan@tamu.edu>
551
552         * gtk/gtkprintunixdialog.c: missing #include <ctype.h>.
553
554         * gtk/gtkhandlebox.c (gtk_handle_box_paint):
555         * gtk/gtkpagesetupunixdialog.c (_gtk_load_custom_papers):
556         * gtk/gtkstatusbar.c (gtk_statusbar_get_context_id):
557         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path):
558         * gtk/gtktrayicon-x11.c (gtk_tray_icon_send_dock_request):
559         * gtk/gtkpreview.c (gtk_preview_finalize):
560         * gtk/gtknotebook.c (gtk_notebook_set_group_id):
561         * tests/testnotebookdnd.c (window_creation_function):
562         * tests/testiconview.c (do_popup_menu):
563         Fixed some compiler warnings (#440689).
564
565 2007-05-23  Kristian Rietveld  <kris@imendio.com>
566
567         * gtk/gtktooltip.c (find_widget_under_pointer): translate coordinates
568         from the window they were received on to the event widget's window;
569         correct for no-window widgets after that, bail out on failure.  This
570         makes the coordinates given by GtkWidget::query-tooltip truly relative
571         to widget->window.  (#435188).
572
573         * gtk/gtkwidget.c (gtk_widget_class_init): update docs for
574         GtkWidget::query-tooltip.
575
576 2007-05-22  Behdad Esfahbod  <behdad@gnome.org>
577
578         * gtk/gtkprintcontext.c (gtk_print_context_finalize),
579         (_gtk_print_context_new), (_gtk_print_context_get_fontmap),
580         (gtk_print_context_set_cairo_context),
581         (gtk_print_context_get_pango_fontmap),
582         (gtk_print_context_create_pango_context):
583         Don't create new pango fontmaps.  Use the default pangocairo
584         fontmap and set resolution on PangoContext instead. (#417707)
585
586 2007-05-21  Richard Hult  <richard@imendio.com>
587
588         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_open): Set the
589         resolution.
590         
591         * gdk/quartz/gdkscreen-quartz.c: Use the autorelease pool macros.
592
593 2007-05-21  Michael Natterer  <mitch@imendio.com>
594
595         * gtk/gtkcombobox.c (gtk_combo_box_set_model): revert last change.
596
597 Mon May 21 13:58:32 2007  Tim Janik  <timj@imendio.com>
598
599         * gtk/gtkcombobox.c (gtk_combo_box_set_model): removed redundant check.
600
601 2007-05-21  Tor Lillqvist  <tml@novell.com>
602
603         * gtk/gtkscalebutton.c (gtk_scale_popup): Make it work better with
604         multiple monitors.
605
606 2007-05-20  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
607
608         * gdk/directfb/gdkwindow-directfb.c:
609         * gdk/directfb/gdkdirectfb.h: Updated minimum DirectFB version
610         required to enable gdk_directfb_create_child_window.
611         (Closes: #437379)
612
613 2007-05-20  Bastien Nocera  <hadess@hadess.net>
614
615         * gtk/Makefile.am:
616         * gtk/gtk.h:
617         * gtk/gtk.symbols:
618         * gtk/gtkvolumebutton.[ch]: Add the GtkVolumeButton widget,
619         a button that pops up a scale when clicked (Closes: #415775)
620         * tests/Makefile.am:
621         * tests/testvolumebutton.c: Add a test program for the
622         volume button
623
624 2007-05-19  Bastien Nocera  <hadess@hadess.net>
625
626         reviewed by: Matthias Clasen <mclasen@redhat.com>
627
628         * gtk/Makefile.am:
629         * gtk/gtk.h:
630         * gtk/gtk.symbols:
631         * gtk/gtkscalebutton.[ch]: Add the GtkScaleButton widget,
632         a button that pops up a scale when pressed
633
634 2007-05-19  Matthias Clasen  <mclasen@redhat.com>
635
636         * gtk/gtk.symbols:
637         * gtk/gtknotebook.[hc]: Deprecate gtk_notebook_[gs]et_group_id
638         in favour of new functions gtk_notebook_[gs]et_group, which
639         takes a pointer as group identifier and makes it easier to
640         avoid group id collisions.  (#386930, Christian Hammond)
641                 
642         * tests/testnotebookdnd.c: Use new grouping api.
643
644 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
645
646         * gtk/gtkactiongroup.c: Warn and refuse to add actions with
647         duplicate names.  (#150877, Tommi Komulainen, patch by Kalle
648         Vahlman)
649
650 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
651
652         * gtk/gtk.symbols:
653         * gtk/gtkentry.[hc]: Add gtk_entry_[gs]et_cursor_hadjustment()
654         to allow automatic scrolling in response to cursor movements
655         in the entry.  (#438651, Nate Nielsen)
656
657 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
658
659         * gtk/gtktextview.c: Add a toggle-cursor-visibility keybinding
660         signal, and bind F7 to it.  (#380048, Tim Miao)
661
662 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
663
664         * gtk/gtk.symbols:
665         * gtk/gtkicontheme.h:
666         * gtk/gtkicontheme.c: Add a function to look up an icon from
667         a list of icon names.  (#396901, Luca Ferretti)
668
669 2007-05-18  Emmanuele Bassi  <ebassi@gnome.org>
670
671         * gtk/gtkrecentchooserdefault.c:
672         (gtk_recent_chooser_default_dispose): Reset the state on dispose.
673
674         (cleanup_after_load): load_id != 0 && load_state == LOAD_EMPTY
675         is a valid state, if the main loop never had the chance to
676         properly spin at least once. (#438671)
677
678 2007-05-18  Emmanuele Bassi  <ebassi@gnome.org>
679
680         * gtk/gtkrecentchooserdefault.c (recent_meta_data_func): Mark
681         string for translation. (#439437)
682
683 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
684
685         * gtk/gtkwindow.c (gtk_window_set_transient_for): Fix
686         doc typo.  (#438100, Vincent Untz)
687
688 2007-05-18  Michael J. Chudobiak  <mjc@cvs.gnome.org>
689
690         * INSTALL.in:
691         * README.in:
692         * configure.in: Bump libtiff requirement to 3.6.0, by requiring
693           presence of TIFFReadRGBAImageOriented.
694
695         * gdk-pixbuf-scaled-anim.c: (get_scaled_pixbuf):
696         Preserve pixbuf options when generating a new scaled pixbuf.
697
698         * io-jpeg.c: (get_orientation), (gdk_pixbuf__jpeg_image_load),
699         (gdk_pixbuf__jpeg_image_load_increment): Read the exif
700         orientation tag and associate it with the "orientation" pixbuf
701         option. Renders libexif unnecessary in some applications.
702
703         * io-tiff.c: (tiff_image_parse): Read the tiff orientation tag,
704         compensate for the partial rotations performed by libtiff,
705         and generate an "orientation" option for the pixbuf.
706
707 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
708
709         * gtk/gtkexpander.c: remove c++ style comment.
710
711 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
712
713         Make combobox menu popdown keybindable (#433593)
714
715         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Add "popdown" binding
716         signal and keybindings.
717         (gtk_combo_box_real_popdown): Added, "popdown" keybinding signal
718         handler.
719         (gtk_combo_box_menu_key_press):
720         (gtk_combo_box_list_key_press): forward the event to the combobox if
721         it wasn't handled by the menu.
722
723 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
724
725         * gtk/gtknotebook.c (gtk_notebook_init) (gtk_notebook_drag_motion)
726         (gtk_notebook_drag_drop): Allow widgets up in the hierarchy to run
727         their DnD handlers if the target doesn't match with anything the
728         notebook manages. (#350665, Joakim Lundborg).
729
730 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
731
732         Refactor GtkFileChooserDialog sizing.
733
734         * gtkfilechooserembed.[ch] (delegate_get_resizable_hints)
735         (_gtk_file_chooser_embed_get_resizable_hints):
736         s/resizable_hints/resizable/, return just one boolean value to
737         determine whether the filechooser should be resizable or not.
738
739         * gtkfilechooserprivate.h (struct GtkFileChooserDialogPrivate): remove
740         variables related to the GtkFileChooserEmbed get_default_size() and
741         get_resizable() implementations.
742         (struct GtkFileChooserDefault): Move default size management here.
743
744         * gtkfilechooserdefault.c (gtk_file_chooser_default_size_allocate):
745         Added, store currently allocated size to calculate default size later.
746         (gtk_file_chooser_default_get_resizable_hints):
747         s/resizable_hints/resizable/.
748         (gtk_file_chooser_default_set_property): Reload settings if the file
749         chooser action changes, this way the save expander state will be known
750         before mapping the window, avoiding wrong window positioning and
751         flickering. (#424299, #424309)
752         (find_good_size_from_style): Only get size from style if it wasn't set
753         previously.
754         (gtk_file_chooser_default_get_default_size): return default size based
755         on stored default size and preview/extra widget sizes.
756
757         * gtkfilechooserdialog.c (file_chooser_widget_update_hints)
758         (file_chooser_widget_realized_size_changed)
759         (file_chooser_widget_unrealized_size_changed): simplified to
760         (file_chooser_widget_size_changed): set window size and resizability
761         based on the GtkFileChooserEmbed interface implementation. (Bug
762         #420285, Tomeu Vizoso)
763         (gtk_file_chooser_dialog_map): force a dialog size change, so it's
764         clamped for sure to the 75% of the screen size.
765
766 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
767
768         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Do not unset
769         the brand new current page if there was none set previously. Fixes
770         #425138 (Reported by Michail Crayson). Some code simplifications.
771         (gtk_notebook_draw_arrow): code style fix.
772
773 2007-05-16  Matthias Clasen  <mclasen@redhat.com>
774
775         * gtk/gtkpathbar.c: Add ATK names to the Up, Down, and Root
776         buttons. Keep the focus from vanishing when Up or Down arrows
777         become insensitive or invisible.  (#357005, Patrick Wade)
778
779 2007-05-16  Brian Cameron  <brian.cameron@sun.com>
780
781         * acconfig.h, configure.in, gdk/Makefile.am, gdkprivate.h, gdkrgb.c,
782           gdkdraw.c, gdk-pixbuf/gdk-pixbuf-scale.c,
783           gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/pixops/pixops.[ch],
784           gdk-pixbuf/pixops/timescale.c:  Add Sun mediaLib support so that
785           hardware acceleration via mediaLib is enabled if mediaLib is
786           detected via configure.  Enhancement request #344813.  I was given
787           permission to commit in the bug report by Matthias Clasen.
788         * gdk/medialib.[ch]: New files added for mediaLib support.
789         * docs/reference/gdk-pixbuf/tmpl/scaling.sgml,
790           docs/reference/gdk/tmpl/rgb.sgml, gdk/gdkdraw.c:  Add docs for
791           mediaLib support.
792
793 2007-05-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>
794
795         * gtk/gtkprintoperation.c (pdf_end_run): Unset priv->platform_data and
796         priv->free_platform_data to prevent gtk_print_operation_finalize()
797         from freeing the cairo surface a second time.
798
799 2007-05-14  Kristian Rietveld  <kris@gtk.org>
800
801         * gtk/gtkfilechooserdefault.c (recent_column_path_sort_func): remove
802         dangling semicolon, fixes the segfault ebassi was seeing earlier today
803         ;)
804
805 2007-05-14  Tristan Van Berkom  <tvb@gnome.org>
806
807         * gtk/gtkaboutdialog.c: Functions: gtk_about_dialog_get/set_name() 
808         were deprecated in favour of gtk_about_dialog_get/set_program_name(), 
809         the GtkAboutDialog now uses the "program-name" property instead of 
810         the conflicting "name" property (fixes bug 345822).
811
812 2007-05-14  Emmanuele Bassi  <ebassi@gnome.org>
813
814         * configure.in: Add check for GNU extensions to ftw()/nftw().
815
816         * gtk/gtksearchenginesimple.c: Fix compilation on systems with
817         only POSIX-compliant ftw(). (#435797, based on a patch by
818         Richard Hult)
819
820 2007-05-14  Emmanuele Bassi  <ebassi@gnome.org>
821
822         * gtk/gtkfilechooserdefault.c:
823         Convert the GtkTreeIter inside the sorting functions for the
824         search and recent modes. This doesn't yet fix the segfault when
825         clicking the 'Name' column in recent mode, though.
826
827 2007-05-14  Behdad Esfahbod  <behdad@gnome.org>
828
829         * modules/input/gtkimcontextthai.c
830         (gtk_im_context_thai_filter_keypress):
831         Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan)
832
833 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
834
835         * gtk/gtkscrolledwindow.c: Document scrollbars-within-bevel
836         as 2.12 addition.  (#438131, Mart Raudsepp)
837
838 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
839
840         * gtk/gtkvseparator.c (gtk_vseparator_size_request): Fix
841         size requisition for wide vertical separators.  (#438113, 
842         Benjamin Berg)
843
844 2007-05-13  Emmanuele Bassi  <ebassi@gnome.org>
845
846         * gtk/gtksearchenginesimple.c: Include <ftw.h> and use nftw() and
847         all the symbols defined in <ftw.h> conditionally.
848
849 2007-05-13  Cody Russell  <bratsche@gnome.org>
850
851         * gdk/win32/gdkevents-win32.c: Only do the configure event context
852         iteration under WM_WINDOWPOSCHANGED instead of inside
853         handle_configure_event().  This fixes a bug that prevented window
854         contents from being redrawn after gtk_window_resize(). (#436721)
855
856 2007-05-12  Behdad Esfahbod  <behdad@gnome.org>
857
858         * gdk/gdkdraw.c (gdk_draw_trapezoids): Fix wrong cairo path
859         generation.  (#437879, Eddie C. Dost)
860
861 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
862
863         GtkFileChooser search fixes and recent files support.  (#435342)
864         
865         * gtk/gtkfilechooserdefault.c: Support drag and drop for
866         adding shortcuts of folders when in search or recent files
867         mode.
868
869 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
870
871         GtkFileChooser search fixes and recent files support.  (#435342)
872
873         * gtk/gtkfilechooserprivate.h:
874         * gtk/gtkfilechooserdefault.c: Follow the sorting order of
875         the GtkTreeView displaying the files list.
876
877         (shortcuts_get_index), (shortcuts_insert_separator),
878         (shortcuts_model_create), (shortcuts_combo_filter_func): Remove
879         the separator between the Search and the Recently Used shortcuts.
880
881         (list_select_func), (list_icon_data_func), (list_name_data_func),
882         (list_mtime_data_func): Update the sensitivity of the row
883         depending on the GtkFileChooserAction used.
884
885 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
886
887         GtkFileChooser search fixes and recent files support.  (#435342)
888
889         * gtk/gtkfilechooserprivate.h:
890         * gtk/gtkfilechooserdefault.c: Update the contents of the
891         files list when changing the filter of the GtkFileChooserDefault
892         widget.
893
894 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
895
896         GtkFileChooser search fixes and recent files support.  (#435342)
897
898         * gtk/gtkfilechooserdefault.c: Update the add bookmark button
899         sensitivity when in search or recent files mode, and allow
900         adding a bookmark for a folder.
901
902 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
903
904         GtkFileChooser search fixes and recent files support.  (#435342)
905
906         * gtk/gtkfilechooserdefault.c: UI fixes in the Search mode: add
907         a mnemonic to the label, de-boldify the label's text and assign
908         focus to the search entry when switching to the search mode.
909
910         (list_name_data_func): Split the text in both search and recent
911         files mode: on the first line use the short name and on the
912         second line use the full path.
913
914 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
915
916         GtkFileChooser search fixes and recent files support.  (#435342)
917
918         * gtk/gtkfilechooserprivate.h:
919         * gtk/gtkfilechooserdefault.c: Add support for showing the
920         recently used files list as a special shortcut item.
921
922 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
923         
924         GtkFileChooser search fixes and recent files support.  (#435342)
925
926         * gtk/gtkfilechooserdefault.c: Overall whitespace fixes and
927         indentation style consistency.
928
929         (list_row_activated): If the search hit is a folder, follow it
930         when activating the row, and switch back to browse mode.
931
932         (search_clear_model), (search_start_query),
933         (search_entry_activate_cb), (search_setup_widgets): Remember
934         the last query when switching between modes.
935
936 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
937
938         GtkFileChooser search fixes and recent files support.  (#435342)
939
940         * gtk/gtkfilechooserdefault.c:
941         (_gtk_file_chooser_default_class_init): Add key binding for
942         the Search shortcut; default to MOD1+S.
943
944         (search_shortcut_handler): Handle the key binding.
945
946         (search_hit_get_info_cb), (search_add_hit), (search_clear_model),
947         (search_setup_model): Retrieve informations on the search hits
948         when adding them to the model.
949
950         (list_icon_data_func): Show the search hit icon.
951
952 2007-05-11  Michael Natterer  <mitch@imendio.com>
953
954         * gtk/gtktextview.c (selection_motion_event_handler): call
955         gdk_event_request_motions(event) so selecting works with
956         XInput devices too. Spotted by Tommi Komulainen.
957
958 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
959
960         * gtk/gtksearchengine.c (_gtk_search_engine_new): Fall back
961         to GtkSearchEngineSimple only if gthread has already been
962         initialiased; otherwise, disable search support in the file
963         chooser widget.  (#435847)
964
965 2007-05-10  Matthias Clasen <mclasen@redhat.com>
966
967         * gtk/gtkbutton.c (gtk_button_set_image): Unparent the old
968         image before overwriting priv->image.  (#437281, Jochen Baier)
969
970 2007-05-10  Matthias Clasen <mclasen@redhat.com>
971
972         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_child):
973         Correct a confusing warning.  (#437284, Björn Lindqvist)
974
975 2007-05-10  Matthias Clasen <mclasen@redhat.com>
976
977         * gdk/gdkdraw.c (gdk_draw_pixbuf): Don't call into
978         the backend if the region is empty.  (#437081, Sven Neumann)
979
980 2007-05-10  Matthias Clasen <mclasen@redhat.com>
981
982         * gtk/gtksearchenginesimple.c (search_visit_func);
983         Assume Posix nftw behaviour. 
984
985 2007-05-09  Dom Lachowicz <domlachowicz@gmail.com>
986
987         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: GtkTreeView doesn't 
988         expand/collapse with Right/Left cursor keys on Windows
989         (#436269, Daniel Atallah)
990
991 2007-05-09  Cody Russell  <bratsche@gnome.org>
992
993         * gtk/gtkmenu.c:
994         (get_arrows_border): New function to calculate the border sizes needed 
995         for the scroll arrows.
996         (get_arrows_visible_area): New function to calculate the arrows visible 
997         area.
998         (get_arrows_sensitive_area): New function to calculate the arrows
999         sensitive area.
1000         (gtk_menu_paint): Refactored code to calculate the border sizes needed
1001         for the scroll arrows into get_arrows_border and the code to calculate 
1002         the visible area into get_arrows_visible_area.
1003         (gtk_menu_handle_scrolling): Refactored arrow sensitive calculations
1004         to get_arrows_sensitive_area.
1005         (gtk_menu_realize, gtk_menu_size_allocate, gtk_menu_scroll_by,
1006         gtk_menu_position, gtk_menu_scroll_to, gtk_menu_scroll_item_visible,
1007         get_visible_size, get_menu_height, gtk_menu_real_move_scroll): Update
1008         callers.  (From #436533, Tommi Komulainen)
1009
1010 2007-05-09  Kristian Rietveld  <kris@imendio.com>
1011
1012         * gtk/gtktreeview.c (gtk_tree_view_key_press),
1013         (gtk_tree_view_key_release):
1014         * gtk/gtkiconview.c (gtk_icon_view_class_init),
1015         (gtk_icon_view_key_press),
1016         (gtk_icon_view_key_release): Disable key bindings during rubber
1017         banding, make pressing Esc stop rubber banding.  (#405027).
1018
1019 2007-05-09  Emmanuele Bassi  <ebassi@gnome.org>
1020
1021         * gtk/gtkrecentmanager.c:
1022         (gtk_recent_info_get_icon): Return GTK_STOCK_DIRECTORY for entries
1023         with MIME type "x-directory/normal", instead of GTK_STOCK_FILE.
1024
1025 2007-05-05  Richard Hult  <richard@imendio.com>
1026
1027         * gdk/quartz/gdkdrawable-quartz.c:
1028         (gdk_quartz_drawable_get_context),
1029         (gdk_quartz_drawable_release_context): Fix bugs #428733 and #433301.
1030         Turns out the lockFocus logic was flawed, now we only lock/unlock 
1031         when called outside a real expose event and never flush manually.
1032
1033 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
1034
1035         * gtk/gtklabel.c (gtk_label_ensure_layout):
1036         * gtk/gtktextlayout.c (set_para_values): Make GTK_JUSTIFY_FILL work,
1037         using pango_layout_set_justify() that works now. (#435675)
1038
1039 2007-05-03  Emmanuele Bassi  <ebassi@gnome.org>
1040
1041         * gtk/gtksearchenginesimple.c (search_engine_simple_finalize): Remove
1042         spurious g_free() call.
1043
1044 Thu May  3 16:27:34 2007  Tim Janik  <timj@imendio.com>
1045
1046         * tests/testgtk.c (create_handle_box): made handle box test non-modal,
1047         so other test can interact with handle boxes.
1048
1049 2007-05-02  Emmanuele Bassi  <ebassi@gnome.org>
1050
1051         Add search file support in the GtkFileChooser. Original patch
1052         by Federico Mena Quintero; patch updated by Matthias Clasen.
1053         See bug #344785.
1054
1055         * gtk/gtksearchengine.[ch]: Private search engine abstraction
1056         object.
1057
1058         * gtk/gtksearchenginebeagle.[ch]: Private search engine
1059         implementation using libbeagle (via g_module_open()).
1060
1061         * gtk/gtksearchenginesimple.[ch]: Private search engine
1062         implementation using file tree walking.
1063
1064         * gtk/gtksearchenginetracker.[ch]: Private earch engine
1065         implementation using libtracker (via g_module_open()).
1066
1067         * gtk/gtkquery.[ch]: Private query object for the search
1068         engines.
1069
1070         * gtk/gtkfilechooserprivate.h:
1071         * gtk/gtkfilechooserdefault.c: Use the GtkSearchEngine to
1072         query a search engine backend using GtkQuery; create a new
1073         operating mode, OPERATION_MODE_SEARCH, and call the common
1074         operating mode OPERATION_MODE_BROWSE; add support for virtual
1075         shortcuts inside the shortcuts model and create a new "Search"
1076         virtual shortcut.
1077
1078         * gtk/Makefile.am: Update the build with the new files
1079
1080 2007-05-02  Armin Burgmeier  <armin@openismus.com>
1081
1082         * gtk/gtkcombobox.c: Destroy the menu in dispose instead of
1083         finalize, because the menu might unparent itself from its parent and
1084         cause a signal emission on a finalized object. (#430746)
1085
1086 2007-05-02  Dom Lachowicz <domlachowicz@gmail.com>
1087
1088         * modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs 
1089         rendered upside down for non-XP theme (#435053, Daniel Atallah)
1090
1091 Wed May  2 11:35:45 2007  Tim Janik  <timj@imendio.com>
1092
1093         * docs/faq/gtkfaq.sgml: removed, since this file is long outdated
1094         and fully replaced by docs/faq/gtk-faq.sgml.
1095
1096 2007-05-02  Kristian Rietveld  <kris@imendio.com>
1097
1098         * gtk/gtktreeview.c (gtk_tree_view_grab_notify): stop the rubber band
1099         if it's active.
1100
1101 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
1102
1103         * gtk/gtkiconcachevalidator.c: Don't be too strict when checking
1104         icon flags.  (#435062)
1105
1106 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
1107         
1108         * gtk/Makefile.am: When generating gtkbuiltincache.h, only copy
1109         pngs.
1110
1111 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
1112
1113         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_path_do):
1114         Don't ignore the fact that gtk_file_system_get_parent() 
1115         may return NULL.  (#424042, Jan Martinek)
1116
1117 2007-05-01  Dan Winship  <danw@novell.com>
1118
1119         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window): Make sure the
1120         leader_window's WM_CLIENT_LEADER points to itself. #435028
1121
1122 2007-05-02  Christian Persch  <chpe@gnome.org>
1123
1124         * gtk/gtktreemodel.c: (gtk_tree_iter_copy), (gtk_tree_iter_free): Use
1125         GSlice for gtk_tree_iter_copy. Bug #434863.
1126
1127 2007-05-02  Christian Persch  <chpe@gnome.org>
1128
1129         * gtk/gtkpapersize.c: (gtk_paper_size_get_paper_sizes): Put only
1130         GtkPaperSizes into the list, don't mix it with GtkPageSetups. Bug
1131         #434861.
1132
1133 2007-05-02  Christian Persch  <chpe@gnome.org>
1134
1135         * gtk/gtkpapersize.c: (gtk_paper_size_new_from_info),
1136         (gtk_paper_size_new), (gtk_paper_size_new_custom),
1137         (gtk_paper_size_copy), (gtk_paper_size_free): Use GSlice to allocate
1138         GtkPaperSize. Bug #434862.
1139
1140 2007-05-02  Christian Persch  <chpe@gnome.org>
1141
1142         * gtk/gtkstatusbar.c: (gtk_statusbar_get_context_id),
1143         (gtk_statusbar_expose_event): No need to allocate a guint; just stuff
1144         the ID into the pointer directly. Bug #434865.
1145
1146 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
1147
1148         * gtk/gtkfilechooserdefault.c (struct UpdateCurrentFolderData),
1149         (update_current_folder_get_info_cb): add a new struct field to clear
1150         the file entry after the current folder has been updated.
1151
1152         (gtk_file_chooser_default_update_current_folder),
1153         (change_folder_and_display_error): Add a new function parameter to
1154         trigger file entry clearing.
1155
1156         (edited_idle_create_folder_cb),
1157         (file_list_drag_data_received_get_info_cb),
1158         (gtk_file_chooser_default_map),
1159         (gtk_file_chooser_default_set_current_folder),
1160         (switch_to_selected_folder), (save_entry_get_info_cb),
1161         (shortcuts_activate_volume_mount_cb), (shortcuts_activate_volume),
1162         (shortcuts_activate_get_info_cb), (list_row_activated),
1163         (path_bar_clicked): use new function parameter appropriately.
1164
1165         (gtk_file_chooser_default_should_respond): trigger file entry clearing
1166         after the directory is updated instead of clearing it before, this way 
1167         we avoid reloading the completion model with the soon to be old folder, 
1168         causing a warning and a glitch in the folder where completion happens. 
1169         (#379414, Carlos Garnacho)
1170
1171 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
1172
1173         * gtk/gtkiconcachevalidator.[hc]: Add an icon cache validator.
1174
1175         * gtk/updateiconcache.c: Validate the generated cache before
1176         moving it in place. Also add a --validate option to validate
1177         an existing icon cache.
1178
1179         * gtk/gtkiconcache.c: Validate icon caches before using them.
1180
1181         * gtk/Makefile.am: Integrate it.
1182
1183 2007-05-01  Michael Emmel  <mike.emmel@gmail.com>
1184
1185         * gdk/directfb/gdkdisplay-directfb.c:
1186         Added stub gdk_notify_startup_complete_with_id to compile
1187         * gdk/directfb/gdkwindow-directfb.c:
1188         Added gdk_window_set_opacity
1189         * gdk/directfb/gdkkeys-directfb.c:
1190         Fix menu key handling crash Bug #413328
1191
1192 2007-05-01  Christian Persch  <chpe@gnome.org>
1193
1194         * gtk/gtkprinter.h:
1195         * gtk/gtkprintjob.h: Also move gtk_print_capabilities_get_type() to
1196         the new location. Bug #390437.
1197
1198 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1199
1200         * gtk/gtksettings.c (settings_update_color_scheme):
1201         Make sure we always have a color_hash.  (#423916, Jens Granseuer)
1202
1203 2007-04-30  Christian Persch  <chpe@gnome.org>
1204
1205         * docs/reference/gtk/gtk-sections.txt:
1206         * gtk/gtk.symbols:
1207         * gtk/gtkprinter-private.h:
1208         * gtk/gtkprinter.c: (gtk_printer_get_capabilities),
1209         (gtk_print_capabilities_get_type):
1210         * gtk/gtkprinter.h:
1211         * gtk/gtkprintjob.c:
1212         * gtk/gtkprintjob.h:
1213         * gtk/gtkprintunixdialog.c: (selected_printer_changed):
1214         Make gtk_printer_get_capabilities public, and move the
1215         GtkPrintCapabilities definition to gtkprinter.h. Bug #390437.
1216
1217 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1218
1219         * gtk/gtkexpander.c (gtk_expander_realize): A NO_WINDOW widget
1220         must not set the background of its window.  (#433972,
1221         Guilherme Polo)
1222
1223 2007-04-30  Richard Hult  <richard@imendio.com>
1224
1225         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_opacity):
1226         Implement.
1227
1228 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1229
1230         * modules/printbackends/cups/gtkprintbackendcups.c: Get all
1231         the printer attributes when getting the list of printers,
1232         not via separate requests.  (#387889, Krishan Purahoo)
1233
1234 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1235
1236         Some more compiler warning fixes.
1237
1238         * gdk/directfb/gdkscreen-directfb.c (gdk_screen_is_composited):
1239         Fix NULL/FALSE confusion.
1240
1241 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1242
1243         Fix some compiler warnings.  (#433642, Kjartan Maraas)
1244
1245         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_get_info):
1246         (gtk_file_system_win32_create_folder):
1247         * gtk/gtkaction.c (gtk_action_create_menu): Fix NULL/FALSE confusion.  
1248
1249         * gtk/gtklinkbutton.c (gtk_link_button_clicked): Pass
1250         the right type to uri_func.  
1251         
1252         * gtk/gtktext.c (gtk_text_key_press):
1253         * gtk/gtkstatusicon.c (gtk_status_icon_get_property): 
1254         * gtk/gtkxembed.c (_gtk_xembed_send_message): Add casts.
1255
1256         * gtk/gtktrayicon-x11.c (gtk_tray_icon_manager_window_destroyed): 
1257         (gtk_tray_icon_delete):
1258         * gtk/gtkprintunixdialog.c (create_main_page):
1259         * gtk/gtkhsv.c (gtk_hsv_motion): Remove unused variables.
1260
1261         * gtk/gtkliststore.c: Adapt callbacks to GSequence types.
1262
1263 2007-04-30  Cody Russell  <bratsche@gnome.org>
1264
1265         * gdk/win32/gdkwindow-win32.c: Reintroduced erase_background(),
1266         but now we're calling it from _gdk_windowing_window_clear_area()
1267         instead of from the WM_ERASEBKGND event.  Also fixes the area
1268         that is cleared so that it is not an extra row and column too
1269         large.  (Neil Roberts, #415681)
1270
1271 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1272
1273         * gtk/gtktextview.c: Allow indents to be negative.  (#Bug 434308)
1274
1275 2007-04-30  Michael Natterer  <mitch@imendio.com>
1276
1277         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): pop up the
1278         submenu explicitely only in touchscreen mode since otherwise
1279         selecting the item already pops up the submenu. Restores the
1280         drag-selection timeout (spotted by Søren Sandmann, #128968).
1281
1282 2007-04-30  Michael Natterer  <mitch@imendio.com>
1283
1284         * gtk/gtkpapersize.h: really rename gtk_paper_size_get_builtins()
1285         to gtk_paper_size_get_paper_sizes().
1286
1287 2007-04-30  Tor Lillqvist  <tml@novell.com>
1288
1289         * gtk/gtkpapersize.c (gtk_paper_size_get_paper_sizes):
1290         _gtk_load_custom_papers() exists only on Unix.
1291
1292 2007-04-30  Tor Lillqvist  <tml@novell.com>
1293
1294         Add functionality to set overall opacity of a top-level
1295         window. (#405316)
1296
1297         * gdk/gdk.symbols: Add gdk_window_set_opacity.
1298
1299         * gdk/x11/gdkwindow-x11.c
1300         * gdk/win32/gdkwindow-win32.c: Implement
1301         gdk_window_set_opacity(). On X11 use the _NET_WM_WINDOW_OPACITY
1302         property. On Win32 use SetLayeredWindowAttributes(LWA_ALPHA).
1303
1304         * gdk/gdkwindow.h: Declare gdk_window_set_opacity().
1305
1306         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_rgba_colormap): Document
1307         that this is not implemented in the Windows backend. Add reference
1308         to gdk_window_set_opacity().
1309
1310         * gtk/gtk.symbols: Add gtk_window_set_opacity and
1311         gtk_window_get_opacity.
1312
1313         * gtk/gtkwindow.c (struct _GtkWindowPrivate)
1314         (gtk_window_class_init): Add opacity property, a double in the
1315         range [0, 1].
1316         (gtk_window_set_opacity, gtk_window_get_opacity): Implement.
1317         (gtk_window_realize): If opacity is set, call
1318         gdk_window_set_opacity().
1319
1320         * gtk/gtkwindow.h: Declare gtk_window_set_opacity() and
1321         gtk_window_get_opacity().
1322
1323 2007-04-30  Matthias Clasen <mclasen@redhat.com>
1324
1325         * gtk/gtk.symbols:
1326         * gtk/gtkpapersize.[hc]: Rename gtk_paper_size_get_builtins()
1327         to gtk_paper_size_get_paper_sizes() and optionally include
1328         custom paper sizes.
1329
1330         * gtk/gtkpagesetupunixdialog.c: Internally export a function
1331         to load custom paper sizes.
1332
1333         * modules/printbackends/file/gtkprintbackendfile.c: Implement
1334         printer_list_papers, returning all paper sizes.  (#434329,
1335         Christian Persch)
1336
1337 2007-04-30  Matthias Clasen <mclasen@redhat.com>
1338         
1339         * gtk/gtkprintoperation.c: Translate the default job
1340         name, and don't utf8-validate the job name in the
1341         setter.  (#421993, Morten Welinder)
1342
1343 2007-04-30  Matthias Clasen <mclasen@redhat.com>
1344
1345         * gtk/gtkprintjob.c (gtk_print_job_get_surface): Use
1346         g_unlink.  (#421990, Morten Welinder)
1347
1348 2007-04-29  Matthias Clasen <mclasen@redhat.com>
1349
1350         Fix some issues with reference handling in the printing
1351         code.  (#429902, Mathias Hasselmann)
1352
1353         * gtk/gtkprintoperation.c (gtk_print_operation_finalize):
1354         Unref the print context, if we have one.
1355         (gtk_print_operation_done): Add a default ::done handler 
1356         that unrefs the print context.
1357         (preview_ready): Take a reference on the print operation
1358         preview here.
1359         (print_pages_idle): ...not here,
1360         (preview_print_idle_done): ...and release it here.
1361
1362         * tests/print-editor.c (preview_cb): Take a reference
1363         on the print operation here.
1364
1365 2007-04-29  Matthias Clasen <mclasen@redhat.com>
1366
1367         * gtk/gtkprintoperation.c (print_pages_idle): Don't get
1368         stuck in a recursive mainloop if a synchronous preview
1369         is cancelled.
1370
1371 2007-04-29  Matthias Clasen <mclasen@redhat.com>
1372
1373         Make the emission of ::end-print and ::done consistent
1374         for previews.  (#347567, Yevgen Muntyan)
1375
1376         * gtk/gtkprintoperation.c (preview_iface_end_preview): Set
1377         the finished status here.
1378         (preview_end_run): ...and not here.
1379         (print_pages_idle_done): Emit ::done for a cancelled preview.
1380         (print_pages_idle): If a preview has been cancelled, don't
1381         emit ::ready, but emit ::end-print. 
1382
1383         * tests/print-editor.c: Use ::end-print to undo allocations
1384         from ::begin-print.
1385
1386 2007-04-29  Matthias Clasen <mclasen@redhat.com>
1387
1388         * gtk/gtkpapersize.c (gtk_paper_size_new): Mark paper sizes
1389         in the PWG "custom" namespace as custom. Add a link to 
1390         the spec in the docs.  (#426416, Andreas Guelzow)
1391
1392 2007-04-29  Matthias Clasen <mclasen@redhat.com>
1393
1394         * gtk/gtkprintoperation.c (gtk_print_operation_run): Document
1395         that a print operation can be run only once, and add a 
1396         corresponding g_return_if_fail().   (#379399, Masao Mutoh)
1397
1398 2007-04-29  Dan Winship  <danw@novell.com>
1399
1400         * gdk/x11/gdkdisplay-x11.c
1401         (gdk_x11_display_broadcast_startup_message): New method to
1402         marshall and send a Startup Notification message. (from #415070)
1403         (gdk_notify_startup_complete_with_id): Use that
1404
1405 2007-04-29  Mattthias Clasen  <mclasen@redhat.com>
1406
1407         * gtk/gtkprintoperation-unix.c 
1408         (_gtk_print_operation_platform_backend_launch_preview):
1409         Don't leak a file descriptor, and don't make the error
1410         dialog modal.  (#421985, Morten Welinder, Christian Persch)
1411
1412 2007-04-29  Xan Lopez  <xan@gnome.org>
1413
1414         * docs/faq/gtk-faq.sgml: Fix typo in FAQ (#373706,
1415         Diego Escalante Urrelo).
1416
1417         I'm fixing gtk-faq.sgml as it seems this is the file
1418         we actually use...
1419
1420 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1421
1422         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): 
1423         Only strip parentheses of the form (_x).  (#434261,
1424         Brian Wellington)
1425
1426 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1427
1428         * gtk/gtkprintoperation-unix.c
1429         (_gtk_print_operation_platform_backend_launch_preview):
1430         Support passing a print settings file to the preview 
1431         command.  (#403717, Christian Persch)
1432
1433         * gtk/gtksettings.c: Document %s in the 
1434         gtk-print-preview-command setting.
1435
1436 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1437
1438         * gtk/gtkprintoperation.c (print_pages_idle): Also check
1439         the default handler when deciding whether to emit the
1440         paginate signal.  (#345345, Yevgen Muntyan)
1441
1442 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1443
1444         * gtk/gtkprintoperation.h: Add a new error code
1445
1446         * gtk/gtk.symbols:
1447         * gtk/gtkpagesetup.[hc]:
1448         * gtk/gtkpapersize.[hc]:
1449         * gtk/gtkprintsettings.[hc]: Add functions to serialize 
1450         and deserialize page setups and print settings to files 
1451         and key files.  (#344515, Christian Persch)
1452
1453         * gtk/gtkpagesetupunixdialog.c: Adapt to the new functions.
1454
1455         * tests/print-editor.c: Use the new functions to persist 
1456         page setup and print settings.
1457
1458 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1459
1460         * gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_finalize):
1461         Free the custom paper list.  (#403267, Felix Riemann)
1462
1463 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1464
1465         * gtk/gtkprintjob.c (gtk_print_job_get_surface): Fix a 
1466         small memory leak.  (#403251, Felix Riemann)
1467
1468 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1469
1470         * modules/printbackends/cups/gtkprintbackendcups.c: Fix a
1471         typo. String change !  (#406160, Stephane Raimbault)
1472
1473 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1474
1475         * gtk/gtk.symbols:
1476         * gtk/gtkpapersize.[hc]: Add a function to list the
1477         builtin paper sizes.  (#382355, Christian Persch)
1478
1479 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
1480
1481         * gtk/gtk.symbols:
1482         * gtk/gtkprinter-private.h:
1483         * gtk/gtkprinter.[hc]: Make gtk_printer_has_details() and
1484         gtk_printer_request_details() public.
1485
1486         * gtk/gtkpagesetupunixdialog.c:
1487         * gtk/gtkprintunixdialog.c: Update callers.  (#389203, 
1488         Christian Persch)
1489
1490 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1491
1492         * configure.in: Add --enable-test-print-backend, defaulting
1493         to no.
1494
1495         * modules/printbackends/Makefile.am: Make building the test
1496         print backend conditional.
1497
1498 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1499
1500         * modules/printbackends/lpr/*:
1501         * modules/printbackends/cups/*: Correct some copyright lines.
1502
1503         * configure.in:
1504         * modules/printbackends/Makefile.am:
1505         * modules/printbackends/test/*: Add a test print backend.
1506         (#409089, John Palmieri)
1507
1508 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1509
1510         * gtk/gtktexttag.[hc]: Add a way to specify accumulative
1511         margins.  (#344499, Nate Nielsen)
1512
1513 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1514
1515         * gtk/gtkeventbox.c (gtk_event_box_realize): Fix the offsets
1516         of the input-only window if we also have a visible window. 
1517         (#405089)
1518
1519 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1520
1521         * gtk/gtkliststore.c (gtk_list_store_set_valist_internal):
1522         * gtk/gtktreestore.c (gtk_tree_store_set_valist_internal):
1523         Recognize negative column indices as invalid.  (#415260,
1524         Chris Wilson)
1525
1526 2007-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1527
1528         * gdk/quartz/gdkeventloop-quartz.c: (select_thread_func),
1529         (poll_func): fix two more potential races that could happen when
1530         an application is polling in the mainloop and a separate thread
1531         tries to wake it up using g_idle_add(). Fixes #425271 comment 5.
1532
1533 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1534
1535         * gtk/gtkentry.c (gtk_entry_grab_focus): 
1536         (gtk_entry_real_insert_text): Only call g_object_get() 
1537         when necessary.  (#373137, Morten Welinder, patch by Xan Lopez)
1538
1539 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1540
1541         * gtk/gtkstatusicon.c (gtk_status_icon_get_size): Add
1542         a note about being embedded.  (#340107, Christian Persch)
1543
1544 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1545
1546         * gtk/gtkdnd.[hc]: Add GTK_TARGET_OTHER_{APP,WIDGET} to
1547         restrict drags within an application/widget.  (#163141, 
1548         Jorn Baayen)
1549
1550 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1551
1552         * docs/tools/Makefile.am:
1553         * gtk/Makefile.am: Make make clean clean.  (#410160, Tommi
1554         Komulainen)
1555
1556 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1557
1558         * gdk/win32/bdfcursor.c (compose_cursors_from_fonts):
1559         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_reorder): 
1560         * gtk/gtkfilesystemmodel.c (got_root_folder_cb):
1561         (get_children_folder_cb): Plug memory leaks caused by wrong 
1562         use of g_slist_remove_link().  (#405515, Nicolas Peninguy)
1563
1564 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
1565         
1566         * demos/gtk-demo/printing.c: Fix the headers in the print
1567         demo.  (#423722, Yevgen Muntyan)
1568
1569 2007-04-28  Xan Lopez  <xan@gnome.org>
1570
1571         * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_completion_text): 
1572         Use strstr instead of g_strstr with -1 for length.
1573
1574 2007-04-28  Xan Lopez  <xan@gnome.org>
1575
1576         * gtk/gtkentry.c:
1577         * gtk/gtkentrycompletion.c:
1578         * gtk/gtkentrycompletion.h:
1579         * gtk/gtkentryprivate.h:
1580
1581         Remember the user input that triggered the completion, add
1582         API to the retrieve it and reset the entry contents to it
1583         if the user cancels the tentative completion during
1584         the inline-selection.
1585         
1586 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
1587
1588         * gdk/x11/gdkgeometry-x11.c: Factor out window movement
1589         functions. (#63820, Tilman Sauerbeck)
1590
1591 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
1592
1593         * gdk/x11/gdkgeometry-x11.c: Factor out translate_pos().
1594         (#63820, Tilman Sauerbeck)
1595
1596 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
1597
1598         * gdk/x11/gdkgeometry-x11.c: Factor out window mapping
1599         and unmapping functions.  (#63820, Tilman Sauerbeck)
1600
1601 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
1602
1603         * gdk/x11/gdkgeometry-x11.c: Make list handling code
1604         easier to read.  (#63820, Tilman Sauerbeck)
1605
1606 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
1607
1608         * gtkassistant.c:
1609         * gtkiconfactory.c:
1610         * gtkiconview.c:
1611         * gtkpapersize.c:
1612         * gtkrecentmanager.c:
1613         * gtktextiter.c: Internalize some strings, pointed out
1614         by Damon Chaplin.
1615
1616 2007-04-27  Xan Lopez  <xan@gnome.org>
1617
1618         Support inline-selection in entries (#318459)
1619         
1620         * gtk/gtkentry.c:
1621         * gtk/gtkentrycompletion.c:
1622         * gtk/gtkentrycompletion.h:
1623         * gtk/gtkentryprivate.h:
1624
1625         When enabled cursor-match is emited when the cursor is on
1626         a possible completion on the list. The default implementation
1627         will replace the contents on the entry with the contents of
1628         the text column in the completion model.
1629
1630         Review and improvements by Matthias Clasen.
1631
1632 2007-04-27  Michael Natterer  <mitch@imendio.com>
1633
1634         Merged heavily modified patch from maemo-gtk which enables opening
1635         and closing submenus on click, and introduces some usability
1636         changes when gtk-touchscreen-mode is enabled (bug #128968):
1637
1638         * gtk/gtkmenushell.c (struct GtkMenuShellPrivate): added boolean
1639         "activated_submenu" to indicate that the current mouse operation
1640         (click or drag) has opened a submenu.
1641
1642         (gtk_menu_shell_button_press): pop up submenus without delay
1643         and record the fact in "activated_submenu".
1644
1645         (gtk_menu_shell_button_release): if a submenu was explicitely
1646         opened, or not opened by this release's button_press, or enough
1647         time has passed since timeout-opening it, close the submenu here.
1648
1649         (gtk_menu_shell_enter_notify): when entering a menu item with
1650         any mouse button pressed, open its submenu.
1651
1652         (gtk_real_menu_shell_move_current): in touchsreen mode, close the
1653         submenu when moving the focus away from it via keyboard-navigation.
1654
1655         * gtk/gtkmenuitem.[ch] (_gtk_menu_item_popup_submenu): added
1656         parameter "gboolean with_delay" so GtkMenuShell can control this
1657         for the different scenarios of submenu showing.
1658
1659         (_gtk_menu_item_popdown_submenu): new function. also needed by
1660         GtkMenuShell for closing submenus on click.
1661
1662         Renamed internal function gtk_menu_item_select_timeout() to
1663         gtk_menu_item_popup_timeout().
1664
1665         (gtk_menu_item_real_popup_submenu): new utility function which
1666         does the actual popup and records the exact time of the popup when
1667         the menu was timeout-opened (using g_get_current_time()).
1668
1669         (gtk_real_menu_item_select): don't add the popup timeout when in
1670         touchscreen mode.
1671
1672         * gtk/gtkmenu.c (gtk_menu_popup): in touchscreen mode, select the
1673         first item of every opened menu.
1674
1675 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
1676
1677         * gtk/gtkfilechooserentry.c: Append a '/' to directory names
1678         in the completion popup.  (#431323, Maarten Maathuis)
1679
1680 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
1681
1682         * demo/gtk-demo/combobox.c: Add a simple validation demo. 
1683         * gtk/gtkcomboboxentry.c: Make it possible to add arbitrary
1684         children to a GtkComboBoxEntry.  (#426401, Paul Pogonyshev)
1685
1686 2007-04-26  Tor Lillqvist  <tml@novell.com>
1687
1688         * gtk/gtkinputdialog.c (gtk_input_dialog_fill_axes)
1689         (gtk_input_dialog_fill_keys): Remove old child of scrolled window
1690         before adding a new one when switching what input device is being
1691         handled. (#399425)
1692
1693 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
1694
1695         * modules/printbackends/lpr/gtkprintbackendlpr.c
1696         (gtk_print_backend_lpr_init): Mark the printer list as done. 
1697         (#428665, Bogdan Gheorghe)
1698
1699 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
1700
1701         * Makefile.am:
1702         * gtk/Makefile.am: Don't install UNIX-printing headers and
1703         support files on non-UNIX platforms.  (#425655, Vincent Geddes)
1704
1705 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
1706
1707         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Accept
1708         unnamed separators.  (#369112, Christian Persch)
1709
1710 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
1711
1712         * gtk/gtkaccelgroup.c (gtk_accel_group_finalize): Don't access
1713         invalid memory.  (#429732, Armin Burgmeier)
1714
1715 2007-04-26  Cody Russell  <bratsche@gnome.org>
1716
1717         * gdk/win32/xcursors.h:
1718         * gdk/win32/gdkcursor-win32.c:
1719
1720         Use Win32 native cursors instead of the ones built into GTK
1721         where it makes sense. (#128852, Tim Evans)
1722
1723 2007-04-25  Cody Russell  <bratsche@gnome.org>
1724
1725         * gdk/gdkwindow.h:
1726         * gtk/gtkwidget.c:
1727         * gtk/gtkhandlebox.c:
1728         * gdk/directfb/gdkwindow-directfb.c:
1729         * gdk/linux-fb/gdkwindow-fb.c:
1730         * gdk/quartz/gdkwindow-quartz.c:
1731         * gdk/win32/gdkwindow-win32.c:
1732         * gdk/x11/gdkwindow-x11.c:
1733         Added window type hint and implement drop shadows on Win32
1734         for menus, tooltips, etc. (#148535, Tim Evans, Dom Lachowicz)
1735
1736 2007-04-25  Jakub Steiner <jimmac@ximian.com>
1737
1738         * gtk/stock-icons/16/gtk-close.{png,svg}: added 16x16 version of
1739                 gtk-close as per discussion in bug #431740.
1740
1741 2007-04-25  Matthias Clasen  <mclasen@redhat.com>
1742
1743         * gtk/gtktreeview.c (gtk_tree_view_style_set): Set the background
1744         of the header window again.  (#431067, Benjamin Berg)
1745
1746 2007-04-25  Matthias Clasen  <mclasen@redhat.com>
1747
1748         * gtk/gtkicontheme.c (theme_lookup_icon): Set the filename to
1749         NULL for builtin icons, sinc gtk_icon_info_get_builtin_pixbuf()
1750         depends on it. 
1751
1752         * tests/testicontheme.c: Report builtin icons.
1753
1754 2007-04-25  Matthias Clasen  <mclasen@redhat.com>
1755
1756         * gtk/gtkprintoperation.c (preview_iface_end_preview): Don't 
1757         crash if end_run is not set.  (#424168, Matthias Hasselmann)
1758
1759 2007-04-25  Michael Natterer  <mitch@imendio.com>
1760
1761         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): fix ACTIVE state of
1762         scroll buttons (we were setting the state to ACTIVE but
1763         immediately overwriting it with NORMAL or PRELIGHT). Also got rid
1764         of many separate calls to gdk_window_invalidate_rect() by
1765         remembering the old button state and only invalidating the area if
1766         the state has changed (addresses parts of bug #433242, Tommi
1767         Komulainen).
1768
1769         (gtk_menu_scroll_to): change the arrow states only if changing
1770         from or to INSENSITIVE state, so we don't overwrite the ACTIVE
1771         state set by above function.
1772
1773 2007-04-25  Michael Natterer  <mitch@imendio.com>
1774
1775         * gtk/gtkprintoperation.c (preview_iface_is_selected): fix the
1776         build. Dunno if the fix is right, but I think it is.
1777
1778 2007-04-25  Kristian Rietveld  <kris@imendio.com>
1779
1780         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event):
1781         cleanup/refactor some leftover code.
1782
1783 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
1784
1785         * gtk/gtkprintunixdialog.c (dialog_get_page_ranges): Parse
1786         half-open ranges like -2 or 3-, and be a bit more liberal
1787         about whitespace.
1788         (dialog_set_page_ranges): Support half-open ranges.
1789
1790         * gtk/gtkprintoperation.c (print_pages_idle): Substitute the
1791         number of pages in half-open ranges.
1792         (preview_iface_is_selected): Support half-open ranges here, too.
1793
1794 2007-04-24  Chris Wilson  <chris@chris-wilson.co.uk>
1795
1796         * gtk/gtkicontheme.c (scan_directory): Ensure the 
1797         icon_theme->all_icons and dir->icons hash tables use the same string
1798         as their keys. (#418531)
1799
1800 2007-04-23  Cody Russell  <bratsche@gnome.org>
1801         * modules/engines/ms-windows/msw_style.c: Fixed one-pixel drawing error on
1802         left-most tab when notebooks are top-oriented.  Also general cleanup of
1803         notebook tab related code.  (Lieven van der Heide, Cody Russell)
1804
1805 2007-04-23  Matthias Clasen  <mclasen@redhat.com>
1806
1807         * modules/printbackends/cups/gtkprintbackendcups.c: Reduce
1808         the amount of debug spew if we are not debugging.
1809         
1810 2007-04-23  Michael Natterer  <mitch@imendio.com>
1811
1812         * tests/Makefile.am (testtooltips_SOURCES): fix typo:
1813         testtoooltips_SOURCES -> testtooltips_SOURCES.
1814
1815 2007-04-19  Cody Russell <bratsche@gnome.org>
1816
1817         * modules/engines/ms-windows/msw_style.c: Fix menuitem rendering
1818         for Windows Vista.  (#392015, Hiroyuki Yamamoto)
1819
1820 2007-04-19  Dominic Lachowicz <domlachowicz@gmail.com>
1821
1822         * modules/engines/ms-windows/msw_style.c: Fix pixbuf leaks in
1823         non-WinXP rendering paths. From Daniel Atallah (#403470)
1824         
1825 2007-04-19  Matthias Clasen  <mclasen@redhat.com>
1826
1827         * gtk/gtkicontheme.h:
1828         * gtk/gtkicontheme.c: Add GTK_ICON_LOOKUP_GENERIC_FALLBACK
1829         icon lookup flag and implement it.  (#396901, Luca Ferreti)
1830         
1831 2007-04-18  Richard Hult  <richard@imendio.com>
1832
1833         * gdk/quartz/gdkwindow-quartz.c:
1834         (gdk_window_quartz_process_updates_internal),
1835         (gdk_window_quartz_process_all_updates),
1836         (gdk_window_impl_quartz_process_updates): Refactor the process 
1837         updates functions to share code between them. Also fixes bug 
1838         #427660 by not updating larger regions than necessary.
1839
1840 2007-04-18  Matthias Clasen  <mclasen@redhat.com>
1841
1842         * gdk/gdkregion-generic.h (GROWREGION): Handle the case
1843         of nRects == 0 correctly.  
1844         
1845 2007-04-18  Emmanuele Bassi  <ebassi@gnome.org>
1846
1847         * gtk/gtkrecentmanager.c (gtk_recent_manager_lookup_item): Fix
1848         a leak by not increasing the refcount of the GtkRecentInfo
1849         object when returning it (thanks to Matthias Clasen).
1850
1851 2007-04-16  Alexander Larsson  <alexl@redhat.com>
1852
1853         * gtk/gtkprintoperation.c (gtk_print_operation_run):
1854         Make async print preview work by actually starting
1855         the print process in that case (#424168)
1856
1857 2007-04-14  Yevgen Muntyan <muntyan@tamu.edu>
1858
1859         * gtk/gtkselection.c (selection_get_text_plain): fixed
1860         wrong g_convert_with_fallback() call which caused
1861         gtk_selection_data_get_text() return invalid UTF-8 for
1862         non-ASCII text in text/plain selection (#382824).
1863
1864 2007-04-12  Jakub Steiner <jimmac@ximian.com>
1865
1866         * gtk/stock-icons/*: update the stock icons to follow the Tango
1867                 style guidelines
1868
1869 2007-04-11  Chris Wilson  <chris@chris-wilson.co.uk>
1870
1871         * gtk/gtkiconfactory.c (_gtk_icon_factory_list_ids):
1872         * gtk/gtkstock.c (gtk_stock_list_ids):
1873             Switch over to use glib's new g_hash_table_get_keys() rather
1874             than our own static implementation.
1875
1876         * gtk/gtkiconfactory.h: Update to return a GList.
1877
1878         * configure.in: Bump required version to 2.13.1
1879
1880 2007-04-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1881
1882         * gdk/quartz/gdkeventloop-quartz.c: Protect the polling thread
1883           setup and shutdown function by mutexes and read the wakeup
1884           pipe unconditionally and unblocking. This should make the main
1885           loop always be woken up when using g_idle_add() from another
1886           thread in the Quartz backend (#425271).
1887
1888 2007-04-10  Matthias Clasen  <mclasen@redhat.com>
1889
1890         * gdk/x11/xsettings-client.[hc]: Change the XSettingsWatchFunc
1891         to return a Bool to indicate success. Update callers and 
1892         implementors. Based on a patch by Owen Taylor.
1893         
1894         * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): Don't
1895         leak a reference to gdkwin.
1896
1897 2007-04-07  Xan Lopez  <xan@gnome.org>
1898
1899         * gtk/gtknotebook.c (gtk_notebook_class_init): 
1900         s/arrow-size/arrow-spacing in the arrow-spacing
1901         style property docs.
1902
1903 2007-04-06  Richard Hult  <richard@imendio.com>
1904
1905         * gdk/quartz/: Clean up namespaces to make the code more
1906         maintainable.
1907
1908         * gdk/quartz/gdkdrawable-quartz.c:
1909         * gdk/quartz/gdkgc-quartz.c: Fix bug #418384, alignment of tiled
1910         images, by setting the pattern phase for the CG pattern.
1911
1912 2007-04-04  Kristian Rietveld  <kris@imendio.com>
1913
1914         * gtk/gtktooltip.c (tooltip_browse_mode_expired),
1915         (gtk_tooltip_hide_tooltip), (tooltip_popup_timeout),
1916         (gtk_tooltip_start_delay): use new gdk_threads API.
1917
1918 2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
1919
1920         * gtk/gtksettings.c (settings_update_font_options): Don't set
1921         metrics-hinting font option.  Rely on the default value which is
1922         on for all raster cairo surfaces. (#425985)
1923
1924 2007-04-03  Loïc Minier  <lool@dooz.org>
1925
1926         * gdk/x11/gdkscreen-x11.c: (check_xfree_xinerama): Revert to
1927         non-xinerama mode when XineramaQueryScreens returns NULL; patch from
1928         Simon McVittie; #425786.
1929
1930 2007-04-02  Michael Natterer  <mitch@imendio.com>
1931
1932         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): remove
1933         artifact from the time when type checking casts warned on NULL,
1934         some whitespace cleanup.
1935
1936 2007-04-01  Cody Russell  <bratsche@gnome.org>
1937
1938         * modules/engines/ms-windows/msw_style.c: Fix rendering of
1939         notebook tabs when they are bottom-oriented.  Fixes #399253.
1940
1941 2007-03-31  Elijah Newren  <newren gmail com>
1942
1943         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window,
1944           gdk_x11_window_set_user_time):
1945         Patch from Matthias to add support for the
1946         _NET_WM_USER_TIME_WINDOW EWMH protocol; see #354213.
1947
1948         WARNING: This patch will make metacity <= 2.18.0 freeze on
1949         workspace switch.  This is due to a weird problem that should only
1950         affect window managers using gdk in-process for decoration drawing
1951         and which make an unsafe assumption relating to doing so (i.e. it
1952         should only affect metacity).  Upgrade your version of metacity if
1953         you hit this bug.
1954
1955 2007-03-29  Michael Natterer  <mitch@imendio.com>
1956
1957         Don't close menus on clicks on their border area (bug #423761).
1958         (modified patch from maemo-gtk).
1959
1960         * gtk/gtkmenu.c (gtk_menu_button_press)
1961         (gtk_menu_button_release): bail out early if the click was on the
1962         menu's border (not on any item and not outside the window).
1963
1964         (pointer_in_menu_window): new utility function which checks if
1965         passed root coords are inside the menu_shell or one of its
1966         parent shells.
1967
1968 2007-03-29  Michael Natterer  <mitch@imendio.com>
1969
1970         * gtk/gtkmenu.c: get rid of local GtkSettings variables by moving
1971         gtk_widget_get_settings() into the g_object_get() call. Some small
1972         indentation fixes.
1973
1974 2007-03-28  Matthias Clasen  <mclasen@redhat.com>
1975
1976         * modules/printbackends/cups/gtkcupsutils.[hc]:
1977         * modules/printbackends/cups/gtkprintbackendcups.c: Apply
1978         a patch by John Palmieri to make the cups print backend support
1979         raw printers.  
1980
1981 2007-03-28  Kristian Rietveld  <kris@imendio.com>
1982
1983         * gtk/gtkwidget.c (gtk_widget_set_tooltip_window): don't unref
1984         tooltip_window, since this is handled by set_qdata_full() already.
1985         (#412001, Torsten Schoenfeld).
1986
1987 2007-03-27  Tor Lillqvist  <tml@novell.com>
1988
1989         * modules/input/Makefile.am: Use LDADDS for im-multipress.la, too: 
1990
1991 2007-03-26  Christian Persch  <chpe@gnome.org>
1992
1993         * gtk/gtkrc.c: (gtk_rc_context_get): Initialise variable. Bug #423064.
1994
1995 2007-03-24  Kristian Rietveld  <kris@gtk.org>
1996
1997         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
1998         calculate the depth with the corrected real_cell_area and don't
1999         subtract horizontal_separator/2.
2000
2001 2007-03-24  Andreas Nilsson <andreas@andreasn.se>
2002
2003         * gtk-yes.png
2004         * gtk-no: More Tango love.
2005
2006 2007-03-23  Jakub Steiner <jimmac@ximian.com>
2007
2008         * gtk-dialog-authentication.svg
2009         * gtk-dialog-error.svg
2010         * gtk-dialog-info.svg
2011         * gtk-dialog-question.svg
2012         * gtk-dialog-warning.svg: Start with a Tango face-lift.
2013
2014 2007-03-23  Rodney Dawes  <dobey@novell.com>
2015
2016         * gtk/gtkicontheme.c: Fix a couple of comment typos (#421627)
2017
2018 2007-03-23  Matthias Clasen  <mclasen@redhat.com>
2019
2020         * gtk/gtkfilechooserdefault.c: Add a keybinding (C-h) to
2021         toggle whether to show hidden files.  (#344657, 
2022         Wouter Bolsterlee, Priit Laes, et al)
2023
2024 2007-03-23  Matthias Clasen  <mclasen@redhat.com>
2025
2026         * gtk/gtkfilechooserdefault.c: Add a keybinding (C-l) to
2027         toggle the visibility of the location entry.  (#383354, 
2028         John Pye, patch by Carlos Garnacho)
2029
2030 2007-03-22  Matthias Clasen  <mclasen@redhat.com>
2031
2032         * gtk/gtksettings.c (merge_color_scheme): Freeze property
2033         notification.
2034         * gtk/gtksettings.c (_gtk_settings_handle_event): Handle
2035         the gtk-color-scheme xsetting being unset.
2036
2037         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Handle
2038         recursion locally.
2039
2040 2007-03-21  Matthias Clasen  <mclasen@redhat.com>
2041
2042         * gtk/gtkprintoperation-unix.c: Remove leftover debug spew.
2043
2044 2007-03-21  Rodney Dawes  <dobey@novell.com>
2045
2046         * gtk/gtk.symbols:
2047         * gtk/gtkicontheme.[ch]:
2048         * docs/reference/gtk/gtk-sections.txt:
2049         * tests/testicontheme.c:
2050         Add a new API call gtk_icon_theme_list_contexts so that one can
2051         choose icons from a theme by context (#420719)
2052         
2053 2007-03-21  Ross Burton  <ross@burtonini.com>
2054
2055         * gtk/gtktexttag.c:
2056         Document the ::event signal (#420703).
2057
2058 2007-03-20  Kristian Rietveld  <kris@gtk.org>
2059
2060         * gtk/gtktreeviewcolumn.c:
2061         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_focus_area().
2062
2063         * gtk/gtktreeview.c (gtk_tree_view_clamp_column_visible): add
2064         focus_to_cell parameter, rework to handle clamping columns which
2065         are bigger than the available page size better,
2066         (gtk_tree_view_key_press): remove code handling moving the focus
2067         to other column headers,
2068         (gtk_tree_view_header_focus): add clamp_column_visible parameter,
2069         fix RTL support, don't wrap around when moving focus to other
2070         column headers, call gtk_tree_view_clamp_column_visible() instead
2071         of duplicating code,
2072         (gtk_tree_view_focus): only clamp the column visible when we are
2073         explicitly moving to another column header (fixes #399555, Charles
2074         Kerr),
2075         (gtk_tree_view_move_cursor_left_right): update call to
2076         gtk_tree_view_clamp_column_visible().
2077
2078 2007-03-19  Matthias Clasen <mclasen@redhat.com> 
2079
2080         * demos/gtk-demo/appwindow.c: Explicitly set the title on the
2081         about dialog.
2082
2083 2007-03-18  Matthias Clasen <mclasen@redhat.com> 
2084
2085         * gtk/gtkentrycompletion.c (gtk_entry_completion_compute_prefix):
2086         Ensure that the prefix is valid UTF-8.  (#419568, Nickolay V. Shmyrev)
2087
2088 2007-03-18  Matthias Clasen <mclasen@redhat.com> 
2089
2090         * modules/input/gtkimcontextmultipress.[hc]:
2091         * modules/input/im-multipress.conf:
2092         * modules/input/immultipress.c:
2093         * modules/input/README.multipress: Add the multipress input
2094         method.  (#417446, Johannes Schmid, Murray Cumming)
2095
2096         * modules/input/Makefile.am: Glue
2097
2098 2007-03-17  Chris Wilson  <chris@chris-wilson.co.uk>
2099
2100         * gdk/x11/gdkvisual-x11.c (_gdk_visual_init):
2101         Initialise nxvisuals to 0 in order to handle XGetVisualInfo()
2102         failures gracefully. (#419171)
2103
2104 2007-03-17  Emmanuele Bassi  <ebassi@gnome.org>
2105
2106         * gtk/gtkrecentaction.c (recent_chooser_set_property),
2107         (gtk_recent_action_set_property): Remove useless inlined
2108         function and propagate the properties to the GtkRecentChooser
2109         objects we create, instead of all the proxies.
2110
2111         (set_current_filter): Remove 'inline' marker.
2112
2113 2007-03-16  Emmanuele Bassi  <ebassi@gnome.org>
2114
2115         Apply changes suggested by Michael Natterer. (#338843)
2116
2117         * gtk/gtkaction.h:
2118         * gtk/gtkaction.c: Rename get_submenu() to create_menu();
2119         rename gtk_action_get_submenu() to gtk_action_create_menu().
2120
2121         * gtk/gtkrecentaction.c: Update for GtkAction change.
2122
2123         * gtk/gtkuimanager.c (update_node): Update for GtkAction change;
2124         also, use the menu from the GtkAction for both menuitem and
2125         toolitem nodes.
2126
2127 2007-03-16  Xan Lopez  <xan@gnome.org>
2128
2129         * gtk/gtkwidget.c: Fix documentation error in
2130         gtk_widget_set_redraw_on_allocate.
2131
2132 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
2133
2134         * gtk/gtkprintunixdialog.c (printer_added_cb): Scroll to
2135         make the selected printer visible.  (#418403, Nickolay V. Shmyrev,
2136         patch by Christian Persch)
2137
2138 2007-03-15  Federico Mena Quintero  <federico@novell.com>
2139
2140         Merged from gtk-2-10:
2141
2142         * gtk/gtkfilechooserdefault.c (find_good_size_from_style):
2143         PANGO_PIXELS() gives us device units, which are *points* in
2144         pangocairo's parlance, but we want actual pixels.  So, get the
2145         screen's resolution to compute the actual number of pixels.
2146         Fixes bug #418585.
2147
2148 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
2149
2150         * gtk/gtkrecentmanager.c (gtk_recent_manager_add_item): Remove
2151         unused GError; do not allocate GtkRecentData and use a variable
2152         on the stack. (#418673, Morten Welinder)
2153
2154 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
2155
2156         * gtk/gtkaction.[ch]: Add GtkActionClass::get_submenu() vfunc:
2157         actions providing a menu item or a menu tool button with already
2158         a submenu should return the GtkMenu widget.
2159
2160         * gtk/gtkuimanager.c (update_node): If an action provides its
2161         own submenu, use it instead of adding an empty one
2162
2163         * gtk/gtkrecentaction.[ch]: Add GtkRecentAction, an action
2164         implementing the GtkRecentChooser interface for displaying the
2165         list of recently used files into menus and toolbars generated
2166         using GtkUIManager. (#338843)
2167
2168         * gtk/Makefile.am:
2169         * gtk/gtk.h:
2170         * gtk/gtk.symbols: Add GtkRecentAction API to the build.
2171
2172         * tests/testactions.c: Exercise the GtkRecentAction API.
2173
2174 2007-03-15  Chris Wilson  <chris@chris-wilson.co.uk>
2175
2176         * gtk/gtkicontheme.c (ensure_valid_themes), (rescan_themes),
2177         (gtk_icon_theme_rescan_if_needed): Protect ensure_valid_themes()
2178         from recursion, which can happen for example if the app tries to
2179         reload an icon from within a theme-changed handler. (#418531)
2180
2181 2007-03-15  Richard Hult  <richard@imendio.com>
2182
2183         * gdk/quartz/gdkmain-quartz.c: Add stubs for
2184         gdk_notify_startup_complete_with_id and gdk_window_set_startup_id
2185         here too.
2186
2187 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
2188
2189         * gtk/gtkrecentmanager.c: Fix documentation errors. (Morten
2190         Welinder)
2191
2192 2007-03-15  Tor Lillqvist  <tml@novell.com>
2193
2194         * gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and
2195         gdk_window_set_startup_id.
2196
2197         * gdk/win32/gdkmain-win32.c: Add dummy implementations of the above.
2198
2199 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
2200
2201         * gtk/gtkrecentchooserprivate.h:
2202         * gtk/gtkrecentchooserutils.c: Move filtering of the recent
2203         files list into the shared implementation; do the filtering
2204         before the sorting, so that we always clamp on the desired
2205         size. (#418219)
2206
2207         * gtk/gtkrecentchoosermenu.c: Remove the filtering of the
2208         list, as it's already been done.
2209
2210         * gtk/gtkrecentchooserdefault.c: Ditto; also remove the
2211         GtkTreeModelFilter: just reload the view if the sorting and
2212         filtering properties change.
2213
2214         * gtk/testrecentchoosermenu.c: Exercise the limit property.
2215
2216 2007-03-14  Michael Natterer  <mitch@imendio.com>
2217
2218         Make gtk_widget_set_extension_events() work on already realized
2219         widgets (bug #379550, Tommi Komulainen)
2220
2221         * gdk/x11/gdkinput.c (gdk_input_set_extension_events): allow to be
2222         called multiple times without leaking and work correctly when
2223         already realized (don't rely on a configure event following).
2224
2225         * gtk/gtkwidget.c (gtk_widget_set_extension_events_internal): new
2226         internal function which walks the GdkWindow tree and sets the
2227         extension events on all windows that belong to the widget.
2228
2229         (gtk_widget_realize)
2230         (gtk_widget_set_extension_events): use the new function.
2231
2232 2007-03-14  Emmanuele Bassi  <ebassi@gnome.org>
2233
2234         Various clean ups in the GtkRecent code. (see #338843)
2235
2236         * gtk/gtkrecentchooserdefault.c:
2237         * gtk/gtkrecentchoosermenu.c:
2238         * gtk/gtkrecentchooserprivate.h:
2239         * gtk/gtkrecentchooserutils.c: Move the recent chooser function
2240         for getting the sorted and clamped list of recent files from the
2241         manager outside the implementations.
2242
2243         * gtk/gtkrecentchooserdefault.c (chooser_set_sort_type): Repopulate
2244         the list when the sorting order changes.
2245
2246         (gtk_recent_chooser_default_dispose),
2247         (gtk_recent_chooser_default_finalize): Move object unref and
2248         source removal from finalize to dispose.
2249
2250         * gtk/gtkrecentchooser.c (gtk_recent_chooser_type_init): Relax the
2251         prerequisite for the GtkRecentChooser interface implementations,
2252         from GtkObject to GObject.
2253
2254         (gtk_recent_chooser_class_init): Use GTK_PARAM_* instead of
2255         G_PARAM_*
2256
2257 2007-03-13  Emmanuele Bassi  <ebassi@gnome.org>
2258
2259         Apply patch by Vytautas Liuolia for changing the startup
2260         notification id on a window in the X11 backend. (#347375)
2261
2262         * gdk/gdk.h:
2263         * gdk/gdkx.h:
2264         * gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_with_id()
2265         and gdk_x11_display_get_startup_notification_id().
2266
2267         * gdk/gdkwindow.h:
2268         * gdk/x11/gdkwindow-x11.c: Add gdk_window_set_startup_id().
2269
2270         * gtk/gtkwindow.h:
2271         * gtk/gtkwindow.c: Add gtk_window_set_startup_id(), used to
2272         change the startup notification id.
2273         
2274         (gtk_window_class_init), (gtk_window_init),
2275         (gtk_window_set_property): Add write-only "startup-id" property
2276         to GtkWindow.
2277
2278         (gtk_window_realize): Set the startup notification id
2279         on a GtkWindow if it's valid.
2280
2281         (gtk_window_map): If we have another valid startup notification
2282         id then finish the notification process.
2283
2284 2007-03-13  Matthias Clasen  <mclasen@redhat.com>
2285
2286         * gtk/gtknotebook.c (gtk_notebook_real_insert_page):
2287         Fix tabbed browsing in epiphany.  (#413664, Christian Persch)
2288
2289 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
2290
2291         * gtk/gtksizegroup.c (gtk_size_group_add_widget): Clarify
2292         docs.  (#345844, Torsten Schoenfeld)
2293
2294         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
2295         * gdk/gdkwindow.c (gdk_window_add_filter): Add
2296         cross-references.  (#351252, Vincent Untz)
2297
2298         * gtk/gtkprintoperation.c: Fix an oversight in an
2299         example.  (#381083, Ian Puleston)
2300
2301         * gtk/gtkcombobox.c: Clean up and clarify docs.  (#412484)
2302
2303 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
2304
2305         * gtk/gtkspinbutton.c (gtk_spin_button_style_set): Set
2306         the background of the panel window on style changes. (#402144,
2307         Benjamin Berg)
2308
2309 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
2310
2311         * gtk/gtkbindings.c (gtk_binding_entry_add_signal): Remove
2312         an obsolete comment.  (#402169, Xan Lopez)
2313
2314 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
2315
2316         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
2317         Don't copy PangoLanguage.  (#340031, Morten Welinder)
2318
2319 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
2320
2321         * gtk/gtkfilechooserbutton.c (change_icon_theme_get_info_cb):
2322         Handle the row reference path being NULL.  (#410565, Joe Markus
2323         Clarke, patch by Chris Wilson)
2324
2325 2007-03-11  Matthias Clasen  <mclasen@redhat.com>
2326
2327         * tests/testiconview.c: Handle Menu key presses without
2328         crash.  (#385637, Christian Persch)
2329
2330 2007-03-11  Matthias Clasen  <mclasen@redhat.com>
2331
2332         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window):
2333         Don't crash if active_tips_data is NULL.  (#382904, Li Yuan)
2334
2335 2007-03-11  Matthias Clasen  <mclasen@redhat.com>
2336
2337         * gtk/gtktextview.c (gtk_text_view_set_buffer): Set first_para_mark
2338         to NULL.  (#396805, Colin Leroy, patch by Mariano Suárez-Alvarez)
2339         
2340 2007-03-12  Kristian Rietveld  <kris@gtk.org>
2341
2342         * gtk/gtkfilechooserdefault.c (check_save_entry): immediately
2343         bail out if current_folder is NULL. (#350988, lots of reporters,
2344         modified patch by Jan Darmochwal).
2345
2346 2007-03-10  Kristian Rietveld  <kris@gtk.org>
2347
2348         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_hide): only
2349         hide the search dialog and send focus events if the search dialog
2350         is currently visible.
2351
2352 2007-03-10  Richard Hult  <richard@imendio.com>
2353
2354         * gdk/quartz/gdkdrawable-quartz.c:
2355         (gdk_quartz_ref_cairo_surface): Reuse the surface during its lifetime.
2356         (gdk_quartz_drawable_get_context): Update for the new quartz cairo 
2357         surface API (#410442). Don't lock focus unless called outside of an 
2358         expose event.
2359         (gdk_quartz_drawable_release_context): Only flush the CG context and 
2360         unlock focus if called outside of expose.
2361         (_gdk_quartz_drawable_finish): New function, used to free the cached
2362         cairo surface.
2363
2364         * gdk/quartz/gdkwindow-quartz.c:
2365         (gdk_window_impl_quartz_begin_paint_region): A few small style changes.
2366         (_gdk_window_impl_quartz_get_type): No need to make the type info
2367         static.
2368         (gdk_window_quartz_process_all_updates): Move the autorelease pool
2369         allocation and freeing outside the loop.
2370         (_gdk_windowing_window_destroy): Finish the drawable.
2371         (move_resize_window_internal): Small cleanup and remove comment.
2372
2373         * gdk/quartz/gdkpixmap-quartz.c: Finish the drawable.
2374
2375 2007-03-10  Richard Hult  <richard@imendio.com>
2376
2377         * gdk/quartz/gdkprivate-quartz.h: Add missing function signature to fix
2378         a build warning.
2379
2380 2007-03-10  Richard Hult  <richard@imendio.com>
2381
2382         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_get_name): Plug a leak.
2383
2384 2007-03-10  Richard Hult  <richard@imendio.com>
2385
2386         * gdk/quartz/GdkQuartzView.c: Remove unneccesary exposure mask check.
2387
2388 2007-03-10  Richard Hult  <richard@imendio.com>
2389
2390         * gdk/quartz/gdkevents-quartz.c: (gdk_screen_get_setting): Don't set
2391         the font name here, leave that to themes, fixes #387508.
2392
2393 2007-03-10  Kristian Rietveld  <kris@gtk.org>
2394
2395         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_ref_node),
2396         (gtk_tree_model_sort_real_unref_node): when (un)reffing an
2397         element, also (un)ref its parent elements. (Fixes #364946,
2398         reported by many, testcase by Andreas Koehler).
2399
2400 2007-03-10  Matthias Clasen <mclasen@redhat.com>
2401
2402         * gtk/gtkprintoperation-unix.c: Initialize the do_preview
2403         field of PrintResponseData.  (#396703, Christian Persch)
2404
2405         * tests/print-editor.c: Plug some leaks.
2406
2407 2007-03-09  Matthias Clasen <mclasen@redhat.com>
2408
2409         * gtk/gtktextview.c (gtk_text_view_end_selection_drag):
2410         Get rid of the unused event argument. Update all callers.
2411
2412         * gtk/gtktextview.c (gtk_text_view_focus_out): Call
2413         gtk_text_view_end_selection_drag.  (#351671, Boyd Timothy)
2414
2415 2007-03-09  Matthias Clasen <mclasen@redhat.com>
2416
2417         * modules/input/gtkimcontextxim.c 
2418         (gtk_im_context_xim_filter_keypress): Don't commit
2419         modifier-adorned characters.  (#331369, #335796, Lin Ma
2420         and others)
2421
2422 2007-03-09  Matthias Clasen <mclasen@redhat.com>
2423
2424         * Everywhere: Remove unnecessary NULL checks before
2425         g_free().  (#369666, Morten Welinder, Djihed Afifi)
2426
2427         * configure.in: Check for ftw.h
2428
2429 2007-03-09  Matthias Clasen <mclasen@redhat.com>
2430
2431         * gtk/gtkfilesystemwin32.c (get_icon_path): Remove
2432         C99isms.  (#416525, Kazuki Iwamoto)
2433
2434 2007-03-09  Tor Lillqvist  <tml@novell.com>
2435
2436         * README.win32: Update.
2437
2438 2007-03-08  Matthias Clasen <mclasen@redhat.com>
2439
2440         * gdk/x11/gdkasync.c (send_event_handler): Defer the callbacks
2441         to an idle to avoid deadlock with xcb-ified libX11.  (#413032,
2442         Sebastian Dröge)
2443
2444 2007-03-08  Matthias Clasen <mclasen@redhat.com>
2445
2446         * gtk/gtknotebook.c (gtk_notebook_real_insert_page):
2447         Set child visibility to FALSE here; it will be turned
2448         back on in switch_page.  (#413664, Carlos Garnacho)
2449         
2450 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
2451
2452         * modules/engines/ms-windows/msw_style.c: Use proper border style
2453         when drawing shadow of scrolled windows on Windows XP (#168326)
2454         * modules/engines/ms-windows/xp_theme.c: Explicitly set size of
2455         element_part_map array to ensure it always is large enough.
2456         
2457 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>      
2458
2459         * gtk/gtkcombobox.c: Add shadow-type style property, set shadow-type
2460         property of GtkEntry accordingly, unify size-allocation of toggle
2461         button (#411123, patch from Mathias Hasselmann).
2462         * gtk/gtkentry.c: Add shadow-type property. Query style properties
2463         on style changes only (#411123, patch from Mathias Hasselmann).
2464         * modules/engines/ms-windows/msw_style.c: Drop combo_box_draw_box
2465         hack as GtkComboBox emits drawing requests now (#411123, patch 
2466         from Mathias Hasselmann).
2467         
2468 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
2469
2470         * gtk/gtkscrolledindow.c: Improve look of GtkScrolledWindow on Windows
2471         by implementing a scrollbars-within-bevel style property. (#168326)
2472         
2473 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
2474
2475         * gtk/gtkfilesystemwin32.c: Use Windows shell icons. Icons are
2476         stored in the current theme with the name
2477         "gtk-win32-shell-icon;PATH;INDEX". PATH and INDEX reference shell
2478         icons as reported by SHGetFileInfoW. (#412221)
2479
2480 2007-03-07  Matthias Clasen <mclasen@redhat.com>
2481
2482         * gtk/gtkexpander.c (gtk_expander_paint_focus): Draw the
2483         focus around the arrow if there is no label widget.  
2484         (#124045, Cody Russell)
2485
2486 2007-03-07  Matthias Clasen <mclasen@redhat.com>
2487
2488         * gtk/gtkcombo.c: (gtk_combo_init):
2489         * gtk/gtkcombobox.c: (gtk_combo_box_set_popup_widget),
2490         (gtk_combo_box_menu_setup):
2491         Set names on the popup widgets to make them themable. (#414975, 
2492         Benjamin Berg)
2493
2494 2007-03-07  Michael Natterer  <mitch@imendio.com>
2495
2496         * gtk/gtkcellrendereraccel.c: use multihead safe ungrab functions
2497         instead of gdk_keyboard_ungrab() and gdk_pointer_ungrab(), remove
2498         empty finalize() implementation, some cosmetic cleanup
2499         (bug #415645).
2500
2501 2007-03-06  Chris Wilson  <chris@chris-wilson.co.uk>
2502
2503         * gtk/gtkicontheme.c (update_current_theme), (gtk_icon_theme_init),
2504         (do_theme_change), (gtk_icon_theme_set_custom_theme),
2505         (load_themes):
2506         Be careful not to trigger a style reset before we have loaded
2507         the icon theme. (#414875).
2508
2509 2007-03-06  Tor Lillqvist  <tml@novell.com>
2510
2511         * gdk/Makefile.am
2512         * gtk/Makefile.am: Further fixes for building on Win32 outside
2513         srcdir. (#413492, Mathias Hasselmann)
2514
2515 2007-03-04  Ihar Hrachyshka <iharh@gnome.org>
2516
2517         * configure.in: Added be@latin to ALL_LINGUAS. Problems seems to be
2518         fixed.
2519
2520 2007-03-04  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2521
2522         * configure.in: Removed be@latin from ALL_LINGUAS, as it's currently
2523         breaking the build.
2524
2525 2007-03-04  Ihar Hrachyshka <iharh@gnome.org>
2526
2527         * configure.in: Added be@latin to ALL_LINGUAS
2528
2529 2007-03-03  Guillaume Savaton <llumeao@gmail.com>
2530
2531         * configure.in: Added Esperanto (eo) to ALL_LINGUAS
2532
2533 2007-03-01  Matthias Clasen <mclasen@redhat.com>
2534
2535         * gtk/gtksettings.c: Always store gtk-color-scheme
2536         values from all sources in the ColorSchemeData struct
2537         and ignore the property_value for gtk-color-scheme.
2538         This fixes #412596, reported by Thomas Wood.
2539
2540 2007-02-28  Matthias Clasen <mclasen@redhat.com>
2541
2542         * gtk/gtksettings.c: Make color scheme update properly
2543         when changing themes.  (#402131, Benjamin Berg)
2544
2545 2007-02-28  Matthias Clasen <mclasen@redhat.com>
2546
2547         * gtk/gtkrc.c: Don't leak references to the color-hash 
2548         gotten from GtkSettings.  (#409357, Benjamin Berg)
2549
2550 2007-02-28  Tristan Van Berkom <tvb@gnome.org>
2551
2552         * gtk/gtkradiobutton.c: Fixed a warning from
2553         g_object_set (radiobutton, "group", NULL, NULL).
2554
2555 2007-02-26  Matthias Clasen <mclasen@redhat.com>
2556
2557         Apply a patch by Carlos Garnacho to fix several problems
2558         with filechooser size handling (#325477, #151169, 143213,
2559         #153785)
2560
2561         * gtk/gtkfilechooserdefault.c: Increase NUM_LINES slightly.
2562         (browse_widgets_create): Don't force the paned position to 200.
2563         (find_good_size_from_style): Take the size of the extra widget
2564         into account.
2565
2566         * gtk/gtkfilechooserdialog.c (file_chooser_widget_update_hints):
2567         Accept a minimal width parameter. Update all callers.
2568
2569 2007-02-26  Matthias Clasen <mclasen@redhat.com>
2570
2571         * gtk/gtkprintunixdialog.c: Change the label to "Pages per side",
2572         which is more accurate, suggested by Tim Waugh. String change! 
2573
2574 2007-02-26  Matthias Clasen <mclasen@redhat.com>
2575
2576         * gtk/gtkprinteroptionwidget.c: Make the folder selection for
2577         print-to-file work. Reported by Ian Collier.
2578
2579 2007-02-26  Chris Wilson  <chris@chris-wilson.co.uk>
2580
2581         Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause gnome-panel crash
2582
2583         * gtk/gtkicontheme.c: (scan_directory):
2584                 Reorder the replacement of the shared base_name key, so that we
2585                 avoid dereferencing the string in the icon_theme->all_icon
2586                 hash table after freeing it from the dir->icons hash table.
2587
2588 2007-02-26  Tor Lillqvist  <tml@novell.com>
2589
2590         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon_name): Add
2591         comment clarifying that "icon name" here is not related to the
2592         freedesktop.org icon naming stuff.
2593
2594 2007-02-23  Dom Lachowicz  <domlachowicz@gmail.com>
2595
2596         * modules/engines/ms-windows/msw_style.c: Bug 411118 - bad bevel for
2597         progress bar on windows classic. Match from Mathias Hasselmann.
2598         
2599 2007-02-19  Tor Lillqvist  <tml@novell.com>
2600
2601         * gdk/win32/gdkinput.c
2602         (gdk_device_finalize, gdk_device_class_init): Remove.
2603         (gdk_device_get_type): Drop class init function. The X11 version
2604         doesn't have one either.
2605         (gdk_devices_list): Call gdk_display_list_devices() on _gdk_display.
2606         (gdk_display_list_devices): Check that the argument is
2607         _gdk_display.
2608
2609         * gdk/win32/gdkinput-win32.h (GdkAxisInfo, GdkDevicePrivate):
2610         Cleanup: remove unused fields.
2611         * gdk/win32/gdkinput-win32.c: Corresponding changes. Fix function
2612         names in a few debugging printouts.
2613
2614 2007-02-18  Matthias Clasen  <mclasen@redhat.com>
2615
2616         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_visually):
2617         Ignore invisible text when going to end of the previous line.
2618         (#382565)
2619
2620 2007-02-18  Richard Hult  <richard@imendio.com>
2621
2622         * gdk/quartz/gdkwindow-quartz.c:
2623         (gdk_window_quartz_process_all_updates),
2624         (_gdk_windowing_window_destroy): Setup release pools to plug two leaks,
2625         patch from Erik van Pienbroek, fixes bug #396649.
2626
2627 2007-02-18  Richard Hult  <richard@imendio.com>
2628
2629         * gdk/quartz/gdkevents-quartz.c: Add stub for 
2630         gdk_display_add_client_message_filter, patch from Taybin Rutkin. Fixes
2631         bug #405870.
2632
2633         * gdk/quartz/gdkprivate-quartz.h: Add prototypes to fix build warnings.
2634
2635 2007-02-18  Richard Hult  <richard@imendio.com>
2636
2637         * gdk/quartz/GdkQuartzView.h:
2638         * gdk/quartz/GdkQuartzWindow.h:
2639         * gdk/quartz/gdkquartz.h: Import AppKit.h instead of Quartz.h.
2640         * gdk/quartz/gdkscreen-quartz.c: (get_mm_from_pixels): Don't use 
2641         userSpaceScaleFactor for 10.3. Those changes bring us closer to working
2642         on panther, patch from Mathias Hasselmann.
2643         
2644         * gdk/quartz/gdkeventloop-quartz.c: Add includes to fix build warnings.
2645
2646 2007-02-16  Behdad Esfahbod  <behdad@gnome.org>
2647
2648         * gdk/gdkpango.c (gdk_pango_layout_get_clip_region): Use PANGO_PIXELS
2649         instead of division. (#334617)
2650
2651 2007-02-16  Kristian Rietveld  <kris@gtk.org>
2652
2653         * gtk/gtktreeprivate.h: add cursor_offset field.
2654
2655         * gtk/gtktreeview.c (gtk_tree_view_init),
2656         (gtk_tree_view_move_cursor_page_up_down): fix off by one error
2657         in page up/down handling by memorizing the offset into the cursor
2658         row.  (Fixes #399809, reported by Bruce Bowler).
2659
2660 2007-02-16  Kristian Rietveld  <kris@gtk.org>
2661
2662         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_hide): send
2663         a focus-in event to the tree view after hiding the search dialog.
2664         (#356515, Rich Burridge, Peter Parente).
2665
2666 2007-02-16  Kristian Rietveld  <kris@imendio.com>
2667
2668         * tests/testtooltips.c (query_tooltip_text_view_cb): also handle
2669         keyboard tooltips. (#408325, Matthias Clasen).
2670
2671 2007-02-16  Xan Lopez  <xan@gnome.org>
2672
2673         * gtk/gtkcombobox.c (gtk_combo_box_expose_event): Cleanup the logic
2674         in expose event handler. Reviewed by Matthias Clasen, #406112
2675
2676 2007-02-16  Matthias Clasen  <mclasen@redhat.com>
2677
2678         * gtk/gtkmain.c: Run pre_parse_hook only once.  (#403139, Kjartan
2679         Maraas)
2680
2681 2007-02-15  Matthias Clasen  <mclasen@redhat.com>
2682
2683         * gdk/x11/gdmain-x11.c (_gdk_xgrab_check_button_event): Be more
2684         careful when checking for ButtonRelease events that end implicit
2685         grabs.  (#386618, Christof Krüger)
2686
2687 2007-02-15  Matthias Clasen  <mclasen@redhat.com>
2688
2689         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Free the lines
2690         even if there are no views.  (#408018, Albert Huang)
2691
2692 2007-02-15  Cody Russell  <bratsche@gnome.org>
2693
2694         * gdk/win32/gdkevents-win32.c: Make sure we get enough main context 
2695         iterations while we're resizing so that the window contents are resized 
2696         more smoothly (#389765).
2697
2698         * gdk/win32/gdkevents-win32.c: Fix flickering widgets when window contents
2699         are resized (#310522).
2700
2701 2007-02-15  Matthias Clasen  <mclasen@redhat.com>
2702
2703         * gtk/updateiconcache.c: Handle symlinked .icon files 
2704         intelligently; also avoid storing duplicate strings.
2705
2706 2007-02-15  Michael Natterer  <mitch@imendio.com>
2707
2708         * gtk/gtkmenushell.c: remove two antique function typedefs that
2709         are probably obsolete for ages.
2710
2711 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
2712
2713         reviewed by: Matthias Clasen  <mclasen@redhat.com>
2714
2715         * configure.in: determine installation prefixes of dependent libs to
2716         crossreference docs (#407146).
2717
2718 2007-02-14  Kristian Rietveld  <kris@imendio.com>
2719
2720         * gtk/gtktooltip.c (child_location_foreach): check return value
2721         of gtk_widget_translate_coordinates() so we cannot end up
2722         using uninitialized x, y values.  (#407863, patch from Carlos
2723         Garnacho).
2724
2725 2007-02-14  Kristian Rietveld  <kris@imendio.com>
2726
2727         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2728         use TREE_VIEW_DRAG_WIDTH/2 when calculating the drag window
2729         position instead of a hardcoded value.  (Taken from maemo-gtk).
2730
2731 2007-02-14  Michael Natterer  <mitch@imendio.com>
2732
2733         * gtk/gtkmenu.c (gtk_menu_motion_notify): don't forget to set the
2734         state of the synthesized GDK_ENTER_NOTIFY event. Fix taken from
2735         maemo-gtk.
2736
2737 2007-02-13  Kristian Rietveld  <kris@imendio.com>
2738
2739         * gtk/gtktooltip.c (gtk_tooltip_hide_tooltip): stop any
2740         pending tooltip timeout. (Fixes #406110, Carlos Garnacho).
2741
2742 2007-02-10  Emmanuele Bassi  <ebassi@gnome.org>
2743
2744         * gtk/gtkrecentchoosermenu.c: Fix the english of the comment;
2745         remove some type checking; use better variable naming for the
2746         internal menu item markers.
2747
2748 2007-02-09  Emmanuele Bassi  <ebassi@gnome.org>
2749
2750         * gtk/gtkrecentchoosermenu.c: Add support for both prepending
2751         and appending custom menu items.
2752
2753         (gtk_recent_chooser_menu_constructor): Add a placeholder menu
2754         item for the empty menu case, and for giving us a starting
2755         point for the recent items populating process.
2756
2757         (gtk_recent_chooser_menu_insert_item),
2758         (gtk_recent_chooser_menu_dispose_items): Insert an item at
2759         the position following the placeholder (and find that position
2760         if needed).
2761
2762         (idle_populate_func), (idle_populate_clean_up): Show the
2763         placeholder menu item, instead of creating one each time.
2764
2765         (gtk_recent_chooser_menu_populate): Kill some indirections
2766         and hide the placeholder before populating the menu.
2767
2768         (set_recent_manager): Remember to remove the idle population
2769         source if the manager changes.
2770
2771         * tests/testrecentchoosermenu.c: Test the appending and
2772         prepending of the menu items to the recent chooser menu
2773         widget.
2774
2775 2007-02-08  Emmanuele Bassi  <ebassi@gnome.org>
2776
2777         * gtk/gtkrecentchoosermenu.c (idle_populate_func): Keep count
2778         of the displayed items to build the menu items mnemonic instead
2779         of the overall item count. (#377164)
2780
2781         (idle_populate_clean_up): Append a menu item if all the items
2782         got filtered in the idle populate function. (#405696)
2783
2784         * tests/Makefile.am:
2785         * tests/testrecentchoosermenu.c: Add a test for the
2786         GtkRecentChooserMenu widget.
2787
2788 Thu Feb  8 13:07:08 2007  Tim Janik  <timj@imendio.com>
2789
2790         * applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to
2791         GtkButtonBox (bug #336159).
2792
2793         * gtk/gtkenums.h:
2794         * gtk/gtkvbbox.c, gtk/gtkhbbox.c, gtk/gtkbbox.c:
2795         support GTK_BUTTONBOX_CENTER.
2796
2797         * tests/testbbox.c: new button box test, which allows testing of 
2798         the various button box properties.
2799
2800         * tests/testgtk.c: added GTK_BUTTONBOX_CENTER. to button box test.
2801
2802 2007-02-07  Cody Russell  <bratsche@gnome.org>
2803
2804         * gdk/gdk.symbols: Add gdk_event_request_motions
2805
2806 Wed Feb  7 19:03:28 2007  Tim Janik  <timj@gtk.org>
2807
2808         * gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request 
2809         condition which was wrongly ported with my last commit.
2810
2811 Tue Feb  6 15:53:59 2007  Tim Janik  <timj@imendio.com>
2812
2813         * gtk/gtktextview.c (gtk_text_view_motion_event):
2814         * gtk/gtkspinbutton.c (gtk_spin_button_motion_notify):
2815         * gtk/gtkaboutdialog.c (credits_motion_notify_event):
2816         * gtk/gtkhruler.c (gtk_hruler_motion_notify):
2817         * gtk/gtkvruler.c (gtk_vruler_motion_notify): 
2818         * gtk/gtkentry.c (gtk_entry_motion_notify):
2819         * gtk/gtktooltip.c (_gtk_tooltip_handle_event):
2820         * gtk/gtkhsv.c (gtk_hsv_motion): call gdk_event_request_motions()
2821         for new motion events after receiving motion hints.
2822
2823         * gdk/gdkevents.[hc]: added gdk_event_request_motions().
2824
2825 2007-02-06  Kristian Rietveld  <kris@imendio.com>
2826
2827         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event):
2828         remove unused get of has_tooltip.
2829
2830         * tests/testtooltips.c (query_tooltip_tree_view_cb): use the
2831         portable g_snprintf instead of snprintf.
2832
2833 2007-02-06  Michael Natterer  <mitch@imendio.com>
2834
2835         * gtk/gtktooltip.c (gtk_tooltip_finalize): chain up.
2836
2837         (gtk_tooltip_show_tooltip): move variables and code to local
2838         scope. Fixes warnings about maybe uninitialized variables.
2839
2840 2007-02-06  Kristian Rietveld  <kris@imendio.com>
2841
2842         New tooltips API.
2843
2844         * gtk/Makefile.am
2845         * gtk/gtk.h
2846         * gtk/gtk.symbols: build system foo.
2847
2848         * gtk/gtkmain.c (gtk_main_do_event): call tooltip event handler
2849         hook for appropriate events.
2850
2851         * gtk/gtkmarshalers.list: add BOOLEAN:INT,INT,BOOLEAN,OBJECT.
2852
2853         * gtk/gtkrc.c: add style for gtk-tooltip.
2854
2855         * gtk/gtksettings.c (gtk_settings_class_init): make the
2856         different tooltip timeouts configurable.
2857
2858         * gtk/gtkwidget.[ch]: add new properties, signals, make sure
2859         tooltips are hidden on unmap, destroy, update window event
2860         mask on realize, hook into focus change and show help
2861         handlers.
2862
2863         * gtk/gtkwindow.h: move GtkWindow typdef to gtkwidget.h ...
2864
2865         * gtk/gtktooltip.[ch]: new files.
2866
2867         * tests/Makefile.am
2868         * tests/testtooltips.c: add test application.
2869
2870 2007-02-05  Dom Lachowicz <domlachowicz@gmail.com>
2871
2872         * modules/engines/ms-windows/msw_style.c: Fix bug 404506, caused
2873         by prematurely releasing a DC. By Hiroyuki Yamamoto
2874         * modules/engines/ms-windows/msw_style.c: Fix bug 403470 - leaking 
2875         pixbufs when drawing rotated tabs. By Daniel Atallah
2876         
2877 2007-02-05  Michael Natterer  <mitch@imendio.com>
2878
2879         * gtk/gtksettings.c: add new boolean settings gtk-enable-accels
2880         and gtk-enable-mnemonics which enable/disable accelerators and
2881         mnemonics (bug #72375, based on a patch from Tommi Komulainen).
2882
2883         * gtk/gtkwindow.c (gtk_window_activate_key)
2884         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): don't invoke them
2885         if the resp. setting is FALSE.
2886
2887         * gtk/gtkaccellabel.c (gtk_accel_label_refetch)
2888         * gtk/gtklabel.c (gtk_label_set_pattern_internal): don't display
2889         them if the setting is FALSE.
2890
2891         * gtk/gtklabel.c: added signal connection to the screen's settings
2892         object and traverse all widgets on the screen when the setting
2893         changes. It's slightly ugly to also update GtkAccelLabels here,
2894         but less ugly than connecting and traversing all widgets twice.
2895
2896 2007-02-05  Michael Natterer  <mitch@imendio.com>
2897
2898         * gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): changed
2899         values from G_MAXUINT-0, -1, -2 to -1, -2, -3 so we stay within
2900         ansi C enum value limits. Fixes bug #46757.
2901
2902 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
2903
2904         * gtk/gtksequence.[ch]: Remove these files since GSequence has
2905         been moved into GLib.
2906
2907         * gtk/gtkliststore.c: Port to GSequence instead of GtkSequence.
2908
2909         * configure.in: Require glib-2.13.0
2910         
2911 2007-02-04  Tor Lillqvist  <tml@novell.com>
2912
2913         * gdk/win32/gdkcursor-win32.c: Don't define BITMAPV5HEADER on
2914         mingw with w32api >= 3.8, which has it in wingdi.h. (#403896)
2915
2916 2007-02-02  Kristian Rietveld  <kris@gtk.org>
2917
2918         * gtk/gtktreeview.c (gtk_tree_view_row_changed): remove unused
2919         style_get of vertical-separator. (#403165, Chris Wilson).
2920
2921 2007-02-02  Christian Persch  <chpe@svn.gnome.org>
2922
2923         * gtk/gtkfilechoosersettings.c: (get_config_filename),
2924         (ensure_settings_read), (_gtk_file_chooser_settings_init),
2925         (_gtk_file_chooser_settings_set_show_hidden),
2926         (_gtk_file_chooser_settings_set_expand_folders),
2927         (_gtk_file_chooser_settings_save): Use a simple key file instead of a
2928         markup file. Bug #399592.
2929
2930 2007-02-02  Mariano Suárez-Alvarez  <mariano@gnome.org>
2931
2932         * gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init):
2933         be a little more helpful with the docs on GtkCellRendererText:alignment.
2934         Bug #403409.
2935
2936 2007-02-01  Michael Natterer  <mitch@imendio.com>
2937
2938         * gtk/gtkmenu.c (gtk_menu_paint): pass &event->area to
2939         gtk_paint_box() calls.
2940
2941 2007-02-01  Michael Natterer  <mitch@imendio.com>
2942
2943         * gtk/gtkmenu.c (gtk_menu_button_press)
2944         (gtk_menu_button_release)
2945         (gtk_menu_button_scroll): remove redundant and confusing
2946         if (GTK_IS_MENU (widget)) checks because "widget" is always a
2947         GtkMenu here.
2948
2949 Thu Feb  1 12:22:06 2007  Tim Janik  <timj@imendio.com>
2950
2951         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): remove extra reference
2952         that gtkcombobox keeps on priv->popup_widget if it's a tree view.
2953
2954 2007-01-31  Christian Persch  <chpe@svn.gnome.org>
2955
2956         * gtk/gtkaboutdialog.c: (update_credits_button_visibility),
2957         (gtk_about_dialog_set_authors), (gtk_about_dialog_set_documenters),
2958         (gtk_about_dialog_set_artists),
2959         (gtk_about_dialog_set_translator_credits): Hide the Credits button iff
2960         there are no credits to show. Bug #402806.
2961
2962 2007-01-31  Tor Lillqvist  <tml@novell.com>
2963
2964         * gdk/win32/gdkinput-win32.c (print_cursor): New debugging
2965         function.
2966         (_gdk_input_wintab_init_check): Call it when debugging output is
2967         requested.
2968         (_gdk_input_wintab_init_check): Skip duplicated cursors for Wacom
2969         tablets. The Wacom driver reports duplicated cursors with
2970         physid==0. Fix verified by Robert Ögren.
2971
2972 2007-01-30  Felix Riemann  <friemann@svn.gnome.org>
2973
2974         * modules/printbackends/file/gtkprintbackendfile.c:
2975         (file_printer_get_options): Fix leaked string. Fixes bug #402565.
2976
2977 2007-01-30  Matthias Clasen  <mclasen@redhat.com>
2978
2979         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop):
2980         (gdk_x11_window_set_user_time): Be more careful about toplevel
2981         possibly being NULL.  (#402453, Sebastian Bacher)
2982
2983 Tue Jan 30 12:09:56 2007  Tim Janik  <timj@gtk.org>
2984
2985         * gtk/gtksettings.c: cleaned up ::color-hash registration to not abuse
2986         class_n_properties and leave an uninitialized value array behind.
2987
2988 2007-01-29  Michael Natterer  <mitch@imendio.com>
2989
2990         * gtk/gtkmenuitem.c (gtk_menu_item_select)
2991         (gtk_menu_item_deselect): queue a draw on the parent_menu_item of
2992         this menu item's menu, to enable themeing menu items depending on
2993         whether something is selected in their submenu (patch taken from
2994         maemo-gtk).
2995
2996 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
2997
2998         * gtk/gtktoolbar.c: Reinstate gtk_toolbar_content_new_compatibility()
2999         that was mistakenly "cleaned up" a while ago. Also
3000         revert a problematic change to the screen_changed
3001         handler.  (#401598, Søren Sandmann)
3002
3003 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
3004
3005         * gtk/gtkframe.c (gtk_frame_size_allocation): Fix a 
3006         problem with large y thickness.  (#136592, Xan Lopez)
3007
3008 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
3009
3010         * gtk/gtkaction.c (gtk_action_new): Use canonical
3011         property names.  
3012
3013 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
3014
3015         * gtk/gtknotebook.c (gtk_notebook_draw_arrow):
3016         (gtk_notebook_draw_focus): Avoid some unnecessary 
3017         gtk_widget_get_style() calls.
3018
3019 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
3020
3021         * gtk/gtktoolbar.c:
3022         * gtk/gtktoolitem.c:
3023         * gtk/gtktoolbutton.c: Rearrange things so that setting
3024         multiple properties causes not more than a single 
3025         reconstruction of the contents.
3026
3027         * gtk/gtkaction.c (connect_proxy): Set all tool button 
3028         properties in one go.
3029
3030 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
3031
3032         * gtk/gtkstatusicon.c:
3033         * gtk/gtktrayicon-x11.c: Fix GtkStatusIcon to not
3034         take up space on the panel if it is invisible.  (340110, Christian
3035         Persch)
3036
3037         * tests/teststatusicon.c:
3038         * tests/Makefile.am: Updates
3039
3040 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
3041
3042         * gtk/gtkfilesel.h:
3043         * gtk/gtkrc.h:
3044         * gtk/gtk.symbols: Add deprecation guards for gtk_rc_style_ref/unref
3045         and the old file selector.  (#348256)
3046
3047 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
3048
3049         * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)
3050
3051 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
3052
3053         * gtk/updateiconcache.c: Check the mtime of all directories,
3054         not just the toplevel, if ftw() is available.  (#331671, Behdad
3055         Esfahbod)
3056
3057         * configure.in: Check for ftw.h.
3058
3059 2007-01-26  Michael Natterer  <mitch@imendio.com>
3060
3061         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize):
3062         destroy the XIM only if it exists. While the code does look safe
3063         in general, there can be corner cases where the "reconnecting"
3064         boolean being FALSE does not correspond to the XIM being
3065         allocated (fixes #329450, fix taken from maemo-gtk).
3066
3067 Fri Jan 26 13:07:07 2007  Tim Janik  <timj@imendio.com>
3068
3069         * gtk/gtkstyle.c (draw_insertion_cursor): clamp cursor coordinates to
3070         window bounds (fix from Maemo Gtk).
3071
3072 2007-01-26  Michael Natterer  <mitch@imendio.com>
3073
3074         * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_prefix):
3075         only block/unblock completion->priv->insert_text_id if it is
3076         actually connected. While this can't happen the way GtkEntry
3077         itself uses the completion, it's still public API and should not
3078         blindly call functions that will spit warnings (fix taken from
3079         maemo-gtk).
3080
3081 2007-01-25  Matthias Clasen  <mclasen@redhat.com>
3082
3083         * gdk/gdkwindow.c: Reduce locking overhead by not repeatedly getting
3084         the paintable iface.  
3085
3086 2007-01-24  Michael Natterer  <mitch@imendio.com>
3087
3088         * gtk/gtkwidget.c (gtk_widget_set_state): revert generic disabling
3089         of PRELIGHT state for the reasons given in bug #135666. Widget
3090         states are sometimes abused or otherwise used wrongly for historic
3091         reasons, causing this part of the patch to break e.g. menu items.
3092
3093 2007-01-24  Roozbeh Pournader  <roozbeh@farsiweb.info>
3094
3095         * README: Remove mention of no-longer-existing PATCH
3096         keyword in bugzilla. (#396899)
3097
3098 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * gtk/gtkpagesetup.c
3101         (gtk_page_setup_set_paper_size_and_default_margins): Fix memory leak.
3102         Fixes bug #399907. 
3103
3104 2007-01-22  Chris Wilson <chris@chris-wilson.co.uk>
3105
3106         Bug 399314 – Add G_GNUC_WARN_UNUSED_RESULT to gtk_style_attach
3107
3108         * gtk/gtkstyle.h:
3109                 Cause gcc to issue a warning if the style returned from
3110                 gtk_style_attach is not used. Failure to update
3111                 widget->style causes some very difficult to reproduce bugs,
3112                 eg Bug 353498 – crash in Terminal: changing icon theme.
3113
3114 2007-01-19  Michael Emmel  <mike.emmel@gmail.com>
3115
3116         * gdk/directfb/gdkevents-directfb.c: added fixes for window
3117         crossing events frm Attilio Fiandrotti<attilio.fiandrotti@gmail.com>
3118
3119 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
3120
3121         * gtk/gtkcalendar.c: Fix build breakage.
3122
3123 2007-01-19  Kristian Rietveld  <kris@imendio.com>
3124
3125         * gtk/gtktreeview.c (gtk_tree_view_motion_bin_window),
3126         (add_scroll_timeout), (gtk_tree_view_drag_motion): factor out
3127         add_scroll_timeout().  (taken from maemo-gtk).
3128
3129 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
3130
3131         * gtk/gtkcalendar.c: Fix problems with the initial
3132         focus in GtkCalendar.  (#397783, Vincent Untz)
3133
3134 2007-01-19  Robert Ögren  <gtk@roboros.com>
3135
3136         Fix for bug #143460 - missed tablet clicks on Windows
3137
3138         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check):
3139         Request absolute reporting of tablet button state, and cut down
3140         the packet queue size a bit.
3141         (_gdk_input_other_event): Change button state handling
3142         accordingly. Also drop the no longer necessary code that detects
3143         missed clicks/releases for button 1. The switch to absolute button
3144         state should prevent missed events for all buttons. Additionally,
3145         swap button 2 and 3.
3146         (_gdk_input_grab_pointer): Don't reset button_state, that will only
3147         cause a new press event as soon as the next tablet packet arrives.
3148
3149 2007-01-19  Tor Lillqvist  <tml@novell.com>
3150
3151         Build Wintab support always on Windows. Don't require the Wintab
3152         SDK.
3153
3154         * configure.in: Drop the --with-wintab option. Drop the
3155         HAVE_WINTAB feature test macro and Automake variable.
3156
3157         * acconfig.h
3158         * config.h.win32.in: Drop HAVE_WINTAB.
3159
3160         * gdk/win32/gdkevents-win32.c
3161         * gdk/win32/gdkinput.c
3162         * gdk/win32/gdkinput-win32.h
3163         * gdk/win32/gdkinput-win32.c
3164         * gdk/win32/gdkmain-win32.c: Make HAVE_WINTAB ifdef blocks
3165         unconditional.
3166
3167         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Try
3168         to load wintab32.dll dynamically here. If it is found look up the
3169         handful Wintab functions we use.
3170         (rest of file): Use these function pointers instead of calling the
3171         functions from wntab32x.lib. The code in wntab32x.lib did the same
3172         thing anyway: tried to load wintab32.dll, and looked up the
3173         addresses of the actual functions from it.
3174
3175         * gdk/Makefile.am
3176         * gdk/win32/Makefile.am: Drop the libwntab32x hacks.
3177
3178         * gdk/win32/wintab.h
3179         * gdk/win32/pktdef.h: New files. Copied from the Wintab
3180         SDK. Copyright blurb says: "The text and information contained in
3181         this file may be freely used, copied, or distributed without
3182         compensation or licensing restrictions."
3183
3184         * README.win32: Update a bit. Remove the text about the Wintab
3185         SDK.
3186
3187 2007-01-18  Tor Lillqvist  <tml@novell.com>
3188
3189         * gdk-pixbuf/Makefile.am
3190         * gdk/Makefile.am
3191         * gdk/win32/Makefile.am
3192         * gtk/Makefile.am: Fixes for building outside srcdir on
3193         Win32. (#336819, #340013) Drop distributing the handmade .la
3194         libtool wrapper for the wntab32x library. It's too much trouble
3195         making it work when building outside srcdir. Just link to the
3196         library direcly using -Wl,win32/libwntab32x.a.
3197
3198 2007-01-18  Michael Natterer  <mitch@imendio.com>
3199
3200         * gtk/gtkcheckbutton.c
3201         * gtk/gtkdnd.c
3202         * gtk/gtkentry.c
3203         * gtk/gtkmenu.c
3204         * gtk/gtktreeview.c
3205         * gtk/gtkviewport.c: pass more clip rectangles to gtk_paint_foo()
3206         functions. Based on a patch from maemo-gtk (bug #398023).
3207
3208 2007-01-17  Tor Lillqvist  <tml@novell.com>
3209
3210         * gtk-zip.sh.in: Include also the COPYING file.
3211
3212 2007-01-17  Matthias Clasen  <mclasen@redhat.com>
3213
3214         * modules/printbackends/cups/gtkprintbackendcups.c: Don't use
3215         httpGetFd() when building against cups 1.1
3216
3217 2007-01-17  Tor Lillqvist  <tml@novell.com>
3218
3219         Proper fix for #396175:
3220
3221         * gtk/gtkimmulticontext.c: Revert change by Hans Breuer below: Do
3222         include gtkprivate.h. On Win32 we do want to use the redefinition
3223         of GTK_LOCALEDIR as a call to the function _gtk_get_localedir().
3224
3225         * gtk/gtkimmodule.c: Instead, correct the prefix also on
3226         simple_context_info.domain_dirname. Do the prefix corrections
3227         always on Win32, not just when GTK_LIBDIR is defined. i.e., until
3228         now they were done only in the autoconfiscated gcc builds. Hans
3229         needs to make sure GTK_LIBDIR and GTK_LOCALEDIR are defined also
3230         in MSVC builds now.
3231         (correct_localedir_prefix): New function, like
3232         correct_libdir_prefix(), but for GTK_LOCALEDIR, in case
3233         GTK_LOCALEDIR is not a descendant of GTK_LIBDIR.
3234         (gtk_im_module_initialize): Thus call correct_localedir_prefix()
3235         on the domain_dirname instead of correct_libdir_prefix().
3236         (_gtk_im_module_list): Call correct_localedir_prefix() on
3237         simple_context_info.domain_dirname.
3238
3239 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
3240
3241         * gtk/gtkrange.c (range_grab_remove): Queue a redraw when the
3242         grab changes.  (#396470, Benjamin Berg)
3243
3244 2007-01-15  Emmanuele Bassi  <ebassi@gnome.org>
3245
3246         * gtk/gtkrecentchoosermenu.c: Ellipsize the menu items label
3247         if they grow too much. (#357303)
3248
3249 2007-01-14  Matthias Clasen  <mclasen@redhat.com>
3250
3251         * gtk/gtkicontheme.c (theme_lookup_icon): When finding a matching
3252         non-scalable dir, keep going and look for a closer match.
3253         (#395830, Luca Ferretti)
3254
3255 2007-01-14  Christian Persch  <chpe@svn.gnome.org>
3256
3257         * gtk/gtkclipboard.c: (gtk_clipboard_set_text),
3258         (gtk_clipboard_set_image): Use gtk_target_table_new_from_list and
3259         gtk_target_table_free instead of duplicating the code. Bug #396493.
3260
3261 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
3262
3263         * gtk/gtkuimanager.c: Don't crash if menu or toolbar
3264         positions can't be found.  (#396161, Hans Breuer)
3265
3266 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
3267
3268         * gtk/gtkselection.c (_gtk_selection_request): Plug 
3269         memory leaks.  (#396160, Carlos Garcia Campos)
3270
3271 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
3272
3273         * configure.in: Link libgtk against Xfixes.  (#396074,
3274         Tommi Komulainen)
3275
3276 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
3277
3278         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Avoid
3279         a compiler warning.  (#395045, Chris Wilson)
3280
3281 2007-01-13  Hans Breuer <hans@breuer.org>
3282
3283         * gtk/gtkprintoperation-win32.c : take the custom tab label from
3284         gtk_print_operation_set_custom_tab_label() into account (bug #390746).
3285
3286         * gtk/gtkimmulticontext.c : don't include "gtkprivate.h" to avoid
3287         differing definitions of GTK_LOCALEDIR (bug #396175).
3288
3289         * gtk/gtktreeview.c : use g_snprintf instead of snprintf, which is
3290         not available everywhere
3291
3292         * gtk/makefile.msc.in : updated
3293
3294 2007-01-12  Michael Natterer  <mitch@imendio.com>
3295
3296         * gtk/gtkentry.c (gtk_entry_button_press): don't add
3297         entry->scroll_offset to entry->drag_start_y. Fixes the entry
3298         starting drags after ridiculously small mouse movements.
3299
3300 2007-01-11  Richard Hult  <richard@imendio.com>
3301
3302         * demos/gtk-demo/main.c: (load_file): Close the file after it's
3303         loaded (bug #395316).
3304
3305 2007-01-11  Kjartan Maraas  <kmaraas@gnome.org>
3306
3307         * gtk/gtkfilesystemunix.c: (expand_tilde):
3308         Make a single tilde go to $HOME in the location entry.
3309         Patch from Yevgen Muntyan. Closes the gtk+ part of
3310         bug #334168.
3311
3312 2007-01-10  Behdad Esfahbod  <behdad@gnome.org>
3313
3314         * gdk/gdkpango.c (gdk_draw_layout_with_colors):
3315         * gtk/gtklabel.c (gtk_label_size_request):
3316         Use pango_matrix_transform_rectangle(). (#340141)
3317
3318         * configure.in: Bump pango requirement to 1.15.3.
3319
3320 2007-01-10  Kristian Rietveld  <kris@imendio.com>
3321
3322         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
3323         refactor to initialize indicator_size to TOGGLE_WIDTH instead
3324         of the hardcoded value of 12.
3325
3326 2007-01-09  Matthias Clasen  <mclasen@redhat.com>
3327
3328         * configure.in: Fix the directfb cairo test. (#394855, 
3329         Josselin Mouette)
3330
3331 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
3332
3333         * configure.in: Fix comment for --with-included-loaders.  That option
3334         affects builds with module loading enabled too.
3335
3336 2006-01-08  Peter Teichman  <peter@novell.com>
3337
3338         * gtk/gtkfilechooserdefault.c:
3339         * gtk/gtkfilechooserprivate.h:
3340         * gtk/gtkfilechoosersettings.c:
3341         * gtk/gtkfilechoosersettings.h:
3342         Save the expanded state of the folder browser with the file
3343         chooser settings.  Resolves the expander portions of (#153828,
3344         Lemmit Kaplinski)
3345
3346 2007-01-08  Emmanuele Bassi  <ebassi@gnome.org>
3347
3348         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
3349         Don't leak the icon pixbuf after setting it to the image menu
3350         item.  Found by Paolo Borelli.
3351
3352 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
3353
3354         * gtk/gtktreemodel.c (gtk_tree_path_to_string): Don't 
3355         corrupt memory when faced with paths with ridiculously
3356         large indices. Found by the GTKVTS test suite.  
3357
3358 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
3359
3360         * gtk/gtkmodules.c (_gtk_modules_init): Set 
3361         default_display_opened before loading modules.  (#393102,
3362         Brian Cameron)
3363  
3364 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
3365
3366         * gtk/gtktextview.c (gtk_text_view_set_border_window_size):
3367         Call text_window_realize() with the correct parameters.
3368         (#393813, Yevgen Muntyan)
3369
3370 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
3371
3372         * gtk/gtkstatusbar.c: Move docs inline, and expand them 
3373         a bit.
3374
3375 2007-01-06  Matthias Clasen  <mclasen@redhat.com>
3376
3377         * gtk/gtklabel.c: Make line wrapping work with width-chars
3378         and max-width-chars, and simplify the storage of wrap-width.
3379         (#322580, Itai Bar-Haim)
3380
3381 2007-01-06  Tor Lillqvist  <tml@novell.com>
3382
3383         * gdk/win32/cursor.bdf: New file. Downloaded from
3384         freedesktop.org's webcvs. Slighly edited cursors "crosshair",
3385         "diamond_cross", "draft_large", "gobbler" and "target" to fix
3386         #392504. It is possible that the same end result could have been
3387         achieved by tweaking bdfcursor.c instead.
3388         
3389         * gdk/win32/bdfcursor.c: Add optional debugging output.
3390
3391         * gdk/win32/xcursors.h: Regenerated.
3392
3393 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
3394
3395         * gtk/gtknotebook.c (gtk_notebook_set_menu_label_text): Left-align
3396         menu labels.  (#393255, Michail Crayson)
3397
3398 2007-01-05  Kristian Rietveld  <kris@gtk.org>
3399
3400         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): handle tree
3401         == NULL.  (Fixes #392685, reported by Yevgen Muntyan).
3402
3403 2007-01-05  Kristian Rietveld  <kris@gtk.org>
3404
3405         * gtk/gtktreeview.c (gtk_tree_view_row_changed): do allow to
3406         invalidate nodes if the tree view is not realized. (#363147,
3407         Carlos Garnacho, Miguel Cabrera).
3408
3409 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
3410
3411         * gtk/gtkmenu.c (gtk_menu_paint): Take the scroll arrow into
3412         account when drawing the background.  (#393166, Benjamin Berg)
3413
3414 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
3415
3416         * gtk/gtklabel.c (get_layout_location): Fix broken width computation,
3417         again.
3418
3419 2007-01-05  Carlos Garnacho  <carlosg@gnome.org>
3420
3421         * gtk/gtknotebook.c (gtk_notebook_size_request): take into account
3422         both scroll arrows when calculating size request in GTK_POS_LEFT or
3423         GTK_POS_RIGHT notebooks. (#393124, reported by Christian Persch)
3424
3425 2007-01-05  Michael Natterer  <mitch@imendio.com>
3426
3427         * gtk/gtkwindow.c (gtk_window_key_release_event): chain up to
3428         the right function (fix taken from maemo-gtk).
3429
3430 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
3431
3432         * gdk/gdkprivate.h:
3433         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors),
3434         (gdk_draw_layout_with_colors):
3435         * gdk/gdkwindow.c (gdk_window_draw_glyphs_transformed):
3436         Avoid overflow when converting coordinates to Pango units. (#332266,
3437         Jody Goldberg)
3438
3439 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
3440
3441         * gtk/gtkcombobox.c (gtk_combo_box_popup): move set_cursor
3442         after realization of the popup window, so clamp node doesn't fail.
3443         (#346616, Tommi Komulainen, patch by Kristian Rietveld).
3444
3445 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
3446
3447         * gtk/gtklabel.c (get_layout_location): Fix uninitialized width
3448         variable.
3449
3450 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
3451
3452         * gtk/Makefile.am:
3453         * gdk-pixbuf/Makefile.am:
3454         * configure.in:
3455         * gdk/win32/rc/gdk.rc.in: Cross-compilation fixes.
3456         (#392646, Yevgen Muntyan)
3457
3458 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
3459
3460         * demos/gtk-demo/textscroll.c:
3461         * gtk/gtkhandlebox.c:
3462         * gtk/gtkcolorsel.c: Fix some compiler warnings.
3463
3464 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3465
3466         * gtk/gtktextview.c: Rework the beep-on-uninserted-text
3467         by calling the input method regardless of editability,
3468         and beeping from the commit/preedit-changed handlers.
3469         (#390514, Yevgen Muntyan)
3470
3471 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3472
3473         Fix #332604, reported by Joe Wreschnig, patch
3474         by Jan Arne Petersen and Behdad Esfahbod.
3475
3476         * gtk/gtklabel.c (gtk_label_size_allocate): Only
3477         set the width of the layout when necessary.
3478         (get_layout_location): Use pango_layout_get_pixel_extents()
3479         instead of pango_layout_get_width().
3480
3481 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3482
3483         * modules/printbackends/cups/gtkprintbackendcups.c 
3484         (available_choices): Don't leak conflicts.
3485
3486         * gtk/gtkprintoperation.c (gtk_print_operation_finalize):
3487         Don't leak the status string.
3488
3489 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3490
3491         * gtk/gtkfilechooserdefault.c (update_chooser_entry):
3492         Exit early if we can't get file info - this happens
3493         if the iter points to the row where we are editing
3494         the name for a newly created folder.  (#392191, Michael
3495         Partridge, patch by Kristian Rietveld)
3496
3497 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3498
3499         * gtk/*.c:
3500         * gdk/x11/*.c: Apply a patch by Chris Wilson to
3501         avoid spurious valgrind warnings from XSendEvent() 
3502         calls.  (#392532)
3503
3504         * modules/printbackends/cups/gtkprintbackendcups.c: Close
3505         the http connection after getting the PPD.
3506
3507         * gtk/gtkprinteroptionwidget.c (filesave_changed_cb):
3508         Fix memory leaks.  
3509
3510 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3511
3512         * gtk/gtkassistant.c (remove_page): If the current page
3513         is removed, always pick a different one.  (#392457, 
3514         Colin Watson)
3515
3516 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3517
3518         * modules/printbackend/cups/*.c: Coding style cleanups.
3519
3520 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3521
3522         * configure.in: Export SED to make sourcing of
3523         libtool work. Tighten up the directfb pkgconfig check.
3524
3525 2007-01-03  Michael Natterer  <mitch@imendio.com>
3526
3527         * gtk/gtkstyle.c (option_menu_get_props)
3528         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Use 
3529         gtk_border_free when freeing borders.
3530
3531 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
3532
3533         * gtk/gtkentry.c (get_text_area_size): Work when the
3534         entry is not realized.  (#392315, Yevgen Muntyan)
3535
3536         * gtk/gtkentry.c (gtk_entry_queue_draw): Use 
3537         GTK_WIDGET_DRAWABLE() here.  (#392227, Chris Wilson)
3538
3539         * gtk/gtkentry.c (cursor_blinks): Don't get settings
3540         unnecessarily.  (#392227)
3541
3542 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3543
3544         * gtk/gtkwindow.c (gtk_window_move_resize): Only process
3545         updates on the window at hand, not on all windows, to
3546         avoid violating resize/redraw ordering constraints.
3547         (#362406, Owen Taylor)
3548         
3549 2007-01-03  Kristian Rietveld  <kris@gtk.org>
3550
3551         * gtk/gtkcellrendererprogress.c
3552         (gtk_cell_renderer_progress_class_init): fix docs.
3553
3554 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3555         
3556         * gtk/updateiconcache.c: Include locale.h
3557
3558 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3559
3560         * gtk/updateiconcache.c (main): Call setlocale().
3561
3562         * gtk/gtkfilesel.c:
3563         * gtk/gtkfilesystemunix.c:
3564         * gtk/gtkfilesystemwin32.c:
3565         * gtk/gtkfilechoosersettings.c:
3566         * gtk/updateiconcache.c: Consistently use folder instead of
3567         directory in translated messages.  (#344584, Javier F. Serrador)
3568
3569 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3570
3571         Try to fix #315732, reported by Luke Hutchinson:
3572
3573         * gdk/x11/xsettings-client.[hc]:
3574         * gdk/x11/gdkdevents-x11.c: Don't assume that ref'ing a GdkWindow
3575         will guarantee that it can be looked up in the xid hash later.
3576         Also, use the nesting server grab function during the xsettings
3577         client initialization. Finally, make xsettings client not
3578         eat DestroyNotifys so that GDK can do its regular cleanup. 
3579
3580 2007-01-02  Michael Natterer  <mitch@imendio.com>
3581
3582         * gtk/gtkrange.c (gtk_range_scroll) (gtk_range_move_slider): beep
3583         when a keybinding didn't change adjustment->value.
3584
3585 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3586
3587         * gtk/gtktextbuffer.c (gtk_text_view_key_press_event):
3588         Try harder not to beep on events which are not meant to
3589         insert stuff in the buffer.  (#390514, Yevgen Muntyan) 
3590
3591 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3592
3593         * gtk/gtktextbufferrichtext.c: Small documentation fixes.
3594
3595 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
3596
3597         * gtk/gtkentry.c (get_text_area_size): Center in the frame.  
3598         (#304482, Rob Staudinger, patch by  Richard Stellingwerff)
3599
3600 2007-01-02  Michael Emmel  <mike.emmel@gmail.com>
3601
3602         * gdkwindow-directfb.c: fixed leak of dfb resource on destroy 
3603
3604 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3605
3606         * gtk/gtkscrolledwindow.h:
3607         * gtk/gtkscrolledwindow.c: Only handle key bindings
3608         for scrolling if the scrollbars are visible.
3609         (#340135, Christian Persch)
3610
3611 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3612
3613         * gtk/gtktextview.c (gtk_text_view_scroll_hpages):
3614         Don't segfault on horizontal scrolling.  
3615
3616 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3617
3618         * gtk/gtknotebook.h:
3619         * gtk/gtknotebook.c: Only handle key bindings for
3620         tab reordering if the tabs are shown and reorderable. 
3621         (#390468, Yevgen Muntyan)
3622
3623         * gtk/gtkmarshalers.list: Add required marshaler
3624
3625 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3626
3627         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties):
3628         Mention in the docs that the return value is
3629         NULL-terminated.  (#383373, Christian Neumair)
3630
3631 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3632
3633         * gtk/gtkicontheme.c (load_themes): Waste less time
3634         with non-directories.  (#391725, Chris Wilson)
3635
3636 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3637
3638         * gtk/gtkcellrendererprogress.c: Implement activity mode
3639         for GtkCellRendererProgress.  (#377851, Brad Taylor)
3640
3641 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3642
3643         Fix some IPP compliance issues.  (#391523, Albrecht Dress)
3644
3645         * modules/printbackends/cups/gtkcupsutils.c
3646         (gtk_cups_request_encode_option): Use IPP_TAG_JOB, not
3647         IPP_TAG_OPERATION.
3648         * modules/printbackends/cups/gtkprintbackendcups.c
3649         (gtk_print_backend_cups_print_stream): Don't add the
3650         requesting-user-name attribute a second time. 
3651
3652 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
3653
3654         * gtk/gtkimcontextsimple.c: Fix en/em dash confusion.  (#378462)
3655
3656 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
3657
3658         * gtk/gtkrecentchoosermenu.c (set_recent_manager): Use the
3659         right object when disconnecting from the GtkRecentManager::changed
3660         signal; save us a few indirections using a variable.
3661
3662 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
3663
3664         * gtk/gtkrecentchoosermenu.c: Move the signal and idle
3665         disconnections into the dispose function, as well as the
3666         object unrefs; reset every handler id and the
3667         pointers. (suggested by Paolo Borelli, #390873)
3668
3669 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
3670
3671         * gtk/gtkprintoperation-win32.c: Include windows.h (#391229,
3672         Kazuki Iwamoto)
3673
3674 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3675
3676         * gtk/gtktextview.c (gtk_text_view_destroy): Remove the
3677         scroll timeout.  (#390872, Yevgen Muntyan)
3678
3679 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3680
3681         * gtk/gtkprintoperation-unix.c:
3682         * gtk/gtkprintbackend.c:
3683         * gtk/gtkfilechooserdefault.c:
3684         * gtk/gtksettings.c: Move a few settings to gtksettings.c
3685         to make sure they show up in the docs.  (#365364, Christian
3686         Persch)
3687
3688 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3689
3690         * gtk/gtkassistant.c: Redraw assistant on reallocate
3691         to avoid rendering glitches.  (#343956, Christian
3692         Persch, Carlos Garnacho)
3693
3694 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3695
3696         * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)
3697
3698 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3699
3700         * gtk/gtkaction.c: Improve the docs of the "label" 
3701         property.  (#341730, Kristof Vansant)
3702
3703 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3704
3705         * gtk/gtkwindow.c (gtk_window_compute_configure_request_size):
3706         Correctly handle min size. (#320465, Philipp Langdale)
3707
3708 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3709
3710         * gtk/prop-editor.c: Implement editing of flags.
3711
3712 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
3713
3714         * gtk/gtkentry.c:
3715         * gtk/gtklabel.c:
3716         * gtk/gtkpaned.c:
3717         * gtk/gtkstatusbar.c:
3718         * gtk/gtktextview.c: Don't install cursors on insensitive
3719         widgets.  (#358864, Jan Schampera)
3720
3721 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
3722
3723         * gtk/gtkrecentmanager.h:
3724         * gtk/gtkprintoperation.c: Fix doc typos.  (#370909,
3725         Shiino Yuki)
3726
3727         * gtk/gtkstyle.c (gtk_style_attach): Clarify docs.  (#353423,
3728         Christian Persch)
3729
3730         * gtk/gtkentry.c (blink_cb):
3731         * gtk/gtktextview.c (blink_cb): Don't die in an assertion
3732         if focus went missing. Just warn, clean up and continue.
3733         (#374378)
3734
3735 2006-12-29  Carlos Garnacho  <carlosg@gnome.org>
3736
3737         * gtk/gtknotebook.c (gtk_notebook_scroll): return if the widget that
3738         originally received the event is a notebook page. (#315440, reported
3739         by Mateusz Stefek)
3740
3741 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
3742
3743         * gdk/gdkcolor.c (gdk_color_hash): Fix a typo. (#390613,
3744         Paolo Borelli)
3745
3746 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
3747
3748         * tests/prop-editor.c: Display children of containers
3749         and cell renderers of cell layouts.
3750
3751         * gtk/gtk.symbols:
3752         * gtk/gtkcelllayout.[hc] (gtk_cell_layout_get_cells):
3753         New function to get the cell renderers of a cell layout.
3754
3755         * gtk/gtktreeviewcolumn.c:
3756         * gtk/gtkcellview.c:
3757         * gtk/gtkiconview.c: Implement get_cells.
3758
3759 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
3760
3761         * gtk/gtkiconview.c: Use word wrapping by default, and
3762         center multiline labels.  (#318763, Ross Burton)
3763
3764         * gtk/gtkcellrenderertext.c (get_layout): Remove a special
3765         case for single-line layouts.
3766
3767 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
3768
3769         * gtk/gtkarrow.c: Fix a typo in the docs.  (#390423,
3770         David Lodge)
3771
3772         * gtk/gtkuimanager.c (update_node): Only use the results
3773         of find_menu/toolbar_position() if they succeed. May fix
3774         bug #388041.
3775
3776 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
3777
3778         * gdk/gdk.c: Fix some formatting errors in docs.  
3779
3780 2006-12-28  Tor Lillqvist  <tml@novell.com>
3781
3782         * gtk/gtkstatusicon.c (gtk_status_icon_finalize)
3783         (gtk_status_icon_update_image): Don't leak HICONs on
3784         Win32. (#364868, Hiroyuki Yamamoto)
3785
3786 2006-12-28  Carlos Garnacho  <carlosg@gnome.org>
3787
3788         Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.
3789
3790         * gtk/gtkwidget.c (gtk_widget_class_init): add "drag-failed" signal.
3791         * gtk/gtkmarshalers.list: add new marshaler definition.
3792         * gtk/gtkenums.h: add GtkDragResult enum.
3793
3794         * gtk/gtkdnd.c (gtk_drag_drop_finished): emit "drag-failed" if DND
3795         operation wasn't successful.
3796         (_gtk_drag_source_handle_event) (gtk_drag_drop)
3797         (gtk_drag_selection_get) (gtk_drag_cancel) (gtk_drag_key_cb)
3798         (gtk_drag_grab_broken_event_cb) (gtk_drag_grab_notify_cb)
3799         (gtk_drag_button_release_cb) (gtk_drag_abort_timeout): tell
3800         gtk_drag_drop_finished() the operation result.
3801
3802         * gtk/gtknotebook.c (gtk_notebook_drag_failed): new function.
3803         (gtk_notebook_drag_data_get): do not call window creation hook here.
3804         (gtk_notebook_init): do not set "application/x-rootwindow-drop"
3805         target, instead connect to "drag-failed".
3806         (gtk_notebook_draw_focus): fix potential crasher if cur_page is NULL.
3807
3808 2006-12-28  Mikael Hallendal  <micke@imendio.com>
3809
3810         * gdk/quartz/gdkevents-quartz.c: Factored out the event loop 
3811         integration into gdkeventloop-quartz.c.
3812
3813         * gdk/quartz/Makefile.am: Added gdkeventloop-quartz.c
3814
3815         * gdk/quartz/gdkeventloop-quartz.c: New file containing the event loop 
3816         integration.
3817
3818 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3819
3820         * modules/printbackends/lpr/gtkprintbackendlpr.c 
3821         (gtk_print_backend_lpr_print_stream): Close the io channel
3822         on unref.  (#390159, Joe Markus Clarke)
3823
3824 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3825
3826         * gdk/gdk.h: Remove redundant declarations (#390097,
3827         Christian Persch)
3828
3829 2006-12-27  Kristian Rietveld  <kris@gtk.org>
3830
3831         Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).
3832
3833         * gtk/gtksettings.c (gtk_settings_class_init): add new setting
3834         gtk-alternative-sort-arrows.
3835
3836         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): add
3837         new setting.
3838
3839         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: set new
3840         gtk-alternative-sort-arrows setting to true.
3841
3842         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
3843         invert direction if gtk-alternative-sort-arrows is TRUE.
3844
3845 2006-12-27  Tor Lillqvist  <tml@novell.com>
3846
3847         * gtk/gtk.symbols: Add gtk_status_icon_get_screen and
3848         gtk_status_icon_set_screen.
3849
3850         * gtk/gtkstatusicon.c: Implement gtk_status_icon_position_menu()
3851         on Windows. Keep track of where the last button click on the
3852         taskbar icon took place, and return that. Obviously not correct if
3853         no button has ever been clicked on the icon, or if the geometry of
3854         the taskbar has changed since. But for most use cases where a menu
3855         is going to be displayed as a direct result of a button click on
3856         the status icon, works fine. (#377349)
3857
3858         Implement getting the orientation property on Windows.
3859
3860         (gtk_status_icon_embedded_changed)
3861         (gtk_status_icon_orientation_changed): Ifdefify these functions
3862         that are used only on X11.
3863
3864 2006-12-27  Tor Lillqvist  <tml@novell.com>
3865
3866         * gtk/gtkfilesystemwin32.c (execute_callbacks): Fix
3867         typo. (#390035, Kazuki Iwamoto)
3868
3869 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3870
3871         * gtk/gtkcellview.c (gtk_cell_view_set_model): Accept NULL.
3872
3873         * gtk/gtkcombobox.c (gtk_combo_box_set_model):
3874         (gtk_combo_box_unset_model): Handle repeated unsetting
3875         of models without warnings.  (#367529, Robert Ancell)
3876
3877 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3878
3879         * modules/printbackends/cups/gtkcupsutils.c: 
3880         * modules/printbackends/cups/gtkprintbackendcups.c: Use
3881         getters for http fields where available.  (#364866, 
3882         Björn Lindqvist)
3883
3884 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3885
3886         * gtk/gtkwidget.c (gtk_widget_show): Add a g_return_if_fail.
3887         (#362614, Xan Lopez)
3888
3889 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3890
3891         * gtk/gtkuimanager.c (update_node): If a required action
3892         is missing, don't recurse over the children.  (#349119,
3893         Chris Moller)
3894
3895 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
3896
3897         Fix a few problems with nested menus in comboboxes
3898         (#386694, Yevgen Muntyan)
3899
3900         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always
3901         connect the activate callback.
3902         (gtk_combo_box_menu_item_activate): Do nothing if called on
3903         an item with a submenu.
3904         (gtk_combo_box_menu_row_deleted): Remove a submenu when it
3905         is empty.
3906
3907 2006-12-26  Mariano Suárez-Alvarez  <mariano@gnome.org>
3908
3909         * gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the
3910         filechooser button. Bug 353196.
3911
3912 2006-12-26  Kristian Rietveld  <kris@gtk.org>
3913
3914         * gtk/gtktreeview.c (gtk_tree_view_search_init): fix typo causing
3915         the search dialog timeout never to be refreshed. (#389581,
3916         Andrzej Szombierski).
3917
3918 2006-12-26  Kristian Rietveld  <kris@gtk.org>
3919
3920         Lots of scrolling fixes.  Made scrolling work properly in not fully
3921         validated tree views; fixed a bunch of corner cases.
3922
3923         * gtk/gtktreeview.c (validate_visible_area): if a row's dy is past
3924         upper - page_size, we know it is located at the end so the test for
3925         dy + height has been dropped.
3926         In the same case if area_below < 0, we know this is the last node
3927         in the tree view so area_above is page_size - height of this row.
3928         (validate_visible_area): got rid of subtracting new_height -
3929         old_height from area_{below,above}, it didn't make any sense at
3930         all and the full height of the row should be subtracted instead.
3931         (validate_visible_area): when scrolling to a given path, set the
3932         top row directly together with the dy offset, then sync that top_row
3933         to the dy.
3934         (gtk_tree_view_set_top_row): new function to directly set a top_row.
3935         (gtk_tree_view_dy_to_top_row): refactored to use
3936         gtk_tree_view_set_top_row().
3937         (gtk_tree_view_top_row_to_dy): make sure dy >= 0 when done.
3938         (gtk_tree_view_adjustment_changed): only update our dy and
3939         top_row if the adjustment's dy actually changed.
3940
3941 2006-12-26  Christian Persch  <chpe@cvs.gnome.org>
3942
3943         * gtk/gtknotebook.c: (gtk_notebook_real_insert_page):
3944         Return the correct value from gtk_notebook_insert_page if the
3945         page-added handler reorders the tabs. Bug #345094.
3946
3947 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
3948
3949         Fix small regressions in GtkNotebook tab detaching. Bug #378852.
3950
3951         * gtk/gtknotebook.c (gtk_notebook_do_arrow): grab focus to allow tabs
3952         scrolling when hovering with a detached tab.
3953         (gtk_notebook_stop_reorder): Do not deparent the wrong tab if the
3954         focus tab has changed during a tab DND operation.
3955         (gtk_notebook_drag_end): ensure that the dropped tab gets focused.
3956         (gtk_notebook_paint): do not take cur_page as a reference to paint the
3957         box if it's detached.
3958         (gtk_notebook_calculate_tabs_allocation): focus_tab may be different
3959         to the detached tab if we hover the arrows during a tabs detaching 
3960         operation, do not allocate it unconditionally in 0,0.
3961
3962 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
3963
3964         Expose improvements for GtkNotebook. Bug #383435
3965
3966         * gtk/gtknotebook.c (gtk_notebook_expose): propagate the event to tab
3967         labels.
3968         (gtk_notebook_draw_focus): do not repaint the whole focused tab again.
3969         (gtk_notebook_draw_tab): do not send handmade expose events to tab
3970         labels.
3971
3972 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
3973
3974         * gtk/gtkfilesystemunix.c (execute_callbacks): Return
3975         FALSE.  (#389623, Carlos Garnacho Parro)
3976
3977         * gtk/gtkrange.c (stop_scrolling): Avoid spurious
3978         redraws.
3979
3980 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
3981
3982         * gtk/gtkplug.c: (gtk_plug_construct_for_display),
3983         (gtk_plug_unrealize): Notify the "embedded" property also on
3984         normal construction and when destroying the socket window.
3985         Bug #388738.
3986
3987 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
3988
3989         * gtk/gtkaboutdialog.c: (gtk_about_dialog_class_init),
3990         (gtk_about_dialog_init), (display_credits_dialog),
3991         (display_license_dialog):
3992         * gtk/gtkfilechooserdialog.c: (gtk_file_chooser_dialog_class_init),
3993         (gtk_file_chooser_dialog_init),
3994         (gtk_file_chooser_dialog_constructor),
3995         (gtk_file_chooser_dialog_unmap):
3996         * gtk/gtkrecentchooserdefault.c:
3997         (_gtk_recent_chooser_default_init):
3998         * gtk/gtkrecentchooserdialog.c:
3999         (gtk_recent_chooser_dialog_class_init),
4000         (gtk_recent_chooser_dialog_init),
4001         (gtk_recent_chooser_dialog_constructor),
4002         (gtk_recent_chooser_dialog_unmap): Set the HIG spacings directly
4003         instead of using style-set handlers. Fix the filechooser's spacing
4004         between content and action area to 12px. Bug #372447.
4005
4006 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
4007
4008         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate):
4009         Don't assume statusbar->label is the statusbar's frame's child when
4010         shrinking the size allocation when the grip is shown. Bug #372452.
4011
4012 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
4013
4014         * gtk/gtkpagesetupunixdialog.c: (printer_status_cb),
4015         (add_custom_paper): Fix mem leaks. Bug #389194.
4016
4017 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
4018
4019         * gtk/gtktextutil.c: Remove debug output.
4020
4021         * gtk/gtktextview.c: Improve the DND scrolling
4022         behaviour.  (#92387, Carlos Garnacho Parro)
4023
4024         * gtk/gtkaccellabel.c: Improve translators comments.  
4025         (#389298, Christian Persch)
4026
4027 2006-12-24  Bastien Nocera  <hadess@hadess.net>
4028
4029         * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
4030         (#389183)
4031
4032 2006-12-24  Christian Persch  <chpe@cvs.gnome.org>
4033
4034         * docs/reference/gtk/gtk-sections.txt:
4035         * gtk/gtk.symbols:
4036         * gtk/gtkpagesetupunixdialog.c: (fill_paper_sizes_from_printer):
4037         * gtk/gtkprinter-private.h:
4038         * gtk/gtkprinter.c: (gtk_printer_list_papers):
4039         * gtk/gtkprinter.h: Make gtk_printer_list_papers public. Bug #345587.
4040
4041 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * gtk/gtkpagesetupunixdialog.c: Don't ignore reverse portrait option
4044         when is selected in page setup dialog. Fixes bug #365047.
4045
4046 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
4047
4048         * gtk/gtkentry.c (_gtk_entry_effective_inner_border):
4049         Use gtk_border_free when freeing border.
4050
4051 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
4052
4053         * gtk/gtkentry.c (gtk_entry_button_press): When
4054         shift-clicking, keep the larger part of the selection
4055         selected.  (#353709, Benjamin Otte)
4056
4057         * gtk/gtkbutton.c (gtk_button_get_props): Use 
4058         gtk_border_free when freeing borders.
4059
4060         * gtk/gtkbutton.c (gtk_button_grab_notify): Be more
4061         careful when faking a button release.  (#323146,
4062         Travis Abbott)
4063
4064         * gtk/gtkhandlebox.c (draw_textured_frame): Draw the
4065         handle with the right orientation, depending on the
4066         position of the handlebox.  (#159764, Benjamin Berg)
4067
4068 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
4069
4070         * gtk/gtkstyle.c (gtk_border_copy), (gtk_border_free): Use gslice for
4071         GtkBorder (#383557).
4072
4073 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
4074
4075         Bug 340141 – Update to Pango 1.16 API
4076
4077         * gdk/gdkpango.c (layout_iter_get_line_clip_region),
4078         (gdk_pango_layout_line_get_clip_region):
4079         * gtk/gtkcalendar.c (gtk_calendar_size_request):
4080         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges),
4081         (get_layout_position), (gtk_entry_find_position),
4082         (gtk_entry_adjust_scroll):
4083         * gtk/gtkiconview.c (get_pango_text_offsets):
4084         * gtk/gtklabel.c (get_cursor_direction):
4085         * gtk/gtkstyle.c (get_insensitive_layout):
4086         * gtk/gtktextdisplay.c (render_para):
4087         * gtk/gtktextlayout.c (allocate_child_widgets),
4088         (find_display_line_below), (find_display_line_above),
4089         (gtk_text_layout_move_iter_to_previous_line),
4090         (gtk_text_layout_move_iter_to_next_line),
4091         (gtk_text_layout_move_iter_to_line_end),
4092         (gtk_text_layout_iter_starts_line),
4093         (gtk_text_layout_move_iter_to_x):
4094         * gtk/gtktextutil.c (limit_layout_lines):
4095         Use the _readonly version of pango_layout_iter_get_line(),
4096         pango_layout_iter_get_run(), pango_layout_get_line(), and
4097         pango_layout_get_lines().
4098
4099         * gtk/gtkmain.c (gtk_get_default_language): Use
4100         pango_get_default_language().
4101
4102 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
4103
4104         * gtk/gtkentry.c (gtk_entry_set_text): Emit changed
4105         and notify:text only once. The same fix was applied
4106         for replacing the selection via DND or copy-and-paste.
4107         (#64998, Damon Chaplin, Sven Herzberg)
4108
4109 2006-12-23  Matthias Clasen  <mclasen@redhat.com>
4110
4111         * gtk/gtkimmulticontext.c: Be careful to not override
4112         GTK+ translations with the translations of the input
4113         method.  (#317080, Tor Lillqvist)
4114
4115         * modules/input/imcedilla.c: Use standard macros
4116         for translation domain and locale dir.
4117
4118         * gtk/gtkimcontextsimple.c: Allow composing l with 
4119         stroke.  (#349638, Daniel Lublin)
4120
4121         * gtk/gen-paper-names.c: Fix a thinko in the suffix
4122         calculation.  (#382369, Christian Persch)
4123
4124         * gtk/paper_names_offsets.c: Regenerated.
4125
4126 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
4127
4128         * modules/engines/pixbuf/pixbuf.h:
4129         * modules/engines/pixbuf/pixbuf-rc-style.h:
4130         * modules/engines/pixbuf/pixbuf-style.h: Move 
4131         G_GNUC_INTERNAL before function declarations.  (#352276,
4132         Damien Carbery)
4133
4134 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
4135
4136         * demos/gtk-demo/*.c: Fix some leaks.  (#348108, Chris
4137         Wilson)
4138
4139 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
4140
4141         * *.c: Replace a lot of idle and timeout calls by
4142         the new gdk_threads api. 
4143
4144         * gdk/gdk.symbols:
4145         * gdk/gdk.h:
4146         * gdk/gdk.c: Add functions to allow threadsafe handling
4147         of idles and timeouts wrt. to the GDK lock.  (#321886,
4148         Chris Wilson)
4149         
4150 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
4151         
4152         * gdk/gdkpango.c: Use pango_cairo_show_error_underline.  
4153         (#340141, Behdad Esfahbod)
4154
4155         * configure.in: Check for getc_unlocked.
4156
4157         * gtk/xdgmime/xdgmimemagic.c: Use getc if getc_unlocked is
4158         unavailable.   (#381499)
4159
4160         * tests/teststatusicon.c: Fix a typo
4161
4162 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
4163
4164         Make it possible to track the embeddedness of
4165         statusicon (#387215, Martyn Russell, patch by Christian
4166         Persch)
4167
4168         * gtk/gtkstatusicon.c: Add orientation and embedded properties.
4169         * gtk/gtkplug.c: 
4170         * gtk/gtkplug-x11.c: Add an embedded property.
4171         * tests/teststatusicon.c: Test the new properties.
4172
4173         * gtk/gtkwidget.c (gtk_widget_get_draw_rectangle): Don't
4174         leak draw_border.  (#387170, Kjartan Maraas)
4175
4176 2006-12-21  Matthias Clasen  <mclasen@redhat.com>
4177
4178          * gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()):
4179         Typo fix.  (#388123, Murray Cumming)
4180         
4181         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event):
4182         Generate double-click events.  (#380421, Tommi Komulainen)
4183
4184         * gdk/x1/gdkinput-xfree.c (_gdk_input_configure_event):
4185         (_gdk_input_enter_event): Correct return_if_fail checks.
4186         (#379803, Tommi Komulainen)
4187
4188         * gdk/gdkdisplay.c: Improve the docs of some functions operating
4189         on the default display.  (##353438, Mariano Suárez-Alvarez)
4190
4191 2006-12-21  Matthew Barnes  <mbarnes@redhat.com>
4192
4193         * docs/reference/gdk/gdk-sections.txt:
4194         * gdk/gdkcolor.[ch] (gdk_color_to_string): Add a function for
4195         converting a GdkColor to a string (#373856).
4196
4197         * configure.in: Bump pango requirement to 1.15.2.
4198
4199 2006-12-20  Matthias Clasen  <mclasen@redhat.com>
4200         
4201         * gdk/keynames.txt: Mark arrow keys as translatable.  (#369506,
4202         Bastian Nocera)
4203
4204         * gdk/keyname-table.h: Regenerated
4205
4206         * gtk/gtktextbuffer.c: Add signal documentation.  (#317064,
4207         Søren Wedel Nielsen)
4208
4209         * gtk/gtktextview.c (gtk_text_view_start_selection_drag):
4210         Silently return if a drag is already in progress, rather
4211         than asserting.  (#335622, Li Yuan, testcase by Erwann Chenede)
4212
4213         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
4214         Allow any GtkDialog that implements GtkFileChooser as
4215         dialog.  (#335473, Tommi Komulainen)
4216
4217 2006-12-20  Mikael Hallendal  <micke@imendio.com>
4218
4219         * gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute
4220         change in the quartz backend.
4221
4222 2006-12-20  Mikael Hallendal  <micke@imendio.com>
4223
4224         * gtk/Makefile.am: Added gtkstatusicon-quartz.c
4225         * gtk/gtkstatusicon-quartz.c: Implements the quartz backend for the
4226         status icon.
4227         * gtk/gtkstatusicon.c: Hooked in the new quartz backend. Bug #387874.
4228
4229 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
4230
4231         * gtk/gtkprintunixdialog.c: Add a tooltip explaining the
4232         format of page ranges, and improve the page sequence icon
4233         for the case of n_copies == 1.
4234  
4235 2006-12-19  Mikael Hallendal  <micke@imendio.com>
4236
4237         * gdk/quartz/gdkcursor-quartz.c: Splitted out the GdkPixbuf to NSImage
4238         routine so that it can be used from libgtk as well (needed for
4239         upcoming GtkStatusIcon support in the Quartz port).
4240         * gdk/quartz/gdkevents-quartz.c: Don't assume that all NSWindows are
4241         created from GDK, this is not true for the status icon.
4242         * gdk/quartz/gdkprivate-quartz.h:
4243         * gdk/quartz/gdkquartz.h: Added 
4244         gdk_quartz_pixbuf_to_ns_image_libgtk_only so that it is available to 
4245         the status icon code.
4246
4247 2006-12-16  Tristan Van Berkom <tvb@gnome.org>
4248
4249         * gtk/gtkmessagedialog.c: Added return_if_fail (image) to
4250         gtk_message_dialog_set_image ()
4251
4252         * gtk/gtkscrolledwindow.c: Fixed a bug in set_property()
4253         (setting "window-placement-set" could result in a crash because
4254         of boolean/enum mixup)
4255
4256 2006-12-15  Federico Mena Quintero  <federico@novell.com>
4257
4258         Merged from gtk-2-10:
4259
4260         * gtk/gtkmenu.c (gtk_menu_set_title): Don't try to optimize for
4261         the case where the new title is the same as the old title, to
4262         preserve the behavior from GTK+ 2.8 (NULL and "" titles are not
4263         equivalent).  Handle the case where title == priv->title.  This
4264         was found by the LSB compatibility tests:
4265         https://bugzilla.novell.com/show_bug.cgi?id=223882
4266
4267 2006-12-15  Dom Lachowicz <domlachowicz@gmail.com>
4268
4269         * gtk/gtkcombobox.c: Make GtkComboBox in "appears-as-list" mode
4270         more closely resemble its Win32 counterpart. Bug #340204.
4271
4272 2006-12-14  Carlos Garnacho  <carlosg@gnome.org>
4273
4274         * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
4275         placed inside their GdkWindow. Bug #385672.
4276
4277 2006-12-14  Christian Persch  <chpe@cvs.gnome.org>
4278
4279         * gtk/gtkiconview.c: Fix docs typo. Bug #385642.
4280
4281 2006-12-13  Dom Lachowicz <domlachowicz@gmail.com>
4282
4283         * src/modules/engines/ms-windows/msw_style.c: Bug 351679 - Notebooks 
4284         drawn with extra line below tab in MS-Windows theme. Patch by 
4285         Cody Russell
4286         
4287 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
4288
4289         * gtk/Makefile.am: Add --unlink-tempfile to the evince call
4290         for print preview.  (#370041, Ghee Teo)
4291
4292 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
4293
4294         * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more
4295         careful when overdrawing antialiased text.  (#352435, Alex Jones,
4296         patch by Benjamin Otte)
4297
4298         * gtk/gtksettings.c: Change the way in which color scheme information
4299         is merged to correctly handle vanishing colors.  (#374420, 
4300         Benjamin Berg, patch by Callum McKenzie) 
4301         Also allow to separate entries in color schemes by ';' 
4302         instead of newline.  
4303
4304 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
4305
4306         * modules/printbackends/cups/gtkcupsutils.c (gtk_cups_request_encode_option): 
4307         Properly pass multi-value options to cups.  (#355350, Jürg Billeter) 
4308
4309 2006-12-10  Kristian Rietveld  <kris@gtk.org>
4310
4311         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
4312         cancel editing (ie. don't accept changes) when the entry loses
4313         focus. (Fixes #164494, reported by Chris Rouch).
4314
4315 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
4316
4317         * configure.in: Correct a misapplied patch. 
4318
4319 2006-12-10  Tor Lillqvist  <tml@novell.com>
4320
4321         * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and
4322         gtk-query-immodules-2.0.exe in the runtime zipfile instead of
4323         developer zipfile. Users might add pixbuf loaders or immodules
4324         even if they are not interested in developing gtk+-using software.
4325
4326 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
4327
4328         * configure.in: Check for crt_extern.h and _NSGetEnviron.
4329         * gdk/x11/gdkspawn-x11.c: Fix compilation on Darwin where
4330         environ is not available.  (#384168, Min Sik Kim)
4331
4332 2006-12-07  Paolo Maggi  <paolo@gnome.org>
4333
4334         Fixes bug #383407
4335         
4336         * gtk/gtkentry.c (gtk_entry_set_text): check for
4337         completion->priv->changed_id > 0 before calling 
4338         g_signal_handler_[un]block.
4339         (gtk_entry_completion_key_press): does not block/unblock the "changed"
4340         signal before calling gtk_entry_set_text.
4341         
4342 2006-12-07  Carlos Garnacho  <carlosg@gnome.org>
4343
4344         * gtk/gtkcellrendererprogress (compute_dimensions): do not use
4345         xthickness/ythickness, they aren't used any longer for drawing.
4346
4347 2006-12-07  Matthias Clasen  <mclasen@redhat.com>
4348
4349         * gtk/gtkrc.c (_gtk_rc_init): Fix clipping of accelerator
4350         underlines by giving labels a small draw-border.
4351
4352 2006-12-06  Kristian Rietveld  <kris@gtk.org>
4353
4354         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render):
4355         draw progress bar through theme engine instead of using our own
4356         custom cairo drawing code (#377244, patch from Carlos Garnacho).
4357
4358 2006-12-06  Matthias Clasen  <mclasen@redhat.com>
4359
4360         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
4361         Update the sensitivity of the collate checkbutton more frequently,
4362         proposed by Tim Waugh.
4363
4364 2006-12-04  Matthias Clasen  <mclasen@redhat.com>
4365
4366         * gtk/gtkmessagedialog.c (setup_type): Set a11y name and role
4367         since we no longer set window titles.
4368
4369 2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
4370
4371         * gtk/gtkpagesetup.c: (gtk_page_setup_get_paper_size),
4372         (gtk_page_setup_set_paper_size): Don't leak the old page size when
4373         setting a new one. Bug #382314.
4374
4375 2006-12-03  Michael Natterer  <mitch@gimp.org>
4376
4377         * gtk/gtktextview.c: remove FIXME #include that is no longer needed.
4378
4379 2006-12-03  Kristian Rietveld  <kris@gtk.org>
4380
4381         Make sure [xy]_offset are always being initialized, fix pixbuf
4382         renderer padding.  (#108235, Sven Neumann).
4383
4384         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size),
4385         (gtk_cell_renderer_pixbuf_render): add padding in _render instead
4386         of _get_size.
4387
4388         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
4389         always initialize [xy]_offset.
4390         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto.
4391         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
4392         ditto.
4393
4394 2006-12-03  Kristian Rietveld  <kris@gtk.org>
4395
4396         * gtk/gtktreeview.c (validate_visible_area): when not using an
4397         explicit alignment, use the full area of the row (not just dy)
4398         to determine how to implicitly align it.  (Fixes #363191, reported
4399         by Federico Mena Quintero).
4400
4401 2006-12-02  Matthias Clasen  <mclasen@redhat.com>
4402
4403         * gtk/gtkicontheme.c (insert_theme): Properly clean up
4404         if an icon theme index file has no directories.  (#381236)
4405
4406 2006-12-02  Dom Lachowicz <domlachowicz@gmail.com>
4407
4408         * src/modules/engines/ms-windows/msw_style.c: Bug 351678 - Notebooks 
4409         not with PositionType.Top drawn incorrectly. Patch by Cody Russell
4410         
4411 2006-11-28  Behdad Esfahbod  <behdad@gnome.org>
4412
4413         Remove the broken Thai input method and add a functional Thai and Lao
4414         input method by Theppitak Karoonboonyanan. (#81031)
4415
4416         * modules/input/imthai.c:
4417         * modules/input/gtkimcontextthai.c:
4418         * modules/input/gtkimcontextthai.h:
4419         * modules/input/thai-charprop.c:
4420         * modules/input/thai-charprop.h:
4421         Added.
4422
4423         * modules/input/imthai-broken.c:
4424         Removed.
4425         
4426         * modules/input/Makefile.am:
4427         Updated.
4428
4429 2006-11-27  Christian Persch  <chpe@cvs.gnome.org>
4430
4431         * gtk/gtkstatusicon.c: Notify when the screen changes. Bug #379793.
4432
4433 Mon Nov 27 12:27:06 2006  Tim Janik  <timj@imendio.com>
4434
4435         * gtk/gtktextview.c: applied patch by  Colin Leroy for
4436         Control+GDK_KP_Left to move one word to the left, #356255.
4437
4438 2006-11-26  Benjamin Berg  <benjamin@sipsolutions.net>
4439
4440         * gtk/gtkstyle.c: (gtk_default_draw_flat_box): Protect against NULL
4441           widget. (#379503)
4442
4443 2006-11-25  Matthias Clasen  <mclasen@redhat.com>
4444
4445         * modules/printbackends/cups/gtkprintbackendcups.c: Make
4446         print dialog work when 'BrowseShortNames Off' is specified
4447         in cups configuration. Patch by Tim Waugh.
4448
4449 2006-11-24  Michael Natterer  <mitch@imendio.com>
4450
4451         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): if we
4452         can't go up/down, consult gtk_widget_keynav_failed() and leave the
4453         widget if it returns FALSE (bug #322640).
4454
4455 2006-11-23  Behdad Esfahbod  <behdad@gnome.org>
4456
4457         * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
4458
4459 2006-11-22  Emmanuele Bassi  <ebassi@gnome.org>
4460
4461         * gtk/gtkrecentmanager.c:
4462         (get_uri_shortname_for_display): g_filename_from_uri() might
4463         fail; catch the failure and fall back to the non-local URI
4464         case. (#363437)
4465
4466 2006-11-19  Mark McLoughlin  <mark@skynet.ie>
4467
4468         Fixes bug #376502 - multi-screen support for GtkStatusIcon
4469
4470         * gtk/gtkstatusicon.[ch]:
4471         (gtk_status_icon_set_screen),
4472         (gtk_status_icon_get_screen): add multi-screen API. Allows
4473         an app to display an icon on a non-default screen
4474         (gtk_status_icon_class_init),
4475         (gtk_status_icon_set_property),
4476         (gtk_status_icon_get_property): add a "screen" property
4477         
4478         * tests/teststatusicon.c: update to test on multiple screens
4479
4480 2006-11-17  Matthias Clasen  <mclasen@redhat.com>
4481
4482         Fix problems with drag cancellation. (#376535, Michael Natterer)
4483         
4484         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Disconnect signal
4485         handlers before emitting drag-end.
4486         (gtk_drag_end): Disconnect signal handlers before removing
4487         the grab.  
4488
4489 2006-11-16  Mariano Suárez-Alvarez <mariano@gnome.org>
4490
4491         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
4492         add gtk-doc blurb on GtkCellRendererText::edited (#376094)
4493
4494 2006-11-16  Michael Natterer  <mitch@imendio.com>
4495
4496         * gtk/gtkradiobutton.c (gtk_radio_button_focus): don't use
4497         gtk_widget_keynav_failed(). Instead, look at gtk-keynav-cursor-only
4498         and gtk-keynav-wrap-around and wrap around, beep or continue outside
4499         the group manually (bug #322640).
4500
4501 2006-11-16  Michael Natterer  <mitch@imendio.com>
4502
4503         Add new infrastructure for notifications of failed keyboard
4504         navigation and navigation with restricted set of keys.
4505
4506         The patch handles configurable beeping, navigating the GUI with
4507         cursor keys only (as in phone environments), and configurable
4508         wrap-around. Fixes bugs #322640, #70986, #318827, #334726, #334742
4509         and #309291.
4510
4511         * gtk/gtksettings.c: added properties gtk-keynav-cursor-only,
4512         gtk-keynav-wrap-around and gtk-error-bell.
4513
4514         * gtk/gtkwidget.[ch]: added new signal "keynav-failed" and public
4515         API to emit it. Added New function gtk_widget_error_bell() which
4516         looks at the gtk-error-bell setting and calls gdk_window_beep()
4517         accordingly.
4518
4519         * gtk/gtk.symbols: add the new widget symbols.
4520
4521         * gtk/gtkcellrendereraccel.c
4522         * gtk/gtkimcontextsimple.c
4523         * gtk/gtkmenu.c
4524         * gtk/gtknotebook.c: use gtk_widget_error_bell() or look at the
4525         gtk-error-bell setting instead of calling gdk_display_beep()
4526         unconditionally.
4527
4528         * gtk/gtkcombobox.c
4529         * gtk/gtkentry.c
4530         * gtk/gtkiconview.c
4531         * gtk/gtklabel.c
4532         * gtk/gtkmenushell.c
4533         * gtk/gtkspinbutton.c
4534         * gtk/gtktextview.c
4535         * gtk/gtktreeview.c: call gtk_widget_error_bell() on failed keynav.
4536
4537         * gtk/gtkentry.c
4538         * gtk/gtklabel.c
4539         * gtk/gtkrange.c
4540         * gtk/gtktextview.c: consult gtk_widget_keynav_failed() on failed
4541         cursor navigation and leave the widget if it returns FALSE.
4542
4543         * gtk/gtkmenushell.c
4544         * gtk/gtknotebook.c: only wrap around if gtk-keynav-wrap-around
4545         is TRUE.
4546
4547         * gtk/gtkradiobutton.c: ask gtk_widget_keynav_failed() to decide
4548         whether to to wrap-around, and don't select active items on cursor
4549         navigation if gtk-keynav-cursor-only is TRUE. Should look at
4550         gtk-keynav-wrap-around too, will look into that.
4551
4552 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
4553
4554         * gtk/gtkrecentmanager.c:
4555         (gtk_recent_info_get_uri_display): Return the URI
4556         of the GtkRecentInfo object (upgraded to UTF-8 if
4557         needed) in case of non-local file. (#351945)
4558
4559 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
4560         
4561         * gtk/gtkrecentchoosermenu.c:
4562         (gtk_recent_chooser_menu_add_tip): Apply the tip only
4563         if we have a displayable name for the item. (#365031,
4564         patch by padraig.obriain(at)sun.com)
4565
4566 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
4567
4568         * gtk/gtkrecentmanager.c: Provide a fast path returning
4569         NULL when the limit is set to 0.
4570
4571         * gtk/gtkrecentchooserdefault.c:
4572         * gtk/gtkrecentchoosermenu.c: Add the same fast path
4573         inside the RecentChooser implementation; add a check
4574         in the list clamping code. (#373466 and duplicates)
4575
4576 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
4577
4578         * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): 
4579         Don't pass NULL to strncpy.  (#359537, patch by  Carlos Garcia Campos)
4580
4581 2006-11-15  Michael Natterer  <mitch@imendio.com>
4582
4583         * gtk/gtkrange.[ch]: added properties "fill-level",
4584         "show-fill-level" and "restrict-to-fill-level" and getters/setters
4585         for them. The "fill level" is an additional marker on the range's
4586         trough than can be e.g. used to indicate the amount of
4587         pre-buffering in a range showing the play position of streamed
4588         media. See the embedded API docs for details. Made GtkRangeLayout
4589         a GTypeInstance private struct and removed finalize()
4590         implementation. Fixes bug #349808
4591
4592         * gtk/gtk.symbols: added the new symbols.
4593
4594 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
4595
4596         * configure.in: Make libtool magic robust. (#352795)
4597
4598 2006-11-13  Paolo Borelli  <pborelli@katamail.com>
4599
4600         * gtk/gtkrc.c (gtk_rc_parse_icon_source): plug small memory
4601         leak (#370395)
4602
4603 2006-11-09  Kristian Rietveld  <kris@imendio.com>
4604
4605         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): disable
4606         don't move cursor case for SELECTION_NONE. (#371756, John Ellis).
4607
4608 2006-11-09  Carlos Garnacho  <carlosg@gnome.org>
4609
4610         * gtk/gtkpathbar.c (on_slider_unmap): Fix parenthesis confusion.
4611
4612 2006-11-08  Carlos Garnacho  <carlosg@gnome.org>
4613
4614         * gtk/gtkpathbar.c (on_slider_unmap): added, do not leave the scroll
4615         timeout running if the slider buttons are hidden. (#372527)
4616
4617 2006-11-08  Christian Persch  <chpe@cvs.gnome.org>
4618
4619         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Don't make
4620         the "Location" label bold. Bug #372449.
4621
4622 2006-11-07  Carlos Garnacho  <carlosg@gnome.org>
4623
4624         * gtk/gtknotebook.c (gtk_notebook_calculate_tabs_allocation): make
4625         non-focused tabs xthickness/ythickness thinner. (#353962)
4626
4627 2006-11-07  Paolo Borelli  <pborelli@katamail.com>
4628
4629         * gtk/gtktextbtree.c (_gtk_text_btree_delete): avoid memory
4630         corruption (#357050).
4631
4632 2006-11-06  Alexander Larsson  <alexl@redhat.com>
4633
4634         * gtk/gtkdnd.c: (gtk_drag_begin_internal),
4635         (gtk_drag_source_info_destroy), (gtk_drag_end),
4636         (gtk_drag_grab_notify_cb):
4637         Cancel drag when the grab is shadowed. (#122688)
4638
4639 2006-11-01  Kristian Rietveld  <kris@imendio.com>
4640
4641         * gtk/gtkcombobox.c (gtk_combo_box_class_init),
4642         (gtk_combo_box_size_request): add arrow-size property to control
4643         the minimum size of the arrow, have the arrow scale up with the
4644         font by default. (#357950).
4645
4646 2006-10-30  Kristian Rietveld  <kris@gtk.org>
4647
4648         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): don't
4649         forget to queue a draw for the new cursor node. (Fixes #366548,
4650         reported by Sven Herzberg).
4651
4652 2006-10-30  Michael Natterer  <mitch@imendio.com>
4653
4654         * gtk/gtkrange.c (gtk_range_key_press): consume the Escape key
4655         only if we actually cancel a drag. Fixes bug #58389.
4656
4657 2006-10-30  Kristian Rietveld  <kris@gtk.org>
4658
4659         * gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
4660         keybindings to collapse/expand rows instead of moving the focus
4661         cursor. (#105895, Brian Bober and others).
4662
4663 2006-10-29  Kristian Rietveld  <kris@gtk.org>
4664
4665         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): guard against
4666         child removal in row-expanded callback. (#366782, John Ellis).
4667
4668 2006-10-29  Tor Lillqvist  <tml@novell.com>
4669
4670         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Improve handling
4671         of the small icon of the window class. (#152620, Kazuki Iwamoto)
4672
4673 2006-10-29  Tor Lillqvist  <tml@novell.com>
4674
4675         * gdk/win32/gdkcursor-win32.c
4676         (gdk_win32_icon_to_pixbuf_libgtk_only): Implement for B&W cursors,
4677         for instance the built-in GDK ones.
4678
4679 2006-10-27  Kristian Rietveld  <kris@gtk.org>
4680
4681         * gtk/gtktreeview.c (validate_visible_area): rework the area_above == 0
4682         case to not overwrite the variables in the lower scope (which are
4683         used later on ...), get the path correctly and bail out when there
4684         isn't a node above us. (#359231).
4685
4686 2006-10-26  Christian Persch  <chpe@cvs.gnome.org>
4687
4688         * gtk/gtkaboutdialog.c: Put initial focus on Close button (#337261).
4689
4690 2006-10-25  Johan Dahlin  <jdahlin@async.com.br>
4691
4692         * gtk/gtk.symbols: Add missing symbols to so make check can pass
4693
4694 2006-10-23  Dom Lachowicz <domlachowicz@gmail.com>
4695
4696         * src/modules/engines/ms-windows/msw_style.c (draw_expander): Remember
4697         to free GDI Pen resources, introduced by bug 340201.(#364514)
4698         
4699 2006-10-18  Kristian Rietveld  <kris@imendio.com>
4700
4701         * tests/testcombo.c (main): connect to notify::popup-shown instead of
4702         popup-show (the latter does not exist).
4703
4704 2006-10-15  Paolo Borelli  <pborelli@katamail.com>
4705
4706         * gtk/gtkicontheme.c (pixbuf_supports_svg): plug memory leak.
4707         Fixes bug #362439.
4708
4709 2006-10-12  Michael Natterer  <mitch@imendio.com>
4710
4711         * gtk/gtkcombobox.c (gtk_combo_box_class_init): fix commit below
4712         (committed the wrong patch).
4713
4714 2006-10-12  Michael Natterer  <mitch@imendio.com>
4715
4716         * gtk/gtkcombobox.c: added "move-active" and "popup" signals and
4717         bindings to trigger them. Removed gtk_combo_box_key_press(), it's
4718         obsolete now. Fixes bug #358293.
4719
4720 2006-10-11  Michael Emmel  <mike.emmel@gmail.com>
4721
4722         * gdkpixmap-directfb.c: add missing RGB24 case (#361176) 
4723
4724 2006-10-11  Tor Lillqvist  <tml@novell.com>
4725
4726         * configure.in: Enable having some gdk-pixbuf loaders built-in
4727         even if loading the others dynamically. Define Automake
4728         conditional INCLUDE_FOO for each loader as TRUE if that loader is
4729         built-in. See also gdk-pixbuf/ChangeLog.
4730
4731 Wed Oct 11 14:31:30 2006  Tim Janik  <timj@imendio.com>
4732
4733         * docs/reference/gtk/gtk-sections.txt:
4734         * gtk/gtkbindings.c: document gtk_binding_entry_skip().
4735
4736 2006-10-11  Tor Lillqvist  <tml@novell.com>
4737
4738         * gtk/gtk.symbols: Remove gtk_combo_string_key, which is a static
4739         variable.
4740
4741 2006-10-11  Tor Lillqvist  <tml@novell.com>
4742
4743         Merge from 2.10 branch:
4744
4745         * gtk/gtkmain.c (do_pre_parse_initialization): On Win32, if
4746         environment variable LC_ALL or LANG is set, set the Win32 thread
4747         locale to the corresponding locale. Then call the C library
4748         setlocale() to set the C library locale accordingly. The
4749         inconsistency mentioned below is gone. (#339756) Do some special
4750         casing for Serbia and Montenegro. Handle the Latin and Cyrillic
4751         scripts for Azeri, Uzbek and Serbian.
4752         (enum_locale_proc): Helper function for the above functionality.
4753
4754         * gtk/gtkcalendar.c (gtk_calendar_init): No longer need to check
4755         if the environment variables are set here, as they have already
4756         been taken into account and the Win32 thread locale has been
4757         set.
4758
4759 Tue Oct 10 16:38:23 2006  Tim Janik  <timj@imendio.com>
4760
4761         * gtk/tmpl/gtkbindings.sgml: 
4762         * gtk/gtkbindings.c: applied patch from Michael Natterer to move to 
4763         inline docs. applied wording fixes suggested by Martyn Russell.
4764
4765 2006-10-09  Matthias Clasen  <mclasen@redhat.com>
4766
4767         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
4768         Update the docs to state which out parameters may be NULL.
4769         (#360870, Attilio Fiandrotti)
4770
4771 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
4772
4773         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
4774         a typo.  (#359542, Ghee Teo)
4775
4776 2006-10-08 Matthias Clasen <mclasen@redhat.com>
4777
4778         * gtk/gtknotebook.c (gtk_notebook_reorder_tab): Only
4779         reorder tabs if the focus is in the tab.  (#350342, Carlos
4780         Garnacho Parro)
4781
4782 2006-10-08 Michael Emmel <mike.emmel@gmail.com>
4783
4784         * gdk/directfb/gdkproperty-directfb.c strdup atom name (#357611) 
4785
4786 2006-10-08  Kristian Rietveld  <kris@gtk.org>
4787
4788         * gtk/gtktreeview.[ch] (gtk_tree_view_set_property),
4789         (gtk_tree_view_set_show_expanders),
4790         (gtk_tree_view_get_show_expanders): add getter/setter for
4791         show-expanders property, queue a redraw when this property
4792         is toggled (#351167, Martin Ejdestig),
4793         (gtk_tree_view_set_level_indentation),
4794         (gtk_tree_view_get_level_indentation): also add getter/setter
4795         and docs for level-indentation property.
4796
4797 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
4798
4799         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
4800         leak a list.  (#360350, Benjamin Berg)
4801
4802         * Apply a cleanup patch by Kjartan Maraas  (#341812)
4803
4804 2006-10-07  Tor Lillqvist  <tml@novell.com>
4805
4806         * gtk/gtkcalendar.c (gtk_calendar_init): Use the Win32 thread
4807         locale's first day of week setting on Win32. (#339752, Bogdan
4808         Nicula) Don't do this if one of the environment variables that
4809         affect gettext is set, though. In that case use the week start day
4810         from the corresponding message catalog.
4811
4812         Unfortunately the same logic isn't possible in the weekday and
4813         month name lookup; there even if you have set one of the
4814         aforementioned environment variables, you still get the weekday
4815         and month names from the Win32 thread locale. Yes, this is
4816         inconsistent.
4817
4818         Use only wide-character API in the Win32 code in this file, too.
4819
4820 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
4821
4822         * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
4823         Fix the docs.  (#360112)
4824
4825         * gtk/gtkcellview.c: Don't set the background of the
4826         window in a no-window widget.  (#359581, Xan Lopez)
4827
4828
4829 2006-10-05  Behdad Esfahbod  <behdad@gnome.org>
4830
4831         * gtk/Makefile.am, gtk/aliasfilescheck.sh:  Propagate srcdir into the
4832         test correctly. (#359845)
4833
4834 2006-10-05  Michael Natterer  <mitch@imendio.com>
4835
4836         * gtk/gtkrc.[ch]: added new scanner token "unbind" which gets
4837         rid of a key binding (in fact, it only lets it appear unbound).
4838
4839         * gtk/gtkbindings.[ch] (struct GtkBindingEntry): added
4840         "guint marks_unbound : 1"
4841
4842         (gtk_binding_entry_skip): new API which marks the entry as unbound.
4843
4844         Changed code so it returns FALSE when "marks_unbound == TRUE" is
4845         encountered while activating bindings, effectively letting the
4846         binding appear unbound (regardless of still existing bindings in
4847         lower binding priority levels). Fixes bug #358329.
4848
4849         (gtk_binding_entry_add)
4850         (gtk_binding_entry_clear)
4851         (gtk_binding_entry_add_signall)
4852         (gtk_binding_parse_binding): deprected these functions.
4853
4854         (_gtk_binding_parse_binding)
4855         (_gtk_binding_entry_add_signall): new internal API.
4856
4857         * gtk/gtk.symbols: changed accordingly.
4858
4859 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
4860
4861         Fix interaction of GtkEntryCompletion with input
4862         methods.  (#354495, Diego Escalante Urrelo)
4863
4864         * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset
4865         the im context if we actually handle the key event.
4866
4867         * gtk/gtkentrycompletion.c: Also propagate key release events
4868         to the entry.
4869
4870 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
4871
4872         * gtk/gtkprintsettings.c (gtk_print_settings_get_duplex):
4873         Fix a typo.  (#359052, Ghee Teo)
4874
4875         * gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to
4876         reduce relocations. (#359053)
4877
4878 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
4879
4880         * modules/printbackends/cups/gtkcupsutils.c:
4881         * modules/printbackends/cups/gtkprintbackendcups.c: Complete
4882         the fix for bug 357280.
4883
4884 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
4885
4886         * gdk-pixbuf/Makefile.am:
4887         * gdk/Makefile.am:
4888         * gtk/Makefile.am:
4889         Include pltcheck.sh in EXTRA_DIST.
4890
4891 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
4892
4893         * gdk/x11/gdkevents-x11.c: Move all includes before including
4894         gdkalias.h.
4895
4896 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
4897
4898         * gtk/Makefile.am: Fix typo in file name.  (#358931)
4899
4900 2006-10-02  Matthias Clasen  <mclasen@redhat.com>
4901
4902         * modules/printbackends/cups/gtkprintbackendcups.c (available_choices): 
4903         Only use the group name field if cups is new enough.  (#357280)
4904
4905         * gtk/gtksizegroup.c: Make sure that the quarks are 
4906         initialized before using them.  (#353736)
4907
4908         * gtk/Makefile.am (stamp-icons): Use rm instead of ln -f to
4909         replace existing links.  (#354849, James Evans)
4910
4911 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
4912
4913         * gtk/gtkexpander.c (gtk_expander_realize) 
4914         (gtk_expander_size_allocate): Make the event_window large
4915         enough to cover the full height of the label_widget.  (#358351,
4916         Scott Horowitz)
4917
4918 2006-10-01  Tor Lillqvist  <tml@novell.com>
4919
4920         * gtk/gtkfilesystemwin32.c: Same change as to gtkfilesystemunix.c.
4921
4922 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
4923
4924         * gtk/gtkfilechooserbutton.c (update_combo_box): Protect
4925         against base_path being NULL.  (#358405, many reporters)
4926
4927 2006-09-29  Matthias Clasen  <mclasen@redhat.com>
4928
4929         * gtk/gtkfilesystemunix.c: Apply a patch by Padraig O'Briain
4930         to avoid a deadlock.
4931
4932 2006-09-27  Kristian Rietveld  <kris@imendio.com>
4933
4934         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_free_level),
4935         (gtk_tree_model_filter_ref_node),
4936         (gtk_tree_model_filter_real_unref_node): bring zero ref count loops
4937         in sync with each other and the sort model.
4938
4939 2006-09-27  Kristian Rietveld  <kris@imendio.com>
4940
4941         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_init),
4942         (gtk_tree_model_filter_finalize), (gtk_tree_model_filter_row_deleted),
4943         (gtk_tree_model_filter_new): unref the virtual root path once that
4944         node (or one if its ancestors) is deleted, set virtual_root_deleted
4945         so we only unref it once.
4946
4947 2006-09-27  Kristian Rietveld  <kris@imendio.com>
4948
4949         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed),
4950         (gtk_tree_model_sort_sort_level): ref count nodes the proper way,
4951         (gtk_tree_model_sort_ref_node), (gtk_tree_model_sort_real_unref_node),
4952         (gtk_tree_model_sort_free_level): bring zero ref count loops in
4953         sync,
4954         (gtk_tree_model_sort_free_level): free child levels before
4955         decreasing the zero ref count of the current level,
4956         (gtk_tree_model_sort_clear_cache): only clear cache if zero_ref_count
4957         is > 0.
4958
4959 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
4960
4961         * demos/gtk-demo/*.c:
4962         * gtk/gtkeventbox.c:
4963         * gtk/gtkprintoperation.c: Fix typos. String change.
4964
4965 2006-09-25  Kristian Rietveld  <kris@gtk.org>
4966
4967         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
4968         has already been realized; scroll to background area instead of
4969         cell area. (Fixes #330683, Johan Dahlin, Tommi Komulainen).
4970
4971 2006-09-25  Kristian Rietveld  <kris@gtk.org>
4972
4973         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): only attempt
4974         to create the GCs if the widget is realized. (Fixes #357578).
4975
4976 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
4977
4978         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Don't leak
4979         the list of children (#357454, Paolo Borelli)
4980
4981 2006-09-25  Michael Natterer  <mitch@imendio.com>
4982
4983         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): free
4984         display->input_windows with g_free(), not g_object_unref()
4985         (#357566, Tommi Komulainen).
4986
4987 2006-09-24  Kristian Rietveld  <kris@gtk.org>
4988
4989         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4990         (gtk_cell_renderer_text_[sg]et_property): actually add align-set
4991         property to the API (left-over patch from #157439).
4992
4993 2006-09-24  Kristian Rietveld  <kris@gtk.org>
4994
4995         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): draw
4996         the indicator if the column has a sort column id (and the model is
4997         sortable) or if the user explicitly requested the indicator
4998         to be shown.  (Fixes #352738, Chris Vine).
4999
5000 2006-09-23  Tor Lillqvist  <tml@novell.com>
5001
5002         * gtk/Makefile.am: Use EXEEXT.
5003
5004 2006-09-22  Michael Natterer  <mitch@imendio.com>
5005
5006         * gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
5007         and color hashes. Fixes bug #357132.
5008
5009 2006-09-22  Matthias Clasen  <mclasen@redhat.com>
5010
5011         Make remote bookmarks work better (#354887)
5012         
5013         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): 
5014         (shortcuts_insert_path): 
5015         * gtk/gtkfilechooserbutton.c (change_icon_theme): 
5016         (model_add_bookmarks): 
5017         (model_update_current_folder): 
5018         (update_label_and_image): 
5019         If the bookmark points to a remote file, don't call get_info(), 
5020         since that may a) take a long time and b) pop up an auth dialog.
5021         Instead, just use a folder icon and create a display name
5022         from the uri.
5023
5024         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): 
5025         New function to create a suitable display name for a remote
5026         uri. This should really be done in GtkFileSystem.
5027         
5028 2006-09-21  Michael Natterer  <mitch@imendio.com>
5029
5030        Implement lots of value setters for GdkGC, based on a heavily
5031        modified patch from Thomas Broyer (bug #328853):
5032
5033         * gdk/quartz/gdkcolor-quartz.c: removed functions which set colors
5034         on the CGContext. Instead, added gdk_quartz_get_rgba_from_pixel()
5035         which simply returns RGBA values from a GdkColor's pixel value.
5036         See gdk_quartz_update_context_from_gc() below.
5037
5038         * gdk/quartz/gdkprivate-quartz.h (struct GdkGCQuartz): added lots
5039         of members for the newly suppored GC values. Added enum
5040         GdkQuartzContextValuesMask which is used for setting up the
5041         CGContext for filling and/or stroking.
5042
5043         * gdk/quartz/gdkgc-quartz.c (gdk_quartz_gc_get_values)
5044         (gdk_quartz_gc_set_values)
5045         (_gdk_windowing_gc_copy): support a lot more GC values.
5046
5047         (gdk_quartz_update_context_from_gc): added
5048         GdkQuartzContextValuesMask parameter and set filling/stroking
5049         parameters accordingly. This function also gained full control
5050         over the FG and BG colors (they can't be set separately any more).
5051
5052         The stipple mask part of the patch doesn't work but seems to take
5053         the right approach and doesn't make things worse, so I applied it.
5054
5055         Did *not* apply the clipping part of the patch since I don't
5056         understand it (I don't understand the version in CVS either, but
5057         it at least works :-)
5058
5059         * gdk/quartz/gdkdrawable-quartz.c: pass the right masks to
5060         gdk_quartz_update_context_from_gc() and removed separate color
5061         setting calls. Some minor fixes.
5062
5063         * gdk/quartz/gdkwindow-quartz.c
5064         (gdk_window_impl_quartz_begin_paint_region): set the CGContext's
5065         fill color manually. We don't have/need a GC here.
5066
5067 2006-09-21  Michael Natterer  <mitch@imendio.com>
5068
5069         * gdk/quartz/gdkwindow-quartz.c
5070         (gdk_window_impl_quartz_begin_paint_region): fix cast: it's
5071         drawable_impl->wrapper that is the GdkWindow, not the
5072         drawable_impl itself.
5073
5074 2006-09-20  Behnam Esfahbod <behnam@zwnj.org>
5075
5076         * gdk/x11/gdkkeys-x11.c:
5077           (get_direction): just check the first shift-level of keyboard
5078         layout for RTL and LTR keysyms() (compliment to #116626)
5079
5080 Wed Sep 20 16:59:38 2006  Tim Janik  <timj@imendio.com>
5081
5082         * gtk/gtkviewport.c: always update the bin_window position and size
5083         in size_allocate, even if we don't have a visible child. this fixes
5084         expose artefacts as described in #313508.
5085
5086         * gtk/gtkscrolledwindow.c: make hiding of automatic scrollbars when we
5087         have no visible child explicit.
5088
5089 2006-09-19  Ryan Lortie  <desrt@desrt.ca>
5090
5091         * docs/reference/gdk/gdk-sections.txt:
5092         * gdk/gdk.symbols:
5093         * gdk/gdkpango.h:
5094         * gdk/gdkpango.c: Bug 355343.  Add a GdkPangoAttrEmbossColor.
5095           (gdk_pango_layout_get_clip_region): Remove an unused variable.
5096           (gdk_pango_attr_embossed_new): Fix documentation.
5097
5098 Tue Sep 19 17:00:04 2006  Tim Janik  <timj@imendio.com>
5099
5100         * gtk/gtkarrow.c: added GtkArrow::arrow-scaling style property to 
5101         control the arrow/border ratio within the allocation.
5102
5103         * tests/testgtk.c: added a GtkArrow to handle box test.
5104
5105         * tests/testgtkrc: test ::arrow-scaling property.
5106
5107 2006-09-19  Matthias Clasen  <mclasen@redhat.com>
5108
5109         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
5110         Display an error when we come to the root.  
5111
5112 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
5113
5114         * gtk/gtkfilechooserbutton.c: Use bookmark labels in 
5115         the combobox. 
5116
5117         * gtk/gtkfilechooserbutton.c: Don't add remote volumes and 
5118         bookmarks to the model in local-only mode, to avoid 
5119         authentication dialogs pop up for invisible bookmarks, and
5120         to fix issues with separators not being hidden when
5121         they should.  (#354887, Dennis Cranston)
5122
5123 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
5124
5125         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
5126         treeview use in list mode.  (#355732, Richard Hult)
5127
5128         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
5129         change notification for the right property.  (#355308,
5130         Torsten Schoenfeld)
5131
5132 2006-09-15  Michael Natterer  <mitch@imendio.com>
5133
5134         * gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column
5135         header navigation/resizing/reordering to be more readable and lose
5136         one level of nesting.
5137
5138 2006-09-15  Kristian Rietveld  <kris@imendio.com>
5139
5140         * gtk/gtktreeview.c (gtk_tree_view_key_press): actually directly
5141         return after handling column button focus; we disable wrap around
5142         with this (which actually happened via a really weird code path).
5143         (Michael Natterer)
5144
5145 2006-09-15  Kristian Rietveld  <kris@imendio.com>
5146
5147         * gtk/gtktreeview.c (gtk_tree_view_key_press): make column resizing
5148         code RTL aware, also break from the loops after we have seen the
5149         focussed column button (Michael Natterer).
5150
5151 Thu Sep 14 12:28:51 2006  Tim Janik  <timj@imendio.com>
5152
5153         * tests/testrichtext.c (main): intialize random number generator state
5154         upon program start, to enable truely random testing.
5155
5156 2006-09-13 Michael Emmel <mike.emmel@gmail.com>
5157
5158         * gdk/directfb/gdkcolor-directfb.c small clean ups include order
5159         * gdk/directfb/gdkwindow-directfb.c fixed beep compile error
5160         * gdk/directfb/Makefile.am removed GDK_PIXBUF_DISABLE_DEPRECATED
5161                 GDK_DISABLE_DEPRECATED to allow compile per Behdad
5162         * gdk/quartz/Makefile.am same change as directfb Makefile
5163         * gtk/Makefile.am fixed typo that cause socket stubs not to compile
5164
5165 2006-09-13 Matthias Clasen <mclasen@redhat.com>
5166
5167         * gtk/gtkcolorsel.c: Use a GtkWindow instead of a GtkInvisible
5168         for the grab widget, to make the color picker work with window
5169         groups.  
5170
5171 2006-09-12 Hong Jen Yee <pcman.tw@gmail.com>
5172
5173         signed off by: Dom Lachowicz
5174         
5175         * modules/engines/ms-windows/msw_style.c: Bug 340201. This contains
5176         a large number of improvements to the Microsoft Windows theme engine
5177         which are fully described in the bug report.
5178         
5179 Mon Sep 11 14:22:39 2006  Tim Janik  <timj@imendio.com>
5180
5181         * tests/testgtk.c: fixed compiler warnings.
5182
5183 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
5184
5185         * gtk/gtkfilechooserbutton.c (model_add_special): Request
5186         the display name too, otherwise "Desktop" does not appear
5187         in the file chooser button. 
5188
5189 2006-09-10  Tor Lillqvist  <tml@novell.com>
5190
5191         * gdk/win32/gdkprivate-win32.h
5192         * gdk/win32/gdkmain-win32.c
5193         * gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as
5194         0x0500 in gdkprivate-win32.h instead of doing it in two source
5195         files. (#355212, Mike Edenfield)
5196
5197         * gdk/win32/gdkwindow-win32.c: We can also remove the ersatz
5198         GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.
5199
5200 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
5201
5202         * Commit a patch by Behdad to fix typos, omissions and other
5203         errors in the symbol aliasing, and add checks for local PLT
5204         entries.  (#354687, Behdad Esfahbod)
5205
5206         * gtk/gtktreeview.c (gtk_tree_view_search_scroll_event): Renew
5207         the flush timeout.  (#354043, Nelson Benitez)
5208         
5209         * gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error): 
5210         Improve wording. String change!  (#355126, David Lodge)
5211
5212         * gtk/updateiconcache.c: Improve wording. String change!  (#355128,
5213         David Lodge)
5214
5215         * gtk/paper_names_offsets.c: Fix a typo. String change!  (#355134,
5216         David Lodge)
5217
5218 2006-09-09  Matthias Clasen <mclasen@redhat.com>
5219
5220         * gdk/x11/gdkfonts-x11.c: Fix small theoretical memory leaks.
5221         (#353916, Chris Wilson)
5222
5223         * gtk/gtksettings.c (_gtk_settings_reset_rc_values):
5224         Don't leak the to_reset list.  (#353914, Chris Wilson)
5225
5226         * gtk/gtkwidget.c: Add docs for the parent-set signal.
5227         (#353772, Mariano Suárez-Alvarez)
5228
5229 2006-09-08  Matthias Clasen <mclasen@redhat.com>
5230
5231         * gtk/gtktextbuffer.c (remove_all_selection_clipboards):
5232         Don't clear clipboards here, since we are called from finalize
5233         and can't emit signals.
5234
5235         * configure.in: Set version to 2.11.0
5236
5237 2006-09-06  Richard Hult  <richard@imendio.com>
5238
5239         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Special-case 
5240         shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
5241
5242 2006-09-04  Kristian Rietveld  <kris@imendio.com>
5243
5244         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
5245         if setting the given folder failed, try setting the parent folder
5246         until we succeed; display an error box at the end.
5247
5248 2006-09-04  Kristian Rietveld  <kris@imendio.com>
5249
5250         * gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
5251         operations spawned by buttons here,
5252         (set_button_image_get_info_cb): bail out if button is NULL, but
5253         do free button_data,
5254         (button_data_free): only free the data if non NULL (since this
5255         function can be called multiple times for the same data), cancel
5256         handle if pending but don't free button_data in this case (will
5257         happen in the callback).
5258
5259 2006-09-04  Michael Natterer  <mitch@imendio.com>
5260
5261         * gtk/gtkrc.c (rc_parse_token_or_compound)
5262         (gtk_rc_parse_assignment): serialize floating point values using
5263         locale-independent functions. (#346751, Frederic Crozat)
5264
5265 2006-09-04  Tor Lillqvist  <tml@novell.com>
5266
5267         * gdk/win32/gdkevents-win32.c
5268         * gdk/win32/gdkwindow-win32.c: Use wide-char API for message and
5269         window handling (PeekMessage, PostMessage, SendMessage,
5270         DispatchMessage, DefWindowProc, RegisterClassEx,
5271         CreateWindowEx). (#321597)
5272
5273 2006-09-03  Kristian Rietveld  <kris@imendio.com>
5274
5275         * gtk/gtkfilechooserdefault.c (save_entry_get_info_cb),
5276         (file_exists_get_info_cb), (gtk_file_chooser_default_should_respond):
5277         change file_exists_and_is_not_folder checks to get the file info
5278         for the path directly instead of querying the current file folder
5279         of the save entry.
5280
5281         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault): add
5282         new field.
5283
5284         * tests/autotestfilechooser.c (wait_for_idle_idle), (wait_for_idle),
5285         (test_reload_sequence), (test_button_folder_states_for_action): wait
5286         for idle after setting a folder to ensure the async operations to load
5287         the folder are finished,
5288         (test_confirm_overwrite), (test_confirm_overwrite_for_path):
5289         factor out test_confirm_overwrite code so we can add tests for more
5290         paths more easily.
5291
5292 2006-09-03  Richard Hult  <richard@imendio.com>
5293
5294         * gdk/quartz/GdkQuartzView.c (drawRect): Don't do anything if
5295         exposure isn't in the event mask, plug a leak, and check that the
5296         window isn't destroyed.
5297         (isOpaque): Check that the window isn't destroyed, fixes bug 
5298         #353028.
5299
5300 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
5301
5302         * gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.  
5303         (#354035, Mariano Suárez-Alvarez)
5304
5305         * gtk/gtkmain.c (post_parse_hook): 
5306         * gdk/gdk.c (gdk_init): Handle display_name being NULL.
5307         (#354004, Chris Wilson)
5308
5309 2006-09-03  Tor Lillqvist  <tml@novell.com>
5310
5311         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): No
5312         GDK_WINDOW_DISPLAY in the Win32 backend.
5313
5314         * gtk/gtkfilesystemwin32.c: Copy what Kris did to
5315         gtkfilesystemunix.c
5316
5317 2006-09-02  Kristian Rietveld  <kris@imendio.com>
5318
5319         First part of file chooser fixes.
5320
5321         * gtk/gtkfilechooserbutton.c (model_add_special): also set the
5322         handle in the model for the desktopdir case.
5323
5324         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): free
5325         volume in case we retrieved it but don't pass it on to insert_path,
5326         (shortcuts_model_create): change the column type for the handles
5327         to pointer instead of GObject so our handle ref counting is not
5328         disturbed,
5329         (show_and_select_paths_finished_loading): don't forget to unref
5330         the dialog.
5331
5332         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_class_init),
5333         (gtk_file_system_unix_init), (gtk_file_system_unix_dispose):
5334         remove pending execute_callbacks_idle during dispose, also
5335         execute all callbacks waiting to be run in the next idle,
5336         (queue_*callback), (execute_callbacks_idle): refactor to maintain
5337         a list of callbacks to call per file system instead of globally,
5338         guard the file system during callback invocation,
5339         (gtk_file_system_unix_get_folder): only add load folder idle if
5340         none has been added yet.
5341
5342 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
5343
5344         * gtk/gtkentry.c: Don't unnecessarily reset the im context
5345         when deleting the selection.  (#353803, Alex Larsson)
5346
5347 2006-09-01  Abel Cheung  <abel@oaka.org>
5348
5349         * configure.in: Added 'ang' 'dz' to ALL_LINGUAS.
5350
5351 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
5352
5353         Stop cursor blinking after a configurable timeout.
5354         (#353670, #352442, Arjan van de Ven, Manu Cornet)
5355         
5356         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
5357         gtk-cursor-blink-timeout setting, which specifies the number
5358         of seconds that the cursor should blink after a user interaction.
5359         The default value is G_MAXINT to preserve the current behaviour.
5360
5361         * gtk/gtkentry.c (blink_cb): Stop blinking after blink-timeout
5362         seconds.
5363
5364         * gtk/gtkentry.c (gtk_entry_completion_key_press) 
5365         (gtk_entry_button_press, gtk_entry_focus_in): Reset the
5366         blink timer.
5367
5368         * gtk/gtktextview.c (blink_cb): Stop blinking after blink-timeout
5369         seconds. 
5370
5371         * gtk/gtktextview.c (gtk_text_view_key_press_event) 
5372         (gtk_text_view_button_press_event, gtk_text_view_focus_in_event): 
5373         Reset the blink timer.
5374         
5375 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
5376
5377         * gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
5378         explicit format capabilities.  (#346505, Christian Persch)
5379
5380         * modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error. 
5381
5382 2006-08-31  Michael Natterer  <mitch@imendio.com>
5383
5384         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.
5385
5386 2006-08-30  Richard Hult  <richard@imendio.com>
5387
5388         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): Fix build.
5389
5390 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
5391
5392         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Only use XKB
5393         for beeping if we are using XKB.  
5394
5395 2006-08-29  Matthias Clasen  <mclasen@redhat.com>
5396
5397         * gdk/gdkwindow.h: 
5398         * gdk/gdk.symbols: 
5399         * gdk/directfb/gdkwindow-directfb.c (gdk_window_beep): 
5400         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): 
5401         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): 
5402         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Add a function
5403         to beep on a window. For X11, implement this with
5404         XkbBell.  (#353455, Mariano Suárez-Alvarez)
5405         
5406 2006-08-29  Tor Lillqvist  <tml@novell.com>
5407
5408         Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x
5409         since 2.6 or 2.8. It's pointless to keep the Win9x code in here as
5410         it isn't being maintained anyway. If somebody is interested, it
5411         can always be found in older GTK+ versions, and in CVS.
5412
5413         * configure.in
5414         * acconfig.h
5415         * gdk/Makefile.am
5416         * gdk/win32/Makefile.am
5417         * gdk/win32/libie55uid.la
5418         * gdk/win32/gdkevents-win32.c: Remove the --with-ie55 configure
5419         switch and associated stuff. Active IMM and the <dimm.h> header
5420         was used for IM support on NT4 and Win9x. Win2k and later have IM
5421         support built-in.
5422
5423         * gdk/win32/gdkcursor-win32.c
5424         * gdk/win32/gdkdnd-win32.c
5425         * gdk/win32/gdkdrawable-win32.c
5426         * gdk/win32/gdkevents-win32.c
5427         * gdk/win32/gdkgc-win32.c
5428         * gdk/win32/gdkglobals-win32.c
5429         * gdk/win32/gdkkeys-win32.c
5430         * gdk/win32/gdkmain-win32.c
5431         * gdk/win32/gdkproperty-win32.c
5432         * gdk/win32/gdkselection-win32.c
5433         * gdk/win32/gdkwindow-win32.c: Remove the G_WIN32_IS_NT_BASED()
5434         and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
5435         branches, and any variables or static functions used only by the
5436         Win9x branches.
5437
5438         * gdk/win32/gdkprivate-win32.h: Remove backup definitions for
5439         constants that aren't missing from current mingw and MSVC6
5440         headers.
5441
5442         * gdk/win32/gdkmain-win32.c
5443         * gdk/win32/gdkprivate-win32.h: Remove the _gdk_win32_gdi_failed()
5444         function. On NT-based Windows GetLastError() returns error codes
5445         also for failed GDI calls, so we can use _gdk_win32_api_failed()
5446         always.
5447
5448 2006-08-29  Emmanuele Bassi  <ebassi@gnome.org>
5449
5450         * gtk/gtkrecentchoosermenu.c
5451         (gtk_recent_chooser_menu_set_current_uri): Break when an item
5452         is found and activated. (#353449, based on a patch by Jan Arne
5453         Petersen)
5454
5455 Fri Jul 14 16:13:37 2006  Tim Janik  <timj@gtk.org>
5456
5457         * gtk/gtkprogressbar.c: introduced ::xspacing and ::yspacing style 
5458         properties which make all hardcoded padding and spacing values
5459         configurable. properly swap ::text-xalign treatment for RTL widgets.
5460
5461         * gtk/gtkprogress.c: fixed style property blurbs. made alignment 
5462         proeprty more consistent with GtkMisc alignment blurbs. mention
5463         RTL treatment for text-xalign.
5464
5465 Tue Aug 29 11:57:40 2006  Tim Janik  <timj@imendio.com>
5466
5467         * tests/testgtk.c: allow (most) windows to be resizable.
5468         added ellipsization settings to progress bars. 
5469
5470 2006-08-28  Matthias Clasen   <mclasen@redhat.com>
5471
5472         * modules/printbackend/cups/gtkprintbackendcups.c: Use a
5473         resonable timeout of 3 seconds when polling for printer
5474         list updates, instead of 300000 seconds...
5475
5476 2006-08-28  Michael Natterer  <mitch@imendio.com>
5477
5478         * gtk/gtktextbufferserialize.c (serialize_text): don't write out
5479         </apply_tag> for tags that have already been closed by the logic
5480         which turns overlapping spans into XML-able trees. Fixes broken
5481         XML when there are overlapping tags in the buffer. Also free two
5482         leaked GLists and did some cleanup.
5483
5484         * tests/Makefile.am
5485         * tests/testrichtext.c: new test which creates randomly tagged
5486         GtkTextBuffers and serializes/deserializes them.
5487
5488 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
5489
5490         * gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data): 
5491         Don't leak pixbufs.  (#352264, Ross Burton)
5492
5493         * gtk/gtklinkbutton.c (set_link_underline): Don't leak
5494         PangoAttributes.  (#352391, Paolo Borelli)
5495
5496 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
5497
5498         * demos/gtk-demo/Makefile.am:
5499         * demos/gtk-demo/textscroll.c: Add an example of automatic
5500         scrolling, thanks to Yevgen Muntyan.  (#351206)
5501         
5502         * gtk/gtkmodules.c (find_module): Use local binding when
5503         loading modules.  (#351868)
5504
5505 2006-08-24  Michael Natterer  <mitch@imendio.com>
5506
5507         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
5508         the hostname instead of NULL.
5509
5510 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
5511
5512         * gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
5513         names and values in comboboxes, and clean up some
5514         coding style issues.
5515
5516 2006-08-23  Tor Lillqvist  <tml@novell.com>
5517
5518         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
5519         Revert unintended translatable string addition. Use same string
5520         in GError as in gtkfilesystemunix.c.
5521
5522         * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
5523         Fix logic at the end of strings. 
5524
5525         * gtk/gtkfilesystemwin32.c: Maintain a hash table of live
5526         handles and check that we have no outstanding handles at
5527         finalization time. (Copying what Matthias did for
5528         gtkfilesystemunix.c)
5529
5530 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
5531
5532         * gtk/gtkfilesystemunix.c: Maintain a hash table
5533         of live handles and check that we have no outstanding
5534         handles at finalization time. (Copying what
5535         Federico did for gtkfilesystemgnomevfs.c)
5536
5537 2007-08-22  Matthias Clasen  <mclasen@redhat.com> 
5538
5539         * Branch for 2.10
5540