comparison codeDoc/jobs.txt @ 108:c9fc2d303178

Added capability for border-less pop-up widgets. Simple pop-up menu. Removed grid-layout spacing (may allow any widget to provide spacing later).
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 03 Dec 2008 19:37:32 +0000
parents 42e241e7be3e
children 1655693702fc
comparison
equal deleted inserted replaced
107:20f7d813bb0f 108:c9fc2d303178
10 Also see todo.txt and FIXME/NOTE comment marks. 10 Also see todo.txt and FIXME/NOTE comment marks.
11 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately? 11 3 Widget saving: how to deal with modifier functions, esp. when they discard parameters? Remove feature except for dimdata and handle gui editing separately?
12 3 Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour. 12 3 Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour.
13 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 13 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
14 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d 14 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d
15 2 Add callback to miscOpts.L10n reverting the option to it's last value if no file is found and reloading translations.
15 2 Remove ability to scan, then load, mergetag sections. Not so necessary with section creator callback and allows "sliding window" type partial buffering. Also remove dataset and force use of section creator callback? 16 2 Remove ability to scan, then load, mergetag sections. Not so necessary with section creator callback and allows "sliding window" type partial buffering. Also remove dataset and force use of section creator callback?
16 2 Options need a "level": simple options, for advanced users, for debugging only, etc. 17 2 Options need a "level": simple options, for advanced users, for debugging only, etc.
17 2 Command-line options for paths to by-pass normal path finding functionality. 18 2 Command-line options for paths to by-pass normal path finding functionality.
18 2 Consider replacing byte/short types with int type 19 2 Consider replacing byte/short types with int type
19 2 File loading from compressed archives 20 2 File loading from compressed archives