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