summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Get VU Meter plugin working on SWCODEC targets. Still needs to be scaled to ↵Dan Everton2006-03-05
| | | | | | fit better on larger displays. Also requires bumping the plugin API versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8915 a1c6a512-1295-4272-9138-f99709370657
* Basic battery monitoring for ipod 5g, should work on other ipods as well, ↵Brandon Low2006-03-05
| | | | | | but needs testing and stuff. Also improved the RTC driver and moved it to where it belongs, and interrupt protected a bunch of possibly broken i2c. Also start preparing code for ipod charge monitoring. Note: on the 5g, this takes up enough processor time to increase skippiness noticeably in WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8911 a1c6a512-1295-4272-9138-f99709370657
* Musepack files are always VBR.Thom Johansen2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8910 a1c6a512-1295-4272-9138-f99709370657
* For backlight_on() to work, you need backlight.h :)Tomas Salfischberger2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8907 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4759 by Jonathan Gordon - searching in playlists.Tomas Salfischberger2006-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8906 a1c6a512-1295-4272-9138-f99709370657
* Fixed a crash in the playlist creation, plus revised the output during the ↵Linus Nielsen Feltzing2006-03-04
| | | | | | creation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8905 a1c6a512-1295-4272-9138-f99709370657
* Added a couple inline assembly functions for ARM targets. This just aboutDave Bryant2006-03-04
| | | | | | | | doubles the speed of crossfeed and makes a more modest improvement to the replaygain loop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8904 a1c6a512-1295-4272-9138-f99709370657
* Woops, that button was already in use on those targets.Tomas Salfischberger2006-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8903 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4744 - This patch maps the "Off" button in the pitch screen to ↵Tomas Salfischberger2006-03-04
| | | | | | reset the playing speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8902 a1c6a512-1295-4272-9138-f99709370657
* The existing colour-related language strings are using Colour, not Color. ↵Dave Chapman2006-03-04
| | | | | | Also correct the desc: entry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8901 a1c6a512-1295-4272-9138-f99709370657
* Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected ↵Zakk Roberts2006-03-04
| | | | | | for foreground and background. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8900 a1c6a512-1295-4272-9138-f99709370657
* ADPCM wav codec fix by Frederic DevernayLinus Nielsen Feltzing2006-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8899 a1c6a512-1295-4272-9138-f99709370657
* Do not show peakmeter and recording time on radio screen for targets with ↵Peter D'Hoye2006-03-03
| | | | | | software codec because this isn't implemented yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8897 a1c6a512-1295-4272-9138-f99709370657
* Patch #4736 for Chessbox from Miguel A. Arévalo - Added support for user ↵Dave Chapman2006-03-03
| | | | | | interaction while thinking, you can force move now with PLAY and quit with OFF (iRiver example). Yield only on Search as any Evaluate will be preceded by a Search. Plus some minor code policing from me to remove tabs in both the patch and the original code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8896 a1c6a512-1295-4272-9138-f99709370657
* Removed unused debug function which caused a warning for 64bit simulators.Jens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8895 a1c6a512-1295-4272-9138-f99709370657
* Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8894 a1c6a512-1295-4272-9138-f99709370657
* Code-policed: cleaned off tabs, indented fine, narrowed to 80 columns (mostly)Daniel Stenberg2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8892 a1c6a512-1295-4272-9138-f99709370657
* Long policyJens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8891 a1c6a512-1295-4272-9138-f99709370657
* More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8890 a1c6a512-1295-4272-9138-f99709370657
* Ooops. INT_MAX is now visible to plugins, so don't redefine it.Jens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8889 a1c6a512-1295-4272-9138-f99709370657
* More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8888 a1c6a512-1295-4272-9138-f99709370657
* Improved battery status reporting for units which support usb power / chargeBrandon Low2006-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8886 a1c6a512-1295-4272-9138-f99709370657
* gigabeat related changesMarcoen Hirschberg2006-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8885 a1c6a512-1295-4272-9138-f99709370657
* Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold2006-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8882 a1c6a512-1295-4272-9138-f99709370657
* Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin ↵Jens Arnold2006-03-02
| | | | | | loader and codec loader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8880 a1c6a512-1295-4272-9138-f99709370657
* Fixed grammar mistake, pointed out by Marianne Arnold.Jens Arnold2006-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8879 a1c6a512-1295-4272-9138-f99709370657
* Always stop recording when performing shutdown in the recording screen. ↵Peter D'Hoye2006-03-01
| | | | | | Fixes the file corruption reported by bmmpxf in the forums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8877 a1c6a512-1295-4272-9138-f99709370657
* Quick hack to restore the reading of ISO encoded text files with the viewer ↵Linus Nielsen Feltzing2006-03-01
| | | | | | plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8875 a1c6a512-1295-4272-9138-f99709370657
* Remove all references to errno, it's unnecessary since the codec doesn't ↵Jens Arnold2006-03-01
| | | | | | directly access files. Should really fix the TLS issues with errno this time... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8873 a1c6a512-1295-4272-9138-f99709370657
* Allow building simulators on systems where errno is thread-local by using ↵Jens Arnold2006-02-28
| | | | | | the system's implementation of errno.h for simulator builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8871 a1c6a512-1295-4272-9138-f99709370657
* Removed wrong comment.Tomas Salfischberger2006-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8870 a1c6a512-1295-4272-9138-f99709370657
* Language update by Rui Marinho (FS patch id 4749)Tomas Salfischberger2006-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8869 a1c6a512-1295-4272-9138-f99709370657
* add chessbox to source code archiveDaniel Stenberg2006-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8867 a1c6a512-1295-4272-9138-f99709370657
* updated hungarian translation by Imre Herceg, updated finnish translation by ↵Marcoen Hirschberg2006-02-28
| | | | | | Jani Kinnunen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8865 a1c6a512-1295-4272-9138-f99709370657
* Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this ↵Dave Chapman2006-02-27
| | | | | | fixes the colours for those players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8860 a1c6a512-1295-4272-9138-f99709370657
* updated translation by Jeong Taek InMarcoen Hirschberg2006-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8859 a1c6a512-1295-4272-9138-f99709370657
* use the 2bit version for X5 until there's a 16bit availableDaniel Stenberg2006-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8854 a1c6a512-1295-4272-9138-f99709370657
* Patch #4718 from Mikael Magnusson - colour support for the fire plugin. ↵Dave Chapman2006-02-26
| | | | | | Optimised by me to pre-calculate the rgb565 values and render directly into the lcd framebuffer instead of using the xlcd library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8851 a1c6a512-1295-4272-9138-f99709370657
* Significantly reduce memory waste by reducing the wps image buffer. The new ↵Jens Arnold2006-02-26
| | | | | | size still allows to cover the whole screen once with native bitmaps, plus twice with mono bitmaps, not counting the backdrop. Regains ~33KB on archos and ~220KB on H300. It's still a waste on dual-LCD targets because the two buffers are equal in size, despite one LCD being of much lower resolution + colour depth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8849 a1c6a512-1295-4272-9138-f99709370657
* Previous fix broke voice init when no language file had been selected. Fix ↵Magnus Holmgren2006-02-26
| | | | | | that by making sure voice init is run at least once. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8848 a1c6a512-1295-4272-9138-f99709370657
* Finally - grayscale library support for the simulators. Currently SDL only, ↵Jens Arnold2006-02-26
| | | | | | win32 and x11 won't link anymore due to missing simulator functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657
* Add iaudio x5 support to the color pickerDave Chapman2006-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8844 a1c6a512-1295-4272-9138-f99709370657
* updated translation by Alessio LenziMarcoen Hirschberg2006-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8843 a1c6a512-1295-4272-9138-f99709370657
* More WavPack optimizations. Restored 24-bit file playback.Dave Bryant2006-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8842 a1c6a512-1295-4272-9138-f99709370657
* Correct the id stringHristo Kovachev2006-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8841 a1c6a512-1295-4272-9138-f99709370657
* Foreground/Background colour settings. Based on patch #3050 by Jonathan ↵Dave Chapman2006-02-26
| | | | | | Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8840 a1c6a512-1295-4272-9138-f99709370657
* Updated Russian.lan by Aleksey KozyulinHristo Kovachev2006-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8838 a1c6a512-1295-4272-9138-f99709370657
* More iPod 3G work from Seven Le MesleDave Chapman2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8835 a1c6a512-1295-4272-9138-f99709370657
* also enable recording cliplight when monitoring before recordingPeter D'Hoye2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8834 a1c6a512-1295-4272-9138-f99709370657
* fix x5 button definition broken by gigabeat commitMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8832 a1c6a512-1295-4272-9138-f99709370657