- 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
- 5a29fe1 Brickmania update for the Gigabeat: fixed menu and smaller game area to make the gameplay closer to targets by Nicolas Pennequin · 18 years ago
- 7a395a2 Start using the new endian conversion system outside tagcache also to simplify code. by Miika Pekkarinen · 18 years ago
- 9d5f73c Add foreground and background color information to iCatcher and UniCatcher. by Nicolas Pennequin · 18 years ago
- c8a9209 rename rockboxlogo3 to rockboxlogo by Marcoen Hirschberg · 18 years ago
- 2a4917c Oops, no need to allocate that much memory. Thanks to Lear for noticing this. by Nicolas Pennequin · 18 years ago
- 32878c0 Add missing entries to FILES to hopefully get everything included in the tarballs, should close FS #6660 by Nils Wallménius · 18 years ago
- 9f4bd87 Cuesheet support by Jonathan Gordon and me (FS #6460). by Nicolas Pennequin · 18 years ago
- 0403c2a the position of the progress bar background was off by 1 pixel by Marcoen Hirschberg · 18 years ago
- 19417db Use the correct swap functions for live conversion, and fix 64 bit sims. by Jens Arnold · 18 years ago
- 4de600b Remove dishonest spc amplification by Adam Gashlin · 18 years ago
- 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
- 7df8712 Cleaned indents, added Shay Green (blargg) to credits. by Adam Gashlin · 18 years ago
- b73960d Adding SPC codec (FS #6542) by Adam Gashlin · 18 years ago
- 9b9539c Make database endianess independent. by Miika Pekkarinen · 18 years ago
- 24c8da0 remove put_cursorxy() which is not used by Jonathan Gordon · 18 years ago
- cd2d62c Move the General Settings menu (excluding the display submenu) to the by Jonathan Gordon · 18 years ago
- ffbdb25 Large Sokoban update, by Sean Morrisey (FS#6625). Some new features include effectively unlimited (several thousand) undos on any platform, a redo feature, improved level/move info, 'level completed' screen showing moves/pushes made, and cleaned up code (full list of changes at tracker entry). by Zakk Roberts · 18 years ago
- 4e73b53 Fix the keywords on some recently added files. by Jonathan Gordon · 18 years ago
- dec4132 remove some unintended white pixels by Marcoen Hirschberg · 18 years ago
- 2743cb4 Fix signedness warning (only visible when building tools/database.c) by Dave Chapman · 18 years ago
- a957b22 Make the database PC tool compile again. by Miika Pekkarinen · 18 years ago
- 1d63871 Correct buttons for H10 5GB and 6GB (closes FS# 6594) by Nils Wallménius · 18 years ago
- c63a733 Fix Rockboxed theme for 160x128x16. by Barry Wardell · 18 years ago
- b4e98b7 fix non-utf 8 encoded string and move added strings to the end to be consistent with english.lang by Nils Wallménius · 18 years ago
- c370e08 fix red builds by Jonathan Gordon · 18 years ago
- fb62831 * Move playback menu to the new sysetm by Jonathan Gordon · 18 years ago
- b081052 Gigabeat Cradle USB Support by Karl Kurbjun · 18 years ago
- ce58428 Remove the File Options menu from the playlist viewer, but put the by Jonathan Gordon · 18 years ago
- ecd8337 Oops, fix a typo so that we are referring to a bitmap that actually exist... by Tom Ross · 18 years ago
- e633bc0 Rename solitaire_ bitmaps to card_ since they are used in solitaire and blackjack. Ideally all future card games will use these graphics. by Tom Ross · 18 years ago
- 42505ee Use play instead of select to fire in Invadrox for the H100. Allows the user to move and fire at the same time. by Tom Ross · 18 years ago
- 332b324 Do a case-insensitive compare of the prefix part of filename settings. by Jonathan Gordon · 18 years ago
- afbc79d More macro commenting by Jonathan Gordon · 18 years ago
- 34c799a fix fonts in Rockboxed theme by Marcoen Hirschberg · 18 years ago
- 6e88d05 Oops, forgot to commit the change to add Ben Keroack to CREDITS for the Speex WPS bugfix by Dave Chapman · 18 years ago
- d64ed22 FS #6646 from Ben Keroack - move the recently added AFMT_SPEEX to the end of the enum. The values here are used for the %fc WPS tag, so new codecs MUST be added at the end. Also add a comment to that effect. by Dave Chapman · 18 years ago
- c30ee4e Move the recently added strings to the end, where they belong. by Magnus Holmgren · 18 years ago
- 69e3ffd add the 'Rockboxed' theme by Roan Horning, moddified to work with the wpsbuild script by Marcoen Hirschberg · 18 years ago
- 08bc43f add support for foreground and background colors by Marcoen Hirschberg · 18 years ago
- 37d246a Comment the macros a bit, no actual code change by Jonathan Gordon · 18 years ago
- 7c776d4 Make amiconn happy by Jonathan Gordon · 18 years ago
- 87e41e8 Fix the missing entries in the ID3 info screen. by Magnus Holmgren · 18 years ago
- e84ff17 Move the playlist menu to the new system by Jonathan Gordon · 18 years ago
- 26d8dce Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm logging by Jonathan Gordon · 18 years ago
- 37fa620 * Document the revision of Speex imported in to Rockbox along with how the import was done. by Dan Everton · 18 years ago
- 3cf50c0 Allow cursor changes in Morse Vkeyboard for targets that use line_edit mode by Martin Scarratt · 18 years ago
- a6d68bd Changes to aid incorporation into rbutil, based on part of FS #6643 from Dominik Wenger. Move display_partinfo() function into main.c (where it belongs) and export get_parttype() function from ipodpatcher.c. Also add a targetname variable to struct ipod_t to enable bootloader URLs to be constructed. by Dave Chapman · 18 years ago
- 955afed Move ipodpatcher into rbutil directory by Dave Chapman · 18 years ago
- f0efde2 Oops. Fix typo. by Dominik Riebeling · 18 years ago
- 0d40bf6 Rename daily builds to archived following the rename on the website. by Dominik Riebeling · 18 years ago
- b013d11 Doh. Forgot about codeclib.c. by Michael Sevakis · 18 years ago