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