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