]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Add Copyright/License information.
[~andy/gtk] / ChangeLog.pre-2-10
index 28695689558ae9d0f2585e1b5dbac0ff5bf5c24e..677891235f9f77208c42ea9e29f6442851496fe4 100644 (file)
@@ -1,5 +1,84 @@
+2005-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/treestoretest.c: 
+       * tests/testxinerama.c: 
+       * tests/testtreeview.c: 
+       * tests/testtreefocus.c: 
+       * tests/testtreeflow.c:
+       * tests/testtreeedit.c: 
+       * tests/testtreecolumns.c: 
+       * tests/testtext.c: 
+       * tests/testtextbuffer.c: 
+       * tests/testspinbutton.c: 
+       * tests/testsocket_common.c: 
+       * tests/testsocket_child.c: 
+       * tests/testsocket.c: 
+       * tests/testmultiscreen.c: 
+       * tests/testmultidisplay.c: 
+       * tests/testmerge.c: 
+       * tests/testmenus.c: 
+       * tests/testmenubars.c: 
+       * tests/testicontheme.c: 
+       * tests/testfilechooser.c: 
+       * tests/testentrycompletion.c: 
+       * tests/testdnd.c: 
+       * tests/testcombochange.c: 
+       * tests/testactions.c: 
+       * tests/testcombo.c: 
+       * tests/simple.c: 
+       * gtk/gtktextutil.c: 
+       * gtk/gtktexttypes.h: 
+       * gtk/gtktexttypes.c: 
+       * gtk/gtktexttagprivate.h: 
+       * gtk/gtktextsegment.h: 
+       * gtk/gtktextiterprivate.h: 
+       * gtk/gtktextchildprivate.h: 
+       * gtk/gtktextbtree.h: Add Copyright/License information.
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
+       (gtk_icon_theme_get_for_screen): Add a warning about
+       unreffing icon themes.  (#310163, Rodney Dawes)
+
+2005-07-13  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
+       maintaining the iter on every iteration, only get the iter when
+       we are about to call the foreach_func. Gives us a 10x speedup,
+       since maintaining iters is a lot more expensive than maintaining
+       paths. We lose a bit of sanity checking though. Thanks go to
+       Billy Biggs for pointing this out.
+
+2005-07-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/testcairo.c (draw): Fix the same confusion here, too.
+
+       * gdk/gdkgc.c (make_stipple_tile_surface): Fix 
+       cairo_content_t <-> cairo_format_t confusion.  (#310086,
+       Carlos Garnacho Parro)
+
+       * gtk/gtkfilesystemunix.c 
+       (gtk_file_system_unix_volume_get_display_name): Follow
+       the Nautilus change and rename "Filesystem" to "File System",
+       string change.  (#310047, Vincent Noel)
+       
 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * demos/gtk-demo/iconview.c: Rename this demo.
+
+       * demos/gtk-demo/iconview_edit.c: Add a demo for icon view
+       editing and drag-and-drop.
+
+       * demos/gtk-demo/geninclude.pl.in: Accept dashes in demo titles.
+
+2005-07-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/theme-bits/decompose-bits.c: 
+       * gtk/gtkfilechooserembed.c: 
+       * gtk/gtktextmarkprivate.h: 
+       * gtk/gtktexttagtable.h: 
+       * gtk/gtktexttagtable.c: 
+       * gtk/gtkrc.key.emacs: Add Copyright/License information.
+
        * gdk/linux-fb/gdkrender-fb.c: 
        * gdk/linux-fb/gdkpango-fb.c: 
        * gdk/linux-fb/gdkdrawable-fb2.c: