comparison codeDoc/jobs.txt @ 90:b525ff28774b

Widgets generated dynamically from a list can now be standard widgets selected from data files. Started on allowing alignment to be shared between instances of a layout widget in a dynamic list (to allow column alignment of list's rows).
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 01 Oct 2008 23:37:51 +0100
parents 97e6dce08037
children 4d5d53e4f881
comparison
equal deleted inserted replaced
89:97e6dce08037 90:b525ff28774b
1 Copyright © 2007-2008 Diggory Hardy 1 Copyright © 2007-2008 Diggory Hardy
2 License: GNU General Public License version 2 or later (see COPYING) 2 License: GNU General Public License version 2 or later (see COPYING)
3 3
4 4
5 In progress: 5 In progress:
6 Layout alignment sharing for instances of same widgetID.
6 7
7 8
8 9
9 Bugs: 10 Bugs:
10 Sometimes nothing is drawn until a resize, and fonts are blocks? External bug? 11 Sometimes nothing is drawn until a resize, and fonts are blocks? External bug?
11 12
12 13
13 14
14 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent): 15 To do (importance 0-5: 0 pointless, 1 no obvious impact now, 2 todo sometime, 3 useful, 4 important, 5 urgent):
15 Also see todo.txt and FIXME/NOTE comment marks. 16 Also see todo.txt and FIXME/NOTE comment marks.
17 4 Data saving for widgetIDs with multiple instances?
16 3 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file) 18 3 Try to correlate names of option sections more. (i.e. symbol name, class name, name of i18n translation file)
17 3 Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour. 19 3 Use of dtors - don't rely on them? Or what happens when init throws during creation - relying on undefined behaviour.
18 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point. 20 3 glBindTexture not working with non-0 index - perhaps use a higher level graphics library at some point.
19 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d 21 3 Windows building/compatibility (currently partial) - tango/sys/win32/SpecialPath.d
20 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? 22 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?