summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold
2004-11-29Correctly display paused stateJens Arnold
2004-11-26Patch #1048937 by Jacob Erlbeck, Metronome tap speed entryLinus Nielsen Feltzing
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold
2004-11-22An attempt to set the radio in a more defined state at bootLinus Nielsen Feltzing
2004-11-21Show rockbox logo again after leaving the charging screen, to provide better ...Jens Arnold
2004-11-21Fixed a simulator warning, and disabled some unused code for targets without ...Jens Arnold
2004-11-21Animated charging screen for playerJens Arnold
2004-11-20Fix: Properly apply the backlight settings for the charging screenJens Arnold
2004-11-19There will soon exist bitmapped players without RTC (iRiver)Linus Nielsen Feltzing
2004-11-19Added iRiver button codesLinus Nielsen Feltzing
2004-11-19Bug fix: Unit for the 'Peak Release' setting was not displayed, and calling t...Jens Arnold
2004-11-18Late-add the final silence clip to the queue. This ensures correct shutup() w...Jens Arnold
2004-11-18Bug fix: First dereference, then subscript, instead of vice versa. The old co...Jens Arnold
2004-11-17append the "silence" clip at the end of voice output, this avoids clicks and ...Jörg Hohensohn
2004-11-17Only sort onceBjörn Stenberg
2004-11-17You can now leave the playlist viewer with OFF, and the hold-Play context men...Linus Nielsen Feltzing
2004-11-17The favorites plugin can now be a viewer as wellLinus Nielsen Feltzing
2004-11-17Removed annoying debug outputLinus Nielsen Feltzing
2004-11-17Better feedbackLinus Nielsen Feltzing
2004-11-14Improved keyboard handling for Ondio, avoiding unintuitive key combos: (1) Us...Jens Arnold
2004-11-12Only voice the MMC remove prompt if voicing is enabledJens Arnold
2004-11-12Removed workaround for non-zeroed bss. Added a little optimization for pause ...Jens Arnold
2004-11-10Zero out plugin RAM before loading a plugin, to ensure a properly zeroed bss ...Jens Arnold
2004-11-09Fixed iriver simulator buildBjörn Stenberg
2004-11-08Turn off the recording LED before reporting disk-full errors. Fixes bug repor...Linus Nielsen Feltzing
2004-11-07New plugin: Oscilloscope, with the thought-to-be impossible horizontal aspectJens Arnold
2004-11-06Reverted to the earlier modulo method for creating a range of random numbers,...Linus Nielsen Feltzing
2004-11-04Removed the depfile dependency for the .elf target, so all plugins aren't rel...Linus Nielsen Feltzing
2004-10-27Added 74 and 80 minute recording time splits, for convenient CD creation, fix...Linus Nielsen Feltzing
2004-10-26Patch #1040774, updated Czech languageLinus Nielsen Feltzing
2004-10-26Patch #1053410, updated wallisertitsch languageLinus Nielsen Feltzing
2004-10-26Patch #1053288 by Mourad Jaber, french language updateLinus Nielsen Feltzing
2004-10-25Synced.Mats Lidell
2004-10-25spell "dot" instead of "point", requires up-to-date voice filesJörg Hohensohn
2004-10-25WPS subline times >25.5s caused overflow, since time_mult[] was only 8 bitsLinus Nielsen Feltzing
2004-10-25Patch #1052007 by Philipp Pertermann, minesweeper no longer quits after finis...Linus Nielsen Feltzing
2004-10-24Leave sub-browsers after returning from usb mode, to avoid confusing display ...Jens Arnold
2004-10-24Fixes: (1) Menu now disabled while recording, to prevent settings change. (2)...Jens Arnold
2004-10-24Fixes: (1) Ondio: Off is now an alternative way to cancel settings. (2) Use p...Jens Arnold
2004-10-24Fixes: (1) Selecting previous file/dir via remote in browser works again (typ...Jens Arnold
2004-10-24Fix: Skipping to previous/next track via remote works again. WPS_RC_(PREV|NEX...Jens Arnold
2004-10-24Removed all remaining tts engine dependent adjustments for proper pronunciationJens Arnold
2004-10-23Reverted conditional shutdown config flushBjörn Stenberg
2004-10-23new voice ID for the space character, allows to spell with a pause, once this...Jörg Hohensohn
2004-10-23the flash plugins are now checking the battery level firstJörg Hohensohn
2004-10-23Don't spin up disk to flush config sector on shutdownBjörn Stenberg
2004-10-23Minor change (adhere to original coding style)Jens Arnold
2004-10-23Removed usb_screen() from the api. All plugins should use the default event h...Jens Arnold
2004-10-23Plugin rework 6: (all) Now using the default event handler, standard placemen...Jens Arnold