2008-09-24 08:04:15 +00:00
|
|
|
|
2008-09-24 Denis Washington <denisw@svn.gnome.org>
|
|
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c: draw focus as a rectangle around the
|
|
|
|
|
complete item, not just the text. (Bug #38254)
|
|
|
|
|
|
2008-09-23 18:24:33 +00:00
|
|
|
|
2008-09-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtkobject.c
|
|
|
|
|
* gtk/gtksignal.[ch]: s/GtkType/GType/ and
|
|
|
|
|
s/GtkSignalMarshaller/GSignalCMarshaller/.
|
|
|
|
|
|
2008-09-23 10:46:46 +00:00
|
|
|
|
2008-09-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
|
|
|
|
|
variable and fix indentation.
|
|
|
|
|
|
2008-09-23 10:28:23 +00:00
|
|
|
|
2008-09-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtkclist.h
|
|
|
|
|
* gtk/gtkctree.h
|
|
|
|
|
* gtk/gtklist.h
|
|
|
|
|
* gtk/gtklistitem.h
|
|
|
|
|
* gtk/gtkobject.h
|
|
|
|
|
* gtk/gtkoldeditable.h
|
|
|
|
|
* gtk/gtkpixmap.h
|
|
|
|
|
* gtk/gtkpreview.h
|
|
|
|
|
* gtk/gtktext.h
|
|
|
|
|
* gtk/gtktipsquery.h
|
|
|
|
|
* gtk/gtktree.h
|
|
|
|
|
* gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
|
|
|
|
|
in all deprecated headers.
|
|
|
|
|
|
2008-09-22 18:32:31 +00:00
|
|
|
|
2008-09-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
|
|
Bug 553135 – eog crash: assertion failed. Gtk error:
|
|
|
|
|
shortcuts_remove_rows: code should not be reached
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem
|
|
|
|
|
signals when we are destroyed, in order to avoid nasty surprises.
|
|
|
|
|
Patch by Claudio Saavedra
|
|
|
|
|
|
2008-09-22 14:25:45 +00:00
|
|
|
|
2008-09-22 Emmanuele Bassi <ebassi@linux.intel.com>
|
|
|
|
|
|
|
|
|
|
Bug 552789 – Show size column in the search and recently used
|
|
|
|
|
files modes
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: Display the file size column
|
|
|
|
|
when in OPERATION_MODE_SEARCH. This removes a stat() call
|
|
|
|
|
and simplifies the code a little bit by changing the query
|
|
|
|
|
for file informations for each search engine hit.
|
|
|
|
|
|
2008-09-22 10:35:44 +00:00
|
|
|
|
2008-09-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtksignal.[ch]
|
|
|
|
|
* gtk/gtkclist.c
|
|
|
|
|
* gtk/gtklist.c
|
|
|
|
|
* gtk/gtkmain.c
|
|
|
|
|
* gtk/gtktext.c
|
|
|
|
|
* gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
|
|
|
|
|
GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
|
|
|
|
|
|
2008-09-22 08:55:58 +00:00
|
|
|
|
2008-09-22 Frederic Crozat <fcrozat@mandriva.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilesystem.c: use the correct gi18n header.
|
|
|
|
|
Fixes bug #553000.
|
|
|
|
|
|
2008-09-22 08:35:21 +00:00
|
|
|
|
2008-09-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
|
|
|
|
|
append(), prepend() and insert() functions and recommend to use
|
|
|
|
|
gtk_toolbar_insert() instead. Use GCallback instead of
|
|
|
|
|
GtkSignalFunc even in deprecated API.
|
|
|
|
|
|
2008-09-21 05:21:00 +00:00
|
|
|
|
2008-09-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
|
|
|
|
|
leak a GFile.
|
|
|
|
|
|
2008-09-19 22:52:33 +00:00
|
|
|
|
2008-09-19 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
|
|
Small cleanups to debug messages for GtkPlug/GtkSocket
|
|
|
|
|
|
|
|
|
|
* gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
|
2008-09-20 10:30:40 +00:00
|
|
|
|
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
|
|
|
|
|
messages.
|
2008-09-19 22:52:33 +00:00
|
|
|
|
|
2008-09-19 13:45:07 +00:00
|
|
|
|
2008-09-19 Carlos Garnacho <carlos@imendio.com>
|
|
|
|
|
|
|
|
|
|
Bug 83935 – GtkEntry's default invisible char should be U+25CF
|
|
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
|
|
|
|
|
more suitable invisible char than '*' based on the used font.
|
|
|
|
|
(gtk_entry_class_init) (gtk_entry_set_property)
|
|
|
|
|
(gtk_entry_get_property): Add a "invisible-char-set" property.
|
|
|
|
|
(gtk_entry_unset_invisible_char): New function, needed now that the
|
|
|
|
|
default invisible char isn't fixed.
|
|
|
|
|
* gtk/gtkentry.h:
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
|
* docs/reference/gtk/gtk-sections.txt: Add the new function.
|
|
|
|
|
|
2008-09-19 12:28:30 +00:00
|
|
|
|
2008-09-19 Christian Persch <chpe@gnome.org>
|
|
|
|
|
|
|
|
|
|
Bug 552837 – mem leak in gtkimmulticontext
|
|
|
|
|
|
|
|
|
|
* gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
|
|
|
|
|
leak.
|
|
|
|
|
|
2008-09-18 22:00:53 +00:00
|
|
|
|
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
|
|
|
|
|
visibility state with the rest of the FileChooser settings.
|
|
|
|
|
|
2008-09-18 15:29:33 +00:00
|
|
|
|
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
|
|
|
|
|
|
|
|
|
|
Bug 325095 – show a 'size' column
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c:
|
|
|
|
|
* gtk/gtkfilechooserprivate.h: Add a context menu item controlling
|
|
|
|
|
the visibility of the file size column. This works only for the
|
|
|
|
|
browse mode, and the column is not visible by default.
|
|
|
|
|
|
|
|
|
|
* gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
|
|
|
|
|
settings file.
|
|
|
|
|
|
2008-09-18 15:02:53 +00:00
|
|
|
|
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
|
|
|
|
|
|
2008-09-20 10:30:40 +00:00
|
|
|
|
* modules/engines/ms-windows/*: Revert most of previous patch, as
|
|
|
|
|
it didn't work as expected; Some work toward #531086 - the new
|
|
|
|
|
GtkTooltip widget doesn't theme properly on win32. Now, at least
|
2008-09-18 15:28:19 +00:00
|
|
|
|
the background color seems okay
|
|
|
|
|
|
|
|
|
|
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
|
|
|
|
|
|
2008-09-20 10:30:40 +00:00
|
|
|
|
* modules/engines/ms-windows/*: MS Windows style should use
|
|
|
|
|
pango_win32_font_description_from_logfont; Allows us to rip out a
|
|
|
|
|
lot of potentially buggy code, and also get the font specification
|
|
|
|
|
from the XP theme (#434987)
|
2008-09-18 15:02:53 +00:00
|
|
|
|
|
2008-09-18 14:55:35 +00:00
|
|
|
|
2008-09-18 Matthias Clasen <mclasen@redhat.com>
|
2007-11-19 10:19:11 +00:00
|
|
|
|
|
|
|
|
|
* configure.in: updated version number to 2.15.0 for development.
|
|
|
|
|
|
2008-09-18 14:55:35 +00:00
|
|
|
|
* ChangeLog.pre-2-14: rotate ChangeLog
|
2007-11-19 10:19:11 +00:00
|
|
|
|
|
2008-09-18 14:55:35 +00:00
|
|
|
|
=== Branch for 2.14 ===
|