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