summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Adjust Pacbox for H10 5GB screen (128x128).Barry Wardell2006-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11216 a1c6a512-1295-4272-9138-f99709370657
* Added instructions on how to save a playlist in the new working with ↵Nils Wallménius2006-10-13
| | | | | | playlists section and made some minor cleanup (removed trailing spaces and tabs, broke long lines etc.) fixed a reference in the quickstart. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11215 a1c6a512-1295-4272-9138-f99709370657
* Fix race condition when playback stopped - see FS#6174. Thanks to Jared StaffordSteve Bavin2006-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11214 a1c6a512-1295-4272-9138-f99709370657
* More visual annoyance fixes. Backdrops no longer show though on centered ↵Michael Sevakis2006-10-13
| | | | | | splash screens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11213 a1c6a512-1295-4272-9138-f99709370657
* Minor simplification #3; use macros for ring buffer arithmetic. Also fixed ↵Steve Bavin2006-10-13
| | | | | | unlikely problem where file close was missed on an error path. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11212 a1c6a512-1295-4272-9138-f99709370657
* One little thing needed changing in gui_bitmap_scrollbar_draw.Michael Sevakis2006-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11211 a1c6a512-1295-4272-9138-f99709370657
* Added inner fill option to normal scrollbar and foreground only option. ↵Michael Sevakis2006-10-13
| | | | | | Added a left-pointing cursor for using pointer. Updated color picker and now sliders look very good on color, grayscale and mono screens when using bar selector. Some misc. changes for appearance. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11210 a1c6a512-1295-4272-9138-f99709370657
* Add some presets for the equalizer. Includes a Default preset that resets ↵Dan Everton2006-10-12
| | | | | | everything. From FS#6113, thanks to David Quesada. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11209 a1c6a512-1295-4272-9138-f99709370657
* Revert change to screen_access.c (adding the native-bitmap drawing function) ↵Dave Chapman2006-10-12
| | | | | | that caused warnings on the H3x0. We now draw the USB logo using the normal lcd_bitmap() and lcd_remote_bitmap() functions instead of the screens API, which doesn't handle the differing bitmaps types well. Remove apps/gui/logo.[ch] as they are now longer used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11208 a1c6a512-1295-4272-9138-f99709370657
* Logf output on the serial port for h100 targetsLinus Nielsen Feltzing2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11207 a1c6a512-1295-4272-9138-f99709370657
* Do not use our simple snprintf in simulator, becauseTomasz Malesinski2006-10-12
| | | | | | | | ALSA library requires a more advanced one. Fixes the problem with ALSA on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11206 a1c6a512-1295-4272-9138-f99709370657
* Make sure to set deemphasis correctly when starting the radio.Dominik Riebeling2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11205 a1c6a512-1295-4272-9138-f99709370657
* $Id was not getting updated in keymap-x5.c (Was '$Id $')Michael Sevakis2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11204 a1c6a512-1295-4272-9138-f99709370657
* Made EQ and color chooser buttons work with remote. Fixed the date/time ↵Michael Sevakis2006-10-12
| | | | | | screen mappings on main unit (no date/time settings are possible from remote yet). Rearranged mappings and switch statements into alphabetical order for easier reference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11203 a1c6a512-1295-4272-9138-f99709370657
* Add calibrated battery readings for H10.Barry Wardell2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11202 a1c6a512-1295-4272-9138-f99709370657
* Minor simplification #2; replace unneeded variable filebufused with a macroSteve Bavin2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11201 a1c6a512-1295-4272-9138-f99709370657
* Minor simplification; replace unneeded variable cur_ti with a macroSteve Bavin2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11200 a1c6a512-1295-4272-9138-f99709370657
* Fix tuning into weird frequencies at unpause after changing region settingDominik Riebeling2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11199 a1c6a512-1295-4272-9138-f99709370657
* -/+ keys were backwards in the settings lists (aparently)Jonathan Gordon2006-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11198 a1c6a512-1295-4272-9138-f99709370657
* Corrected the calculation to determine to display three sliders or one in ↵Michael Sevakis2006-10-12
| | | | | | the colorpicker. Same wonderment as before... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11197 a1c6a512-1295-4272-9138-f99709370657
* Left some crud in bmp.c that should've been removed before committing. Don't ↵Michael Sevakis2006-10-12
| | | | | | know what's with me today git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11196 a1c6a512-1295-4272-9138-f99709370657
* Fixed the problem with the backdrops on iPod. The same problem was in the ↵Michael Sevakis2006-10-11
| | | | | | updated color picker and that is fixed too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11195 a1c6a512-1295-4272-9138-f99709370657
* Fix URL to 2nd gen mini bootloaderDave Chapman2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11194 a1c6a512-1295-4272-9138-f99709370657
* Made color picker work on x5 remote and display nicely when using backdrops. ↵Michael Sevakis2006-10-11
| | | | | | Also tweaked the appearance in general. Keymap still does not entirely function however (no inc/dec yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11193 a1c6a512-1295-4272-9138-f99709370657
* Restored context menu to x5 remoteMichael Sevakis2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11192 a1c6a512-1295-4272-9138-f99709370657
* Small bitmap dithering tweakMichael Sevakis2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11191 a1c6a512-1295-4272-9138-f99709370657
* Oops: Sansa and H10 need crt0 included in the bootloaderDaniel Ankers2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11190 a1c6a512-1295-4272-9138-f99709370657
* More flexible MP4 file metadata parser.Magnus Holmgren2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11189 a1c6a512-1295-4272-9138-f99709370657
* Forgot one file...Magnus Holmgren2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11188 a1c6a512-1295-4272-9138-f99709370657
* AAC codec: Improved MP4 file parsing. Should now handle most streamable ↵Magnus Holmgren2006-10-11
| | | | | | files. Also some code cleanup and policing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11187 a1c6a512-1295-4272-9138-f99709370657
* minor correctionMartin Arver2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11186 a1c6a512-1295-4272-9138-f99709370657
* Oops. Stupid editor shouldn't insert tabs :(Dominik Riebeling2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11185 a1c6a512-1295-4272-9138-f99709370657
* Don't load wps data twice when loading from cfg file. Gives a noticable ↵Dominik Riebeling2006-10-11
| | | | | | speedup when loading themes with lots of images. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11184 a1c6a512-1295-4272-9138-f99709370657
* Now the 128 bytes limit for search clauses should work.Miika Pekkarinen2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11183 a1c6a512-1295-4272-9138-f99709370657
* Fixed background color on solitaire menu. It wasn't set when entering menu ↵Michael Sevakis2006-10-11
| | | | | | and having a dark background made it almost unreadable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11182 a1c6a512-1295-4272-9138-f99709370657
* Fixed errors. Forgot to include system.h for swap16 in bmp.cMichael Sevakis2006-10-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11181 a1c6a512-1295-4272-9138-f99709370657
* Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER ↵Michael Sevakis2006-10-11
| | | | | | should be specified to dither a bitmap when loading. Feel free to flame me if I got the RGB565SWAPPED thing wrong. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11180 a1c6a512-1295-4272-9138-f99709370657
* AAC codec: Fix buffer overrun on high-bitrate files.Magnus Holmgren2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11179 a1c6a512-1295-4272-9138-f99709370657
* Messing with the peak calculation in pcm_playback.c for Coldfire ports.Michael Sevakis2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11178 a1c6a512-1295-4272-9138-f99709370657
* Changes to make Sansa bootloader run. Thanks to Peter Praest.Daniel Ankers2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11177 a1c6a512-1295-4272-9138-f99709370657
* Further changes related to FS#6146. The HAVE_FIRMWARE_* defines were a ↵Barry Wardell2006-10-10
| | | | | | little misleading, so use HAVE_RB_BL_* instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11176 a1c6a512-1295-4272-9138-f99709370657
* FS#6146. Corrections to description of bootloaders on targets which store ↵Barry Wardell2006-10-10
| | | | | | the Rockbox bootloader on disk. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11175 a1c6a512-1295-4272-9138-f99709370657
* Add the correct keys for the H10's to complete the browser tableMartin Arver2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11174 a1c6a512-1295-4272-9138-f99709370657
* Add playlist section to the manualMartin Arver2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11173 a1c6a512-1295-4272-9138-f99709370657
* Add fixme for missing keys on the h10Martin Arver2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11172 a1c6a512-1295-4272-9138-f99709370657
* Add missing startup/shutdown keys for the h10'sMartin Arver2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11171 a1c6a512-1295-4272-9138-f99709370657
* General code cleanup. Add a fixme note.Martin Arver2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11170 a1c6a512-1295-4272-9138-f99709370657
* Hopefully took care of FS#6105 - unnecessary 'recording screen' option in ↵Michael Sevakis2006-10-10
| | | | | | the radio menu causes rockbox to freeze. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11169 a1c6a512-1295-4272-9138-f99709370657
* Adjust installation instructions to cover Ipod Nano w/ apple firmware 1.2 tooDominik Riebeling2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11168 a1c6a512-1295-4272-9138-f99709370657
* mention what download tools the script expectsDaniel Stenberg2006-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11167 a1c6a512-1295-4272-9138-f99709370657