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