- 9270ada keep some #if 0'ed code in sync by Jonathan Gordon · 18 years ago
- caea20e show a splash instead of a menu when the chosen encoder format has no options by Jonathan Gordon · 18 years ago
- 1e51477 add a note that you can clear the settings on the Gigabeat by holding A during boot by Marcoen Hirschberg · 18 years ago
- 51a8968 update the manual after the POWER and A button switch by Marcoen Hirschberg · 18 years ago
- 810f717 make A the new 'clear settings' button for the Gigabeat as it was easy to accidentally trigger it with HOLD by Marcoen Hirschberg · 18 years ago
- 7eb8512 changed POWER to be the cancel/stop button and A to be the modifier button to prevent acidental shutdowns by Marcoen Hirschberg · 18 years ago
- 8397550 Accept FS #7058 by Alexander Levin: move the euro glyph to the right unicode position and fix the fontname of nimbus-19. by Marcoen Hirschberg · 18 years ago
- 441d803 removed unnecessary #if by Daniel Stenberg · 18 years ago
- b8a79b8 Clear the RWPS backdrop when a RWPS is loaded, not when a WPS is loaded. by Nicolas Pennequin · 18 years ago
- 832bbf7 AAC: More adjustments to how the frequency is read. Still not perfect, but this is probably as good as it can get. by Magnus Holmgren · 18 years ago
- 386d838 fix player warning by Jonathan Gordon · 18 years ago
- 09467f8 forgot to add Mauricio Peccorini tot eh credits file by Jonathan Gordon · 18 years ago
- ed8b3bb Accept FS#7080 by Mauricio Peccorini with some minor changes by me: by Jonathan Gordon · 18 years ago
- 5079812 avoid declaring shadow 'rc' variables (-Wshadow!) by Daniel Stenberg · 18 years ago
- 52ba1c6 Fix some naughty variable name reuse (hopefully correctly) by Jonathan Gordon · 18 years ago
- 3d44a20 Accept FS7078, try to show the last playlist if no audio is being played by Jonathan Gordon · 18 years ago
- 5b5d101 Fix a .icons loading bug which caused the tango iconset to not load. by Jonathan Gordon · 18 years ago
- 91a86da Rockboxed-wps: solved the mystery of the one vanishing battery symbol on Archos screens... this bmp file was rle-compressed. by Marianne Arnold · 18 years ago
- 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 18 years ago
- 9db669e Add the 'WPS Context Menu' to the wps keytable in the Player's manual. For some reason it was 'nopt'ed out even though the ActionWpsContext did exist by Marianne Arnold · 18 years ago
- 7fdfa56 Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). by Nicolas Pennequin · 18 years ago
- 205ec32 Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/ by Michael Sevakis · 18 years ago
- 2a2b8d8 Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a RWPS from clearing the main display's backdrop. This also allows future backdrop support for LCD remotes by making the parsing code aware of whether the display for a WPS is a remote or not. by Nicolas Pennequin · 18 years ago
- 70e2846 oops, wrong return value by Jonathan Gordon · 18 years ago
- a2740d9 convert the playlist viewer menus to the newer API by Jonathan Gordon · 18 years ago
- 680acbf fix a stupid bug which didnt check the flag correctly (caused the player to crash trying to access the shutdown options context menu) by Jonathan Gordon · 18 years ago
- 6ac306a Add a new commandline switch to the simulator: "--debugwps". It enables printing of advanced (and very verbose) WPS debugging information. Also make the debugging code a bit cleaner. by Nicolas Pennequin · 18 years ago
- 4ddc764 Small fix to prevent crashing when attempting to use non-mono bitmaps in a RWPS. by Nicolas Pennequin · 18 years ago
- ab707b8 AAC: Improve SBR detection, to fix incorrect frequency on some files (and hopefully not break others :). by Magnus Holmgren · 18 years ago
- 72e6dd5 Do the clamping a little better. by Michael Sevakis · 18 years ago
- 0d032d1 mpeglayer: Give the simulator YCbCr blit similar behavior to the target. by Michael Sevakis · 18 years ago
- 2e2cf06 Oops. This shouln't have been added. by Nicolas Pennequin · 18 years ago
- d7fd989 WPS Parser: On parse failure, print a (hopefully) useful error message with line number (sim only). by Nicolas Pennequin · 18 years ago
- 7027c6a FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when backlight is off and shutdown ATA controller when the disk isn't being accessed. Frequency scaling is not enabled yet as it was apparently causing some problems. by Barry Wardell · 18 years ago
- 27b4a64 AIFF COMM chunks might be larger than 18 bytes. by Jens Arnold · 18 years ago
- 77a8683 make the moving smarter so you dont have to select the top card of a column to move the whole column by Jonathan Gordon · 18 years ago
- 1245d0f clean up some #include's by Christian Gmeiner · 18 years ago
- cd8870c fix a bug which made menus using the old API and a callback function to not work correctly by Jonathan Gordon · 18 years ago
- 4dcc32c fix bootloader by Jonathan Gordon · 18 years ago
- 4b1d1b4 e200: Make the wheel light timeout configurable (under settings > system) (FS#7067) by Jonathan Gordon · 18 years ago
- 6bf86b7 Ooooops, fix warning. by Jens Arnold · 18 years ago
- 54866bd Don't need all those #include's. by Barry Wardell · 18 years ago
- 5070f41 Consolidated several potential places of return from WPS into one. Fixes the 'Return from WPS at end of playlist always brings up the root menu.' bug on hwcodec. by Jens Arnold · 18 years ago
- ee80bca Fix build errors. by Barry Wardell · 18 years ago
- f43e50d Move PortalPlayer system.c code into the target tree. by Barry Wardell · 18 years ago
- 0a643b8 Fix some very probable typo's. by Barry Wardell · 18 years ago
- 9d3694c Fix FS#7056 - dont display garbage if the viewer icon set and the main iconset have different icon heights by Jonathan Gordon · 18 years ago
- 814d402 More strict WPS parsing and displaying code. If there are errors, WPS loading will fail and the default WPS will be displayed. by Nicolas Pennequin · 18 years ago
- eb85f14 No more type punning where it's not funny. by Michael Sevakis · 18 years ago
- 8676dc2 Missed a couple. Hopefully fix all warnings. by Michael Sevakis · 18 years ago
- 26d242a General housekeeping: Make plugin buffer functions take size_t * instead of 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. by Michael Sevakis · 18 years ago
- cf6f4cf Bookmark screen fixes: 1) Make the 'Load bookmark?' prompt follow the status bar setting, and also actually display the statusbar. 2) Call the LCD update function on charcell devices. by Magnus Holmgren · 18 years ago
- 7f3c66f Fix the playlist viewer so only 1 line flashes when you move a track by Jonathan Gordon · 18 years ago
- c49d5dd Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each 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. by Jens Arnold · 18 years ago
- b1f0049 Fix the undefined char symbols appearing in many output lines. This printf does neither support nor need \n. by Jens Arnold · 18 years ago
- c69f032 Player: Fix the dollar sign for old LCD. by Jens Arnold · 18 years ago
- 045d3cc mpegplayer: Fix jumping past the frame waiting if Limit FPS is on but Skip Frames is not. Fixes FS#7055 though this was just a general mistake and not limited to the sim. by Michael Sevakis · 18 years ago
- 335de0b Clean up that warning and pull out an unneeded #ifdef by Karl Kurbjun · 18 years ago
- 8a1fd8c Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and 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. by Karl Kurbjun · 18 years ago
- dd0f1c7 so totally out of date I removed them completely by Daniel Stenberg · 18 years ago
- 48d90d3 1) make the mkinfo work with sizes even when make -j is used by Daniel Stenberg · 18 years ago
- 49be3fa A bit more readable code. Also saves one buffer. by Jens Arnold · 18 years ago
- b7d93d0 Oops, mistake added by me. by Paul Louden · 18 years ago
- 0c2858a FS#7057 from Bryan Childs, manual update regarding unworking features on by Paul Louden · 18 years ago
- 76cc6f7 provide CPU and Manufacturer as well, and moved around the makefile somewhat by Daniel Stenberg · 18 years ago
- 0a1d482 more info added to the output file, some comments added to the code by Daniel Stenberg · 18 years ago
- f080ff0 clean rockbox-info.txt as well by Daniel Stenberg · 18 years ago
- 10d11ff introducing rockbox-info.txt by Daniel Stenberg · 18 years ago
- f6209cc a little extra poke to get the sim to build by Daniel Stenberg · 18 years ago
- 77854b7 Removed the question for simulator type and skipped the check for sound by Daniel Stenberg · 18 years ago
- ef1109a refuse to continue if pwd contains space, since the rest of the script by Daniel Stenberg · 18 years ago
- 5a79536 Changing colours didn't save settings. by Jens Arnold · 18 years ago
- 2fd7c3c Make the simulator work with unicode filenames on windows. This includes both file operations and console (debug) output. Note that the console window _must_ be configured to use a truetype font for proper unicode display. by Jens Arnold · 18 years ago
- 5d173ea brickmania for the e200. (screen cant rotate, so using half the screen is better than nothing) by Jonathan Gordon · 18 years ago
- 15dfe87 move audio drivers together into a subdir by Marcoen Hirschberg · 18 years ago
- f725ef1 move to target tree by Marcoen Hirschberg · 18 years ago
- 6ffbe38 move the iriver ifp7xx and other pnx0101 related files together in the target tree by Marcoen Hirschberg · 18 years ago
- 710a9ca allow the backlight on hold setting to work correctly on sansa by Jonathan Gordon · 18 years ago
- 01c0fb4 mpegplayer: Better frame dropping code adapted to the using correct 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). by Michael Sevakis · 18 years ago
- 0b11d98 Rockpaint plugin: protect against loading bitmaps that are too big. Fixes FS #7040 by Peter D'Hoye · 18 years ago
- b44b660 Fix build for those who don't want to build tagcache by Brandon Low · 18 years ago
- 392a4ef Fix logf builds on devices that support remotes. by Magnus Holmgren · 18 years ago
- 36a2e30 Move the inbuilt filetype info into filetypes.c and rename the defines. by Jonathan Gordon · 18 years ago
- f44f961 move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) by Marcoen Hirschberg · 18 years ago
- c3dcc87 Allow rockboy to run while music is playing with smaller roms. Works on 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. by Karl Kurbjun · 18 years ago
- 521d6a5 H100 S/PDIF recording: Check and clear the correct interrupt bits when recording from digital in. by Michael Sevakis · 18 years ago
- 8f8510e Since the greyscale remote deserved an own iconset the greyscale main screens should have one too. (They also had their own viewer icons already.) by Marianne Arnold · 18 years ago
- 5e6e7c5 hmm.... do it a bit nicerly by Jonathan Gordon · 18 years ago
- 7056391 Only trigger a wheel press once per click like the OF by Jonathan Gordon · 18 years ago
- 27643c6 Initialise the custom icons array correctly instead of just using the ? for all filetypes by Jonathan Gordon · 18 years ago
- e9610dc Remove unneeded #include, comment the filename define by Jonathan Gordon · 18 years ago
- 69e1f75 Gigabeat: Use the volume up/down buttons for zooming in the JPEG viewer by Linus Nielsen Feltzing · 18 years ago
- 754d919 explicitly set *loaded_ok = false; when given "" for a filename. by Jonathan Gordon · 18 years ago
- 79a8b41 Fix loadable remote icons. fb_data != fb_remote_data ... by Jens Arnold · 18 years ago
- f87eaf3 Fix non-working default viewer icons. Remote viewer icons work now, but still not properly. by Jens Arnold · 18 years ago
- ded87cf Fix yellow... by Jens Arnold · 18 years ago
- 539c513 Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon.c to use this. Also fixed crash due to missing assignment of lcd_bitmap[_part] for monochrome main LCDs. by Jens Arnold · 18 years ago
- e346a4c forgot to add this viewers iconset for greyscale targets by Jonathan Gordon · 18 years ago
- 62994d4 Reduce code size a bit. by Magnus Holmgren · 18 years ago
- fd951ab make the folder icons play nice when you load a viewers theme (sorry, this is it from me tonight... ) by Jonathan Gordon · 18 years ago