Age | Commit message (Expand) | Author |
2005-08-08 | Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text... | Linus Nielsen Feltzing |
2005-07-28 | Fixed scroll step settings >127 pixels not working (reported on irc). Changed... | Jens Arnold |
2005-07-08 | Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ... | Jens Arnold |
2005-07-07 | Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in... | Jens Arnold |
2005-07-06 | 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig... | Jens Arnold |
2005-07-04 | Converted to use the IRAM defines, and some small optimisations. | Jens Arnold |
2005-07-02 | A couple of optimisations. | Jens Arnold |
2005-06-30 | Graphics: Lowlevel block function are in IRAM now as they're called often. Sw... | Jens Arnold |
2005-06-29 | Ooops... | Jens Arnold |
2005-06-29 | Oops, that was no optimisation, but a bug. | Jens Arnold |
2005-06-29 | Third part of graphics api rework. Some small but effective optimisations. Po... | Jens Arnold |
2005-06-28 | Second part of graphics api rework. Bitmap drawing and text output converted;... | Jens Arnold |
2005-06-25 | Oops, the XYZ_PIXEL() macros are used elsewhere, so bring them back. | Jens Arnold |
2005-06-25 | Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli... | Jens Arnold |
2005-06-24 | Fixed yellow FM builds, and changed the function type names according to the ... | Jens Arnold |
2005-06-24 | First part of graphics api rework. Special functions, parameter handling, pix... | Jens Arnold |
2005-06-23 | Preparations for implementing the new graphics api: Ordered lcd bitmap driver... | Jens Arnold |
2005-04-19 | make use of font_getstringsize | Christian Gmeiner |
2005-01-27 | corrected check for the Gmini LCD | Daniel Stenberg |
2005-01-27 | proper setting of contrast for Gmini | Jean-Philippe Bernardy |
2005-01-20 | fixed indentation | Jean-Philippe Bernardy |
2005-01-20 | Support for gmini100 series LCD | Jean-Philippe Bernardy |
2005-01-17 | The current lcd_bitmap() implementation is safe for enabling partial font hei... | Jens Arnold |
2004-10-15 | Logarithmic scroll speed setting: speed doubles every 3 steps. | Jens Arnold |
2004-09-16 | Removed test code that shouldn't have been committed. | Björn Stenberg |
2004-09-16 | Moved LCD_WIDHT/HEIGHT from lcd driver to config file. | Björn Stenberg |
2004-09-09 | the very first adjustment for the Ondio: fix the screen orientation | Jörg Hohensohn |
2004-08-27 | Fixed new font format: necessity of offset table generation, output of fonts ... | Jens Arnold |
2004-08-26 | Fixed pointer types & struct font | Jens Arnold |
2004-08-26 | New font format (already rotated) saves code, space and time. On the downside... | Jörg Hohensohn |
2004-08-17 | Const policed pointer arguments to functions, part 2 | Jens Arnold |
2004-08-16 | Const policed pointer arguments to functions, part 1 | Jens Arnold |
2004-08-03 | More const policeing step 3 | Jens Arnold |
2004-08-01 | More const policeing step 1 | Jens Arnold |
2004-07-19 | Const'ed the logo, the bitmaps and the credits (optimization for running from... | Jens Arnold |
2004-07-13 | Removed lvalue cast, which generates warnings on newer gcc versions | Linus Nielsen Feltzing |
2004-07-09 | Simplified the recorder scrolling code a little | Linus Nielsen Feltzing |
2004-05-15 | Fixed a warning | Jens Arnold |
2004-05-15 | TABs again... | Jens Arnold |
2004-05-14 | Fixed lcd_putsxyofs() for the new lcd_bitmap() | Jens Arnold |
2004-05-14 | Some TAB characters slipped in... | Jens Arnold |
2004-05-14 | Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No... | Jens Arnold |
2004-04-21 | Unified usage of lcd transfer code | Jens Arnold |
2004-01-13 | Craig Sather's patch #849405: | Daniel Stenberg |
2003-12-24 | oops, optimized lcd_bitmap() too much, obey the clear flag | Jörg Hohensohn |
2003-12-23 | Screen buffer transposed, such that bytes in X-direction are consecutive. Thi... | Jörg Hohensohn |
2003-12-15 | xoffset is only when not building for a simulator (for now) | Daniel Stenberg |
2003-12-12 | LCD flip (upside down) and a high-performance blit function | Jörg Hohensohn |
2003-12-10 | Added viewer for currently playing playlist. Accessed from Menu->Playlist Op... | Hardeep Sidhu |
2003-07-09 | Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i... | Björn Stenberg |