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