To everyone's surprise I'm sure, I'm now actually working on the textbox widget. Here's what you can expect me to be doing:
- Replacing ASCIIZ-type strings in pgserver with a slightly higher level data type that specifies the string's length (instead of relying on 0-termination) and encoding (instead of doing that in the font) - Creating a paragraph object and associated gropnode type to perform wrapping, formatting, and rendering on one paragraph of text - replacing the current textbox_main and textbox_document files with new implementations using this paragraph object - removing the DIVNODE_AUTOWRAP flag used in the original textbox implementation - Refining the textbox's editing and text formatting capabilities -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Caffeinated soap. No kidding. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
