]> Pileus Git - ~andy/gtk/blob - ChangeLog
76b9631e11040ec3682a713e9a28e2b3abe5dc51
[~andy/gtk] / ChangeLog
1 2008-09-25  Michael Natterer  <mitch@imendio.com>
2
3         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
4         don't unref the file system backend, the newly added
5         unset_file_system_backend() already does this (bug #553135).
6
7 2008-09-24  Michael Natterer  <mitch@imendio.com>
8
9         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
10         static prototypes.
11
12 2008-09-24  Johan Dahlin  <johan@gnome.org>
13
14         Bug 553385 – gtk-builder-convert creates untranslated combobox models
15
16         * gtk/gtk-builder-convert: Set the translatable property on
17         col tags for converted combos.
18
19 2008-09-24  Tor Lillqvist  <tml@novell.com>
20
21         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
22         share/aclocal and share/gtk-doc instead of trying to list
23         individual files or subdirectories. We had missed gail.pc, for
24         instance.
25
26 2008-09-24  Christian Dywan  <christian@imendio.com>
27
28         Bug 538782 – Make GtkMenu's arrow size themable
29
30         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
31         Implement "arrow-scaling" style property in GtkMenu.
32
33 2008-09-24  Christian Dywan  <christian@imendio.com>
34
35         Bug 408244 – add GtkDialog::content-area-spacing
36
37         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
38         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
39         * gtk/gtkbox.h:
40         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
41         Implement "content-area-spacing" style property in GtkDialog
42         and internal helper _gtk_box_get_spacing_set in GtkBox.
43         Patch by Tim Janik, Sven Herzberg and myself.
44
45 2008-09-24  Christian Dywan  <christian@imendio.com>
46
47         Bug 541391 – Unfocussable Treeview swallows focus
48
49         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
50         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
51
52 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
53
54         * gtk/gtkiconview.c: draw focus as a rectangle around the
55         complete item, not just the text. (Bug #38254)
56
57 2008-09-23  Michael Natterer  <mitch@imendio.com>
58
59         * gtk/gtkobject.c
60         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
61         s/GtkSignalMarshaller/GSignalCMarshaller/.
62
63 2008-09-23  Michael Natterer  <mitch@imendio.com>
64
65         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
66         variable and fix indentation.
67
68 2008-09-23  Michael Natterer  <mitch@imendio.com>
69
70         * gtk/gtkclist.h
71         * gtk/gtkctree.h
72         * gtk/gtklist.h
73         * gtk/gtklistitem.h
74         * gtk/gtkobject.h
75         * gtk/gtkoldeditable.h
76         * gtk/gtkpixmap.h
77         * gtk/gtkpreview.h
78         * gtk/gtktext.h
79         * gtk/gtktipsquery.h
80         * gtk/gtktree.h
81         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
82         in all deprecated headers.
83
84 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
85
86         Bug 553135 – eog crash: assertion failed. Gtk error:
87         shortcuts_remove_rows: code should not be reached
88
89         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
90         signals when we are destroyed, in order to avoid nasty surprises.
91         Patch by Claudio Saavedra
92
93 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
94
95         Bug 552789 – Show size column in the search and recently used
96         files modes
97
98         * gtk/gtkfilechooserdefault.c: Display the file size column
99         when in OPERATION_MODE_SEARCH. This removes a stat() call
100         and simplifies the code a little bit by changing the query
101         for file informations for each search engine hit.
102
103 2008-09-22  Michael Natterer  <mitch@imendio.com>
104
105         * gtk/gtksignal.[ch]
106         * gtk/gtkclist.c
107         * gtk/gtklist.c
108         * gtk/gtkmain.c
109         * gtk/gtktext.c
110         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
111         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
112
113 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
114
115         * gtk/gtkfilesystem.c: use the correct gi18n header.
116         Fixes bug #553000.
117
118 2008-09-22  Michael Natterer  <mitch@imendio.com>
119
120         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
121         append(), prepend() and insert() functions and recommend to use
122         gtk_toolbar_insert() instead. Use GCallback instead of
123         GtkSignalFunc even in deprecated API.
124
125 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
126
127         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
128         leak a GFile.
129
130 2008-09-19  Owen Taylor  <otaylor@redhat.com>
131
132         Small cleanups to debug messages for GtkPlug/GtkSocket
133
134         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
135         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
136         messages.
137
138 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
139
140         Bug 83935 – GtkEntry's default invisible char should be U+25CF
141
142         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
143         more suitable invisible char than '*' based on the used font.
144         (gtk_entry_class_init) (gtk_entry_set_property)
145         (gtk_entry_get_property): Add a "invisible-char-set" property.
146         (gtk_entry_unset_invisible_char): New function, needed now that the
147         default invisible char isn't fixed.
148         * gtk/gtkentry.h:
149         * gtk/gtk.symbols:
150         * docs/reference/gtk/gtk-sections.txt: Add the new function.
151
152 2008-09-19  Christian Persch  <chpe@gnome.org>
153  
154         Bug 552837 – mem leak in gtkimmulticontext
155  
156         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
157         leak.
158  
159 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
160
161         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
162         visibility state with the rest of the FileChooser settings.
163
164 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
165
166         Bug 325095 – show a 'size' column
167
168         * gtk/gtkfilechooserdefault.c:
169         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
170         the visibility of the file size column. This works only for the
171         browse mode, and the column is not visible by default.
172
173         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
174         settings file.
175
176 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
177
178         * modules/engines/ms-windows/*: Revert most of previous patch, as
179         it didn't work as expected; Some work toward #531086 - the new
180         GtkTooltip widget doesn't theme properly on win32. Now, at least
181         the background color seems okay
182         
183 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
184
185         * modules/engines/ms-windows/*: MS Windows style should use
186         pango_win32_font_description_from_logfont; Allows us to rip out a
187         lot of potentially buggy code, and also get the font specification
188         from the XP theme (#434987)
189         
190 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
191
192         * configure.in: updated version number to 2.15.0 for development.
193
194         * ChangeLog.pre-2-14: rotate ChangeLog
195
196 === Branch for 2.14 ===