| Commit message (Expand) | Author | Age |
| * | Add the 9 segment lcd funciton to remote lcds | Jonathan Gordon | 2012-12-09 |
| * | 9 segment bitmap drawing: | Jonathan Gordon | 2012-12-09 |
| * | skin_engine: New tag to draw a rectangle (optionally with a gradient) | Jonathan Gordon | 2012-03-15 |
| * | lcd/skin_engine: Add the ability to draw onto the backdrop layer | Jonathan Gordon | 2012-02-28 |
| * | apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined | Rafaël Carré | 2012-01-07 |
| * | Make more local functions static. | Boris Gjenero | 2011-12-21 |
| * | Disable unused functions for archos-player in apps/screen_access.c | Bertrik Sikken | 2011-12-20 |
| * | Another round of making local functions static | Bertrik Sikken | 2011-12-20 |
| * | Add new lcd_bmp and lcd_bmp_part APIs. | Thomas Martitz | 2011-11-08 |
| * | Fix compile error | Jonathan Gordon | 2011-11-08 |
| * | Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f... | Jonathan Gordon | 2011-11-08 |
| * | last warning | Jonathan Gordon | 2011-09-24 |
| * | Fix the build errors | Jonathan Gordon | 2011-09-24 |
| * | FS#12273 - use buflib for font storage. thanks to the testers :) | Jonathan Gordon | 2011-09-24 |
| * | Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp... | Thomas Martitz | 2010-10-11 |
| * | Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t... | Thomas Martitz | 2010-10-10 |
| * | Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie... | Thomas Martitz | 2010-10-10 |
| * | Pixel-accurate (vertical) list scrolling for touchscreen targets. | Thomas Martitz | 2010-10-06 |
| * | Fix remaining reds/yellows. | Thomas Martitz | 2010-05-14 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | skin rework (FS#10922) notable changes: | Jonathan Gordon | 2010-01-29 |
| * | fix red | Jonathan Gordon | 2010-01-28 |
| * | Fix remote backdrop crashes | Jonathan Gordon | 2010-01-28 |
| * | fix red... lets branch | Jonathan Gordon | 2010-01-27 |
| * | futile attempt to keep the ondioSP rombox working. This will almost certainly... | Jonathan Gordon | 2010-01-27 |
| * | Accept the last patch FS#10797 with a few changes by me (fixing side effects ... | Thomas Martitz | 2010-01-26 |
| * | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius | 2009-10-17 |
| * | Fix buttonbar handling/theme changed handling in lists. | Thomas Martitz | 2009-09-07 |
| * | Add backdrop functions to the multiscreen api and add a enum backdrop_type pa... | Thomas Martitz | 2009-08-06 |
| * | Change screens memebers char_width, char_height and nb_lines to functions ret... | Peter D'Hoye | 2008-09-07 |
| * | Remove a viewport ambiguity by changing the screens width/heigth members into... | Peter D'Hoye | 2008-06-28 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon | 2008-06-23 |
| * | Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in... | Peter D'Hoye | 2008-05-29 |
| * | total removal of gui_textarea. The only thing using the text_message struct i... | Jonathan Gordon | 2008-05-29 |
| * | Restore missing initialization of remote setfont() | Linus Nielsen Feltzing | 2008-01-08 |
| * | Add the viewport functions to the screens API, including a new getfont() func... | Dave Chapman | 2008-01-08 |
| * | Fixed warnings when logf is enabled. | Miika Pekkarinen | 2007-10-21 |
| * | Remove the "invert scroll" code since it's not used anywhere anymore (and it ... | Antoine Cellerier | 2007-10-15 |
| * | FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. | Nicolas Pennequin | 2007-09-27 |
| * | Simplify initing of the screens[] struct by using an initializer, also some r... | Nils Wallménius | 2007-09-18 |
| * | Rewrote the clock plugin in a cleaner and more modular way so that it can sca... | Kevin Ferrare | 2007-08-04 |
| * | Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea... | Kevin Ferrare | 2007-07-25 |
| * | Cleaned up the demistify plugin a litle bit, switched the key handling to the... | Kevin Ferrare | 2007-07-18 |
| * | Small fix to prevent crashing when attempting to use non-mono bitmaps in a RWPS. | Nicolas Pennequin | 2007-04-24 |
| * | Temporary fix for remote bitmap functions in the multi-screen API. Fixed icon... | Jens Arnold | 2007-04-16 |
| * | It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim... | Jens Arnold | 2007-04-03 |
| * | These remote LCD bitmap functions cannot be added without warning this way; r... | Jens Arnold | 2007-04-02 |
| * | Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi... | Jens Arnold | 2007-04-02 |
| * | First step of charcell LCD code rework: * Make it fully unicode aware so that... | Jens Arnold | 2007-03-26 |