]> Pileus Git - ~andy/gtk/blob - ChangeLog
487d6a2a80c40209b18d62e0a58a0831d0ee2b36
[~andy/gtk] / ChangeLog
1 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
2
3         Bug 83935 – GtkEntry's default invisible char should be U+25CF
4
5         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
6         more suitable invisible char than '*' based on the used font.
7         (gtk_entry_class_init) (gtk_entry_set_property)
8         (gtk_entry_get_property): Add a "invisible-char-set" property.
9         (gtk_entry_unset_invisible_char): New function, needed now that the
10         default invisible char isn't fixed.
11         * gtk/gtkentry.h:
12         * gtk/gtk.symbols:
13         * docs/reference/gtk/gtk-sections.txt: Add the new function.
14
15 2008-09-19  Christian Persch  <chpe@gnome.org>
16  
17         Bug 552837 – mem leak in gtkimmulticontext
18  
19         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
20         leak.
21  
22 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
23
24         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
25         visibility state with the rest of the FileChooser settings.
26
27 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
28
29         Bug 325095 – show a 'size' column
30
31         * gtk/gtkfilechooserdefault.c:
32         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
33         the visibility of the file size column. This works only for the
34         browse mode, and the column is not visible by default.
35
36         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
37         settings file.
38
39 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
40
41         * modules/engines/ms-windows/*: Revert most of previous patch, as it didn't work as expected; 
42         Some work toward #531086 - the new GtkTooltip widget doesn't theme properly on win32. Now, at least
43         the background color seems okay
44         
45 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
46
47         * modules/engines/ms-windows/*: MS Windows style should use pango_win32_font_description_from_logfont;
48         Allows us to rip out a lot of potentially buggy code, and also get the font specification from the
49         XP theme (#434987)
50         
51 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
52
53         * configure.in: updated version number to 2.15.0 for development.
54
55         * ChangeLog.pre-2-14: rotate ChangeLog
56
57 === Branch for 2.14 ===