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