summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* and use snprintf() from the plugin APIDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4765 a1c6a512-1295-4272-9138-f99709370657
* code after variablesDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4764 a1c6a512-1295-4272-9138-f99709370657
* only for bitmapsDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4763 a1c6a512-1295-4272-9138-f99709370657
* Initial version of pong, not tested on target by me yet.Daniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4762 a1c6a512-1295-4272-9138-f99709370657
* Fixed a warningJens Arnold2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4761 a1c6a512-1295-4272-9138-f99709370657
* Fixed a warning (unused variable)Jens Arnold2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4760 a1c6a512-1295-4272-9138-f99709370657
* Mandelbrot didn't yield() at all, leading to playback problems when heavily ↵Jens Arnold2004-06-16
| | | | | | calculating mandelbrots git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4759 a1c6a512-1295-4272-9138-f99709370657
* Added set_time()Björn Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4758 a1c6a512-1295-4272-9138-f99709370657
* removed silly debug outputsDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4757 a1c6a512-1295-4272-9138-f99709370657
* Added twikiBjörn Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4756 a1c6a512-1295-4272-9138-f99709370657
* removed extra ';'Daniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4755 a1c6a512-1295-4272-9138-f99709370657
* remove extra ';'Daniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4754 a1c6a512-1295-4272-9138-f99709370657
* remove C++/C99 commentDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4753 a1c6a512-1295-4272-9138-f99709370657
* Stray semicolon removedLinus Nielsen Feltzing2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4752 a1c6a512-1295-4272-9138-f99709370657
* Simple battery runtime testBjörn Stenberg2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4751 a1c6a512-1295-4272-9138-f99709370657
* Moved battery_level() to the end, where it doesn't break backwards compatibilityBjörn Stenberg2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4750 a1c6a512-1295-4272-9138-f99709370657
* Forgot to bump api version.Björn Stenberg2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4749 a1c6a512-1295-4272-9138-f99709370657
* Added battery_level()Björn Stenberg2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4748 a1c6a512-1295-4272-9138-f99709370657
* The plugin lib now works in the win32 simulatorLinus Nielsen Feltzing2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4747 a1c6a512-1295-4272-9138-f99709370657
* Create files with proper permissons on unix/linux, make open() and creat()Daniel Stenberg2004-06-14
| | | | | | | warn and return -1 if the file name doesn't start with slash. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4746 a1c6a512-1295-4272-9138-f99709370657
* translate from rockbox's open() options to the options used by the hostDaniel Stenberg2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4745 a1c6a512-1295-4272-9138-f99709370657
* 'make install' for a simulator now installs a full rockbox setup in theDaniel Stenberg2004-06-14
| | | | | | | local 'archos' directory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4744 a1c6a512-1295-4272-9138-f99709370657
* support building a zip file for the simulatorDaniel Stenberg2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4743 a1c6a512-1295-4272-9138-f99709370657
* Tetris is now Rockblox, to avoid trademark problemsLinus Nielsen Feltzing2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4742 a1c6a512-1295-4272-9138-f99709370657
* Added link to Bluechip's pageBjörn Stenberg2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4741 a1c6a512-1295-4272-9138-f99709370657
* avoid empty menu for simulator, caused compile errors in VCJörg Hohensohn2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4740 a1c6a512-1295-4272-9138-f99709370657
* Fixed VC++ build.Hardeep Sidhu2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4739 a1c6a512-1295-4272-9138-f99709370657
* Previous change breaks VC++ build, reverting.Hardeep Sidhu2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4738 a1c6a512-1295-4272-9138-f99709370657
* The sleep timer now waits until the disk is idle before shutting downLinus Nielsen Feltzing2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4737 a1c6a512-1295-4272-9138-f99709370657
* added a link to the voice page, added a new subtitle for customizing stuffDaniel Stenberg2004-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4736 a1c6a512-1295-4272-9138-f99709370657
* removed dead codeLinus Nielsen Feltzing2004-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4735 a1c6a512-1295-4272-9138-f99709370657
* mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing2004-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4734 a1c6a512-1295-4272-9138-f99709370657
* Disabled automatic disk spindown (by the drive). Updated comments regarding ↵Jens Arnold2004-06-11
| | | | | | timing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4733 a1c6a512-1295-4272-9138-f99709370657
* Keylock now locks combo keys too (mute, id3 viewer etc)Björn Stenberg2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4732 a1c6a512-1295-4272-9138-f99709370657
* Synced to english.lang, and reverted all speech engine dependent tweaksJens Arnold2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4731 a1c6a512-1295-4272-9138-f99709370657
* Don't throw away return code.Björn Stenberg2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4730 a1c6a512-1295-4272-9138-f99709370657
* Try mounting all partitions after USB disconnect, just as on boot.Björn Stenberg2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4729 a1c6a512-1295-4272-9138-f99709370657
* Added MAS read/write functions to the plugin APILinus Nielsen Feltzing2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4728 a1c6a512-1295-4272-9138-f99709370657
* Removed vbr_fix, as it now is a pluginLinus Nielsen Feltzing2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4727 a1c6a512-1295-4272-9138-f99709370657
* Finally, the archos directory sandbox works in the same way for both X11 and ↵Linus Nielsen Feltzing2004-06-10
| | | | | | win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4726 a1c6a512-1295-4272-9138-f99709370657
* supporting 4:2:2 vertical subsamplingJörg Hohensohn2004-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4725 a1c6a512-1295-4272-9138-f99709370657
* Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing2004-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4724 a1c6a512-1295-4272-9138-f99709370657
* scott's entry #79, edited my meDaniel Stenberg2004-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4723 a1c6a512-1295-4272-9138-f99709370657
* Othelo removed due to legal issues.Björn Stenberg2004-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4722 a1c6a512-1295-4272-9138-f99709370657
* The /recordings directory is now automatically created in the radio screen ↵Linus Nielsen Feltzing2004-06-04
| | | | | | as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4721 a1c6a512-1295-4272-9138-f99709370657
* We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because ↵Linus Nielsen Feltzing2004-06-04
| | | | | | some auido editing tools can't handle ID3v2.4 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4720 a1c6a512-1295-4272-9138-f99709370657
* Now uses the record-pause icon instead of the ordinary pause iconLinus Nielsen Feltzing2004-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4719 a1c6a512-1295-4272-9138-f99709370657
* Removed unused variablesLinus Nielsen Feltzing2004-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4718 a1c6a512-1295-4272-9138-f99709370657
* The MAS3587F data sheet was wrong about having to validate the pause bit ↵Linus Nielsen Feltzing2004-06-04
| | | | | | setting by writing to d0:7f1. When I removed the validation, the MAS doesn't give us corrupt frames when pausing, or at the end of the recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4717 a1c6a512-1295-4272-9138-f99709370657
* SyncedJens Arnold2004-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4716 a1c6a512-1295-4272-9138-f99709370657