summaryrefslogtreecommitdiff
path: root/uisimulator
AgeCommit message (Expand)Author
2002-05-16set endian style, default target endian is BIG ENDIANDaniel Stenberg
2002-05-16display logo if presentDaniel Stenberg
2002-05-16Moved tree.? to apps moduleBjörn Stenberg
2002-05-16close the file too properlyDaniel Stenberg
2002-05-16this works with an 8bit indexed uncompressed BMPDaniel Stenberg
2002-05-15removed unused functionDave Chapman
2002-05-15fixed dithering bugDave Chapman
2002-05-15added playback simulator if /dev/dsp is unavailableDave Chapman
2002-05-14initial versionChristian Flaz
2002-05-14initial BMP image reader attempt, does not work yetDaniel Stenberg
2002-05-13Added \n to debugf()Björn Stenberg
2002-05-13Added dir position memoryBjörn Stenberg
2002-05-13Bool changeBjörn Stenberg
2002-05-13Changing to C99 'bool'Björn Stenberg
2002-05-12enable mpeg playing by default under LinuxDave Chapman
2002-05-12moved sound interface to common directoryDave Chapman
2002-05-12remember previous menu position when returningDave Chapman
2002-05-12removed reference to x11_openDave Chapman
2002-05-12moved mpeg decoder to commonDave Chapman
2002-05-12abstracted the sound output interfaceDave Chapman
2002-05-12describe purpose of common directoryDave Chapman
2002-05-12use internal copy of libmadDave Chapman
2002-05-12libmad version 0.14.2bDave Chapman
2002-05-12removed unused function and re-enabled button checkDave Chapman
2002-05-12improved mpeg audio qualityDave Chapman
2002-05-10Removed testing debugf()Björn Stenberg
2002-05-10Adapted to changes in the lcd API.Björn Stenberg
2002-05-10added reference to new icon for directoriesRobert Hak
2002-05-10Added new icons form the Recorder simRobert Hak
2002-05-10x11_opendir() now fails properly in case the dir doesn't existDaniel Stenberg
2002-05-10added x,y to BUTTON PRESSED event messageDave Chapman
2002-05-09first attempt at mp3 playback in x11 simulator using libmadDave Chapman
2002-05-08added icons.cDaniel Stenberg
2002-05-08add "icons.c" to the projectStefan Meyer
2002-05-08creationRobert Hak
2002-05-08added externs from icon.[ch]Robert Hak
2002-05-08add attribute and size to readdirStefan Meyer
2002-05-07my little icons in front of the files/dirs to show what kind of entry itDaniel Stenberg
2002-05-07NULL is not defined when this compiles on Linux, let's avoid that for nowDaniel Stenberg
2002-05-07adjusted to build on my solaris boxDaniel Stenberg
2002-05-07extended the wrapper layer, we can't depend on much in the "real" direntDaniel Stenberg
2002-05-07is_dir() is removed, we now read the 'attribute' field from the direntDaniel Stenberg
2002-05-07added x11_readdir() protoDaniel Stenberg
2002-05-07readdir() wrapper for proper dirent struct emulation in target codeDaniel Stenberg
2002-05-06small bugfixDave Chapman
2002-05-06first implementation of directory scrolling - partly by Stefan MeyerDave Chapman
2002-05-06fixed title string in x11 windowDave Chapman
2002-05-06no more Logf(), only use debugf()Daniel Stenberg
2002-05-06compile debug.c from the firmware for logging errorsDaniel Stenberg
2002-05-06- added Logf ( maybe it should be defined somewhere else)Stefan Meyer