aboutsummaryrefslogtreecommitdiffstats
path: root/eazel-engine/TODO
diff options
context:
space:
mode:
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