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