]> Pileus Git - ~andy/gtk/blob - ChangeLog
Break when an item is found and activated. (#353449, based on a patch by
[~andy/gtk] / ChangeLog
1 2006-08-29  Emmanuele Bassi  <ebassi@gnome.org>
2
3         * gtk/gtkrecentchoosermenu.c
4         (gtk_recent_chooser_menu_set_current_item): Break when an item
5         is found and activated. (#353449, based on a patch by Jan Arne
6         Petersen)
7
8 Fri Jul 14 16:13:37 2006  Tim Janik  <timj@gtk.org>
9
10         * gtk/gtkprogressbar.c: introduced ::xspacing and ::yspacing style 
11         properties which make all hardcoded padding and spacing values
12         configurable. properly swap ::text-xalign treatment for RTL widgets.
13
14         * gtk/gtkprogress.c: fixed style property blurbs. made alignment 
15         proeprty more consistent with GtkMisc alignment blurbs. mention
16         RTL treatment for text-xalign.
17
18 Tue Aug 29 11:57:40 2006  Tim Janik  <timj@imendio.com>
19
20         * tests/testgtk.c: allow (most) windows to be resizable.
21         added ellipsization settings to progress bars. 
22
23 2006-08-28  Matthias Clasen   <mclasen@redhat.com>
24
25         * modules/printbackend/cups/gtkprintbackendcups.c: Use a
26         resonable timeout of 3 seconds when polling for printer
27         list updates, instead of 300000 seconds...
28
29 2006-08-28  Michael Natterer  <mitch@imendio.com>
30
31         * gtk/gtktextbufferserialize.c (serialize_text): don't write out
32         </apply_tag> for tags that have already been closed by the logic
33         which turns overlapping spans into XML-able trees. Fixes broken
34         XML when there are overlapping tags in the buffer. Also free two
35         leaked GLists and did some cleanup.
36
37         * tests/Makefile.am
38         * tests/testrichtext.c: new test which creates randomly tagged
39         GtkTextBuffers and serializes/deserializes them.
40
41 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
42
43         * gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data): 
44         Don't leak pixbufs.  (#352264, Ross Burton)
45
46         * gtk/gtklinkbutton.c (set_link_underline): Don't leak
47         PangoAttributes.  (#352391, Paolo Borelli)
48
49 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
50
51         * demos/gtk-demo/Makefile.am:
52         * demos/gtk-demo/textscroll.c: Add an example of automatic
53         scrolling, thanks to Yevgen Muntyan.  (#351206)
54         
55         * gtk/gtkmodules.c (find_module): Use local binding when
56         loading modules.  (#351868)
57
58 2006-08-24  Michael Natterer  <mitch@imendio.com>
59
60         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
61         the hostname instead of NULL.
62
63 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
64
65         * gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
66         names and values in comboboxes, and clean up some
67         coding style issues.
68
69 2006-08-23  Tor Lillqvist  <tml@novell.com>
70
71         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
72         Revert unintended translatable string addition. Use same string
73         in GError as in gtkfilesystemunix.c.
74
75         * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
76         Fix logic at the end of strings. 
77
78         * gtk/gtkfilesystemwin32.c: Maintain a hash table of live
79         handles and check that we have no outstanding handles at
80         finalization time. (Copying what Matthias did for
81         gtkfilesystemunix.c)
82
83 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
84
85         * gtk/gtkfilesystemunix.c: Maintain a hash table
86         of live handles and check that we have no outstanding
87         handles at finalization time. (Copying what
88         Federico did for gtkfilesystemgnomevfs.c)
89
90 2007-08-22  Matthias Clasen  <mclasen@redhat.com> 
91
92         * Branch for 2.10
93