summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2002-05-08added icons.cDaniel Stenberg1-1/+4
2002-05-08add "icons.c" to the projectStefan Meyer1-3/+9
2002-05-08creationRobert Hak2-0/+67
2002-05-08added externs from icon.[ch]Robert Hak1-9/+10
2002-05-08add attribute and size to readdirStefan Meyer1-0/+6
2002-05-07my little icons in front of the files/dirs to show what kind of entry itDaniel Stenberg1-2/+11
2002-05-07NULL is not defined when this compiles on Linux, let's avoid that for nowDaniel Stenberg1-1/+1
2002-05-07adjusted to build on my solaris boxDaniel Stenberg3-32/+29
2002-05-07extended the wrapper layer, we can't depend on much in the "real" direntDaniel Stenberg2-9/+45
2002-05-07is_dir() is removed, we now read the 'attribute' field from the direntDaniel Stenberg1-12/+2
2002-05-07added x11_readdir() protoDaniel Stenberg1-0/+1
2002-05-07readdir() wrapper for proper dirent struct emulation in target codeDaniel Stenberg2-3/+32
2002-05-06small bugfixDave Chapman1-1/+1
2002-05-06first implementation of directory scrolling - partly by Stefan MeyerDave Chapman1-5/+43
2002-05-06fixed title string in x11 windowDave Chapman1-0/+1
2002-05-06no more Logf(), only use debugf()Daniel Stenberg3-30/+2
2002-05-06compile debug.c from the firmware for logging errorsDaniel Stenberg1-1/+4
2002-05-06- added Logf ( maybe it should be defined somewhere else)Stefan Meyer1-2/+13
2002-05-06add / del some filesStefan Meyer1-4/+31
2002-05-06Capitalization corrections on menu structureRobert Hak2-2/+2
2002-05-06Added menu.cRobert Hak1-1/+4
2002-05-06Cleaned up for menu.c/h usageRobert Hak1-74/+17
2002-05-06Initial creation. This removes alot of the cursor and menuing overheadRobert Hak2-0/+189
2002-05-06some basic docs for simulator hackingDaniel Stenberg1-0/+68
2002-05-06don't closedir(NULL)Daniel Stenberg1-2/+5
2002-05-06fixed a DIR * leakDaniel Stenberg1-2/+4
2002-05-06Dave Chapman removed the annoying extra slashDaniel Stenberg1-2/+2
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-05remove printf()Daniel Stenberg1-16/+0
2002-05-05void functions don't return values...Daniel Stenberg1-1/+1
2002-05-05use the menu function pointers properlyDaniel Stenberg1-15/+3
2002-05-05Play a tune. Uses the id3-info now and display it on screen.Daniel Stenberg2-0/+121
2002-05-05build play.c and id3.c too nowDaniel Stenberg1-3/+9
2002-05-05wrapper include for the actual file.h to enable the change-root fiddleDaniel Stenberg1-0/+25
2002-05-05support open() properly so that the root dir works in the archos subdirDaniel Stenberg1-0/+13
2002-05-04Use the defines, we can't assume a particular LCD or keypad.Daniel Stenberg5-4/+35
2002-05-04Make it easy to select which kind of LCD you want the simulator to featureDaniel Stenberg1-2/+8
2002-05-04started to implement the charcell LCD apiDaniel Stenberg1-0/+17
2002-05-04don't define anything like this hereDaniel Stenberg1-1/+0
2002-05-04funny preprocessor tricksDaniel Stenberg2-0/+47
2002-05-04changed window size to be about the same size as a recorderDaniel Stenberg1-1/+1
2002-05-04Removed #definesRobert Hak1-15/+27
2002-05-04Added browse_root(void)Robert Hak2-1/+7
2002-05-04createdRobert Hak1-0/+26
2002-05-04add reference to its headerRobert Hak1-10/+1
2002-05-03minor sizing correctionRobert Hak1-2/+2
2002-05-03*** empty log message ***Robert Hak2-3/+1
2002-05-03Commented out log statement on lcd_updateRobert Hak1-1/+1
2002-05-03Commented out the KEY PRESSED and EVENT debug messagesRobert Hak1-334/+335