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