comparison TODO @ 21:98931006fbfb

Added a note to the TODO.
author Atul Varma <varmaa@toolness.com>
date Fri, 22 Feb 2008 19:09:54 -0600
parents 981fc94ec6d0
children 9c5f2da790b3
comparison
equal deleted inserted replaced
20:203d6a15652c 21:98931006fbfb
22 the styles for document, p, caption tags, etc. 22 the styles for document, p, caption tags, etc.
23 23
24 * Consider moving some constants in enso.ui.messages.miniwindows too. 24 * Consider moving some constants in enso.ui.messages.miniwindows too.
25 25
26 * Consider turning LONGTERM TODOs in source code into TODOs. 26 * Consider turning LONGTERM TODOs in source code into TODOs.
27
28 * Change the graphics subsysem to either exclusively use
29 pixels or points, but not a mix of both (right now the position
30 of windows within the user's screen are measured in pixels
31 and the coordinates within a window's canvas are measured in
32 points).