1. 7785d55 Oh, wrong API by Björn Stenberg · 22 years ago
  2. a178e82 Only the simulator may exit by Björn Stenberg · 22 years ago
  3. 5a554fc im an idiot by Robert Hak · 22 years ago
  4. eb729c2 We can now turn the sim off... couldn't before. by Robert Hak · 22 years ago
  5. 63882ea Added 1s timeout to splash by Björn Stenberg · 22 years ago
  6. 6050e86 Removed indexing bug by Björn Stenberg · 22 years ago
  7. c42644d Removed cursor flicker by Björn Stenberg · 22 years ago
  8. d1d5f95 Now supports charcell display by Björn Stenberg · 22 years ago
  9. 8cbedc3 Added player MENU and ON keys by Björn Stenberg · 22 years ago
  10. ab2649f app.c removed, main_menu.c introduced by Björn Stenberg · 22 years ago
  11. 6466b62 Added extra source files if compiling recorder by Björn Stenberg · 22 years ago
  12. e493efd Added main_menu access by Björn Stenberg · 22 years ago
  13. 55c7da2 Added return code handling and integrated app_main() by Björn Stenberg · 22 years ago
  14. b21a3bd Abstracted the menu interface by Björn Stenberg · 22 years ago
  15. 5d8e4c2 trying to clean up Recorder vs Player issues by Robert Hak · 22 years ago
  16. b97a2f5 minor changes by Robert Hak · 22 years ago
  17. dfba210 minor changes by Robert Hak · 22 years ago
  18. c794a1a Added the apps module in the list by Linus Nielsen Feltzing · 22 years ago
  19. 95cdff1 fixed international chars by Robert Hak · 22 years ago
  20. aa11e3e free memory by Daniel Stenberg · 22 years ago
  21. 2571912 Added dummy lcd_update() to player code, to avoid #ifdef everywhere by Björn Stenberg · 22 years ago
  22. d929971 Added INPUT directive by Björn Stenberg · 22 years ago
  23. 88a1c6a added credits.c by Robert Hak · 22 years ago
  24. 7ec9aa3 made the logo display a true splash screen by Robert Hak · 22 years ago
  25. f43f7e7 list the credits from the menu on rockbox by Robert Hak · 22 years ago
  26. cace8a0 I got tired of shifting this file around, and it belongs with the archos by Robert Hak · 22 years ago
  27. 779e0ec Updates by Björn Stenberg · 22 years ago
  28. 7f64303 Added DEBUG option, enabling support for gdb stub by Björn Stenberg · 22 years ago
  29. e324db6 Added init() by Björn Stenberg · 22 years ago
  30. f1afb84 Added gdb stub serial port setup by Björn Stenberg · 22 years ago
  31. 833556c Doh! Button signals are active low by Björn Stenberg · 22 years ago
  32. af1e5e6 Linker description file for use with gdb stub by Björn Stenberg · 22 years ago
  33. 2913c4a removed -DLITTLE_ENDIAN for Linux - it is defined by stdlib.h by Dave Chapman · 22 years ago
  34. 473fe88 Removed -save-temps by Björn Stenberg · 22 years ago
  35. dc2e784 Some files moved by Björn Stenberg · 22 years ago
  36. 256d24a Added lcd_update() to player lcd_puts() by Björn Stenberg · 22 years ago
  37. 37a7c25 Moving recorder code to recorder/ by Björn Stenberg · 22 years ago
  38. e146da9 moved stuff around in the tree by Daniel Stenberg · 22 years ago
  39. ed1726e made both recorder and player builds work again by Daniel Stenberg · 22 years ago
  40. 1f81380 code meant to be used in target builds are now in ../apps by Daniel Stenberg · 22 years ago
  41. 1c0c861 moved from the simulator dir by Daniel Stenberg · 22 years ago
  42. 470478f Always optimize. No EXCLUDED_SRC anymore by Linus Nielsen Feltzing · 22 years ago
  43. 72c8e71 Removed floating point code by Björn Stenberg · 22 years ago
  44. 2611efd Now uses librockbox.a by Linus Nielsen Feltzing · 22 years ago
  45. 82b08d0 Added DEBUG option and made thread.o special by Linus Nielsen Feltzing · 22 years ago
  46. afd30bb More readable comment by Linus Nielsen Feltzing · 22 years ago
  47. 3922466 Added mutex protection by Linus Nielsen Feltzing · 22 years ago
  48. 250c3b6 Now yields when waiting for flow control by Linus Nielsen Feltzing · 22 years ago
  49. 0e08599 Changed default_read prototype by Linus Nielsen Feltzing · 22 years ago
  50. 2f54401 Added tone and volume control by Linus Nielsen Feltzing · 22 years ago
  51. a2b0490 First version by Linus Nielsen Feltzing · 22 years ago
  52. 97531e8 Added dac.o by Linus Nielsen Feltzing · 22 years ago
  53. 29b6b51 Removed debug output by Linus Nielsen Feltzing · 22 years ago
  54. 7361340 Changed queue API. Added mutex functions by Linus Nielsen Feltzing · 22 years ago
  55. a39f566 Moved play.* to apps/ by Björn Stenberg · 22 years ago
  56. 244688e Added player keypad support by Björn Stenberg · 22 years ago
  57. 6cb1f7b Now uses librockbox.a by Björn Stenberg · 22 years ago
  58. 28af55d Added support for player keypad by Björn Stenberg · 22 years ago
  59. d902f94 DEBUG => DEBUG_MALLOC, the symbol is already in use! by Daniel Stenberg · 22 years ago
  60. a1d6784 bmalloc_status() only works if compiled with DEBUG by Daniel Stenberg · 22 years ago
  61. 3eec33f renamed to use the common names: malloc/free/realloc/calloc by Daniel Stenberg · 22 years ago
  62. 4a615c7 support little endian too by Daniel Stenberg · 22 years ago
  63. a78d682 set endian style, default target endian is BIG ENDIAN by Daniel Stenberg · 22 years ago
  64. bd88648 display logo if present by Daniel Stenberg · 22 years ago
  65. 34acad9 Moved tree.? to apps module by Björn Stenberg · 22 years ago
  66. 8218285 Initial revision by Björn Stenberg · 22 years ago
  67. 784c625 close the file too properly by Daniel Stenberg · 22 years ago
  68. 05fcd0b this works with an 8bit indexed uncompressed BMP by Daniel Stenberg · 22 years ago
  69. eae6296 removed unused function by Dave Chapman · 22 years ago
  70. 379a39b fixed dithering bug by Dave Chapman · 22 years ago
  71. 553c256 added playback simulator if /dev/dsp is unavailable by Dave Chapman · 22 years ago
  72. dc6cd7d initial version by Christian Flaz · 22 years ago
  73. 766a0ae initial BMP image reader attempt, does not work yet by Daniel Stenberg · 22 years ago
  74. 48b3f51 Removed disk.c/h by Björn Stenberg · 22 years ago
  75. 20dab8c Now creates librockbox.a instead of archos.mod by Björn Stenberg · 22 years ago
  76. e6564e2 Changed from gcc extension to C99 varargs macros by Björn Stenberg · 22 years ago
  77. 28bdaca fixed warnings, indented properly by Daniel Stenberg · 22 years ago
  78. e599282 Fixed compiler warnings by Björn Stenberg · 22 years ago
  79. d71a2bc Removed calls to disk stub by Björn Stenberg · 22 years ago
  80. f43ecc4 Progress by Björn Stenberg · 22 years ago
  81. f143fd8 Moved the malloc system into the firmware/malloc/ directory, removed the by Daniel Stenberg · 22 years ago
  82. bbdeba6 Beginning of an mpeg thread by Linus Nielsen Feltzing · 22 years ago
  83. 1dd21ed malloc(), best-fit for big blocks, small blocks treated separately, all by Daniel Stenberg · 22 years ago
  84. e14e13d C99 booleans by Linus Nielsen Feltzing · 22 years ago
  85. 32125d4 Added \n to debugf() by Björn Stenberg · 22 years ago
  86. 86997f1 Added dir position memory by Björn Stenberg · 22 years ago
  87. 8554604 Added bool font coloring by Björn Stenberg · 22 years ago
  88. a6c78fc Bool change by Björn Stenberg · 22 years ago
  89. a2bdcef Updated LCD API by Björn Stenberg · 22 years ago
  90. 7ae053a Changing to C99 'bool' by Björn Stenberg · 22 years ago
  91. 2382044 Changing to C99 'bool' type by Björn Stenberg · 22 years ago
  92. 0631a1d a rockbox-cvs list section was added by Daniel Stenberg · 22 years ago
  93. fa299e6 enable mpeg playing by default under Linux by Dave Chapman · 22 years ago
  94. f07bfd0 moved sound interface to common directory by Dave Chapman · 22 years ago
  95. a1302f2 save mpeg layer and version information by Dave Chapman · 22 years ago
  96. d57447a remember previous menu position when returning by Dave Chapman · 22 years ago
  97. 67e6558 removed reference to x11_open by Dave Chapman · 22 years ago
  98. 87758d8 moved mpeg decoder to common by Dave Chapman · 22 years ago
  99. ef5f97b abstracted the sound output interface by Dave Chapman · 22 years ago
  100. ac845a0 describe purpose of common directory by Dave Chapman · 22 years ago