summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-03Removed unused menu optionsRobert Hak1-6/+7
2002-05-03Fixed stupid error with cursor positioning on return from an app.Robert Hak1-3/+13
2002-05-03Fixed global values for tetris game not being reset. This prevented youRobert Hak1-0/+20
2002-05-03Menu cursor now wraps around top and bottom. Reworked drawing of cursorRobert Hak1-60/+95
2002-05-02Fixed tab issues and made use of lcd_clear_display instead of lcd_clearrectRobert Hak1-60/+53
2002-05-02Corrected title display.Robert Hak1-2/+21
2002-05-02Added screensaver.c referenceRobert Hak1-2/+6
2002-05-02Yes, its a simple screensaver... why not?Robert Hak1-0/+126
2002-05-02Added reference to the small screensaver app I addedRobert Hak1-1/+7
2002-05-02link with the firmware's sprintf() code just in case we'd start to use it,Daniel Stenberg1-2/+9
2002-05-01slow down tetris a bit, now when the X11 simulator supports sleep() withDaniel Stenberg1-1/+1
2002-05-01fixed headerDaniel Stenberg1-0/+19
2002-05-01added the sleep simulation fileDaniel Stenberg1-1/+1
2002-05-01kernel.h wrapper fileDaniel Stenberg1-0/+24
2002-05-01added sleep() simulationDaniel Stenberg1-0/+27
2002-05-01You can now successfully lose at tetris! (In other words, the gameRobert Hak1-15/+51
2002-05-01removed win32 compiler directiveFelix Arends1-4/+0
2002-05-01added debug and panic support for the simulatorFelix Arends5-7/+106
2002-05-01Added compiled resource to cvs, so that people can compile with the make file...Felix Arends1-0/+0
2002-04-30latest (working) makefile.Felix Arends1-2/+11
2002-04-30added win32 simulator compability (by including windows.h)Felix Arends1-1/+5
2002-04-30UISW32 dir functions working,Felix Arends4-6/+38
2002-04-30expanded the browser with a little cursor to moveDaniel Stenberg2-8/+50
2002-04-30clear first, then draw might look betterDaniel Stenberg1-2/+1
2002-04-30call the dir browser when selectedDaniel Stenberg1-11/+17
2002-04-30initial dir browsing codeDaniel Stenberg2-0/+68
2002-04-30added for dir emulationDaniel Stenberg3-2/+27
2002-04-30Correcting mistaken formattingRobert Hak1-13/+13
2002-04-30Changed calls in draw_frame to lcd_drawline rather then drawing individualRobert Hak1-16/+16
2002-04-30corrected for Linux againDaniel Stenberg1-1/+1
2002-04-30draw the "box" before calling the appDaniel Stenberg1-3/+2
2002-04-30fixed for Solaris buildDaniel Stenberg1-2/+2
2002-04-28corrected the source headerDaniel Stenberg1-3/+1
2002-04-28renamed file-win32.c/h to dir-win32.c/hFelix Arends4-27/+11
2002-04-28updated directory functions, not fully working and untested yetFelix Arends2-8/+42
2002-04-28changed the colors to be more Recorder-likeDaniel Stenberg1-2/+2
2002-04-28removed tetris.cFelix Arends5-298/+10
2002-04-28commented and explained block_data arrayFelix Arends1-0/+15
2002-04-28removed unistd.h completelyDaniel Stenberg2-7/+1
2002-04-28set recorder keypadDaniel Stenberg1-1/+1
2002-04-28win32 compatible versionsFelix Arends2-2/+17
2002-04-28one sleep is enoughDaniel Stenberg1-1/+0
2002-04-28only lcd_update() when a key actually was pressedDaniel Stenberg1-0/+4