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