summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-17Shrink binsize by using shorts instead of ints for colorsBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13660 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Fix some bugs with the colors stuff. You can now specify folder color with ↵Brandon Low
the folder extension. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13659 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Added profont license.Paul Louden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13658 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Fix yellowBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13657 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Give color targets the ability to display each LCD line a different color ↵Brandon Low
and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13656 a1c6a512-1295-4272-9138-f99709370657
2007-06-17rbutil: Add quessing of the Drive letter via Windows API, also restructuring ↵Dominik Wenger
for future Device detection via pid and vid. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13655 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Sansa stuff shouldn't use the ipod structure. Thanks to Domonoky for ↵Antoine Cellerier
noticing this error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13654 a1c6a512-1295-4272-9138-f99709370657
2007-06-17On linux, guess the mount point for ipods (tested) and sansas (untested).Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13653 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Fix up #endif.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13652 a1c6a512-1295-4272-9138-f99709370657
2007-06-17remove dead code and unmatched #endifMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13651 a1c6a512-1295-4272-9138-f99709370657
2007-06-17add missing defineMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13650 a1c6a512-1295-4272-9138-f99709370657
2007-06-17Fix 2 puzzle levels. Don't lose if no moves are left in puzzle mode, restart ↵Antoine Cellerier
the current level. Score handling in puzzle mode is still kind of broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13649 a1c6a512-1295-4272-9138-f99709370657
2007-06-17ProFont is a great font that comes in a variety of sizes and is very ↵Brandon Low
readable in all of them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13648 a1c6a512-1295-4272-9138-f99709370657
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ↵Michael Sevakis
A uses bit 32 and port F,H use bit 33. Please add futher GPIOx_IRQ/MASK defines and associations to pp5024.h as they are discovered. I guess the SD card patch will need a small update to properly detect insertion. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13647 a1c6a512-1295-4272-9138-f99709370657
2007-06-17gigabeat remote: hold fast-forward to get to the context menu, hold rewind ↵Marcoen Hirschberg
to get to the root of the file tree. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13646 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Ahem ... fix compilation. I also forgot to mention that puzzle images don't ↵Antoine Cellerier
look good atm so if anyone wants to draw nice ones ... feel free to do so. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13645 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Add "Puzzle" game type to jewels. Idea from Sam Hocevar's MonsterZ ↵Antoine Cellerier
(http://sam.zoy.org/monsterz). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13644 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Initial integration of a --format option, based on fat32format.exe. The ↵Dave Chapman
main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13643 a1c6a512-1295-4272-9138-f99709370657
2007-06-16move the speex and vorbis ogg parsers together in ogg.cMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13642 a1c6a512-1295-4272-9138-f99709370657
2007-06-16set the keywordsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13641 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Correct the (C) yearDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13640 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Make RTC tags display hyphens instead of nothing on non-rtc targets. This ↵Brandon Low
makes WPSs that use RTC tags look decent again with the new separated RTC tag style git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13639 a1c6a512-1295-4272-9138-f99709370657
2007-06-16fix build for big-endian targetsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13638 a1c6a512-1295-4272-9138-f99709370657
2007-06-16split up the metadata parserMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13637 a1c6a512-1295-4272-9138-f99709370657
2007-06-16AAC: Add support for iTunes-style gapless playback.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13636 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Ignore SYS_CHARGER_DISCONNECTED event in yesno screen (other events may need ↵Peter D'Hoye
to be filtered as well) as it made the auto-ROLO question close immediatly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13635 a1c6a512-1295-4272-9138-f99709370657
2007-06-16Make test_codec work in the sim again.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13634 a1c6a512-1295-4272-9138-f99709370657
2007-06-16change the Gigabeat remote control mapping: long-play is stop. play resumes ↵Marcoen Hirschberg
playback, the 'speaker' button brings you to the menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13633 a1c6a512-1295-4272-9138-f99709370657
2007-06-15Add missing voice string for 'Force mono'; thanks to James Teh.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13632 a1c6a512-1295-4272-9138-f99709370657
2007-06-14Mandelbrot: slight speedup on coldfire targets. Only noticeable at high ↵Jens Arnold
iteration depths with full precision. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13631 a1c6a512-1295-4272-9138-f99709370657
2007-06-14Remove some unused codeDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13630 a1c6a512-1295-4272-9138-f99709370657
2007-06-14Replace VU meter menu with a new one using the new menu api, fixes some Nils Wallménius
problems: * Up/Down buttons are no longer reversed. * The menu looks much better with reversed bg/fg colors instead of inversed. * Menu uses userfont. Add the set_bool_options function to the plugin api and bump api version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13629 a1c6a512-1295-4272-9138-f99709370657
2007-06-14Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra ↵Nils Wallménius
header file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13628 a1c6a512-1295-4272-9138-f99709370657
2007-06-13Oops, forgot to set keywords propDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13627 a1c6a512-1295-4272-9138-f99709370657
2007-06-13ARM assembler predictor decoding function. This increases my -c1000 test ↵Dave Chapman
track from around 94% realtime on an ipod to around 104% realtime, but yields only a tiny speedup (453% to 455%) on the Gigabeat. Including this optimisation, total decoding time for my 245.70s -c1000 test track on an ipod is 236.06s, with the predictor decoding taking 51.40s of that time - meaning the predictor decoding is only about 22% of the total decoding time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13626 a1c6a512-1295-4272-9138-f99709370657
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius
Introduces MEM_FUNCTION_WRAPPERS(api) macro which adds wrappers functions to a plugin to make plugins link correctly when gcc calls mem* functions directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13625 a1c6a512-1295-4272-9138-f99709370657
2007-06-13now back to greenChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13624 a1c6a512-1295-4272-9138-f99709370657
2007-06-13fix redChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13623 a1c6a512-1295-4272-9138-f99709370657
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner
* unification of init and close NOTE: audiohw_init is a void function now, because it never (can) fail okay from JdGordon@irc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13622 a1c6a512-1295-4272-9138-f99709370657
2007-06-12Cosmetic change - "ipod2c" should be "bin2c" in the comments in the ↵Dave Chapman
generated .c/.h files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13621 a1c6a512-1295-4272-9138-f99709370657
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13620 a1c6a512-1295-4272-9138-f99709370657
2007-06-11Make the screen draw correctly with the user iconsetJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13619 a1c6a512-1295-4272-9138-f99709370657
2007-06-11Oops. I should respect the simulator #ifdefs more.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13618 a1c6a512-1295-4272-9138-f99709370657
2007-06-11..and add a couple of comments.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13617 a1c6a512-1295-4272-9138-f99709370657
2007-06-11...forgot one.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13616 a1c6a512-1295-4272-9138-f99709370657
2007-06-11When recording, disable voice menus without actually modifying user ↵Steve Bavin
settings. Patch FS#7272, fixes bug FS #6163 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13615 a1c6a512-1295-4272-9138-f99709370657
2007-06-10Accept both 0xb and 0xc as valid partition types for an ipod FAT32 ↵Dave Chapman
partition. Some tools (e.g. fat32format) set the type to 0xc, and the Apple bootloader doesn't appear to care. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13614 a1c6a512-1295-4272-9138-f99709370657
2007-06-10A few fixes to the About panel.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13613 a1c6a512-1295-4272-9138-f99709370657
2007-06-10Simplify code (use + operator to concatenate strings instead of Printf()). ↵Antoine Cellerier
Please revert if use of Printf was intentional. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13612 a1c6a512-1295-4272-9138-f99709370657
2007-06-10When clicking on one of the rbutil actions, ask the user if he wants to try ↵Antoine Cellerier
autodetecting his device if none was selected. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13611 a1c6a512-1295-4272-9138-f99709370657