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