aboutsummaryrefslogtreecommitdiffstats
path: root/eazel-engine/TODO
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2001-07-31 05:30:56 +0000
committerFrederic Lepied <flepied@mandriva.com>2001-07-31 05:30:56 +0000
commit8872a532d7b144d3e2cf655db6a1644f656033b0 (patch)
tree65a0e6d6cf0a273463592e9d9be326239f2b0bcd /eazel-engine/TODO
parentfb41d7e8913e99b3f4962d8916578ae60e0c0ce0 (diff)
downloadcommon-data-8872a532d7b144d3e2cf655db6a1644f656033b0.tar
common-data-8872a532d7b144d3e2cf655db6a1644f656033b0.tar.gz
common-data-8872a532d7b144d3e2cf655db6a1644f656033b0.tar.bz2
common-data-8872a532d7b144d3e2cf655db6a1644f656033b0.tar.xz
common-data-8872a532d7b144d3e2cf655db6a1644f656033b0.zip
Initial revision
Diffstat (limited to 'eazel-engine/TODO')
-rw-r--r--eazel-engine/TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/eazel-engine/TODO b/eazel-engine/TODO
new file mode 100644
index 0000000..a8394a6
--- /dev/null
+++ b/eazel-engine/TODO
@@ -0,0 +1,23 @@
+
+TODO
+****
+
+ - use gdk_draw_points instead of multiple calls to gdk_draw_point
+
+ - spinbutton arrows (5464)
+
+ - paned widget thumbs (5466)
+
+ - ACTIVE state of scrollbar thumbs
+
+ This doesn't seem to be doable. By the time draw_box is called to
+ draw the slider there's nothing set in the GtkRange widget showing
+ whether or not the button is pressed
+
+ - move `scaled' and `setbg' parameters of paint_stock_image to gtkrc
+
+ - fix focused state of notebook tabs (5471?)
+
+ - write formal grammar of engine data somewhere
+
+ - 2d scroller in ggv looks horrible