]> icculus.org git repositories - mikachu/openbox.git/blob - otk/TODO
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press...
[mikachu/openbox.git] / otk / TODO
1 * make OtkButton do pixmaps
2
3 * OtkMenu
4         this can wait, probably
5
6 * OtkWidget
7         see about focus()
8         focus() on widgets means 'highlight', not take Focus. solve this mess
9
10 * OtkTextWidget
11         widget that holds text that can be justified and whatnot
12         the button should prolly be modified to subclass this
13
14 * OtkEventHandler
15         make widget inherit from this
16         let the user override handling functions as needed
17
18 * OtkApplication
19         do all derty work init display/screen/style/image control etc
20         event loop
21         do docking
22         close app, clean up crap
23         watch for style properties on the root window, update crap
24                 on the fly.
25
26 * widget factory for openbox
27         singleton that fetches widgets to openbox so that openbox
28         doesn't need to do useless work in creating/initializing/etc
29
30 * cleanup image code
31         less deps on screen and display
32         what's this thing about 8bpp being busticatered
33
34 * cleanups
35         name classes OtkBummy instead of OB... or B...
36         make Style hold pointers to colors and textures