summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2003-02-27Red build pillBjörn Stenberg1-0/+5
2003-02-27Fix red sim buildBjörn Stenberg1-0/+5
2003-02-19non-cygwin builds need the sprintf.c fileDaniel Stenberg1-2/+3
2003-02-19Henrik Backe's fixes to enable the simulator to build with cygwin.Daniel Stenberg5-12/+37
2003-02-15fix to not use the redefined calls within the redefined calls themselves,Daniel Stenberg1-8/+8
2003-02-15fake the firmware's fileDaniel Stenberg1-0/+4
2003-02-15don't build ctypeDaniel Stenberg1-2/+2
2003-02-14added the missing write()Daniel Stenberg1-0/+1
2003-02-14this compiles betterDaniel Stenberg1-3/+8
2003-02-14remove warnings from mingw buildFelix Arends1-0/+2
2003-02-14this fixes the win32 simulator compilationFelix Arends5-1/+118
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-0/+5
2003-02-07fixes the warningDaniel Stenberg1-0/+2
2003-02-07use the new pathsDaniel Stenberg5-5/+28
2003-02-07use new pathDaniel Stenberg3-3/+3
2003-02-07updated path to kernel.hDaniel Stenberg1-1/+1
2003-02-07build and work with the new include path(s)Daniel Stenberg6-8/+24
2003-02-05new kernel.h file (was not found inside include path before),Felix Arends1-0/+20
2003-02-05include the original kernel.h from the new locationDaniel Stenberg1-2/+1
2003-01-30working makefile for win32 simFelix Arends1-6/+6
2003-01-28Added close() and proper creat() to x11 emulatorBjörn Stenberg2-1/+9
2003-01-27get_time() for simDaniel Stenberg1-0/+7
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell3-17/+0
2003-01-21Printing keyboard shortcuts at startup.Kjell Ericson1-0/+27
2003-01-20Default window zoom for Recorder simulator is 2.Kjell Ericson2-22/+61
2003-01-17added stub functions for the renameDaniel Stenberg3-1/+67
2003-01-17keyboard.c was missingDaniel Stenberg1-1/+4
2003-01-15Added rename() to simulatorBjörn Stenberg2-2/+19
2003-01-10Implementing Rocklatin character set for Rockbox player.Kjell Ericson1-3/+4
2003-01-10Implementing Rocklatin for Rockbox player.Kjell Ericson2-43/+9
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg2-0/+31
2002-12-05...and the usual simulator correctionsLinus Nielsen Feltzing1-0/+5
2002-12-04Added virtual keyboard for text input, loosely based on John Wood's codeBjörn Stenberg1-1/+4
2002-12-03Attempt to fix the win32 simulator buildLinus Nielsen Feltzing1-1/+4
2002-12-03Some simulator correctionsLinus Nielsen Feltzing2-1/+15
2002-11-12Added dummy fat_size() to make it linkDaniel Stenberg1-1/+7
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg1-0/+21
2002-11-04somewhat kludgey work-around to prevent the <io.h>'s version of the mkdir()Daniel Stenberg1-1/+3
2002-11-01Added a 5 pixel border around the content. Looks better (that's all).Kjell Ericson1-1/+1
2002-11-01Changed the battery icon so it doesn't clear the inner part of the icon.Kjell Ericson1-17/+17
2002-10-31Icons created.Mats Lidell1-89/+404
2002-10-31Adjusted position of second icon line.Mats Lidell1-1/+1
2002-10-31add 'errno' here, since it makes the mingw32 build work fine againDaniel Stenberg1-1/+6
2002-10-29added printf() protoDaniel Stenberg1-0/+1
2002-10-29The lcd_clear_display() didn't work.Kjell Ericson1-4/+18
2002-10-28A try to fix a compilation error for the Win32 recorder simulator. (not tested).Kjell Ericson1-0/+2
2002-10-28Definitions of "struct coordinate" and "struct rectangle" and definitionsKjell Ericson1-0/+36
2002-10-28Changed XPoint to "struct coordinate".Kjell Ericson1-8/+37
2002-10-28New file font-player.c is added.Kjell Ericson1-1/+4
2002-10-28Using the structures "rectangle" and "points" when drawing (Win32 doesn't hav...Kjell Ericson1-4/+39