- b0fee17 waiting is over: initial unicode commit by Marcoen Hirschberg · 19 years ago
- 40d2209 by Marcoen Hirschberg · 19 years ago
- ad31ad4 by Marcoen Hirschberg · 19 years ago
- 71bc504 The const police strikes and hits itself. by Jens Arnold · 19 years ago
- 41a53d2 Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text support for Hebrew and Arabic by Linus Nielsen Feltzing · 19 years ago
- 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
- 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
- 3a5bd7a Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in the H1x0 remote LCD driver and the recorder LCD driver. by Jens Arnold · 19 years ago
- 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
- f89f011 Converted to use the IRAM defines, and some small optimisations. by Jens Arnold · 19 years ago
- 3291ae6 A couple of optimisations. by Jens Arnold · 19 years ago
- a142d4d Graphics: Lowlevel block function are in IRAM now as they're called often. Switched the masking logic for better readability. Draw modes and lowlevel function types are now defined for all platforms. by Jens Arnold · 19 years ago
- 7f8cc3f Ooops... by Jens Arnold · 19 years ago
- ce19ce0 Oops, that was no optimisation, but a bug. by Jens Arnold · 19 years ago
- 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
- 7e11acb Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. by Jens Arnold · 19 years ago
- 1224d57 Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back. by Jens Arnold · 19 years ago
- 9349412 Core functions taking advantage of the new, optimised lcd_hline() and lcd_vline() functions. Some cleanup. by Jens Arnold · 19 years ago
- 24a1f94 Fixed yellow FM builds, and changed the function type names according to the rockbox coding style. by Jens Arnold · 19 years ago
- 04daef1 First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display. by Jens Arnold · 19 years ago
- 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
- c3d0a22 make use of font_getstringsize by Christian Gmeiner · 19 years ago
- 9c394a3 corrected check for the Gmini LCD by Daniel Stenberg · 20 years ago
- 0d72de9 proper setting of contrast for Gmini by Jean-Philippe Bernardy · 20 years ago
- e386d94 fixed indentation by Jean-Philippe Bernardy · 20 years ago
- cacc37d Support for gmini100 series LCD by Jean-Philippe Bernardy · 20 years ago
- cced503 The current lcd_bitmap() implementation is safe for enabling partial font height drawing. by Jens Arnold · 20 years ago
- 566eae2 Logarithmic scroll speed setting: speed doubles every 3 steps. by Jens Arnold · 20 years ago
- 4bdbcd6 Removed test code that shouldn't have been committed. by Björn Stenberg · 20 years ago
- 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
- d5c293a the very first adjustment for the Ondio: fix the screen orientation by Jörg Hohensohn · 20 years ago
- b492027 Fixed new font format: necessity of offset table generation, output of fonts without one by Jens Arnold · 20 years ago
- f8a5802 Fixed pointer types & struct font by Jens Arnold · 20 years ago
- 5d36aaf New font format (already rotated) saves code, space and time. On the downside this new format is incompatible, so get the new fonts, too. by Jörg Hohensohn · 20 years ago
- 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 20 years ago
- c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 20 years ago
- 2b0694c More const policeing step 3 by Jens Arnold · 20 years ago
- abe77a1 More const policeing step 1 by Jens Arnold · 20 years ago
- 638dd67 Const'ed the logo, the bitmaps and the credits (optimization for running from ROM) by Jens Arnold · 20 years ago
- 06621c0 Removed lvalue cast, which generates warnings on newer gcc versions by Linus Nielsen Feltzing · 20 years ago
- 7c931a1 Simplified the recorder scrolling code a little by Linus Nielsen Feltzing · 20 years ago
- f77acfb Fixed a warning by Jens Arnold · 20 years ago
- 6157caa TABs again... by Jens Arnold · 20 years ago
- 36764c5 Fixed lcd_putsxyofs() for the new lcd_bitmap() by Jens Arnold · 20 years ago
- 6dc88dc Some TAB characters slipped in... by Jens Arnold · 20 years ago
- 2d446fe Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly. by Jens Arnold · 20 years ago
- 38e8a11 Unified usage of lcd transfer code by Jens Arnold · 20 years ago
- 50b6358 Craig Sather's patch #849405: by Daniel Stenberg · 21 years ago
- 8446cc4 oops, optimized lcd_bitmap() too much, obey the clear flag by Jörg Hohensohn · 21 years ago
- 5040cc5 Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. by Jörg Hohensohn · 21 years ago
- fd1aa1e xoffset is only when not building for a simulator (for now) by Daniel Stenberg · 21 years ago
- 56271b5 LCD flip (upside down) and a high-performance blit function by Jörg Hohensohn · 21 years ago
- 00acdfa Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist. by Hardeep Sidhu · 21 years ago
- 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
- d3fba46 init the LCD, needed for cold start (from flash) by Jörg Hohensohn · 21 years ago
- e43b78a Magnus Öman's long awaited inverted cursor patch by Linus Nielsen Feltzing · 21 years ago
- b107920 New option: Invert display. Patch by Mark Hillebrand. by Björn Stenberg · 22 years ago
- df194b0 Code Police is never wrong. Ugh! by Björn Stenberg · 22 years ago
- f9b4490 Include File Cleanup And Move-Around Party 2003. by Daniel Stenberg · 22 years ago
- edf4d8c Scrolling business is my name and scrolling is what I do when I don't crash by Daniel Stenberg · 22 years ago
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- f5d9584 Removed lcd_scroll_pause() and lcd_scroll_resume(). by Kjell Ericson · 22 years ago
- 3ff8f10 reverted kjer's lcd_clear_display() change that stops the scroll by Daniel Stenberg · 22 years ago
- 75361e5 Stop scrolling text when lcd_clear_display() has been called. by Kjell Ericson · 22 years ago
- a2e98c1 Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll step size and scroll start delay. by Björn Stenberg · 22 years ago
- a02ffd5 Some peak meter optimizations by Linus Nielsen Feltzing · 22 years ago
- bc254fe Added multiline scroll support. by Markus Braun · 22 years ago
- 8279abe declare the lcd_framebuffer "nicer" in the #ifdef by Daniel Stenberg · 22 years ago
- 8fcdede Support getting width OR height of string by Björn Stenberg · 22 years ago
- d34fbd0 New scroll code by Björn Fischer. by Björn Stenberg · 22 years ago
- a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
- a4d9fe3 Corrected the ones[] and zeros[] arrays by Linus Nielsen Feltzing · 22 years ago
- 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago