1. b0fee17 waiting is over: initial unicode commit by Marcoen Hirschberg · 19 years ago
  2. 05af280 Fixed scroll step settings >127 pixels not working (reported on irc). Changed some other LCD driver variables to the natural 'int', cuts down binary size on coldfire a bit. Cleaned up some more settings bits. Bumped config block version, so save your settings to a file before upgrading. by Jens Arnold · 19 years ago
  3. 6a556c1 Preparations for implementing the new graphics api: Ordered lcd bitmap driver defines, variables and functions by function groups. Centralised some definitions, code cleanup. by Jens Arnold · 19 years ago
  4. ba4df32 Removed more dead code; bugfix for cursor display in player simulator. by Jens Arnold · 19 years ago
  5. d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
  6. 1710e38 Fixed the player sim. There is no SH1 hardware in the simulator... by Jens Arnold · 20 years ago
  7. 2e290d6 Important step towards player flashing: LCD inits for both new LCD (confirmed working) and old LCD. by Jens Arnold · 20 years ago
  8. 566eae2 Logarithmic scroll speed setting: speed doubles every 3 steps. by Jens Arnold · 20 years ago
  9. 57945b1 Removed the Neo code. Nobody is interested in it. by Björn Stenberg · 20 years ago
  10. 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 20 years ago
  11. c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 20 years ago
  12. 9478cc6 More const policeing step 4 by Jens Arnold · 20 years ago
  13. 2b0694c More const policeing step 3 by Jens Arnold · 20 years ago
  14. 1413f0c Fixed player builds by Jens Arnold · 20 years ago
  15. 80ebaab Extra LCD updates for the player LCD simulation by Linus Nielsen Feltzing · 20 years ago
  16. 1aa9cda Fixed player sim warning by Jens Arnold · 20 years ago
  17. 38e8a11 Unified usage of lcd transfer code by Jens Arnold · 20 years ago
  18. 006b2c1 adjustments for Neo by Daniel Stenberg · 21 years ago
  19. 3798249 Smarter jumpscroll. by Mats Lidell · 21 years ago
  20. 067262d Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_init sets default contrast until settings are read. by Björn Stenberg · 21 years ago
  21. ffefc5d A bit faster update of Player simulator. by Kjell Ericson · 21 years ago
  22. 6143eeb Added "jump scroll delay" (for player). by Kjell Ericson · 21 years ago
  23. 53f156a New feature for player: Jump scroll! by Kjell Ericson · 21 years ago
  24. 7b9edd6 bring back the functionality with the conditional update on remove cursor by Daniel Stenberg · 22 years ago
  25. 0c4a35f Major Code Police raid strike-down. Fix yellow build. by Daniel Stenberg · 22 years ago
  26. 9d40f7e Player changes: Added lcd_remove_cursor() and updated the cursor functionality. by Kjell Ericson · 22 years ago
  27. 565505a Added a "cursor"-function for the keyvoard. by Kjell Ericson · 22 years ago
  28. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  29. f5d9584 Removed lcd_scroll_pause() and lcd_scroll_resume(). by Kjell Ericson · 22 years ago
  30. 7f9d713 Changed name of lcd_do_puts() to lcd_puts_cont_scroll(). by Kjell Ericson · 22 years ago
  31. d618fb0 Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll at that line. by Kjell Ericson · 22 years ago
  32. bd1fa21 Export info about the charset. by Mats Lidell · 22 years ago
  33. 75361e5 Stop scrolling text when lcd_clear_display() has been called. by Kjell Ericson · 22 years ago
  34. 4c7f70f Bidirectional scroll ala recorder. by Mats Lidell · 22 years ago
  35. fd07b69 Fixed the mapping between software mapped patterns and hardware LCD. by Kjell Ericson · 22 years ago
  36. 1a4fd1f Resolved last_pat and last_used_pat. by Mats Lidell · 22 years ago
  37. b113073 Bugfix2 of the bidirectional scroll. Sorry... by Kjell Ericson · 22 years ago
  38. ac984ed Bugfix of the bidirectional scrolling. by Kjell Ericson · 22 years ago
  39. febc623 Fixed spelling misstakes. by Kjell Ericson · 22 years ago
  40. 4a197ec Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it off. by Kjell Ericson · 22 years ago
  41. 54c8c71 Bidirectional scrolling implemented. The text will go back and forth by Kjell Ericson · 22 years ago
  42. dc88e23 Fixed the scroll_delay. by Kjell Ericson · 22 years ago
  43. 3639325 Changed debug code. by Kjell Ericson · 22 years ago
  44. a33d6b2 Removed warnings. by Kjell Ericson · 22 years ago
  45. dd7f294 Implementing the Rocklatin character set for Rockbox player. by Kjell Ericson · 22 years ago
  46. a2e98c1 Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll step size and scroll start delay. by Björn Stenberg · 22 years ago
  47. c2280c1 The lcd_ascii-pointer is global for a while in order to be reachable from by Kjell Ericson · 22 years ago
  48. bc254fe Added multiline scroll support. by Markus Braun · 22 years ago
  49. 8ca78b6 Undefined functions supplied for simulator in lcd-playersim.c by Mats Lidell · 22 years ago
  50. 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
  51. 9138282 Simulator icons not needed. by Mats Lidell · 22 years ago
  52. 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago