]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
fix bug where it always set the foreground, even if we were only using a
[~andy/gtk] / ChangeLog.pre-2-10
index b69f157613c28da3f1b0ed45f72dbc97a25aaecc..1d69c8902c49529552fb5a2f316f25502405b56e 100644 (file)
@@ -1,3 +1,198 @@
+2001-02-12  Havoc Pennington  <hp@pobox.com>
+
+       * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
+       it always set the foreground, even if we were only using
+       a stipple.
+       (gdk_draw_layout_line_with_colors): new function, allow
+       override colors
+       (gdk_draw_layout_with_colors): new function, allow override
+       colors
+       (gdk_pango_layout_line_get_clip_region): function to get the clip
+       region for a logical text range
+       (gdk_pango_layout_get_clip_region): get the clip region for a
+       logical text range
+
+       * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
+       (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
+       the right number of arguments.
+
+       * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
+       enhance the function to check that node data corresponds to a 
+       view still belonging to the tree.
+
+       * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
+       GtkTreePath
+       (gtk_tree_view_inserted): ditto
+       (gtk_tree_view_child_toggled): ditto
+
+       * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
+       simplify this code.
+
+       * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
+       a PangoAttrList
+
+       * demos/gtk-demo/main.c (load_file): Fix leak of a GString
+
+       * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
+
+       * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
+       size in the size request 
+       (gtk_menu_bar_size_allocate): consider toggle size here
+
+       * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
+       that displays a widget in the toggle slot
+
+       * gtk/testgtk.c: test GtkImageMenuItem
+
+       * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
+       
+       * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
+       request and allocation
+
+       * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
+
+       * gtk/gtkcheckmenuitem.c
+       (gtk_check_menu_item_toggle_size_request): ditto
+       
+Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
+       reference.
+
+       * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
+       and refuse to initialize GTK+ if they fail.
+
+Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Add check for gtk-doc version.
+
+Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_size_request): Fix bug
+       where the xpad/ypad was only being used on one side!
+
+2001-02-11  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
+       function, copied from X11 version.
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
+       DestroyCursor failures. The reason for the problem (despite the
+       inconsistent messages from GetLastError()) was that
+       DestroyCursor() cannot be called while a cursor is set in a
+       window. Set the new cursor first and then destroy the old one.
+       Thanks to jpe@archaeopteryx.com.
+
+       * gdk/win32/gdkcc-win32.c: Remove.
+
+       * gdk/win32/Makefile.am: Remove from here, too.
+       
+       * gdk/gdk.def
+       * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
+
+       * gtk/gtk.def
+       * gtk/makefile.mingw.in: Updates.
+
+2001-02-08  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
+       add a widget to a bin that already has a child.
+
+       * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
+
+       * docs/Changes-2.0.txt: note that GdkColorContext is gone.
+       
+       * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
+
+       * gdk/gdk.h: remove gdkcc.h
+
+       * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
+
+       * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
+       GdkPixbuf, since the previous implementation was GdkColorContext
+       dependent.
+
+       * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
+       
+Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
+       a sane value!
+
+2001-02-08  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
+       lighten them.
+
+2001-02-08  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
+       validation idle
+
+       * demos/gtk-demo/main.c (create_tree): adjust to changes in text
+       cell renderer
+
+       * demos/pixbuf-demo.c (timeout): remove deprecated
+       gtk_widget_draw
+
+       * demos/testpixbuf-save.c (main): remove deprecated
+       gtk_drawing_area_size
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
+       buttons even if the model isn't setup. gtk_tree_view_check_dirty()
+       at the start of the allocation.
+       (gtk_tree_view_check_dirty): handle column->button == NULL, handle
+       unsetup or NULL model.
+
+       * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
+       even/odd/sorted cells in the tree view.
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
+       bugfixes
+
+       * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
+       backgrounds with draw_flat_box using different detail for even/odd
+       rows.
+
+       * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
+       row, so we can draw the alternating colors thing
+
+       * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
+       property from a synonym property, notify for the synonym.
+       Also, nuke the background_gdk_set and foreground_gdk_set synonyms
+       (gtk_text_tag_get_property): Always return the font, even if
+       all its fields aren't set
+
+       * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
+       store the attr list; it leaves us with no way to change attributes
+       in _render according to the render flags, and no way to implement
+       get_property. Instead store all the specific text attributes. 
+       Separate whether an attribute is enabled from its value. Sync all
+       properties with GtkTextTag, make them all consistent, etc.
+
+       * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
+       renderers can highlight the sort row/column     
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
+       accessor functions to get values; this has the side effect of
+       showing up which accessor functions were missing. Added those.
+
+       * gtk/gtktreeviewcolumn.h: Replace set_justification with
+       set_alignment, to be consistent with GtkLabel, GtkMisc
+
+       * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
+       arrow.
+
+       * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
+
+       * gtk/gtktreesortable.h: updates in here
+
+2001-02-07  Sven Neumann  <sven@convergence.de>
+
+       * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
+       pango dimensions after painting the background. We used to draw
+       gigantic flat boxes here.
+
 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax