aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/fb.cpp
AgeCommit message (Collapse)Author
2011-02-05don't use devfs names: /dev/vc/0 -> /dev/tty0Andreas Oberritter
2009-06-03get physical address from framebuffer deviceFelix Domke
2008-10-02properly request a video mode with an alpha channelAndreas Oberritter
2008-01-24revert re-mmap (it's not necessary with new driver, and is a bad idea anyway ↵Felix Domke
if a driver requires this); but keep the manual blit stuff.
2008-01-09remap lfb on resolution changeAndreas Monzner
2007-12-10add support for manual blitAndreas Monzner
2007-04-12add missing FBIOGET_VSCREENINFOFelix Domke
2006-01-27remove obsolete eConfigFelix Domke
2005-08-31 - fix when not enough framebuffer memory availableFelix Domke
2005-08-31 - disable console, remove ancient calls, add vsync and setoffset callsFelix Domke
2005-07-27 - (re)enable setting of resolutionFelix Domke
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2004-09-25 - new GUI libFelix Domke
- fixes
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2004-05-27yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,Felix Domke
lots of work required).
2003-10-17import of enigma2Felix Domke