]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
new function. (fixes #105252, suggestion from Mikael Hallendal).
[~andy/gtk] / ChangeLog
index 739b8a99df373bbc5d54475d4397c689fb55ffe7..c0ce3a1e10066365aa47c6f5ca60aa7cec7e48dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,115 @@
+2005-07-14  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.[ch] (gtk_tree_view_get_visible_range): new
+       function. (fixes #105252, suggestion from Mikael Hallendal).
+
+2005-07-13  Manish Singh  <yosh@gimp.org>
+
+       * demos/gtk-demo/iconview_edit.c: remove unused variable.
+
+2005-07-13  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodel.[ch] (gtk_tree_row_reference_get_model): new
+       function. (#160879, Stefan Kost).
+
+2005-07-13  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_bin_expose): paint a flat box
+       on the area the treeview got allocated extra vertically (fixes
+       #142063, reported by Brian Bober).
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
+       make this function calculate real_cell_area and real_background_area
+       correctly. (fixes #309249, reported by Bernd Demian).
+
+2005-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcalendar.c (calendar_realize_arrows): Fix an 
+       unintentional case of width-for-height... (#310133, Luis Villa)
+
+2005-07-13  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_new_column_width): let's take
+       the MIN of width and max_width here, not width and max_width != -1.
+       (fixes #144480, reported by Mikael Magnusson).
+
 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkicontheme.c (load_themes): Don't keep the caches
+       for unthemed directories in a separate list, instead append
+       them at the end of the dir_mtimes list, so that we can check
+       them for staleness like the other caches.  (#310221, Mark 
+       McLoughlin)
+
+       * configure.in: Check that we have a new enough Cairo.
+
+2005-07-13  Robert Ă–gren  <gtk@roboros.com>
+
+       Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
+       on Windows. (#167004, thanks to "pnohant" for testing)
+
+       Code cleanup: Remove the unused and unmaintained code for using a
+       non-system tablet context (USE_SYSCONTEXT ifdef:s), suggested
+       by Tor Lillqvist.
+
+       * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Handle
+       tablet drivers that don't support WTI_DDCTXS/WTI_DSCTXS gracefully.
+       Sligthly reorganize and simplify the code to support this.
+       (_gdk_input_wintab_init_check, _gdk_input_other_event): Remove
+       USE_SYSCONTEXT ifdef:s and the code for the case it was not defined.
+       (gdk_input_window_find_within): Removed.
+
+2005-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/win32/bdfcursor.c: Add Copyright/License information.
+       
+2005-07-13  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (validate_row): when !separator, don't add
+       the focus_line_width to width/height (happens in
+       _column_cell_get_size), but do add the vertical-separator to height,
+       we weren't taking this into account before.
+
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
+       take vertical-separator into account. (#309137, Ross Burton).
+
+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)