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