summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of ↵Michael Sevakis
int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13233 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Bookmark screen fixes: 1) Make the 'Load bookmark?' prompt follow the status ↵Magnus Holmgren
bar setting, and also actually display the statusbar. 2) Call the LCD update function on charcell devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13232 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Fix the playlist viewer so only 1 line flashes when you move a trackJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13231 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each ↵Jens Arnold
setting) and IDE timing (especially it's faster now on M5+X5). * Added/updated table showing the necessary settings (PLL, refresh, waitstates, IDE timing) for each possible clock frequency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13230 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Fix the undefined char symbols appearing in many output lines. This printf ↵Jens Arnold
does neither support nor need \n. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13229 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Player: Fix the dollar sign for old LCD.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13228 a1c6a512-1295-4272-9138-f99709370657
2007-04-21mpegplayer: Fix jumping past the frame waiting if Limit FPS is on but Skip ↵Michael Sevakis
Frames is not. Fixes FS#7055 though this was just a general mistake and not limited to the sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13227 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Clean up that warning and pull out an unneeded #ifdefKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13226 a1c6a512-1295-4272-9138-f99709370657
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and ↵Karl Kurbjun
myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13225 a1c6a512-1295-4272-9138-f99709370657
2007-04-20so totally out of date I removed them completelyDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13224 a1c6a512-1295-4272-9138-f99709370657
2007-04-201) make the mkinfo work with sizes even when make -j is usedDaniel Stenberg
2) disable rombox from getting built on the targets on which it hasn't been working for months git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13223 a1c6a512-1295-4272-9138-f99709370657
2007-04-20A bit more readable code. Also saves one buffer.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13222 a1c6a512-1295-4272-9138-f99709370657
2007-04-20Oops, mistake added by me.Paul Louden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13221 a1c6a512-1295-4272-9138-f99709370657
2007-04-20FS#7057 from Bryan Childs, manual update regarding unworking features on Paul Louden
Gigabeat git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13220 a1c6a512-1295-4272-9138-f99709370657
2007-04-20provide CPU and Manufacturer as well, and moved around the makefile somewhatDaniel Stenberg
so that "make -k" still can output a rockbox-info.txt file even if the build (partly) fails git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13219 a1c6a512-1295-4272-9138-f99709370657
2007-04-20more info added to the output file, some comments added to the codeDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13218 a1c6a512-1295-4272-9138-f99709370657
2007-04-20clean rockbox-info.txt as wellDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13217 a1c6a512-1295-4272-9138-f99709370657
2007-04-20introducing rockbox-info.txtDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13216 a1c6a512-1295-4272-9138-f99709370657
2007-04-20a little extra poke to get the sim to buildDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13215 a1c6a512-1295-4272-9138-f99709370657
2007-04-20Removed the question for simulator type and skipped the check for soundDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13214 a1c6a512-1295-4272-9138-f99709370657
2007-04-20refuse to continue if pwd contains space, since the rest of the script Daniel Stenberg
doesn't act correctly then! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13213 a1c6a512-1295-4272-9138-f99709370657
2007-04-20Changing colours didn't save settings.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13212 a1c6a512-1295-4272-9138-f99709370657
2007-04-19Make the simulator work with unicode filenames on windows. This includes ↵Jens Arnold
both file operations and console (debug) output. Note that the console window _must_ be configured to use a truetype font for proper unicode display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13211 a1c6a512-1295-4272-9138-f99709370657
2007-04-19brickmania for the e200. (screen cant rotate, so using half the screen is ↵Jonathan Gordon
better than nothing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13210 a1c6a512-1295-4272-9138-f99709370657
2007-04-19move audio drivers together into a subdirMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13209 a1c6a512-1295-4272-9138-f99709370657
2007-04-19move to target treeMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13208 a1c6a512-1295-4272-9138-f99709370657
2007-04-19move the iriver ifp7xx and other pnx0101 related files together in the ↵Marcoen Hirschberg
target tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13207 a1c6a512-1295-4272-9138-f99709370657
2007-04-19allow the backlight on hold setting to work correctly on sansaJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13206 a1c6a512-1295-4272-9138-f99709370657
2007-04-18mpegplayer: Better frame dropping code adapted to the using correct ↵Michael Sevakis
timestamps change. Even smoother frames. Higher FPS and smoother when having to drop than before (Around 15fps regulated for Elephants Dream on x5 which is a dismal situation, up from around 12 or so). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13205 a1c6a512-1295-4272-9138-f99709370657
2007-04-18Rockpaint plugin: protect against loading bitmaps that are too big. Fixes FS ↵Peter D'Hoye
#7040 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13204 a1c6a512-1295-4272-9138-f99709370657
2007-04-18Fix build for those who don't want to build tagcacheBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13203 a1c6a512-1295-4272-9138-f99709370657
2007-04-18Fix logf builds on devices that support remotes.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13202 a1c6a512-1295-4272-9138-f99709370657
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13201 a1c6a512-1295-4272-9138-f99709370657
2007-04-18move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid ↵Marcoen Hirschberg
problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13200 a1c6a512-1295-4272-9138-f99709370657
2007-04-18Allow rockboy to run while music is playing with smaller roms. Works on ↵Karl Kurbjun
players that do not use the IRAM macros. Only tested on the Gigabeat as I think that is the only player that will run rockboy well with music. Also simplified the sound and reduced the code size a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13199 a1c6a512-1295-4272-9138-f99709370657
2007-04-18H100 S/PDIF recording: Check and clear the correct interrupt bits when ↵Michael Sevakis
recording from digital in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13198 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Since the greyscale remote deserved an own iconset the greyscale main ↵Marianne Arnold
screens should have one too. (They also had their own viewer icons already.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13197 a1c6a512-1295-4272-9138-f99709370657
2007-04-17hmm.... do it a bit nicerlyJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13196 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Only trigger a wheel press once per click like the OFJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13195 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Initialise the custom icons array correctly instead of just using the ? for ↵Jonathan Gordon
all filetypes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13194 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Remove unneeded #include, comment the filename defineJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13193 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Gigabeat: Use the volume up/down buttons for zooming in the JPEG viewerLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13192 a1c6a512-1295-4272-9138-f99709370657
2007-04-17explicitly set *loaded_ok = false; when given "" for a filename.Jonathan Gordon
remove icon_init from the startup sequence, its not dependant on filetypes_init anymore,settings_apply calls the icons_init (causes the bmp's to only be read once on boot instead of twice) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13191 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Fix loadable remote icons. fb_data != fb_remote_data ...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13190 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Fix non-working default viewer icons. Remote viewer icons work now, but ↵Jens Arnold
still not properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13189 a1c6a512-1295-4272-9138-f99709370657
2007-04-17Fix yellow...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13188 a1c6a512-1295-4272-9138-f99709370657
2007-04-16Temporary fix for remote bitmap functions in the multi-screen API. Fixed ↵Jens Arnold
icon.c to use this. Also fixed crash due to missing assignment of lcd_bitmap[_part] for monochrome main LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13187 a1c6a512-1295-4272-9138-f99709370657
2007-04-16forgot to add this viewers iconset for greyscale targetsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13186 a1c6a512-1295-4272-9138-f99709370657
2007-04-16Reduce code size a bit.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13185 a1c6a512-1295-4272-9138-f99709370657
2007-04-16make the folder icons play nice when you load a viewers theme (sorry, this ↵Jonathan Gordon
is it from me tonight... ) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13184 a1c6a512-1295-4272-9138-f99709370657