X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=TODO;h=b37f83960cd9fc44acb6159495a80936b0580d68;hb=4398c7c168fdcba1e31afc465d9783a57e7e674a;hp=04cc84ef4849f644cbaefa2568a759eccc4e9ad2;hpb=e5d63c070c2787acef59163de77e2a6d66ca0f90;p=chaz%2Fopenbox diff --git a/TODO b/TODO index 04cc84ef..b37f8396 100644 --- a/TODO +++ b/TODO @@ -3,12 +3,15 @@ Goals for future releases of Openbox (THIS CAN AND WILL CHANGE): * Add XEventHandler class to make event handling better than ever! * Crazy dope support for dockapps. Fully mimic window maker's handling of them. + - no, nm this. wmaker is poo. * reorganization of class model. Add XWidget class (contains an X drawable). + - using C, no longer using Xlib wrapping classes. * key/mouse/action bindings -* handle keyboard input natively instead of relying on an external progra +* handle keyboard input natively instead of relying on an external program * remappable bindings for keyboard input and for mouse input. + - done. * break the themeing into a replaceable plugin/script of some form and possibly also for the bindings. @@ -21,6 +24,9 @@ Goals for future releases of Openbox (THIS CAN AND WILL CHANGE): e.g. add _BLACKBOX_STYLE and _BLACKBOX_MENU atoms so that bbtools, bbconf, etc. can get the current path to the style in use and menu. +* keep track of what strings are Utf8 and what aren't and use the appropriate + functions! + 4.0: * have plugins/scripts for most everything as deemed appropriate.