1## TODO LIST
2##
3## updated 1 June 1999, jeff at hobbs org
4##
5## Any information in here may be out of date.  For up-to-date info see:
6##	http://tktable.sourceforge.net/
7##
8
9These are recommendations, not all of the same priority, and not
10all necessarily will be implemented.  If you see something you
11feel is important, email me and say so.  Very democratic.
12
13* some sort of textbbox command that will return the size of the
14  text in a cell, to allow for perfect cell sizing.
15
16* anchor title areas in different parts of the screen
17
18* -rowstretchmode fill ignores initial # of rows, or config requests for more.
19* interpret 0 rows/cols to be FILL
20* add -colstretchmode fill
21* scratch stretchmode "fill" in favor of "dynamic" which would monitor
22  the max extent of row/col (difficult)
23
24* fix selection routines to properly handle title area movement
25
26* support smooth scrolling of rows/cols
27 
28* add ability to index by tagname
29* overhaul tag mechanism (include way to query for tags on a cell, add
30  priority)
31
32* add internal sort procedures
33pathName  sort	-row	{the list of rows we want to sort | all}
34		-col	{the list of cols we use for sorting}
35		-master row,col
36		-command _command_to_use_
37		-type	{for each column specifies the type of sort:
38			ascii | dictionary | integer | real }
39		-order	{for each column specify the order of sort:
40			increasing | decreasing | none }
41
42* row/column swap (maybe only in terms of visual remapping)
43
44=	BBBB  U   U  GGG   SSS
45==	B   B U   U G     S  
46==-	B BB  U   U G GGG  SSS
47==	B   B U   U G   G     S
48=	BBBB   UUU   GGGG  SSS
49
50MINOR:
51
52Windows: With "-colstretchmode last", the scrollbar behaves oddly in
53	handling the space for the last cell properly when moving the
54	main part of the scrollbar with the mouse.  This seems to be
55	that even though the scrollbar receives the "set 0.6xxx 1",
56	the scrollbar immediately jumps back to what the mouse says,
57	although this isn't a problem in X...
58
59Windows: when moving windows in "Show Window While Dragging" mode,
60	the column titles don't refresh properly.
61
62Windows: When using bitmaps in cells, they occasionally don't redraw
63	 correctly.  The work-around is to use -drawmode slow.
64