summaryrefslogtreecommitdiff
path: root/uisimulator
AgeCommit message (Expand)Author
2002-05-06- added Logf ( maybe it should be defined somewhere else)Stefan Meyer
2002-05-06add / del some filesStefan Meyer
2002-05-06Capitalization corrections on menu structureRobert Hak
2002-05-06Added menu.cRobert Hak
2002-05-06Cleaned up for menu.c/h usageRobert Hak
2002-05-06Initial creation. This removes alot of the cursor and menuing overheadRobert Hak
2002-05-06some basic docs for simulator hackingDaniel Stenberg
2002-05-06don't closedir(NULL)Daniel Stenberg
2002-05-06fixed a DIR * leakDaniel Stenberg
2002-05-06Dave Chapman removed the annoying extra slashDaniel Stenberg
2002-05-06Dave Chapman's browse subdirs too patch appliedDaniel Stenberg
2002-05-05builds with Player LCD tooDaniel Stenberg
2002-05-05remove printf()Daniel Stenberg
2002-05-05void functions don't return values...Daniel Stenberg
2002-05-05use the menu function pointers properlyDaniel Stenberg
2002-05-05Play a tune. Uses the id3-info now and display it on screen.Daniel Stenberg
2002-05-05build play.c and id3.c too nowDaniel Stenberg
2002-05-05wrapper include for the actual file.h to enable the change-root fiddleDaniel Stenberg
2002-05-05support open() properly so that the root dir works in the archos subdirDaniel Stenberg
2002-05-04Use the defines, we can't assume a particular LCD or keypad.Daniel Stenberg
2002-05-04Make it easy to select which kind of LCD you want the simulator to featureDaniel Stenberg
2002-05-04started to implement the charcell LCD apiDaniel Stenberg
2002-05-04don't define anything like this hereDaniel Stenberg
2002-05-04funny preprocessor tricksDaniel Stenberg
2002-05-04changed window size to be about the same size as a recorderDaniel Stenberg
2002-05-04Removed #definesRobert Hak
2002-05-04Added browse_root(void)Robert Hak
2002-05-04createdRobert Hak
2002-05-04add reference to its headerRobert Hak
2002-05-03minor sizing correctionRobert Hak
2002-05-03*** empty log message ***Robert Hak
2002-05-03Commented out log statement on lcd_updateRobert Hak
2002-05-03Commented out the KEY PRESSED and EVENT debug messagesRobert Hak
2002-05-03Removed unused menu optionsRobert Hak
2002-05-03Fixed stupid error with cursor positioning on return from an app.Robert Hak
2002-05-03Fixed global values for tetris game not being reset. This prevented youRobert Hak
2002-05-03Menu cursor now wraps around top and bottom. Reworked drawing of cursorRobert Hak
2002-05-02Fixed tab issues and made use of lcd_clear_display instead of lcd_clearrectRobert Hak
2002-05-02Corrected title display.Robert Hak
2002-05-02Added screensaver.c referenceRobert Hak
2002-05-02Yes, its a simple screensaver... why not?Robert Hak
2002-05-02Added reference to the small screensaver app I addedRobert Hak
2002-05-02link with the firmware's sprintf() code just in case we'd start to use it,Daniel Stenberg
2002-05-01slow down tetris a bit, now when the X11 simulator supports sleep() withDaniel Stenberg
2002-05-01fixed headerDaniel Stenberg
2002-05-01added the sleep simulation fileDaniel Stenberg
2002-05-01kernel.h wrapper fileDaniel Stenberg
2002-05-01added sleep() simulationDaniel Stenberg
2002-05-01You can now successfully lose at tetris! (In other words, the gameRobert Hak
2002-05-01removed win32 compiler directiveFelix Arends