summaryrefslogtreecommitdiffstats
path: root/uisimulator/x11
AgeCommit message (Expand)AuthorFilesLines
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg2-2/+2
2003-10-01Removed games and demos menus.Björn Stenberg1-7/+1
2003-07-10Added dependency to the tools dir, so it's automatically built with the rest....Björn Stenberg1-1/+4
2003-07-04Added FreeBSD support to uisimulator. Patch by Keith HubbardBjörn Stenberg2-2/+15
2003-07-01Fixed simulator warning.Hardeep Sidhu1-0/+1
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu2-1/+7
2003-06-30X11/Cygwin simulator doesn't require libdlHardeep Sidhu1-1/+1
2003-06-29Simulators must link with libdlBjörn Stenberg1-3/+3
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg6-32/+37
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-1/+4
2003-05-04Added misc.c to the sim buildsLinus Nielsen Feltzing1-1/+5
2003-04-25use size_t insteadDaniel Stenberg1-1/+1
2003-04-25use the rockbox versions of the sprintf* and friendsDaniel Stenberg2-3/+8
2003-04-23Now supports key-repeat in the simulator!Daniel Stenberg3-26/+54
2003-04-23remove debug outputDaniel Stenberg1-1/+2
2003-03-18Added the filesize() functionLinus Nielsen Feltzing2-0/+11
2003-03-17removed libmad leftoversDaniel Stenberg1-50/+0
2003-03-12Added onplay.cBjörn Stenberg1-1/+4
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing1-1/+4
2003-03-05killed a warningDaniel Stenberg1-72/+72
2003-03-05Set a mode that makes sense as the Rockbox code doesn't use modes...Daniel Stenberg1-2/+2
2003-03-05Henrik Backe's fixes to enable this to build using cygwin.Daniel Stenberg1-3/+15
2003-02-27Fix red sim buildBjörn Stenberg1-0/+5
2003-02-15fix to not use the redefined calls within the redefined calls themselves,Daniel Stenberg1-8/+8
2003-02-14added the missing write()Daniel Stenberg1-0/+1
2003-02-14this compiles betterDaniel Stenberg1-3/+8
2003-02-07fixes the warningDaniel Stenberg1-0/+2
2003-02-07use new pathDaniel Stenberg3-3/+3
2003-02-07build and work with the new include path(s)Daniel Stenberg6-8/+24
2003-02-05include the original kernel.h from the new locationDaniel Stenberg1-2/+1
2003-01-28Added close() and proper creat() to x11 emulatorBjörn Stenberg2-1/+9
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell2-11/+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-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 Ericson1-1/+4
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg2-0/+31
2002-12-04Added virtual keyboard for text input, loosely based on John Wood's codeBjörn Stenberg1-1/+4
2002-12-03Some simulator correctionsLinus Nielsen Feltzing1-1/+4
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg1-0/+21
2002-10-29added printf() protoDaniel Stenberg1-0/+1
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
2002-10-28Added command line parameter "--old_lcd" that will simulate the old LCD ofKjell Ericson1-6/+17
2002-10-21The font will be shown in another way in player-simulator so the sysfont.cKjell Ericson1-2/+2
2002-10-21Doubled the height/width for player.Kjell Ericson1-1/+1
2002-10-21The window zooming is now depending on LCD_WIDTH and LCD_HEIGHT.Kjell Ericson1-8/+8
2002-10-18Use lcd-player.c in simulator.Mats Lidell1-1/+4