12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
- <html><head>
- <title>todo</title>
- </head><body>
- <p>[<a href="mxdoc.htm">mainpage</a>]
- [<a href="tags.htm">tags</a>]<br>
- <h1>tag: todo</h1><ul><li>
- <p>During appending we expand vectors by doubling thier size with a
- minimum of 16 but a different value might be better in some applications.
- Can a reasonable API be made for this?
- (<a href="../include/deds/vector/makeroom.c">../include/deds/vector/makeroom.c</a>)<br>(library <a href="deds.htm">deds</a> : module <a href="deds_vector.htm">vector</a>)
- <p></li>
- <li>
- <p>Bitmap stretch algorithm is very simple and could definetly be improved.
- (<a href="../include/degfx/bitmap/stretch.c">../include/degfx/bitmap/stretch.c</a>)<br>(library <a href="degfx.htm">degfx</a> : module <a href="degfx_bitmap.htm">bitmap</a>)
- <p></li>
- <li>
- <p>If we get here then NO themes, not even the default, work
- anymore. Indicate some kind of (platform specific?) fatal error.
- (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
- <p></li>
- <li>
- <p>Does the opendir/readdir/closedir bug still exist in TinyC compiler?
- (<a href="../include/depui/depui.h">../include/depui/depui.h</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_depui.htm">depui</a>)
- <p></li>
- <li>
- <p>Updating of the screen after moving of the cursor could be made much
- more efficient. Right now the object is always updated, we only have to update
- the previous and current cursor positions
- (<a href="../include/depui/edittext.c">../include/depui/edittext.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_edittext.htm">edittext</a>)
- <p></li>
- <li>
- <a name="void mx__edittext_cursorpos(MX_EDITTEXT_DATA* edit, int newpos)"><code>void mx__edittext_cursorpos(MX_EDITTEXT_DATA* edit, int newpos)</code></a>
- <p>
- <p>MX_EDITTEXT needs pageup and page down keys
- (<a href="../include/depui/edittext.c">../include/depui/edittext.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_edittext.htm">edittext</a>)
- <p></li>
- <li>
- <p>Add handling of other non-printing ascii keys
- (<a href="../include/depui/edittext.c">../include/depui/edittext.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_edittext.htm">edittext</a>)
- <p></li>
- <li>
- <p>Add handling of pageup/pagedown keys
- (<a href="../include/depui/edittext.c">../include/depui/edittext.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_edittext.htm">edittext</a>)
- <p></li>
- <li>
- <p>Borland free compiler does something wierd. PATH_MAX is
- included in limits.h so I include it, but for some reason PATH_MAX
- doesnt get defined. So I'll just make a reasonable guess.
-
- (<a href="../include/depui/filesel.c">../include/depui/filesel.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_filesel.htm">filesel</a>)
- <p></li>
- <li>
- <p>Can we add a list of drive letters to the directory list for DOS?
- (<a href="../include/depui/filesel.c">../include/depui/filesel.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_filesel.htm">filesel</a>)
- <p></li>
- <li>
- <a name="unsigned int mx_platform_font_width(void* pfont, const char* text, int len)"><code>unsigned int mx_platform_font_width(void* pfont, const char* text, int len)</code></a>
- <p>
- <p>Allegros font witdth should be able to take more than 1024 chars
- (<a href="../include/depui/platform/allegro.c">../include/depui/platform/allegro.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_platform.htm">platform</a>)
- <p></li>
- </ul><p>Generated by <a href="http://www.deleveld.dds.nl/mxdoc/index.htm">MXDOC</a> 2.2 on Sun Feb 4 15:16:26 2007
- </body></html>
|