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