1. 87c20b7 Remove useless define by Nils Wallménius · 18 years ago
  2. 7fdee10 Make private functions static. Remove some functions from the plugin api as they weren't used in any plugins and could then be declared static. by Nils Wallménius · 18 years ago
  3. 10a2284 Fix comment. by Thom Johansen · 18 years ago
  4. c4ccd9e Commit optional code for high-precision EQ which will almost certainly not make a difference on 16 bit output targets. by Thom Johansen · 18 years ago
  5. cc32a1f Fix remote-lcd contrast and crossfeed HF cutoff settings by Jonathan Gordon · 18 years ago
  6. 900adb1 Change the replaygain preamp increment to a slightly less insane 0.5 dB. by Thom Johansen · 18 years ago
  7. 4d2c647 Make it easier to quit Snake2 (much easier on iPods at least) by allowing user to quit from Pause screen. by Zakk Roberts · 18 years ago
  8. a45e835 Allow button repeat events in the Brickmania main menu. Makes it easier to scroll through the options on iPods. by Zakk Roberts · 18 years ago
  9. 011bc89 Fix broken conversion of 16 bit interleaved stereo to internal format. by Thom Johansen · 18 years ago
  10. a5e0380 Now the LCD Contrast setting works again by Linus Nielsen Feltzing · 18 years ago
  11. a4a30dd Dont set the lcd invert mode when changing line selector by Jonathan Gordon · 18 years ago
  12. 151f4e5 set the default value for the scroll delay settings back to what they were by Jonathan Gordon · 18 years ago
  13. 8a4549d save config.cfg after resetting settings (from the menu) by Jonathan Gordon · 18 years ago
  14. 282b390 fix the scroll delay setting by Jonathan Gordon · 18 years ago
  15. 169e91d woops, allow the user to quit menus by Jonathan Gordon · 18 years ago
  16. d563cb2 Dont load the menu callback so often. by Jonathan Gordon · 18 years ago
  17. 81029ed Correct drawing of hour hand when hour == 12 by Linus Nielsen Feltzing · 18 years ago
  18. 31ae2de SWCODEC, Coldfire, upsampling: Shave a couple more cycles out of the typical case and I think four bytes. Don't wanna look at this again for awhile. :) by Michael Sevakis · 18 years ago
  19. 417bc74 Don't enable low latency mode in the Crossfeed submenu by Linus Nielsen Feltzing · 18 years ago
  20. 2c4e0d4 How'd I miss that little tweak? by Michael Sevakis · 18 years ago
  21. 1f730ed The default must come first. Use the shortest string for iFP7xx as well, and ignore the gminis. by Jens Arnold · 18 years ago
  22. 7c120fb SWCODEC-Coldfire: Small upsampling tweek improves speed and size a tiny bit and prevents unneeded reloading of the previous sample. I imagine it would help most with non-iram source buffers. by Michael Sevakis · 18 years ago
  23. 8d7a364 Fix 64 bit warnings. by Jens Arnold · 18 years ago
  24. 4772943 Display "Batt:" or "Battery:" in front of battery info in the "Roxkbox Info" screen if display width allows it. Closes FS #5446. by Nicolas Pennequin · 18 years ago
  25. 3096d0a SPC Codec: Now that output clipping is left to the core DSP, some especially loud tracks would have multiplication overflows when fading out at the end. Fixed. by Michael Sevakis · 18 years ago
  26. 12bf625 Fix a couple of error handling bugs. Some minor code simplification. by Magnus Holmgren · 18 years ago
  27. 51223e5 Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. by Jens Arnold · 18 years ago
  28. 46bb37a Fix a mistake in wrapping the echo buffer. by Michael Sevakis · 18 years ago
  29. c187f18 Fix the left margin in the alarm menu by Linus Nielsen Feltzing · 18 years ago
  30. dd5297d Fix the order in the sleep timer screen by Jonathan Gordon · 18 years ago
  31. 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
  32. 8336eb2 Fix plugins/bitmaps/mono/SOURCES. by Zakk Roberts · 18 years ago
  33. 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
  34. f8408e9 by Zakk Roberts · 18 years ago
  35. 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
  36. 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
  37. a3ce8e1 remove \t by Jonathan Gordon · 18 years ago
  38. 03c8b15 Code police myself. Somehow got that full of tabs. by Michael Sevakis · 18 years ago
  39. ac07222 Flip the order of some of the setting screens. (If any more are by Jonathan Gordon · 18 years ago
  40. 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
  41. 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
  42. f98c27f Give the file view menu a nice icon by Jonathan Gordon · 18 years ago
  43. 7c55b67 Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limit check. by Jens Arnold · 18 years ago
  44. 3a37f46 Fix CONFIG_BACKLIGHT warnings. by Jens Arnold · 18 years ago
  45. da88e84 Fix id3 tag priority order remove \t by Jonathan Gordon · 18 years ago
  46. 5fd4c15 Fix silly cut an pasting of comments. by Paul Louden · 18 years ago
  47. 4594c05 Fix Gigabeat SPC warnings. by Paul Louden · 18 years ago
  48. dfcee22 #if => #ifdef by Daniel Stenberg · 18 years ago
  49. 895d577 #if => #ifdef by Daniel Stenberg · 18 years ago
  50. c652218 Fix remaining CONFIG_TUNER checks. by Jens Arnold · 18 years ago
  51. 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
  52. bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
  53. ac61951 Do the CONFIG_USBOTG define correctly by Jonathan Gordon · 18 years ago
  54. ec73eb0 really fix red builds this time by Jonathan Gordon · 18 years ago
  55. 844583c fix red builds by Jonathan Gordon · 18 years ago
  56. 8ff3a65 Explicilty set CONFIG_ defines to 0 which are not used.. because doing by Jonathan Gordon · 18 years ago
  57. 1083de8 CONFIG_USBOTG fixes by Jonathan Gordon · 18 years ago
  58. eff0dc3 Allow the list to display a title icon even if no other icons will be displayed by Jonathan Gordon · 18 years ago
  59. 738baf3 Again here, CODEC should be CONFIG_CODEC by Barry Wardell · 18 years ago
  60. ca40cc4 Should be CONFIG_CODEC, not CODEC by Barry Wardell · 18 years ago
  61. 580c9f3 Fix warning. Should be CONFIG_CODEC, not CODEC. by Barry Wardell · 18 years ago
  62. 2067fcc Fix most (all?) CONFIG_LED warnings. by Magnus Holmgren · 18 years ago
  63. d52ee4c #ifdef by Daniel Stenberg · 18 years ago
  64. 0c021de #if => #ifdef by Daniel Stenberg · 18 years ago
  65. 2ad25c8 Kill a few warnings in plugins. by Tom Ross · 18 years ago
  66. f435db0 Update Swedish translation. by Magnus Holmgren · 18 years ago
  67. 742f6bc Fix bug (first line was displayed under the status bar) by Antoine Cellerier · 18 years ago
  68. 7bcfc1d #ifdef instead of #if by Daniel Stenberg · 18 years ago
  69. 0c74d2c include stdbool.h to get the bool type and fix the build error by Daniel Stenberg · 18 years ago
  70. 20a5926 build with -Wundef to make sure we have spelled the defines right in #if lines by Daniel Stenberg · 18 years ago
  71. c9e3174 Accept FS#6662. Thanks to Nick Vanderweit. No need to define PI as by Barry Wardell · 18 years ago
  72. dbd7fd8 Fix text displayed for backlight_timeout_plugged setting. by Barry Wardell · 18 years ago
  73. d17de72 Make our Doom plugin see the Doom wad we provide and list "Freedoom" as by Paul Louden · 18 years ago
  74. 1ebdd5b this wasnt meant to be commited by Jonathan Gordon · 18 years ago
  75. 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
  76. 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
  77. 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
  78. 5dd08e1 fix payer build by Jonathan Gordon · 18 years ago
  79. 5c15641 fix margin problem in "view runtime" and "rockbox info" screens by Jonathan Gordon · 18 years ago
  80. 0abbb29 Obligatory fix-a-few-warnings commit... by Zakk Roberts · 18 years ago
  81. 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
  82. 1cd80b3 Fixed typo in polish translation, closes FS #6666 by Nils Wallménius · 18 years ago
  83. fde64fd Make a couple of private functions 'static' by Nils Wallménius · 18 years ago
  84. 09186e3 SWCODEC: Remove the last quirks when upsampling. by Michael Sevakis · 18 years ago
  85. 6ffd804 Removed some unused menu code by Linus Nielsen Feltzing · 18 years ago
  86. 750fa4a Minor code policing and cleanup by Linus Nielsen Feltzing · 18 years ago
  87. fce01de Fix a warning. by Paul Louden · 18 years ago
  88. a5014b9 Argh, previous 'fix' was not in fact the problem. *Now* it's fixed.. I hope. by Zakk Roberts · 18 years ago
  89. 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
  90. 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
  91. 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
  92. 1ea4f0d fix menu exiting bug I introduced in the last commit by Jonathan Gordon · 18 years ago
  93. f8e08f0 Remove the menu title on the player. by Jonathan Gordon · 18 years ago
  94. aa8761f Shave a few bytes off the binary size, especially on hwcodec targets by Linus Nielsen Feltzing · 18 years ago
  95. 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
  96. 7ba8aec * Add support for an optional y coordinate to the progressbar (from FS #4783). by Nicolas Pennequin · 18 years ago
  97. 375b7e0 Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on ColdFire). by Magnus Holmgren · 18 years ago
  98. 1f1da8e Fix 64 bit warning. by Jens Arnold · 18 years ago
  99. e393b8e Replaced some explicit options for target linking with to be consistent with the sims. by Jens Arnold · 18 years ago
  100. 9745bbc Fixed the incorrect APE header format define cause parsing to fail. by Miika Pekkarinen · 18 years ago