comparison codeDoc/jobs.txt @ 80:ea58f277f487

Gui reorganization and changes; partial implementation of floating widgets. Moved contents of mde/gui/WidgetData.d elsewhere; new gui/WidgetDataSet.d and gui/types.d modules. Changes to widget/createWidget.d Partially implemented FloatingAreaWidget to provide an area for floating "window" widgets. New DebugWidget and some uses of it (e.g. bad widget data). Decoupled OptionChanges from Options.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 07 Aug 2008 11:25:27 +0100
parents 61ea26abe4dd
children e0f1ec7fe73a
comparison
equal deleted inserted replaced
79:61ea26abe4dd 80:ea58f277f487
6 6
7 7
8 8
9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 9 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
10 Also see todo.txt and FIXME/NOTE comment marks. 10 Also see todo.txt and FIXME/NOTE comment marks.
11 4 struct (via tuple) support for parseTo/From. Requires rewriting with static if (is T : type). 11 5 setting widgets' default size? setMinSize/setDefaultSize fct?
12 4 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file) 12 4 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file)
13 4 Not guaranteed to catch up-click ending callback! Appears not to be a problem... 13 4 Not guaranteed to catch up-click ending callback! Appears not to be a problem...
14 4 OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?). 14 4 OutOfMemoryException is not currently checked for − it should be at least in critical places (use high-level catching of all errors?).
15 3 Fonts from Options. Get yMax for font not all glyphs on line? 15 3 Fonts from Options. Get yMax for font not all glyphs on line?
16 3 glBindTexture not working with non-0 index (??) 16 3 glBindTexture not working with non-0 index (??)