- d31162a SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizations. Preswap some data when running DSP for big endian. by Michael Sevakis · 18 years ago
- 8336eb2 Fix plugins/bitmaps/mono/SOURCES. by Zakk Roberts · 18 years ago
- 38d5597 Add changes to in-file changelog. Changes of huge previous commit: Drawing now scales to all displays using bitmaps for most modes, color where applicable.. Switched to rockbox menu drawing code for menus. Combined LCD/Digital modes into one LCD mode. A few new keymaps and changes. Source code improvements. by Zakk Roberts · 18 years ago
- f8408e9 by Zakk Roberts · 18 years ago
- 329b4bd Scale to 50% size on the Archos devices (LCD_WIDTH <= 112) and slow it down, with some tweaks from Marianne Arnold. Plus replace a few floating point operations with integers. by Dave Chapman · 18 years ago
- e423c0b Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the progressbar. by Nicolas Pennequin · 18 years ago
- e3a55f2 FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This makes mpegplayer run on the Sansa. Button detection in mpegplayer doesn't work because it is done in the audio thread and that thread locks up because we don't have audio support yet. So for now it's necessary to do a hardware power off to quit mpegplayer. by Barry Wardell · 18 years ago
- 9e017a3 Use the statusbar setting while in the bookmark screen, so that the shuffle/repeat icons for the bookmark can be visible on bitmap displays. Also simplify the code a little. by Magnus Holmgren · 18 years ago
- a3ce8e1 remove \t by Jonathan Gordon · 18 years ago
- 03c8b15 Code police myself. Somehow got that full of tabs. by Michael Sevakis · 18 years ago
- ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
- 36175ac SWCODEC: DSP optimizations for conversion to internal format and resampling. Assembly resampling for Coldfire. Word has it ARM will get that soon. by Michael Sevakis · 18 years ago
- 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
- f98c27f Give the file view menu a nice icon by Jonathan Gordon · 18 years ago
- b85e1b9 Tiny size optimisation. by Jens Arnold · 18 years ago
- 7c55b67 Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limit check. by Jens Arnold · 18 years ago
- 2988b7a Remove two notes that no longer apply and clean some whitespace. by Nils Wallménius · 18 years ago
- 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
- da88e84 Fix id3 tag priority order remove \t by Jonathan Gordon · 18 years ago
- 5fd4c15 Fix silly cut an pasting of comments. by Paul Louden · 18 years ago
- 4594c05 Fix Gigabeat SPC warnings. by Paul Louden · 18 years ago
- 526fa53 set I2C type properly by Daniel Stenberg · 18 years ago
- dfcee22 #if => #ifdef by Daniel Stenberg · 18 years ago
- 4dfb973 Fix LCD_PIXELFORMAT warnings. by Jens Arnold · 18 years ago
- 895d577 #if => #ifdef by Daniel Stenberg · 18 years ago
- c652218 Fix remaining CONFIG_TUNER checks. by Jens Arnold · 18 years ago
- 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
- bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
- ac61951 Do the CONFIG_USBOTG define correctly by Jonathan Gordon · 18 years ago
- 00d249a fix the player build by Jonathan Gordon · 18 years ago
- ec73eb0 really fix red builds this time by Jonathan Gordon · 18 years ago
- 844583c fix red builds by Jonathan Gordon · 18 years ago
- 8ff3a65 Explicilty set CONFIG_ defines to 0 which are not used.. because doing by Jonathan Gordon · 18 years ago
- 1083de8 CONFIG_USBOTG fixes by Jonathan Gordon · 18 years ago
- c2f0559 more CONFIG_LED fixes by Jonathan Gordon · 18 years ago
- eff0dc3 Allow the list to display a title icon even if no other icons will be displayed by Jonathan Gordon · 18 years ago
- 738baf3 Again here, CODEC should be CONFIG_CODEC by Barry Wardell · 18 years ago
- ca40cc4 Should be CONFIG_CODEC, not CODEC by Barry Wardell · 18 years ago
- 580c9f3 Fix warning. Should be CONFIG_CODEC, not CODEC. by Barry Wardell · 18 years ago
- 87e9944 Should be LCD_H10_20GB, not LCD_H10 by Barry Wardell · 18 years ago
- 2067fcc Fix most (all?) CONFIG_LED warnings. by Magnus Holmgren · 18 years ago
- d52ee4c #ifdef by Daniel Stenberg · 18 years ago
- 0c021de #if => #ifdef by Daniel Stenberg · 18 years ago
- 1916576 Keep delay loop from being optimized away. by Magnus Holmgren · 18 years ago
- 2ad25c8 Kill a few warnings in plugins. by Tom Ross · 18 years ago
- f435db0 Update Swedish translation. by Magnus Holmgren · 18 years ago
- 742f6bc Fix bug (first line was displayed under the status bar) by Antoine Cellerier · 18 years ago
- fa2d49a set I2C type properly by Daniel Stenberg · 18 years ago
- 7bcfc1d #ifdef instead of #if by Daniel Stenberg · 18 years ago
- 0c74d2c include stdbool.h to get the bool type and fix the build error by Daniel Stenberg · 18 years ago
- 20a5926 build with -Wundef to make sure we have spelled the defines right in #if lines by Daniel Stenberg · 18 years ago
- 5d45ec9 another attempt by Daniel Stenberg · 18 years ago
- 0db8470 repair the condition by Daniel Stenberg · 18 years ago
- 64a0fb8 avoid using #if on undefined symbols, in preparation for -Wundef by Daniel Stenberg · 18 years ago
- ab0752c Correct spelling of CONFIG_CODEC, fixes FS#6668 by Linus Nielsen Feltzing · 18 years ago
- c9e3174 Accept FS#6662. Thanks to Nick Vanderweit. No need to define PI as by Barry Wardell · 18 years ago
- dbd7fd8 Fix text displayed for backlight_timeout_plugged setting. by Barry Wardell · 18 years ago
- d17de72 Make our Doom plugin see the Doom wad we provide and list "Freedoom" as by Paul Louden · 18 years ago
- 1ebdd5b this wasnt meant to be commited by Jonathan Gordon · 18 years ago
- 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
- 14ba91e A few more bookmark code tweaks. Also improves how the bookmark selection screen is displayed on Archos players. by Magnus Holmgren · 18 years ago
- 471d881 ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call. by Jens Arnold · 18 years ago
- 5dd08e1 fix payer build by Jonathan Gordon · 18 years ago
- 5c15641 fix margin problem in "view runtime" and "rockbox info" screens by Jonathan Gordon · 18 years ago
- 0abbb29 Obligatory fix-a-few-warnings commit... by Zakk Roberts · 18 years ago
- 5bebae8 Chopper update. Fix endgame text not showing up and menu being invisible after first game, both on grayscale targets. Also fix endgame text being too long on Archos by using a splash to draw it. Also: X5's up button now works as 'fly' and Ondio mappings changed (Up/Menu = fly, Off = quit). by Zakk Roberts · 18 years ago
- 6dbe772 FS#6651 - Improved id3 comment extraction. by Miika Pekkarinen · 18 years ago
- 92878d9 FS #6443 from Jonas Häggqvist - add an "install" target. by Dave Chapman · 18 years ago
- 139fb1a Move dr_controller_setup() to usb_init_device() and add a call to dr_controller_stop() if we detect USB disconnection. This seems to improve reliability when connecting to Mac OS X - Rockbox previously killed its USB stack since the introduction of the new USB detection code. by Dave Chapman · 18 years ago
- 620c62e Fix 3g builds by Barry Wardell · 18 years ago
- 3a6d479 No functional changes, just reorganising code: by Barry Wardell · 18 years ago
- b045a24 Add #include for use with rbutil by Dave Chapman · 18 years ago
- 1cd80b3 Fixed typo in polish translation, closes FS #6666 by Nils Wallménius · 18 years ago
- fde64fd Make a couple of private functions 'static' by Nils Wallménius · 18 years ago
- 09186e3 SWCODEC: Remove the last quirks when upsampling. by Michael Sevakis · 18 years ago
- 6ffd804 Removed some unused menu code by Linus Nielsen Feltzing · 18 years ago
- 750fa4a Minor code policing and cleanup by Linus Nielsen Feltzing · 18 years ago
- 12a1e10 Fix errors I hope. by Michael Sevakis · 18 years ago
- ec1f482 SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flushing 2) Flushing down to a low watermark instead of a fixed number of chunks 3) Allowing in-process automatic flushes to be interrupted so file splits and stops can be marked in a timely manner (especially important when approaching 2GB limit) 4) Flush small amounts if buffer is filled during a split to protect integrity of streams 5) Boost both pcmrec and codec threads then thread priority boost is needed so that encoder doesn't fail to run and keep up with incoming data by Michael Sevakis · 18 years ago
- fce01de Fix a warning. by Paul Louden · 18 years ago
- 5400836 Added a missing word. by Paul Louden · 18 years ago
- a5014b9 Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope. by Zakk Roberts · 18 years ago
- d2e47ee Implement the actual-button-name-for-game-over-message addition from my previous commit in a different way to fix builds. by Zakk Roberts · 18 years ago
- ce31c6f A few chopper changes. Changed colorscheme from blue on backdrop to green on black (on color LCDs), more like original. Removed useless 'help' menu entry for now. Show actual button name in game over screen (i.e. 'select' or 'play') instead of just 'action'. A bit of code cleanup. by Zakk Roberts · 18 years ago
- e3e58b9 FS #5535 - Chopper game ported from IPL by Ben Basha. This commit is chopper_with_menu_api.diff with some changes by me: fixed the bug with the unmatching calls to menu_init() and menu_quit() (causing freezes after game #6); added keymappings for the sansa, gigabeat, Ondio and Archos Recorders; and changes to work with mono LCDs. This should now run on all targets with bitmapped LCDs. by Dave Chapman · 18 years ago
- 1ea4f0d fix menu exiting bug I introduced in the last commit by Jonathan Gordon · 18 years ago
- f8e08f0 Remove the menu title on the player. by Jonathan Gordon · 18 years ago
- aa8761f Shave a few bytes off the binary size, especially on hwcodec targets by Linus Nielsen Feltzing · 18 years ago
- 96e5e9e Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ones. Add config.h to dsp.c so that these macros actually get used, and also do some minor nitpicks to the resampler while I'm at it. by Thom Johansen · 18 years ago
- 7ba8aec * Add support for an optional y coordinate to the progressbar (from FS #4783). by Nicolas Pennequin · 18 years ago
- 375b7e0 Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on ColdFire). by Magnus Holmgren · 18 years ago
- 1f1da8e Fix 64 bit warning. by Jens Arnold · 18 years ago
- e393b8e Replaced some explicit options for target linking with to be consistent with the sims. by Jens Arnold · 18 years ago
- 9745bbc Fixed the incorrect APE header format define cause parsing to fail. by Miika Pekkarinen · 18 years ago
- 51e885d Fix simulator builds with logf enabled. by Magnus Holmgren · 18 years ago
- fd14fa2 Change the sleep timer icon to make it look like a setting by Jonathan Gordon · 18 years ago
- 160851e Fix a bug where the CPU stays boosted when the voice is activated by Linus Nielsen Feltzing · 18 years ago
- b285859 Fix the repeat mode menu item by Jonathan Gordon · 18 years ago
- 75bf31f fix builds by Jonathan Gordon · 18 years ago
- e56f8e9 Move the info and manage settings menus to the new system by Jonathan Gordon · 18 years ago