summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-07-24Added shutdown confirmation textLinus Nielsen Feltzing1-0/+6
2004-07-24Replaced the poweroff confirmation string with a language ID, and removed the...Linus Nielsen Feltzing1-9/+4
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing7-13/+98
2004-07-24Prepared for ROM buildsLinus Nielsen Feltzing1-1/+5
2004-07-24Removed some obsolete stuffLinus Nielsen Feltzing1-4/+0
2004-07-23Fixes for the new virtual pointer conceptLinus Nielsen Feltzing1-3/+2
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn14-276/+263
2004-07-23Removed the simulator build optionLinus Nielsen Feltzing1-13/+0
2004-07-23Now you can exit the clock plugin againLinus Nielsen Feltzing1-17/+8
2004-07-23Case insensitive sortingLinus Nielsen Feltzing1-1/+1
2004-07-23Added strcasecmp() to the plugin APILinus Nielsen Feltzing3-13/+5
2004-07-23New viewer plugin, sorts a text (or playlist) fileLinus Nielsen Feltzing2-0/+208
2004-07-23The simulator has to use the sim_ versions of remove() and rename()Linus Nielsen Feltzing1-2/+2
2004-07-23Slightly better randomness when shufflingLinus Nielsen Feltzing1-1/+1
2004-07-23Removed the sound debugging screenLinus Nielsen Feltzing1-131/+0
2004-07-22Updated for the new configfile functionsLinus Nielsen Feltzing1-3/+5
2004-07-22Now keeps integers within range, and saves a version number in the cfg file, ...Linus Nielsen Feltzing2-5/+25
2004-07-21splash(): Avoid negative x coordinates if the text doesn't fitLinus Nielsen Feltzing1-1/+4
2004-07-21Now uses the new config file frameworkLinus Nielsen Feltzing1-49/+26
2004-07-21New plugin library framework for loading and saving .cfg filesLinus Nielsen Feltzing2-0/+152
2004-07-21Added strncpy to the plugin APILinus Nielsen Feltzing2-0/+2
2004-07-21Bumped the API versionLinus Nielsen Feltzing1-1/+1
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing2-1/+8
2004-07-20Added a check to prevent the flash plugins being used (and crashing) if Rockb...Jörg Hohensohn2-0/+28
2004-07-20Made the char property lookup table constantJens Arnold1-1/+1
2004-07-20Const'ed the various setting lookup tablesJens Arnold2-2/+2
2004-07-20Const'ed the usb logoJens Arnold1-1/+1
2004-07-20Next round of const policeingJens Arnold1-2/+3
2004-07-20More const policeing, removed unused variableJens Arnold2-4/+2
2004-07-20slider_bar was obsoleteJens Arnold2-14/+0
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold8-23/+17
2004-07-19fixed the flash ID query, prevent this code to eventually run from ROMJörg Hohensohn1-3/+17
2004-07-18Fixed credits roll, and improved animations. Revised the release notes as well.Zakk Roberts1-111/+67
2004-07-18Cosmetic code changes, new countdown mode - accessed at ON+F2Zakk Roberts1-114/+460
2004-07-17Analog time display bugfix and digital/lcd 12h settings seperatedZakk Roberts1-14/+43
2004-07-16Now uses the settings_parseline() functionLinus Nielsen Feltzing1-8/+8
2004-07-16Added settings_parseline() and strcmp() to the plugin APILinus Nielsen Feltzing2-1/+5
2004-07-16Keeping the (non-functional) Neo build happyLinus Nielsen Feltzing1-2/+2
2004-07-16Snake2: Changed the level file format, game B always starts from maze 1, plus...Linus Nielsen Feltzing2-131/+130
2004-07-15Patch #778688 by Pierre Delore, euroconverter for the PlayerLinus Nielsen Feltzing3-0/+634
2004-07-15snake2: Some code cleanup, loads all levels at startup, fixed the bug that pr...Linus Nielsen Feltzing3-86/+91
2004-07-14Abort resume if control file doesn't end with a newline. Fixes hang when res...Hardeep Sidhu1-3/+16
2004-07-14New plugin, snake2, by Mat Holton (Patch #838045)Linus Nielsen Feltzing2-0/+1079
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing2-5/+3
2004-07-14Patch #911298 by Steve Cundari, adds hour display to WPS and bookmarksLinus Nielsen Feltzing2-5/+37
2004-07-13Removed the need for memcpy()Linus Nielsen Feltzing1-2/+2
2004-07-13New plugin, search.rock, by Stefan Meyer (Patch #723682)Linus Nielsen Feltzing2-0/+181
2004-07-13Added strrchr() to the plugin APILinus Nielsen Feltzing2-0/+2
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing3-17/+13
2004-07-13Open with... now reloads the dir if the viewer returns PLUGIN_USB_CONNECTEDLinus Nielsen Feltzing3-4/+10