1. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  2. 78d29f5 Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. by Dave Chapman · 17 years ago
  3. 17bc340 Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewport related init bug in the 2 bit vertically interleaved LCD driver. * Fix low bat warning in iaudio bootloader - voltages are in millivolts now. by Jens Arnold · 17 years ago
  4. 3646c31 Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. by Dave Chapman · 17 years ago
  5. 945c8a2 Add viewport capabilities to all the LCD drivers, and adapt scrolling code. This is the firmware/ part of FS#8385 - the changes to the WPS code still need more work and will be committed at a later date. NOTE: There are no user-visible changes with this commit - just the infrastructure. by Dave Chapman · 17 years ago
  6. d66b3c0 Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875. by Antoine Cellerier · 17 years ago
  7. f28da1a Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target by Nils Wallménius · 17 years ago
  8. 5832b59 Fix warnings and errors. Remove some added stuff that wasn't needed afterall. by Michael Sevakis · 17 years ago
  9. 58fc279 Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). by Michael Sevakis · 17 years ago
  10. 74cbb0a Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. by Brandon Low · 17 years ago
  11. 7fdfa56 Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). by Nicolas Pennequin · 17 years ago
  12. d528e54 Move target specific parts of the H100 remote LCD driver to target tree. by Jens Arnold · 18 years ago
  13. 51223e5 Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD. by Jens Arnold · 18 years ago
  14. 11e2e56 Backdrop support in the X5 remote LCD driver. Still needs to be wired to the UI and settings. by Jens Arnold · 18 years ago
  15. 7bc4120 Removed anachronisms introduced with low battery shutdown patch. by Michael Sevakis · 18 years ago
  16. 84074cd Removed remnants of deprecated lcd_roll(). by Jens Arnold · 18 years ago
  17. 6aa12c1 Added a small interface to screens to translate colors into remote gray levels on the x5. Splash screens paint properly with light gray. Should be adapted to a more general approach in the future. A few trailing whitespace trimmings got into a couple files but that is fine. by Michael Sevakis · 18 years ago
  18. 0d58ea4 Add a define for unplugged remote by Hristo Kovachev · 18 years ago
  19. cb36fec LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same scrolltext drawing anywhere. * Cleanup, fixes and definitions in preparation for X5 remote. by Jens Arnold · 18 years ago
  20. 0081184 Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD by Linus Nielsen Feltzing · 19 years ago
  21. d3a03b6 Horizontal screen scrolling part 3 (by Shachar Liberman) by Brandon Low · 19 years ago
  22. 7fa39df Horizontal scrolling patch by Shachar Liberman by Tomas Salfischberger · 19 years ago
  23. b51f7df Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. by Jens Arnold · 19 years ago
  24. 05fdb1a Added option to reduce (and almost prevent) the remote lcd ticking by Miika Pekkarinen · 19 years ago
  25. b5fc253 Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only work correctly for b&w. by Jens Arnold · 19 years ago
  26. d7f9439 Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. by Jens Arnold · 19 years ago
  27. 576908d Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api. by Jens Arnold · 19 years ago
  28. 9cedf39 Fix red builds. by Jens Arnold · 19 years ago
  29. 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
  30. bd1bb5f iriver: LCD flip for H1x0 remote, some code cleanup. by Jens Arnold · 19 years ago
  31. 23797af Hot-plug support for iriver remote. by Jens Arnold · 19 years ago
  32. 7d98481 iRiver: extended remote lcd driver. displaying text works now - see start-up-screen by Christian Gmeiner · 19 years ago
  33. d0a9491 corrected copyright infos by Christian Gmeiner · 19 years ago
  34. c63430e IRiver: extended plugin api with current remote lcd functions by Christian Gmeiner · 19 years ago
  35. 7e01562 Some code policing by Linus Nielsen Feltzing · 19 years ago
  36. 394c2d9 compile fix by Christian Gmeiner · 19 years ago
  37. a6a0190 Even more updates to the remote LCD driver. Now it actually works... by Linus Nielsen Feltzing · 19 years ago