From 5ef1e2e970e949e65ed76656fbe9b1ea4a22fbe3 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 11 May 2000 16:40:30 +0000 Subject: [PATCH] Various updates to current status. Thu May 11 12:39:50 2000 Owen Taylor * TODO.xml: Various updates to current status. --- ChangeLog | 4 +++ ChangeLog.pre-2-0 | 4 +++ ChangeLog.pre-2-10 | 4 +++ ChangeLog.pre-2-2 | 4 +++ ChangeLog.pre-2-4 | 4 +++ ChangeLog.pre-2-6 | 4 +++ ChangeLog.pre-2-8 | 4 +++ TODO.xml | 71 +++++++++++++++++++++++----------------------- 8 files changed, 63 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index e62e283f84..d9c2532168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e62e283f84..d9c2532168 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e62e283f84..d9c2532168 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e62e283f84..d9c2532168 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e62e283f84..d9c2532168 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e62e283f84..d9c2532168 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e62e283f84..d9c2532168 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Thu May 11 12:39:50 2000 Owen Taylor + + * TODO.xml: Various updates to current status. + Wed May 10 20:25:04 2000 Owen Taylor * gtk.m4: Print out version when test succeeds. diff --git a/TODO.xml b/TODO.xml index 2bd1bbaa76..0892c0b394 100644 --- a/TODO.xml +++ b/TODO.xml @@ -73,7 +73,20 @@ #3958 - + + Make color handling more convenient + +

+ Add some color convenience functions; such as a way to get an + allocated GdkColor from GdkRGB, and export functions from gtkstyle.c + that lighten/darken a given color, and set a color from HSV in + addition to RGB. Also, consider having static variables that contain + preallocated common colors (gdk_blue, gdk_red, etc.), the problem + being colormap issues. +

+
+ gtk-devel-list@gnome.org +
Cursors @@ -110,7 +123,7 @@
Internationalization - + Integrate Pango

@@ -123,7 +136,7 @@ gtk-i18n-list@redhat.com - + Switch to using UTF-8

@@ -145,11 +158,11 @@ gtk-i18n-list@redhat.com - + Rewrite Input Method Support

- Current support for Input Methods is done via XIM, with + Support for Input Methods is GTK+-1.2 is done via XIM, with supported styles being over-the-spot and the root-window styles. However, the over-the-spot style is not going to work well with the Pango integration, since it relies on the @@ -159,8 +172,9 @@ set of callbacks that are invoked by the input methods.

- While adding the above support, it may be desirable to - generalize the input-method support to the point where + GTK+-1.4 will have a new system with loadable input method + modules. These modules can either be implemented using XIM, + or written from scratch.

gtk-i18n-list@redhat.com @@ -287,21 +301,6 @@
- - Make color handling more convenient - -

- Add some color convenience functions; such as a way to get an - allocated GdkColor from GdkRGB, and export functions from gtkstyle.c - that lighten/darken a given color, and set a color from HSV in - addition to RGB. Also, consider having static variables that contain - preallocated common colors (gtk_blue, gtk_red, etc.), the problem - being colormap issues. -

-
- gtk-devel-list@gnome.org -
- Convenient widget setup @@ -391,7 +390,7 @@
GTK+ Widgets - + Make GtkFrame use a label

@@ -406,22 +405,22 @@ gtk-devel-list@gnome.org - + Replace GtkText Widget

- The GtkText widget is badly in need of replacement, since it is - buggy and insufficiently feature rich. There are a number - of possible candidates for a replacement, with the most - promising at the current time being Havoc Pennington's - (hp@redhat.com) port of the Tk Text widget. + The GtkText widget is badly in need of replacement, since it + is buggy and insufficiently feature rich. This is being done + using Havoc Pennington's port of the Tk Text widget.

- As part of this job it will be necessary to add - Pango support to the - replacement. The structure of the Tk text widget port seems - suited to this as it works paragraph-by-paragraph, and - Pango works at a sub-paragraph scale. + As part of this job Pango + support is being added to the replacement. The structure of + the Tk text widget port is suited to this as it works + paragraph-by-paragraph, and Pango works at a sub-paragraph + scale. The main remaining tasks here are to implement + incremental reflow to make performance acceptable and to + implement embedded pixmaps and widgets.

gtk-devel-list@gnome.org @@ -675,7 +674,7 @@ otaylor@redhat.com
- + Don't highlight first menu item when menus come up

@@ -685,7 +684,7 @@ gtk-devel-list@gnome.org - + Integrate new color selector