1. c6b1961 hopefully fix the wpseditor... I cant get it to compile on a pre r22062 tree so dunno if this is enough to get it going again by Jonathan Gordon · 16 years ago
  2. 5e5fc64 Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) by Jonathan Gordon · 16 years ago
  3. 4e16015 Reversi: Simplify screen sizing - now supports any resolution. by Karl Kurbjun · 16 years ago
  4. d884bbe Sudoku: Add support for 640xx480 screens. by Karl Kurbjun · 16 years ago
  5. ec0429a updated help for r22057 by Robert Kukla · 16 years ago
  6. 00c657f new powerup in brickmania by Robert Kukla · 16 years ago
  7. c630963 Re-work D2 power off behaviour. by Rob Purchase · 16 years ago
  8. a8d1cfd Approx 10% speedup in cook on files tested: Remove some inner loops in favour of memcpy/memset/vect_add calls; remove multiplication from index arithmetic in loops in favour of pointer arithmetic; make use of the MULT31, MULT31_SHIFT15 and CLIP_TO_15 implementations from codelib instead of having their own implementations in cook by Dave Hooper · 16 years ago
  9. cece75e Onda VX747: change PNG menu button to BUTTON_POWER by Maurus Cuelenaere · 16 years ago
  10. 275a300 initial commit of remote support for m:robe 100 courtesy of lowlight; simulator support including small fixes for the m:robe 500 by Robert Kukla · 16 years ago
  11. 682a991 Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTENDED_EXCEPTION_DESC is defined by Maurus Cuelenaere · 16 years ago
  12. 4ce26ff Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixes flashes when booting up) by Maurus Cuelenaere · 16 years ago
  13. 9e9fb92 Deactive the playlist viewer wps shortcut on the x5/m5 because of its hardware inability to do combos. Only combos with the power button work, but that one does the hardware power off and should be avoided (many thanks to Marianne Arnold for clearing this up). by Thomas Martitz · 16 years ago
  14. 81d7bf9 Fix some casts from pointer to int, now cast to intptr_t by Frank Gevaerts · 16 years ago
  15. a175e3a Add a png viewer plugin by Frank Gevaerts · 16 years ago
  16. fee24ee D2: Fix the POWER button check after an exception/panic. Make this power the player off, since we don't know how to force a reboot yet. by Rob Purchase · 16 years ago
  17. aa97ba1 Revert r22034 since the backlight handling functions are not consistently named between targets. by Rob Purchase · 16 years ago
  18. ccb52bd Make the panic and UIE handlers turn on the backlight (needed for various colour LCDs that are unreadable without it). UIE is only changed on ARM for now. by Rob Purchase · 16 years ago
  19. fe1568a Fix yellow - (Value in an enumeration not handled in a switch). by Mohamed Tarek · 16 years ago
  20. b8cccb5 Adding support for playback of aac audio in rm container, with seeking. by Mohamed Tarek · 16 years ago
  21. 8f572ca Compile librm separately in preparation for addition of more codecs. by Mohamed Tarek · 16 years ago
  22. 7c4e65b fix some bugs reported in FS#9707 (some of fix is from the patch by Yoshihisa Uchida). see the task for more details. by Teruaki Kawashima · 16 years ago
  23. 332da92 Oops, too many files were committed in r22025, revert this one. The other changes committed as r22025 were initial button and audio drivers for the Nano2G - more work is needed on both, but they work. by Dave Chapman · 16 years ago
  24. 5b3f333 Correct the memory sizes (IRAM and DRAM) for the Nano2G. by Dave Chapman · 16 years ago
  25. 6586369 Added myself to the list of committers. by Wincent Balin · 16 years ago
  26. 5c79e64 Fixed buggy array slicing. by Björn Stenberg · 16 years ago
  27. 4fc0022 Dependency generation now uses all cores on multi-core machines. by Björn Stenberg · 16 years ago
  28. eb00614 more cuesheet cleanup. pass the cuesheet into cue functions so they dont have to call audio_current_track() by Jonathan Gordon · 16 years ago
  29. bd9156a Remove a divide in the cook's init function. Harmless but might as well drop it. by Michael Giacomelli · 16 years ago
  30. f060b97 Remove USB storage defines from USB core by Maurus Cuelenaere · 16 years ago
  31. 840cd10 Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as memory allocator. Probably the last patch I commit for him, next changes are for him :) by Peter D'Hoye · 16 years ago
  32. 0d9b7ec Fix wrong text colour in help, adapt pegbox manual to r21867 by Johannes Schwarz · 16 years ago
  33. 06d5163 Fix possible null pointer dereference in cuesheet handling. Causes problems in the simulator. by Magnus Holmgren · 16 years ago
  34. c77eae9 Commit FS#10458 by Christopher Williams - Fix incorrect AIFF and WAV encoding while recording in mono. by Michael Sevakis · 16 years ago
  35. ecd4d88 this file also... by Jonathan Gordon · 16 years ago
  36. e96da7e Get cuesheets working again (hopefully fixes FS#10460), on swcodec only read the cuesheet from the buffer once by Jonathan Gordon · 16 years ago
  37. e6d37f7 Fix Onda by Karl Kurbjun · 16 years ago
  38. a883edf Forgot to update sources for last revision (r22009) by Karl Kurbjun · 16 years ago
  39. 8902404 Superdom: Add support for 640x480 and 480x640 screens, simplify screen defines. by Karl Kurbjun · 16 years ago
  40. 1fde0dd Lua: return nil when kbd_input() gets aborted and make it possible to preset the input string (based on FS#10455 by Christophe Gragnic) by Maurus Cuelenaere · 16 years ago
  41. 07a6aac D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451. by Rob Purchase · 16 years ago
  42. 9f828fd Fix red caused by failure to close comments properly. by Thomas Martitz · 16 years ago
  43. 2d26397 Fix reds (disable for m200, take one of the two pitchscreen combos for mrobe100) by Thomas Martitz · 16 years ago
  44. 47cff8d Fix manual button tables for disktidy, mpegplayer, text editor and by Alex Parker · 16 years ago
  45. 5c9fe52 Commit part of FS#9873 - Utilise buttons for playlisting by Thomas Martitz · 16 years ago
  46. 962faf1 Oops no. 2 - It is \ButtonRCOn not \ButtonRCPlay. by Alex Parker · 16 years ago
  47. e42927f Ooops, correct H100 remote button to exit bubbles (manual). by Alex Parker · 16 years ago
  48. 300b12e Add H100 remote keys for plugins to the manual. For the vast majority by Alex Parker · 16 years ago
  49. 457eb6b Disable the D2 SD driver for the time being since there are reports of damaged SD cards. by Rob Purchase · 16 years ago
  50. 23e46b3 touchscreen regions: by Thomas Martitz · 16 years ago
  51. 8d194f0 Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all by Alex Parker · 16 years ago
  52. 308522b Decrease the text buffer a tiny bit to make it fit again on archos. This really should use plugin_get_buffer() (and possibly plugin_get_audio_buffer() for big files) though. by Frank Gevaerts · 16 years ago
  53. 49866a7 Add a standard menu, add highscore table and clean up the code in spacerocks (part of FS#10193) by Johannes Schwarz · 16 years ago
  54. 3f7dfee text_editor: don't set filename "/" before input new filename so that user can easily create copy in same directory. by Teruaki Kawashima · 16 years ago
  55. 1a4b0ca By Wincent Balin: add a new (better) memory allocation library for pdbox. Next commit will remove dbestfit and make pdbox use this one. by Peter D'Hoye · 16 years ago
  56. c8195d8 By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10416) by Peter D'Hoye · 16 years ago
  57. 83cf0df Snake2: Add support for 640x480 screens by Karl Kurbjun · 16 years ago
  58. 70deae0 Star, Flipit, Rockblox, Sokoban, Wormlet: Add support for 640x480 screens by Karl Kurbjun · 16 years ago
  59. debfd39 Commited the wrong thing, fix zeroing in cook. by Michael Giacomelli · 16 years ago
  60. c062259 Rearrange loop to avoid one branch per iteration. by Michael Giacomelli · 16 years ago
  61. bebd3f7 Pegbox: Add support for 640x480 screens by Karl Kurbjun · 16 years ago
  62. 8089382 Nano2G Backlight driver improvements - the previous version didn't work reliably. by Dave Chapman · 16 years ago
  63. 534cd21 sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate #ifdefs by Frank Gevaerts · 16 years ago
  64. b6d92e8 Oops: revert r21983 for checkwps.h - it was an unrelated change committed in error by Dave Chapman · 16 years ago
  65. 4c41a2d Add quotes around the name of any missing tools (patch, make etc) to help clarify the error message by Dave Chapman · 16 years ago
  66. c46669a fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so it uses the audio buffer instead of a temp buffer from the start (which also removes one pretty big memcpy) by Jonathan Gordon · 16 years ago
  67. a7548d3 Make sd_present() and mmc_present() look only at the actual presence of a card, not at initialisation state by Frank Gevaerts · 16 years ago
  68. 3e1b9d5 take first_drive into account when handling hotswap. This is not important as long as this is the only driver in use, but it avoids bugs as soon as things like ramdisks are used by Frank Gevaerts · 16 years ago
  69. 8e7f9fe woops, remove that sim code which I forgot to remove from the older versions of the patch... ordinarily I would have just said fix red, but that would have been boring, and because rasher asked so nicley that we stop it, I thought I'd do him the curtosy... this is also part of my on going goal to increase global warming using the Rockbox botnet^H^H^H^H^H^Hbuild system... also, maybe its bed time? by Jonathan Gordon · 16 years ago
  70. 24b136f rework cuesheet support: by Jonathan Gordon · 16 years ago
  71. 4c4fb82 Fix Onda by Karl Kurbjun · 16 years ago
  72. 24a7e38 M:Robe 500: Add Rockbox logo for 640x480 and 480x640. by Karl Kurbjun · 16 years ago
  73. 0d2005c Update the uda1380 codec driver to allow it to be used without the WSPLL for playback and allow the use of a 256Fs clock signal directly at the SYSCLK input instead. This is required for the Meizus. by Bertrik Sikken · 16 years ago
  74. 4755798 cast explicitly to unsigned int (fix yellow on cygwin) by Robert Kukla · 16 years ago
  75. 3bc86fd Tidy up error handling in mktccboot by Rob Purchase · 16 years ago
  76. 9153e8d M666591 (MRobe:500) USB: Driver works without restarting rockbox between connects. by Karl Kurbjun · 16 years ago
  77. ef3064e D2: Enable tagcache database by Rob Purchase · 16 years ago
  78. 43d6c6c fix ifdef (HAVE_HOTSWAP, not HOTSWAP) by Frank Gevaerts · 16 years ago
  79. 3a88746 D2: A working read/write SD(HC) driver, based on the PP equivalent. See CowonD2Info wiki for usage notes/restrictions. by Rob Purchase · 16 years ago
  80. 8f5264e Jewels: Add graphics for 640x480 screens. by Karl Kurbjun · 16 years ago
  81. 88ebd05 Onda VX747 WPS: add touchscreen areas for shuffle & repeat mode by Maurus Cuelenaere · 16 years ago
  82. 5efd23f Replace bitmap menu with a standard menu, add highscore table, save last achieved level and add difficulty (part of FS#10193) by Johannes Schwarz · 16 years ago
  83. 7a3845b Simplify my previous change, don't need separate defines for ipod by Dave Hooper · 16 years ago
  84. 974a480 correct bottom viewport height calculation in the recording screen by Antonius Hellmann · 16 years ago
  85. 99f5299 Commit FS#10350, prevents to save an unchanged highscore and move the function show_highscore to the lib by Johannes Schwarz · 16 years ago
  86. 03cb2b8 set YOFS to 0 for portrait LCDs. set NUM_SCORES to 5 for all targets. by Teruaki Kawashima · 16 years ago
  87. 36c32ad Make the CPU boost log scroll if lines are too big. by Maurus Cuelenaere · 16 years ago
  88. 49bca7f re-add the usb_core.h include. r21953 was a bit too aggressive by Frank Gevaerts · 16 years ago
  89. fbc8cde Fix warning when compiling with logf() enabled by Maurus Cuelenaere · 16 years ago
  90. 11a14dd adapt c200v2 and view defines to the new drive/volume handling scheme by Frank Gevaerts · 16 years ago
  91. 631b966 Fix Onda VX747(+)/VX777 simulator build by Maurus Cuelenaere · 16 years ago
  92. e409fba Flyspray: FS#10326 Author: Tomer Shalev by Frank Gevaerts · 16 years ago
  93. 06bb5ea Fix PDbox compilation by Maurus Cuelenaere · 16 years ago
  94. e5472c9 Make clix playable on ipod by fixing keymap (so up doesn't quit), button repeat logic (so holding down select doesn't repeatedly fire select events), and not clearing button queue so repeat/release events get detected by Dave Hooper · 16 years ago
  95. 17b8805 S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mask in pcm driver. by Bertrik Sikken · 16 years ago
  96. 9be2817 Nano2g button driver - currently only implementing the hold switch. Should have been part of previous commit. by Dave Chapman · 16 years ago
  97. 3865035 Various Nano2g changes - enable the rest of crt0.S (including clock setup) and make the nano2g bootloader do something useful (displaying gpio ports). Also add checks for the fifo-full condition in the LCD driver - required after enabling all the crt0.S inits by Dave Chapman · 16 years ago
  98. d58e358 Clix: Add support for screen widths larger than 480 by Karl Kurbjun · 16 years ago
  99. 86b1f4e Brickmania, Chessbox, Blackjack, and Solitaire: Add support for 640x480 and 480x640 screens by Karl Kurbjun · 16 years ago
  100. f2c45dc Bubbles: Make new screen support a bit more generic and add support for 640x480 and 480x640 screen sizes by Karl Kurbjun · 16 years ago