aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi
AgeCommit message (Expand)Author
2010-11-16Revert "lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd lea...ghost
2010-11-12lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when t...ghost
2010-10-06Merge remote branch 'origin/bug_530_add_dm800se_support'ghost
2010-10-06Merge branch 'bug_514_new_proc_oled_brightness_path'ghost
2010-10-06Merge branch 'bug_300_fix_arabic'ghost
2010-07-08lib/gdi/lcd.cpp: remove debug code for dm800se color oledghost
2010-06-08fix compiler warningsghost
2010-06-01fix color oled supportghost
2010-06-01add support for rbg565 color oledghost
2010-05-08lib/gdi/font.h/cpp: another try to fix top/bottom reordering for arabic languageghost
2010-05-08Revert "lib/gdi/font.cpp: call libfribidi for single lines on multi line text...ghost
2010-05-08Revert "lib/gdi/font.cpp: try to fix wrong reordering of some characters"ghost
2010-05-08lib/gdi/font.cpp: try to fix wrong reordering of some charactersghost
2010-05-05lib/gdi/font.cpp: call libfribidi for single lines on multi line texts to pre...ghost
2010-04-26blit: pass 'flags' to bcm_accel_blit()Andreas Oberritter
2010-04-26add missing parenthesesAndreas Oberritter
2010-04-20lib/gdi/lcd.cpp: new oled_brightness path is now /proc/stb/lcd/...ghost
2010-01-09small fix in spinner handling...ghost
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-15delete some unused source filesAndreas Oberritter
2009-07-17un-inline scale, assert non-zero denominatorsFelix Domke
2009-06-30add some assertionsFelix Domke
2009-06-22use area.empty instead of manual checks, allocate palette in 8bit modesFelix Domke
2009-06-22'invalid' eRects (produced from operator& on non-overlapping-rects) are in fa...Felix Domke
2009-06-22support indexed 8bit blits for broadcom-accel (requires recent drivers)Felix Domke
2009-06-09optimize manual blits by not forcing them at gPainter::end, but instead call ...Felix Domke
2009-06-03add bcm accelFelix Domke
2009-06-03add scale blit to grc, add compositing interfaceFelix Domke
2009-06-03add compositing structure (not yet final)Felix Domke
2009-06-03add scaleblit (accel only, so far)Felix Domke
2009-06-03use physical device from framebuffer instead of hardcoded value, blit after c...Felix Domke
2009-06-03get physical address from framebuffer deviceFelix Domke
2009-06-03allow scale rects, regionsFelix Domke
2009-06-03accel updates: add BCM support, add scale blit, fix mem allocFelix Domke
2009-04-27replace more assertions to get proper log messagesghost
2009-04-21font.cpp: fixghost
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-03-23add some debug assertionsFelix Domke
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
2008-11-20fix alpha channel for 1 or 2 bit pngsghost
2008-11-18fix typosghost
2008-11-17get rid of some floating point valuesghost
2008-11-17picload: more simple non async decode (deprecated)ghost
2008-11-17picload.cpp: fix 32bpp pngsghost
2008-11-17more changes for async picture decode supportghost
2008-11-16work on asynchron pic loading... to get rid of spinning wheelsghost
2008-11-07fix non working invert of oled displayghost
2008-11-06allow reading jfif embedded exif thumbnails from jpeg files and use them to s...Fraxinas
2008-10-30small refcounting fixes, add private operator delete to iObjectAndreas Monzner
2008-10-18fix memleakAndreas Monzner