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