1. 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
  2. 6e4f07b This code wasn't used at all. by Jens Arnold · 19 years ago
  3. 1d28240 Enlarged the buffer for DEBUGF() by Linus Nielsen Feltzing · 19 years ago
  4. d3fde76 FM radio simulation working again by Linus Nielsen Feltzing · 19 years ago
  5. 2be160a Woah, that was not supposed to happen by Stepan Moskovchenko · 19 years ago
  6. fb3e9a4 Fix error/warning, change pitch bend to 9 bits by Stepan Moskovchenko · 19 years ago
  7. e9c0e83 Fixed the simulator. by Miika Pekkarinen · 19 years ago
  8. eab434c More accurate playback position calculation. by Miika Pekkarinen · 19 years ago
  9. 3b6a9f3 Fixed the simulator. by Miika Pekkarinen · 19 years ago
  10. f090dc3 Crossfade (and pcm buffer size) length is now configurable. by Miika Pekkarinen · 19 years ago
  11. 4bee507 Check the correct thread handle. by Jens Arnold · 19 years ago
  12. 5684304 Don't hog the CPU, but keep sound playback working. (This might need some tweaking...) by Magnus Holmgren · 19 years ago
  13. 2f9bb4f Sound playback for the Win32 simulator, based on WaveOut. Not yet enabled by default (edit autoconf.h). by Magnus Holmgren · 19 years ago
  14. d315dfb Made Win32 thread management similar to the X11 one (previously yield() could make a thread stop, seemingly forever). by Magnus Holmgren · 19 years ago
  15. 30b8378 Win32 needs the mode bits for open too. by Magnus Holmgren · 19 years ago
  16. 741a715 check for/use sys/soundcard.h instead (since it works for cygwin too) by Daniel Stenberg · 19 years ago
  17. 05012ac Enable crossfade for simulator. by Miika Pekkarinen · 19 years ago
  18. c19773c Win32 sim: better bitmap initialisation. by Jens Arnold · 19 years ago
  19. febb52f First take at PCM playback in the X11 sim on Linux. by Daniel Stenberg · 19 years ago
  20. 1c47599 brought back drawdots() and drawrectangles() since the player sim needs them by Daniel Stenberg · 19 years ago
  21. 9872813 introducing H1x0 style grayscale support in the X11 sim by Daniel Stenberg · 19 years ago
  22. d36567d Win32 simulators: Fixed button repeat handling when releasing buttons. by Jens Arnold · 19 years ago
  23. 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
  24. a19acbd Removed picky warnings by Linus Nielsen Feltzing · 19 years ago
  25. 645a2e1 Fixed a simulator crash while trying to play a song. Fixed crossfade by Miika Pekkarinen · 19 years ago
  26. a5ef8f0 Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses correct LCD background colour. by Jens Arnold · 19 years ago
  27. c28969d Remote LCD support for the Win32 H1x0 simulator. by Jens Arnold · 19 years ago
  28. f894a4c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. by Jens Arnold · 19 years ago
  29. 9349412 Core functions taking advantage of the new, optimised lcd_hline() and lcd_vline() functions. Some cleanup. by Jens Arnold · 19 years ago
  30. bd2bfe9 Fix bug #1174245: Win32 simulator didn't keep track of pressed keys properly. by Jens Arnold · 19 years ago
  31. f77547c make it build fine for H300 (keypads) as well by Daniel Stenberg · 19 years ago
  32. 22c15b7 Simulator stub for remote lcd flip. by Jens Arnold · 19 years ago
  33. 55afc7c Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds) by Dave Chapman · 19 years ago
  34. c3b1ece Added dummy function and simulator stub. by Jens Arnold · 19 years ago
  35. 58d7d69 No second (explicit) call to build libcomsim.a by Jens Arnold · 19 years ago
  36. ac31e6a Remote LCD support added to the x11 simulator, take 1. The win32 simulator by Daniel Stenberg · 19 years ago
  37. 441e512 Simplification. by Jens Arnold · 19 years ago
  38. b8a23f9 Fixed makefiles for autoconf.g include. by Daniel Stenberg · 19 years ago
  39. 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
  40. 3b8dcf5 X11 simulator: Always restore the x11 button autorepeat setting, regardless at which point exit() is called. by Jens Arnold · 20 years ago
  41. 74b731e Major rework of the x11 simulator button handling. (1) Button repeat should always work correctly now, not sending a release before the repeat(s). Fixes e.g. calling the Ondio menu. (2) Button handling is done in the timer thread, not sleep()ing the main thread for extended times. Fixes slow performance of high-workload plugins (codec tests). (3) The x11 simulator now also contains the queue handling code. (4) The new code requires X11R6 because the multi-threading extension is used. by Jens Arnold · 20 years ago
  42. 31b28f5 Extensive code policing (indentation levels, tab characters). by Jens Arnold · 20 years ago
  43. 2dddde2 remove extra kludge we used to kill warnings on very old mingw cross-compile by Daniel Stenberg · 20 years ago
  44. bb9dfa0 Simulators: more efficient implementation of sim_filesize(). by Jens Arnold · 20 years ago
  45. db44dad attempt to kill two annoying win32 cross-compiler warnings by Daniel Stenberg · 20 years ago
  46. 6c19c85 X11 simulator improvements: Proper thread stopping and realtime ticks, based on patch #1048898. by Jens Arnold · 20 years ago
  47. 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
  48. 0231c61 Win32 simulator performance optimisation: Invalidate onle the part of the window that actually changed in lcd_update() and lcd_update_rect(). by Jens Arnold · 20 years ago
  49. 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
  50. abacb23 dummy button_hold() function to fix iriver sim builds. by Michiel Van Der Kolk · 20 years ago
  51. 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
  52. c90781b Added common simulator Makefile. by Jens Arnold · 20 years ago
  53. dc838d2 Fix: really clear the button queue when it is meant to be cleared. by Jens Arnold · 20 years ago
  54. 527e121 Win32 simulator also needs open() option mangling by Jens Arnold · 20 years ago
  55. 7872426 Proper disk statistics for the win32 simulator. by Jens Arnold · 20 years ago
  56. cf208c5 Killed some simulator warnings; proper plugin error reporting for Win32 simulator. by Jens Arnold · 20 years ago
  57. ba45411 file.h is not accessible for the simulated-functions files by Daniel Stenberg · 20 years ago
  58. fe732cd removed by Daniel Stenberg · 20 years ago
  59. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  60. 1ceb575 make the proto match the one used in rockbox by Daniel Stenberg · 20 years ago
  61. 74826dd charcell code only on charcell sims by Daniel Stenberg · 20 years ago
  62. cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
  63. b4527a3 Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for better simulation. by Jens Arnold · 20 years ago
  64. 7999e75 Fixed gmini X11 simulator. by Jens Arnold · 20 years ago
  65. df2e3b4 I said 'correct'... by Jens Arnold · 20 years ago
  66. 9540759 Print correct button assignments. by Jens Arnold · 20 years ago
  67. 74d55ee long policy by Jean-Philippe Bernardy · 20 years ago
  68. 5804664 long policy by Jean-Philippe Bernardy · 20 years ago
  69. 3662ad2 Use internal strcasestr implementation, since not all compilers provide it. by Björn Stenberg · 20 years ago
  70. 3c348df Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr. by Jens Arnold · 20 years ago
  71. 97a0ef0 Win32 simulator rework: (1) Better downscaling on resize & for the player lcd. (2) Pulling the window corners now calculates the diagonal. Jumpy resize should be finally gone. (4) Fixed roundoff error for size percentage display. (4) Simplifications & some code policeing. by Jens Arnold · 20 years ago
  72. 950677d more int -> long by Jean-Philippe Bernardy · 20 years ago
  73. 99dbd7c Fixed red build... by Björn Stenberg · 20 years ago
  74. 3d53032 Fixed yellow build by Björn Stenberg · 20 years ago
  75. 2e41950 Fixes: (1) Properly redraw display on window resize & putting into foreground. (2) No more jumpy resizing when pulling the window corners. by Jens Arnold · 20 years ago
  76. 424d505 Eanbled building gmini simulator (Win32 & X11). by Jens Arnold · 20 years ago
  77. c188e83 Win32 simulator: Fixed scaling on resize. Keep window title (model) on resize, only adding the percentage. by Jens Arnold · 20 years ago
  78. cdd236c Wrong filename for directory voice files in the simulator by Linus Nielsen Feltzing · 20 years ago
  79. 57c129f Use the correct lcd code for iRiver simulator builds. by Jens Arnold · 20 years ago
  80. e6f403f X11 sim: Button handling adapted to iRiver and reworked a bit. Removed tab chars. by Jens Arnold · 20 years ago
  81. b96333a Win32 sim: Added some alternative key-to-button mappings. by Jens Arnold · 20 years ago
  82. 5df90b4 Added ID3 database support. by Björn Stenberg · 20 years ago
  83. 5bc7e9a Added the new Win32 UI images to the tarball by Jens Arnold · 20 years ago
  84. c9aacb6 Win32 simulator: Button handling adapted to iRiver and reworked a bit. by Jens Arnold · 20 years ago
  85. 9f700ac Win32 simulator extensions, based on patch #1041560 by Eric Lassauge: Background pictures, LCD colours and dimensions depending on unit; build uses language selected in configure. Fixed vertical window size. by Jens Arnold · 20 years ago
  86. c540e82 sim fix for ATA stubs by Jörg Hohensohn · 20 years ago
  87. 107f2d1 minor correction by Daniel Stenberg · 20 years ago
  88. c9d41b4 Make the simulator builds acknowledge the plugins variable set in the configure by Daniel Stenberg · 20 years ago
  89. d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
  90. 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
  91. f7f4116 Fixed VC6 simulator build by Hardeep Sidhu · 20 years ago
  92. 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
  93. 91f9350 moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM by Jörg Hohensohn · 20 years ago
  94. ba0348e Another fix for bug #1016011 by Eric Lassauge by Linus Nielsen Feltzing · 20 years ago
  95. 25c0d3a Patch #1016011 by Eric Lassauge, fixes X11 simulator build in Cygwin by Linus Nielsen Feltzing · 20 years ago
  96. 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
  97. fc1e925 Rearranged makefiles again to move platform-specific stuff from the Makefiles by Daniel Stenberg · 20 years ago
  98. 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
  99. df956d9 Updated to use config.h instead of command-line -Ddefines. by Björn Stenberg · 20 years ago
  100. bbcd740 The Iriver display is blue by Björn Stenberg · 20 years ago