]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
re-sync with gtk-wimp's cvs repository
[~andy/gtk] / ChangeLog
index e8b36439ff51e6d0df48f8c80dee83f4d0823c15..d1b365950e448db7bb378b63281aa288ac8a8047 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,90 @@
+2005-06-03  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c: Re-sync with gtk-wimp
+       * modules/engines/ms-windows/xp_theme.c: Ditto
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
+
+Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkentrycompletion.h: Add declarations for
+       gtk_entry_completion_{get,set}_popup_single_match.
+
+2005-05-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: 
+       * gtk/gtkentrycompletion.c: Add a property to suppress the
+       popup for single matches.  (#154711)
+
+       * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.
+
+       * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
+       Use it here.
+
+       * gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the 
+       redisplay after modifying the tag in the btree, otherwise 
+       we end up showing the old tags until the next redraw comes 
+       around.   (#143537, Gary Kramlich, Peter Wainwright)
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make 
+       autoscrolling work at the bottom of the screen.
+
+2005-05-26  Maciej Katafiasz  <email@mathrick.org>
+
+       * docs/reference/gtk/tmpl/gtkentry.sgml:
+       Point to GtkTextView instead of GtkText. Fixes bug #305535
+
+2005-05-26  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
+       aggressive PNG compression level (bug #305340).
+
+2005-05-26  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
+       from the root window, take the multi-monitor offset into
+       account. (#305511)
+
+2005-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
+       icon by name.
+
+       * gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading): 
+       Remove another C99ism.
+
+       * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the 
+       background of rows insensitive when the treeview is insensitive.
+       (pointed out by Billy Biggs)
+
+       * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
+       and DND, and clipboard persistency.
+
+       * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
+       Make sure png comes first, otherwise dnd may use bmp by
+       default, loosing transparency.
+
+2005-05-25  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
+       handler when changing cursor visibility because it would expose
+       the whole paragraph where the cursor is. Instead, expose the
+       cursors' areas manually. (#173047).
+
+       (text_window_invalidate_cursors): new function which exposes the
+       cursors.
+
+       * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
+       same cursor size calculation is in text_window_invalidate_cursors().
+
 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * demos/gtk-demo/editable_cells.c (create_items_model): Also
+       demonstrate GtkCellRendererProgress.
+
+       * demos/gtk-demo/Makefile.am (demos): 
+       * demos/gtk-demo/combobox.c: Add a demo showing combo box 
+       variations.
+
        * demos/gtk-demo/Makefile.am (demos): 
        * demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.