summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-27 17:51:56 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-27 17:51:56 +0000
commit96eb828324586686a9aa9bb4a0765e3542499d7f (patch)
tree74290da7a8acdd428ddab9a3c0374ab398802bb6 /TODO
parent22b9b463920820a76ddf1798e4f223e9bfbd1225 (diff)
downloadlibcroco-96eb828324586686a9aa9bb4a0765e3542499d7f.tar.gz
woohoo, this now shows some text. Okay, it is a crappy design sketch, but
* tests/test7-main.c: woohoo, this now shows some text. Okay, it is a crappy design sketch, but this is a milestone. * src/layeng/cr-lay-eng.c: store the created label widget in the cache. box content cache. * src/layeng/cr-box.h:created a box content cache to store the label widget used to calculate text box size. * src/layeng/cr-box-view.[hc]: made this simpler and manage to make it show someting on the screen. Now the box view is just the view port. To render the box model, we just walk thru it and draw each box in the box view. Dodji.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 978da86..0decb75 100644
--- a/TODO
+++ b/TODO
@@ -3,8 +3,8 @@
Go forward in the box layout (positioning) code. (hard, very hard).
This is gonna take me a coupe of months I think.
- cr-lay-eng.c:adjust_edges_on_inner_edge() code the TODO of this
- method. this is the must have before coding the draw_box() function.
+ cr-box-view.c: code the draw_borders() function.
+
I wonder when the draw_box will enable me to see something on the
screen.
that day would then be a great day.