]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Mention that %NULL is allowed. (#336937, Christian Neumair)
[~andy/gtk] / ChangeLog.pre-2-10
index 6ce7c8d1605759ba004f2936ebb2923f52133aa6..43623106fba665c6b0a54a7f9a55bceb88dfe54d 100644 (file)
@@ -1,3 +1,169 @@
+2006-04-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
+       that %NULL is allowed.  (#336937, Christian Neumair)
+
+       * gtk/gtkmain.c: Get rid of an unnecessary static variable.
+
+       * gtk/gtktextlayout.c: Fix a warning.
+       
+       * gtk/gtktextsegment.h: 
+       * gtk/gtktextsegment.c: 
+       * gtk/gtktextchild.c:
+       * gtk/gtktextbtree.c:
+       * gtk/gtktextmark.c: 
+       * gtk/gtktexttypes.h: Make the segment class pointers const.
+
+       * gtk/gtktextbufferserialize.c: Make parser struct const.
+       
+       * gtk/gtkuimanager.c: Make parser struct const.
+
+       * gtk/gtklinkbutton.c: Make the default colors const.
+
+       * gtk/gtkuimanager.c: Avoid relocations. 
+
+       * gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
+       buffer.
+
+       * gtk/gtktext.c (gtk_text_key_press): Avoid relocations.
+
+       * gtk/gtkrc.c (gtk_rc_add_initial_default_files) 
+       (gtk_rc_add_default_file): Allocate the gtk_rc_default_files array
+       dynamically.
+
+2006-04-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrc.c: Avoid relocations for the array of symbol names. 
+
+       * gtk/gtkruler.c: Remove unused strings from the ruler_metrics 
+       structs, to avoid relocations.  (#336917, Stephane Chauveau)
+
+2006-04-02  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
+       the items list after setting the storage file.
+
+       * gtk/gtkrecentmanager.c (display_closed): Use the right string
+       for unsetting the default manager object from the screen.       
+
+2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Oops. (#336784)
+
+2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
+       instead of static buffer to reduce .bss by 8kb. (#336784)
+
+2006-04-01  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's
+       drawing of menu separators
+       
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkrecentmanager.c: Convert filenames to UTF-8 before printing
+       them out in warning messages. (#336770, Morten Welinder)
+
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_info_last_application): Update
+       last_stamp inside the look. (#336771, Morten Welinder)
+
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_get_property):
+       Add missing break. (#336769, Morten Welinder)
+
+2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfilesystem.c (gtk_file_system_get_bookmark_label):
+       * gtk/gtklinkbutton.c (gtk_link_button_new_with_label): Return NULL
+       instead of FALSE in g_return_val_if_fail in a pointer-returning
+       function. (#336764, Morten Welinder)
+
+2006-04-01  Gora Mohanty  <gmohanty@cvs.gnome.org>
+
+       * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
+
+2006-03-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_info_get_age): Don't
+       assert that the age is positive.  (#336773, Morten Welinder)
+
+2006-03-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (load_icon_data): Don't leak the keyfile 
+       parser in the error case. 
+       
+       * gtk/gtkicontheme.c (load_icon_data, free_unthemed_icon) 
+       (icon_data_free, load_themes):
+       * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon_data): Use the slice
+       allocator for GtkIconData and UnthemedIcon structs.
+
+2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c: Fix translation comments for localizable
+       digit formats. (fixes bug #336650)
+
+2006-03-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
+       comment format.
+
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) 
+       (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) 
+       (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) 
+       (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): 
+
+       * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): 
+       * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) 
+       (gtk_recent_chooser_set_sort_func): 
+       * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync
+       parameter names between .c and .h files to help gtk-doc.
+
+       * gdk/gdkregion-generic.c (gdk_region_get_clipbox): Reword
+       docs to help gtk-doc.
+
+       * docs/tools/widgets.c (get_all_widgets): Add 
+       GtkRecentChooserDialog.
+
+       * gtk/gtkdnd.c (gtk_drag_get_icon): Make sure to get an
+       icon window when constructing the fallback_icon. This
+       fixes a crash when dragging icons between screens in
+       nautilus.  (#325751, Hylke van der Schaaf)
+
+2006-03-30  Michael Emmel  <mike.emmel@gmail.com>
+
+       * gdk/directfb/gdkpixmap-directfb.c implement
+           (gdk_pixmap_foreign_new_for_screen)
+
+2006-03-30  Emmanuele Bassi  <ebassi@cvs.gnome.org>
+
+       Add documentation for the GtkLinkButton (#336592)
+
+       * docs/reference/tmpl/gtklinkbutton.sgml: Add description
+       of the GtkLinkButton.
+
+       * docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
+       for migrating code from GnomeHRef to the GtkLinkButton.
+
+       * docs/reference/gtk/gtk-docs.sgml:
+       * docs/reference/gtk/Makefile.am: Build glue for the porting
+       guide.
+
+2006-03-29  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk/gdk.symbols:
+       * gdk/gdkpixmap.h:
+       * gdk/win32/gdkpixmap-win32.c:
+       * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_screen):
+       New function to allow wrapping a native pixmap without
+       a server roundtrip.  (#334954, David Baron) 
+
+       * gtk/gtk.symbols:
+       * gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
+
 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
 
        * gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.