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