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?
(../include/deds/vector/makeroom.c)
(library deds : module vector)
Bitmap stretch algorithm is very simple and could definetly be improved.
(../include/degfx/bitmap/stretch.c)
(library degfx : module bitmap)
If we get here then NO themes, not even the default, work
anymore. Indicate some kind of (platform specific?) fatal error.
(../include/depui/corepui.c)
(library depui : module corepui)
Does the opendir/readdir/closedir bug still exist in TinyC compiler?
(../include/depui/depui.h)
(library depui : module depui)
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
(../include/depui/edittext.c)
(library depui : module edittext)
void mx__edittext_cursorpos(MX_EDITTEXT_DATA* edit, int newpos)
MX_EDITTEXT needs pageup and page down keys
(../include/depui/edittext.c)
(library depui : module edittext)
Add handling of other non-printing ascii keys
(../include/depui/edittext.c)
(library depui : module edittext)
Add handling of pageup/pagedown keys
(../include/depui/edittext.c)
(library depui : module edittext)
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.
(../include/depui/filesel.c)
(library depui : module filesel)
Can we add a list of drive letters to the directory list for DOS?
(../include/depui/filesel.c)
(library depui : module filesel)
unsigned int mx_platform_font_width(void* pfont, const char* text, int len)
Allegros font witdth should be able to take more than 1024 chars
(../include/depui/platform/allegro.c)
(library depui : module platform)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007