1. 5833cc1 pcmbuf minor cleaning by Michael Sevakis · 13 years ago
  2. 9c3ce33 Fix another skinned list buflib issue by Frank Gevaerts · 13 years ago
  3. 46285e7 Fix a nullpointer dereference in skinned lists. by Frank Gevaerts · 13 years ago
  4. 3aec87c Move Info tab content to a separate widget. by Dominik Riebeling · 13 years ago
  5. 93ed5ba Correct filename in manifest. by Dominik Riebeling · 13 years ago
  6. c483905 imxtools: remove most calls to bug/bugp from core library. by Amaury Pouly · 13 years ago
  7. 2d7a4e9 Fix RockboxInfo() not handling git hashes correctly. by Dominik Riebeling · 13 years ago
  8. 37dff88 Fix warn_unused_result warning. by Dominik Riebeling · 13 years ago
  9. 2dbb17d Initial unit test of RockboxInfo class. by Dominik Riebeling · 13 years ago
  10. 557451a Put test objects into test specific subfolder. by Dominik Riebeling · 13 years ago
  11. a56f442 Allow overriding filename for rockbox-info.txt. by Dominik Riebeling · 13 years ago
  12. f81100e make local variable current_list static by Bertrik Sikken · 13 years ago
  13. 8498e10 Remove "r" prefix for version information. by Dominik Riebeling · 13 years ago
  14. 9a25a6f beep/mixer code: Code police a bit. by Michael Sevakis · 13 years ago
  15. e5b1b0f rockblox1d's plugin PLA integration (main code + manual) by Jean-Louis Biasini · 13 years ago
  16. 488f622 libarm_support references code in libplugin, so put libarm_support first of the two when linking. There may be better solutions, but this fixes linking problems for me (on Cygwin). by Magnus Holmgren · 13 years ago
  17. ff36a54 Sansa clip zip: fix pinkish outline around usb logo by Bertrik Sikken · 13 years ago
  18. 8a87b66 midi plugin: make local functions static where possible by Bertrik Sikken · 13 years ago
  19. 43a940c rds: add basic RDS clock-time support by Bertrik Sikken · 13 years ago
  20. 9a32a7b Split CPU-optimized beep code into the firmware/asm tree. by Michael Sevakis · 13 years ago
  21. a794aaa Update rbutil russian translation by Семён Жуковский · 13 years ago
  22. af4f215 Fix lua unused-variable warning by introducing UNUSED_ATTR. by Thomas Martitz · 13 years ago
  23. 885ecf8 Add playlist wrappers for lua by Albert Bloomfield · 13 years ago
  24. 39eec73 PCM mixer: Simplify mixer_channel_play_data. by Michael Sevakis · 13 years ago
  25. 565a4b5 rds: make programme identification (pi) decoding safer, show pi in the debug screen by Bertrik Sikken · 13 years ago
  26. d2f97da Make logf() output to serial optional by Ralf Ertzinger · 13 years ago
  27. b193b75 zxbox: make source files include their header file and make function static where possible by Bertrik Sikken · 13 years ago
  28. f7fdf13 Move manual tab contents to separate widget. by Dominik Riebeling · 13 years ago
  29. 3933afc Make configuration check reusable. by Dominik Riebeling · 13 years ago
  30. 9acd702 Fix FS#12585 - bar tags stopped working by Jonathan Gordon · 13 years ago
  31. 2dc891b Add Cástor Muñoz and Albert Barca to CREDITS. by Nils Wallménius · 13 years ago
  32. 580303b FS#12569 - iPod Classic - battery capacity update by Albert Barca · 13 years ago
  33. e61f42a Add description of the speaker keyckick setting by Nils Wallménius · 13 years ago
  34. e29619b FS#12524 - iPod Classic/6G: hardware click support by Cástor Muñoz · 13 years ago
  35. 6162d81 Sansa AMS: don't duplicate incorrectly install steps. by Rafaël Carré · 13 years ago
  36. 30a7e59 checkwps/ypr0: Forgot new file. by Thomas Martitz · 13 years ago
  37. 54211a6 FS#12582 - update for ukrainian language by Igor Petelin · 13 years ago
  38. 295c1c1 checkwps: Fix buildall.sh and some RaaA/ypr0 versions. by Thomas Martitz · 13 years ago
  39. c978665 Fuze+ PLA_EXIT slight mapping cleanup by Jean-Louis Biasini · 13 years ago
  40. 4d72c1b Fix sim battery emulation: Set such a low sample value for battery smoothing as to effectively disable it. by Nick Peskett · 13 years ago
  41. ae7b596 brickmania: Use short Lvl %d level indicator if needed by Wieland Hoffmann · 13 years ago
  42. d23d164 imxtools: use rand() instead of /dev/random. by Dominik Riebeling · 13 years ago
  43. 1ab9d14 Move to compressor out of dsp.c and into its own source to reduce DSP clutter. by Michael Sevakis · 13 years ago
  44. b047872 Fix reds. No need for #ifdef to save buttons anymore. by Thomas Martitz · 13 years ago
  45. a869d4a LAMP plugin PLA integration (main code + manual) by Jean-Louis Biasini · 13 years ago
  46. 51912c8 brickmania: Use short L: %d life indicator if needed by Wieland Hoffmann · 13 years ago
  47. 513c5ad SVG Image for Philips GoGear SA9200 (FS#12407) by Frank Gevaerts · 13 years ago
  48. 71e35ed Fix FS#12580 - Elapsed time nit reset after track change when playing AC3 files. by Michael Sevakis · 13 years ago
  49. a2f2845 Fix FS#9391 - playback engine gets confused by multiple simultaneous button presses by Jonathan Gordon · 13 years ago
  50. 40ecdf6 skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a single conditional. by Jonathan Gordon · 13 years ago
  51. f1eedb8 Don't try to save settings if none available. by Dominik Riebeling · 13 years ago
  52. 779c2f3 chinachippatcher: allow additional CFLAGS from the command line. by Dominik Riebeling · 13 years ago rbutil_1.2.12
  53. 32326e3 SVG Image for Samsung YP-R0 (FS#12577) by Marko Pahlke · 13 years ago
  54. a969c4d rocklife is much more a demo than a game. by Frank Gevaerts · 13 years ago
  55. 43e6d7a Urgh...actually change all the stuff I'm supposed to. by Michael Sevakis · 13 years ago
  56. 691c7a7 Make generic pcm-mixer.c more generic in the way it writes output. by Michael Sevakis · 13 years ago
  57. 64f71e6 When writing data from repository open file as binary. by Dominik Riebeling · 13 years ago
  58. 13e640c Update version to 1.2.12, OS X specific file. by Dominik Riebeling · 13 years ago
  59. 3131dd5 Bump version to 1.2.12. by Dominik Riebeling · 13 years ago
  60. 001eb3b Update deployment script for git. by Dominik Riebeling · 13 years ago
  61. 909b96f Python module to get (some) files from the repository. by Dominik Riebeling · 13 years ago
  62. db3afb0 Make sure we use POSIX/C99 printf() when building for windows by Rafaël Carré · 13 years ago
  63. e67a1af fuze+: the radio chip needs a few milliseconds to power up by Amaury Pouly · 13 years ago
  64. 4b85c93 Improve rockbox_flash messages by Boris Gjenero · 13 years ago
  65. 0aca81d imx233: add audioin init code, add adc dma interrupts, fix register defines by Amaury Pouly · 13 years ago
  66. cd89b31 Fix Fuze+ bootloader red by Boris Gjenero · 13 years ago
  67. 0a8235d Use commit_dcache() instead of commit_discard_idcache() where possible by Boris Gjenero · 13 years ago
  68. 67dd4d6 Generic find_first_set_bit can use __builtin_ctz instead of __builtin_ffs by Michael Sevakis · 13 years ago bootloader_clipv2_v5
  69. 1a083cd imx233/fuze+: fix a typo, handle volume differently because of the line1/dac mode difference. by Amaury Pouly · 13 years ago
  70. 7d54ff0 Add graphics for solitaire/blackjack plugins for the sansa clip zip by Nathan Korth by Bertrik Sikken · 13 years ago
  71. e362e34 HD200: fix typo in goban keymap by Marcin Bukat · 13 years ago
  72. 230caaa HD300: fix messages in blackjack by Marcin Bukat · 13 years ago
  73. ae7d40f HD300: manual graphics by Marcin Bukat · 13 years ago
  74. 4bbc9f6 MPIOs: manual work by Marcin Bukat · 13 years ago
  75. 5863361 MPIOs: keymap tweaks by Marcin Bukat · 13 years ago
  76. 3511435 fuze+: don't use the DCP to copy the framebuffer since it can yield and then several lcd udpates could run concurrently with undefined behaviour by Amaury Pouly · 13 years ago
  77. ac4d648 fuze+: use the si4700 internal oscillator and set a pin on power down (seems important) by Amaury Pouly · 13 years ago
  78. 0f02da2 fuze+: check rectangle coordinates in lcd_update_rect by Amaury Pouly · 13 years ago
  79. ca10475 fuze+: add basi pinctrl debug screen by Amaury Pouly · 13 years ago
  80. b1702a5 fuze+: pin B1P30 is volume down key and has no relation with SD by Amaury Pouly · 13 years ago
  81. 2894406 imx233/fuze+: set a few recommended power bits by Freescale, remove some uneeded headers, implement audio path selection for playback and radio by Amaury Pouly · 13 years ago
  82. c18a4e6 fuze+: update builds.pm to reflect the fact that we have icons by Amaury Pouly · 13 years ago
  83. f417312 skin parser: Allow the first character after conditional seperators to be \n by Jonathan Gordon · 13 years ago
  84. 5f387c2 skin parser: skip \t characters at the begining of lines to allow for more readable skins by Jonathan Gordon · 13 years ago
  85. 88cda7e mkamsboot: fix some Clipv2 that we used to brick by Rafaël Carré · 13 years ago
  86. 54044fd Apply "Skip to outro" and specific skip lengths to individual tracks in a cuesheet. by Thomas Martitz · 13 years ago
  87. d1b47c2 Clipv2: fix button reading on some models by Rafaël Carré · 13 years ago
  88. e7892c9 clix: Remove redundant touchscreen mode setting. Remove blocks on touch release (to avoid accidental moves). by Thomas Martitz · 13 years ago
  89. 3e13fcd clix: Add cells for 320x480. Enable for touchscreen RaaA. by Thomas Martitz · 13 years ago
  90. 8222388 reversi: Fix viewport initialization. Improve button layout for portrait. Enable for toucschreen RaaA. by Thomas Martitz · 13 years ago
  91. d216cc7 Remove touchscreen mode setting from reversi. It's now done in do_menu(). by Thomas Martitz · 13 years ago
  92. 3e0f2b3 Use relative paths to quazip includes. by Dominik Riebeling · 13 years ago
  93. 7d8db0a findExecutable(): cleanup log output a bit. by Dominik Riebeling · 13 years ago
  94. 4105c82 Centralize settings for executable based TTS systems. by Dominik Riebeling · 13 years ago
  95. 0ae49c2 Separate default quality setting for encoders. by Dominik Riebeling · 13 years ago
  96. 933a674 libmp3lame: add quality and volume settings. by Dominik Riebeling · 13 years ago
  97. a489a6b stopwatch.lua: Improve button layout. Enable on touchscreen RaaA. by Thomas Martitz · 13 years ago
  98. 7728ff5 Export runtime detected paths to lua scripts. Adapt stopwatch to not use by Thomas Martitz · 13 years ago
  99. 112bc71 Fix building test plugins on non-touch targets, for real. by Thomas Martitz · 13 years ago
  100. 476fcfa Revert "Fix building test plugins on non-touch targets." by Thomas Martitz · 13 years ago