1. 46bb37a Fix a mistake in wrapping the echo buffer. by Michael Sevakis · 18 years ago
  2. c187f18 Fix the left margin in the alarm menu by Linus Nielsen Feltzing · 18 years ago
  3. bd6a0f1 Prepare the bootloader command file for --gc-sections by Linus Nielsen Feltzing · 18 years ago
  4. dd5297d Fix the order in the sleep timer screen by Jonathan Gordon · 18 years ago
  5. 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
  6. 8336eb2 Fix plugins/bitmaps/mono/SOURCES. by Zakk Roberts · 18 years ago
  7. 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
  8. f8408e9 by Zakk Roberts · 18 years ago
  9. 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
  10. e423c0b Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the progressbar. by Nicolas Pennequin · 18 years ago
  11. 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
  12. 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
  13. a3ce8e1 remove \t by Jonathan Gordon · 18 years ago
  14. 03c8b15 Code police myself. Somehow got that full of tabs. by Michael Sevakis · 18 years ago
  15. ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
  16. 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
  17. 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
  18. f98c27f Give the file view menu a nice icon by Jonathan Gordon · 18 years ago
  19. b85e1b9 Tiny size optimisation. by Jens Arnold · 18 years ago
  20. 7c55b67 Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limit check. by Jens Arnold · 18 years ago
  21. 2988b7a Remove two notes that no longer apply and clean some whitespace. by Nils Wallménius · 18 years ago
  22. 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
  23. da88e84 Fix id3 tag priority order remove \t by Jonathan Gordon · 18 years ago
  24. 5fd4c15 Fix silly cut an pasting of comments. by Paul Louden · 18 years ago
  25. 4594c05 Fix Gigabeat SPC warnings. by Paul Louden · 18 years ago
  26. 526fa53 set I2C type properly by Daniel Stenberg · 18 years ago
  27. dfcee22 #if => #ifdef by Daniel Stenberg · 18 years ago
  28. 4dfb973 Fix LCD_PIXELFORMAT warnings. by Jens Arnold · 18 years ago
  29. 895d577 #if => #ifdef by Daniel Stenberg · 18 years ago
  30. c652218 Fix remaining CONFIG_TUNER checks. by Jens Arnold · 18 years ago
  31. 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
  32. bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
  33. ac61951 Do the CONFIG_USBOTG define correctly by Jonathan Gordon · 18 years ago
  34. 00d249a fix the player build by Jonathan Gordon · 18 years ago
  35. ec73eb0 really fix red builds this time by Jonathan Gordon · 18 years ago
  36. 844583c fix red builds by Jonathan Gordon · 18 years ago
  37. 8ff3a65 Explicilty set CONFIG_ defines to 0 which are not used.. because doing by Jonathan Gordon · 18 years ago
  38. 1083de8 CONFIG_USBOTG fixes by Jonathan Gordon · 18 years ago
  39. c2f0559 more CONFIG_LED fixes by Jonathan Gordon · 18 years ago
  40. eff0dc3 Allow the list to display a title icon even if no other icons will be displayed by Jonathan Gordon · 18 years ago
  41. 738baf3 Again here, CODEC should be CONFIG_CODEC by Barry Wardell · 18 years ago
  42. ca40cc4 Should be CONFIG_CODEC, not CODEC by Barry Wardell · 18 years ago
  43. 580c9f3 Fix warning. Should be CONFIG_CODEC, not CODEC. by Barry Wardell · 18 years ago
  44. 87e9944 Should be LCD_H10_20GB, not LCD_H10 by Barry Wardell · 18 years ago
  45. 2067fcc Fix most (all?) CONFIG_LED warnings. by Magnus Holmgren · 18 years ago
  46. d52ee4c #ifdef by Daniel Stenberg · 18 years ago
  47. 0c021de #if => #ifdef by Daniel Stenberg · 18 years ago
  48. 1916576 Keep delay loop from being optimized away. by Magnus Holmgren · 18 years ago
  49. 2ad25c8 Kill a few warnings in plugins. by Tom Ross · 18 years ago
  50. f435db0 Update Swedish translation. by Magnus Holmgren · 18 years ago
  51. 742f6bc Fix bug (first line was displayed under the status bar) by Antoine Cellerier · 18 years ago
  52. fa2d49a set I2C type properly by Daniel Stenberg · 18 years ago
  53. 7bcfc1d #ifdef instead of #if by Daniel Stenberg · 18 years ago
  54. 0c74d2c include stdbool.h to get the bool type and fix the build error by Daniel Stenberg · 18 years ago
  55. 20a5926 build with -Wundef to make sure we have spelled the defines right in #if lines by Daniel Stenberg · 18 years ago
  56. 5d45ec9 another attempt by Daniel Stenberg · 18 years ago
  57. 0db8470 repair the condition by Daniel Stenberg · 18 years ago
  58. 64a0fb8 avoid using #if on undefined symbols, in preparation for -Wundef by Daniel Stenberg · 18 years ago
  59. ab0752c Correct spelling of CONFIG_CODEC, fixes FS#6668 by Linus Nielsen Feltzing · 18 years ago
  60. c9e3174 Accept FS#6662. Thanks to Nick Vanderweit. No need to define PI as by Barry Wardell · 18 years ago
  61. dbd7fd8 Fix text displayed for backlight_timeout_plugged setting. by Barry Wardell · 18 years ago
  62. d17de72 Make our Doom plugin see the Doom wad we provide and list "Freedoom" as by Paul Louden · 18 years ago
  63. 1ebdd5b this wasnt meant to be commited by Jonathan Gordon · 18 years ago
  64. 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
  65. 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
  66. 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
  67. 5dd08e1 fix payer build by Jonathan Gordon · 18 years ago
  68. 5c15641 fix margin problem in "view runtime" and "rockbox info" screens by Jonathan Gordon · 18 years ago
  69. 0abbb29 Obligatory fix-a-few-warnings commit... by Zakk Roberts · 18 years ago
  70. 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
  71. 6dbe772 FS#6651 - Improved id3 comment extraction. by Miika Pekkarinen · 18 years ago
  72. 92878d9 FS #6443 from Jonas Häggqvist - add an "install" target. by Dave Chapman · 18 years ago
  73. 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
  74. 620c62e Fix 3g builds by Barry Wardell · 18 years ago
  75. 3a6d479 No functional changes, just reorganising code: by Barry Wardell · 18 years ago
  76. b045a24 Add #include for use with rbutil by Dave Chapman · 18 years ago
  77. 1cd80b3 Fixed typo in polish translation, closes FS #6666 by Nils Wallménius · 18 years ago
  78. fde64fd Make a couple of private functions 'static' by Nils Wallménius · 18 years ago
  79. 09186e3 SWCODEC: Remove the last quirks when upsampling. by Michael Sevakis · 18 years ago
  80. 6ffd804 Removed some unused menu code by Linus Nielsen Feltzing · 18 years ago
  81. 750fa4a Minor code policing and cleanup by Linus Nielsen Feltzing · 18 years ago
  82. 12a1e10 Fix errors I hope. by Michael Sevakis · 18 years ago
  83. 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
  84. fce01de Fix a warning. by Paul Louden · 18 years ago
  85. 5400836 Added a missing word. by Paul Louden · 18 years ago
  86. a5014b9 Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope. by Zakk Roberts · 18 years ago
  87. 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
  88. 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
  89. 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
  90. 1ea4f0d fix menu exiting bug I introduced in the last commit by Jonathan Gordon · 18 years ago
  91. f8e08f0 Remove the menu title on the player. by Jonathan Gordon · 18 years ago
  92. aa8761f Shave a few bytes off the binary size, especially on hwcodec targets by Linus Nielsen Feltzing · 18 years ago
  93. 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
  94. 7ba8aec * Add support for an optional y coordinate to the progressbar (from FS #4783). by Nicolas Pennequin · 18 years ago
  95. 375b7e0 Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on ColdFire). by Magnus Holmgren · 18 years ago
  96. 1f1da8e Fix 64 bit warning. by Jens Arnold · 18 years ago
  97. e393b8e Replaced some explicit options for target linking with to be consistent with the sims. by Jens Arnold · 18 years ago
  98. 9745bbc Fixed the incorrect APE header format define cause parsing to fail. by Miika Pekkarinen · 18 years ago
  99. 51e885d Fix simulator builds with logf enabled. by Magnus Holmgren · 18 years ago
  100. fd14fa2 Change the sleep timer icon to make it look like a setting by Jonathan Gordon · 18 years ago