aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi
AgeCommit message (Collapse)Author
2011-09-13lib/gdi/picload.*: add support for 32bpp png (rgba)Moritz Venn
Signed-off-by: Moritz Venn <moritz.venn@freaque.net> Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
2011-05-03Merge remote-tracking branch 'remotes/origin/bug_599_picload_fd_leak'ghost
2011-04-05gdi/picexif.cpp: more and more FD leak stuffghost
refs bug #599
2011-04-05picexif.cpp: more FD leak voodoo...ghost
refs bug #599
2011-04-05fixed DecodeExif error handling.. this should fix a FD leakghost
fixes bug #599
2011-03-16Merge branch 'obi/bcm_accel'Andreas Oberritter
2011-02-05don't use devfs names: /dev/vc/0 -> /dev/tty0Andreas Oberritter
2011-02-05don't use devfs names: /dev/fb/0 -> /dev/fb0Andreas Oberritter
2011-01-19picexif: fix buffer overflowAndreas Oberritter
2011-01-13bcm accelerated blit: avoid running out of clut datapieterg
We were passing a hardcoded number of 256 entries to the framebuffer, while the source surface could have a smaller color lookup table. For instance, most dvb subtitle graphics have a palette of only 16 colors. This would cause frequent segfaults.
2011-01-11Added support for accelerated fill (requires updated drivers)Andreas Oberritter
2010-11-16SDL: add input support, use SDL mainloop in a threadAndreas Oberritter
2010-11-16Add abstract class gMainDC as an interface for gFBDC and gSDLDCAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16lcd: fix build without <dbox/*.h>Andreas Oberritter
2010-11-16define PNG_SKIP_SETJMP_CHECK to fix conflict with Python.hAndreas Oberritter
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16lib/gdi/font.cpp: assume HAVE_FRIBIDI is always setAndreas Oberritter
2010-11-16lib/gdi/font.*: remove !HAVE_FREETYPE2Andreas Oberritter
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-11-16Revert "lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd ↵ghost
leak when thumbnailis used)" This reverts commit a7db0579fc84bfa07c977638325b54c28d7644ce. ... i think i need eyeglasses
2010-11-12lib/gdi/picload.cpp: add missing fclose (this fixes a ePicload fd leak when ↵ghost
thumbnailis used) fixes bug #599
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 ↵ghost
texts to prevent top/bottom reordering" This reverts commit eea0d8e99edec859a7535966b880b49bd0bba85a. This was not working.. so we revert it
2010-05-08Revert "lib/gdi/font.cpp: try to fix wrong reordering of some characters"ghost
its not working okay.. we need a better fix This reverts commit 414208c929faa0fc56f9c21c0df572dc0b13d3fe.
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 ↵ghost
prevent top/bottom reordering this fixes bug #300
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
this fixes bug #514
2010-01-09small fix in spinner handling...ghost
fixes bug #378
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 ↵Felix Domke
fact empty as well. This simplifies some clipping checks which were done manually before.
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
flush manually
2009-06-03add bcm accelFelix Domke