summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-28Added command line parameter "--old_lcd" that will simulate the old LCD ofKjell Ericson1-6/+17
2002-10-28Updated for better player simulator.Kjell Ericson4-468/+662
2002-10-21Removed warnings.Kjell Ericson1-0/+2
2002-10-21Removed warnings.Kjell Ericson1-0/+8
2002-10-21The font for player-simulator.Kjell Ericson1-0/+275
2002-10-21Many functions have been changed.Kjell Ericson1-197/+67
2002-10-21Almost totaly rewritten.Kjell Ericson1-162/+97
2002-10-21Added stubs that shall not be in the player simulator.Kjell Ericson1-0/+12
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-18working win32sim makefile (for player)Felix Arends1-1/+1
2002-10-18Added mpeg_set_pitch() stub to simulator.Björn Stenberg1-0/+5
2002-10-18Use lcd-player.c in simulator. (Not tested but better?!)Mats Lidell1-7/+6
2002-10-18Use lcd-player.c in simulator. (Not tested)Mats Lidell1-0/+12
2002-10-18Use lcd-player.c in simulator.Mats Lidell1-1/+4
2002-10-18Rewritten based on lcd-player.c.Mats Lidell1-308/+124
2002-10-18Moved lcd player code to lcd-playersim.Mats Lidell1-56/+4
2002-10-18Player don't use dynamic fonts.Mats Lidell1-5/+0
2002-10-17Changed Logf to printf while debugging.Kjell Ericson1-3/+4
2002-10-17Moved volume-icon a bit. More examine will be done later in order to look atKjell Ericson1-2/+2
2002-10-17The simulated version shall not have a BITMAP_LCD any more (fucked up the scr...Kjell Ericson1-1/+1
2002-10-17Drawing the same kind of frame for both recorder and player.Kjell Ericson1-5/+0
2002-10-17Scroll works for wps and menus. Still much cleanup to do.Mats Lidell1-3/+3
2002-10-16what did that #ifdef do there?Felix Arends1-4/+0
2002-10-16we dont need this file any longer!Felix Arends1-155/+0
2002-10-16finally up-to-date: the win32 simulator (at least for the recorder)Felix Arends4-22/+81
2002-10-16Using expose-event instead of resizerequest-event in order to be able toKjell Ericson1-18/+10