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