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