1. 6643b0d Use cvs uclpack for bootbox. by Jens Arnold · 19 years ago
  2. dd939aa Patch #2839 by Christian Marg - Always show the buttonbar in the keyboard screen by Linus Nielsen Feltzing · 19 years ago
  3. 1a66809 Patch #4739 by Matthias Mohr - Clear WPS backdrop when loading new WPS by Linus Nielsen Feltzing · 19 years ago
  4. 21229b2 The image size calculation was wrong on monochrome targets by Linus Nielsen Feltzing · 19 years ago
  5. 07476d5 Stop audio playback before using IRAM by Dave Chapman · 19 years ago
  6. aa71514 Patch #4816 by Nils Wallménius. Adds BrickMania to the manual. by Martin Arver · 19 years ago
  7. 5f40aac Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem loading a plugin or codec. by Dan Everton · 19 years ago
  8. a1635c2 Add pacbox by Dave Chapman · 19 years ago
  9. a814584 pacbox - a Pacman arcade machine emulator. Currently working for all colour targets and the iriver H1x0. Requires the Pacman arcade machine ROMs in /.rockbox/pacman/ by Dave Chapman · 19 years ago
  10. 1246668 Fix silly 64 bit problem in uclpack. by Jens Arnold · 19 years ago
  11. 56087e0 Added the small pictures of the archoses from the 2.4 manual. Added screenshots of the filebrowser and menu for the player. by Martin Arver · 19 years ago
  12. 4bd8715 Don't crash the simulator when the pcm callback runs out of data. by Jens Arnold · 19 years ago
  13. dae698c Ooops. by Jens Arnold · 19 years ago
  14. c848043 Do not build grayscale.rock by default. This is mainly a developer example plugin for the grayscale library. by Jens Arnold · 19 years ago
  15. 06bc627 Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. by Jens Arnold · 19 years ago
  16. 37f529c Only save settings if they changed (saves a disk spinup otherwise). by Jens Arnold · 19 years ago
  17. cc4dc39 Patch #4813 by Nils Wallménius. Fixes to the Chip-8 section of the manual by Martin Arver · 19 years ago
  18. f9765d3 Oscilloscope: * Added moving cursor bar. * Fixed several off-by-one errors which lead to glitches when wrapping around. * Settings are saved to disk. * Code cleanup. by Jens Arnold · 19 years ago
  19. a738c3b Iriver firmware compatibility kludge: RTC year offset. The offset is chosen in a way to make leap years work correctly in rockbox; the original firmware will still be one year off but doesn't reset the date anymore. [We don't want to wait until 2016 ;-) ] by Jens Arnold · 19 years ago
  20. 63ba93c Revert non-functional peakmeter fix, fix it for real? this time by Brandon Low · 19 years ago
  21. 4431ab2 Code policing by Brandon Low · 19 years ago
  22. ea4dea6 some unicode fixes by Frank Dischner by Marcoen Hirschberg · 19 years ago
  23. 16a292d update japanese language by Naoaki Okazaki by Marcoen Hirschberg · 19 years ago
  24. 78e4f4d Oscilloscope: Added vertical orientation option. Flipped horizontal mode to show left channel on top. Vertical mode prints speed messages. Set default speed to 50 instead of 100. by Jens Arnold · 19 years ago
  25. ff862e1 Yet another recording peakmeter sensitivity fix: only reset peak values after they've been read by Peter D'Hoye · 19 years ago
  26. 5b854a9 Fix player target and sim. by Dan Everton · 19 years ago
  27. ca2dc0d Commit changed scale factor to match battery reading changes on ipod 5g by Brandon Low · 19 years ago
  28. 4a9ac14 Reset font before calculating number of lines to display in the list. Fixes returning to a list display from a plugin that changes the display font. by Dan Everton · 19 years ago
  29. 7bc5bc4 Fix peakmeter reading off the end of the buffer, thanks to petur by Brandon Low · 19 years ago
  30. 19f4c2a Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting by Brandon Low · 19 years ago
  31. 5ecac90 Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated with pre-recording bytes, causing an issue when file-splitting because of maximum filesize limit. by Peter D'Hoye · 19 years ago
  32. 40c9171 oops. Mysterious Makefile commit reverted. by Martin Arver · 19 years ago
  33. 4a67c87 Added section about real names by Björn Stenberg · 19 years ago
  34. 4e96f7d make the enter key work again in the windows SDL sim by Marcoen Hirschberg · 19 years ago
  35. e695595 add gigabeat keys by Marcoen Hirschberg · 19 years ago
  36. 8fd0187 Added screenshots of the file-browser and the file-menu by Martin Arver · 19 years ago
  37. 6244170 C implementation of eq filter. Allows equalizer to be used in the simulator. Code from preglow. by Dan Everton · 19 years ago
  38. aa83011 Changes to the tables for some of the plugins. Some are adapted to the \opt environment by Martin Arver · 19 years ago
  39. 48e8e1d iPod 3G: Enable I2S interrupts for the main processor, not the COP by Dave Chapman · 19 years ago
  40. fcde4fc FS#4807 by Nils Wallménius (nls). Adds pictures of the players to the manual. Still missing is: ipodcolor, ipodnano, h300 and the newer targets that are not yet added to the docs. by Martin Arver · 19 years ago
  41. b318b3e Rewrite of oscilloscope plugin: * Doesn't use a timer isr anymore, ported to swcodec targets. * Added speed adjustment. by Jens Arnold · 19 years ago
  42. c11a68a iAudio X5: Remote control buttons by Linus Nielsen Feltzing · 19 years ago
  43. 9c2b203 Fix profiling compilation for non-m68k targets by Brandon Low · 19 years ago
  44. ca9e8b6 Use an 8 bit ADC read for battery reading on ipod, that provides better than centivolt precision any way, also enable charging, it seems to detect fine when charging by USB by Brandon Low · 19 years ago
  45. c24569f Improve clarity, no functional change by Brandon Low · 19 years ago
  46. e8196b3 Minor correction to irq masking by Brandon Low · 19 years ago
  47. b43b191 Slightly cleaner frontpage. by Thom Johansen · 19 years ago
  48. 311f732 Make clipping detection more sensitive for swcodec platforms by triggering on the first peak value by Peter D'Hoye · 19 years ago
  49. 35dcf90 Change the tables in the manual (except the plugins) to use booktabs instead of the default table commands. Change standard font to Times. by Martin Arver · 19 years ago
  50. abe4e7e Config file section now reflects the wiki. by Martin Arver · 19 years ago
  51. a245e88 The WPS section of the manual now reflects the wiki. Added booktabs.sty for prettier tables. Changed the way we get sans serif fonts as well. by Martin Arver · 19 years ago
  52. 740b704 Adapted ipodVOL wps to use nimbus-12 instead of chicago12. by Martin Arver · 19 years ago
  53. 939efcb Fix the iPodVOL wps to have the statusbar visible in the filebrowser by Martin Arver · 19 years ago
  54. f556c95 That function prototype should never have been in CVS - it was just part of my testing by Dave Chapman · 19 years ago
  55. 4d9992d Fix lcd_roll() on H1x0. by Jens Arnold · 19 years ago
  56. 93113f5 The LCD extension lib was split into 3 parts: Removed old file. by Jens Arnold · 19 years ago
  57. 9d75acb ~2% performance improvement and some code cleanups for ipod video lcd update by Brandon Low · 19 years ago
  58. 10e7e22 Minor optimisation. by Jens Arnold · 19 years ago
  59. 19b45a4 LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations. by Jens Arnold · 19 years ago
  60. 761652a Fixed dependency problem in compressed firmware build. (archos recorder v1) by Jens Arnold · 19 years ago
  61. 06d085a _Slight_ optimization of peak calculation by Brandon Low · 19 years ago
  62. 838a702 ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5 by Linus Nielsen Feltzing · 19 years ago
  63. c5c8883 iAudio X5 target-specific ATA driver code by Linus Nielsen Feltzing · 19 years ago
  64. 322cb14 Adapted to compile with lostlogics recent ADC driver changes by Linus Nielsen Feltzing · 19 years ago
  65. eed02be Add the target directory tree to the include path, and set the TARGET_TREE macro for the targets that use it by Linus Nielsen Feltzing · 19 years ago
  66. 3de0db0 Patch FS#4745 by Manuel Dejonghe 1) Get CPU out of idle mode on key press (on targets, supporting changing of the CPU freq), thus making the radio screen more responsive; 2) Mute the radio on startup or after pause, until the chip is tuned or a timeout expires (1, resp 2 sec) by Hristo Kovachev · 19 years ago
  67. f52dfb9 Patch #4790 by Nils Wallménius. Added Bejeweled to the manual. Some minor changes to the text as well. by Martin Arver · 19 years ago
  68. 5159fbb Added screenshots to some plugins for the 176x132x16 screens. Include the same plugins in the manual builds for the h300,ipodcolor and ipodnano players by Martin Arver · 19 years ago
  69. 8348ceb Fix red builds (with frustration) by Brandon Low · 19 years ago
  70. a4b45ee Additional minor button interrupt tweaks, in a completely unscientific way, this seems to make the 5g more responsive at 30mhz by Brandon Low · 19 years ago
  71. b564800 Slight simplification of scroll button driver by Brandon Low · 19 years ago
  72. 40d0d75 Make seconds flow evenly and further throttle RTC reads solution partially thanks to amiconn by Brandon Low · 19 years ago
  73. 48a3368 Added screenshots for some of the plugins for the 112x64x1 and 220x176x16 players by Martin Arver · 19 years ago
  74. 37d26de Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution by Martin Arver · 19 years ago
  75. 329a4fa Wrong ifdefing of the loader plugin caused an empty chessbox.rock to be included in the CVS builds (iPod, possibly iriver too). MEM is called MEMORYSIZE in SOURCES. D'oh by Jens Arnold · 19 years ago
  76. a915771 Make the ipod ADC driver more generic, preparing to share code between it and the iRiver by Brandon Low · 19 years ago
  77. b831e3c update by Jeong Taek In by Marcoen Hirschberg · 19 years ago
  78. 23d7005 Added a new \genericimg macro to the platform-files. Added screenshots to the cube-plugin as a demonstration of the generic-screenshot concept. by Martin Arver · 19 years ago
  79. 154d959 Enable ARM optimisation. by Thom Johansen · 19 years ago
  80. e4bb786 Actually. Let's build for the 3G. by Zakk Roberts · 19 years ago
  81. b1b1026 Fix H300 builds. Don't compile for iPod 3G yet. by Zakk Roberts · 19 years ago
  82. bc4e2db Enormous clock update. Most major functions rewritten & hugely optimized; a new Main Menu eliminates need for many different keys and thus brings the clock to iRiver H300 and iPod targets (working but not scaled up - yet). New mode: plain. New logo. Other miscellaneous fixes/improvements. by Zakk Roberts · 19 years ago
  83. 10decf8 ARM assembler optimised LPC decode routine for FLAC (not yet enabled). by Thom Johansen · 19 years ago
  84. 4a301c3 Make the RTC read throttling work, thanks to herz42 on irc by Brandon Low · 19 years ago
  85. deac30a Don't leave the menu after clearing the backdrop image. by Jens Arnold · 19 years ago
  86. b626f49 Dice rolling plugin by me with help from Paul_the_Nerd on some keypads by Brandon Low · 19 years ago
  87. 0c886b7 Fix warnings by Brandon Low · 19 years ago
  88. bb2f15c Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflicting read/writes by Brandon Low · 19 years ago
  89. 03b8708 Correct plugin min API version. by Dan Everton · 19 years ago
  90. 149df97 Make better use of banked registers in FIQ mode to shrink the iPod FIQ by Thom Johansen · 19 years ago
  91. d11f15f Fix red sim builds. by Dan Everton · 19 years ago
  92. 3caf7a6 Get oscillograph plugin working in the sim. Skips the lcd_roll using parts. by Dan Everton · 19 years ago
  93. 31e92f8 Get oscillograph plugin working on SWCODEC targets. by Dan Everton · 19 years ago
  94. 7699255 sound_set_pitch is not available on Player by Dan Everton · 19 years ago
  95. d108849 Get VU Meter plugin working on SWCODEC targets. Still needs to be scaled to fit better on larger displays. Also requires bumping the plugin API versions. by Dan Everton · 19 years ago
  96. 780e8dd Fix other yellow builds by Brandon Low · 19 years ago
  97. aab0080 Fix some yellow builds by Brandon Low · 19 years ago
  98. 6668b65 Move the RTC read throttling to a smarter place by Brandon Low · 19 years ago
  99. 63c0d1d Basic battery monitoring for ipod 5g, should work on other ipods as well, but needs testing and stuff. Also improved the RTC driver and moved it to where it belongs, and interrupt protected a bunch of possibly broken i2c. Also start preparing code for ipod charge monitoring. Note: on the 5g, this takes up enough processor time to increase skippiness noticeably in WPS. by Brandon Low · 19 years ago
  100. 4594ad4 Musepack files are always VBR. by Thom Johansen · 19 years ago