summaryrefslogtreecommitdiffstats
path: root/uisimulator/tree.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-13Added dir position memoryBjörn Stenberg1-4/+14
2002-05-13Bool changeBjörn Stenberg1-1/+1
2002-05-13Changing to C99 'bool'Björn Stenberg1-12/+10
2002-05-10Adapted to changes in the lcd API.Björn Stenberg1-180/+221
2002-05-10added reference to new icon for directoriesRobert Hak1-1/+1
2002-05-08added externs from icon.[ch]Robert Hak1-9/+10
2002-05-07my little icons in front of the files/dirs to show what kind of entry itDaniel Stenberg1-2/+11
2002-05-07is_dir() is removed, we now read the 'attribute' field from the direntDaniel Stenberg1-12/+2
2002-05-06small bugfixDave Chapman1-1/+1
2002-05-06first implementation of directory scrolling - partly by Stefan MeyerDave Chapman1-5/+43
2002-05-06don't closedir(NULL)Daniel Stenberg1-2/+5
2002-05-06fixed a DIR * leakDaniel Stenberg1-2/+4
2002-05-06Dave Chapman's browse subdirs too patch appliedDaniel Stenberg1-9/+50
2002-05-05builds with Player LCD tooDaniel Stenberg1-25/+86
2002-05-04Use the defines, we can't assume a particular LCD or keypad.Daniel Stenberg1-0/+2
2002-05-04Added browse_root(void)Robert Hak1-1/+6
2002-04-30added win32 simulator compability (by including windows.h)Felix Arends1-1/+5
2002-04-30expanded the browser with a little cursor to moveDaniel Stenberg1-5/+50
2002-04-30initial dir browsing codeDaniel Stenberg1-0/+48