]> Dogcows Code - chaz/openbox/commitdiff
initial commit
authorMarius Nita <marius@cs.pdx.edu>
Fri, 15 Nov 2002 10:58:56 +0000 (10:58 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Fri, 15 Nov 2002 10:58:56 +0000 (10:58 +0000)
otk/TODO [new file with mode: 0644]

diff --git a/otk/TODO b/otk/TODO
new file mode 100644 (file)
index 0000000..feba681
--- /dev/null
+++ b/otk/TODO
@@ -0,0 +1,29 @@
+* make OtkButton do pixmaps
+
+* OtkWidget
+        see about focus()
+        focus() on widgets means 'highlight', not take Focus. solve this mess
+
+* OtkEventHandler
+        make widget inherit from this
+        let the user override handling functions as needed
+
+* OtkApplication
+        do all derty work init display/screen/style/image control etc
+        event loop
+        do docking
+        close app, clean up crap
+        watch for style properties on the root window, update crap
+                on the fly.
+
+* widget factory for openbox
+        singleton that fetches widgets to openbox so that openbox
+        doesn't need to do useless work in creating/initializing/etc
+
+* cleanup image code
+        less deps on screen and display
+        what's this thing about 8bpp being busticatered
+
+* cleanups
+        name classes OtkBummy instead of OB... or B...
+        make Style hold pointers to colors and textures
This page took 0.026734 seconds and 4 git commands to generate.