New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=77b3439ca4ee99fcd9a616c989bfd1c3e4e73739
commit 77b3439ca4ee99fcd9a616c989bfd1c3e4e73739
Author: Andreas Shimokawa <[email protected]>
Date:   Wed Nov 17 16:15:05 2010 +0100

    core: added option to disable core signal handler for emergency shutdowns
    
    This is helpful for applications that have their own signal handler that
    deinializes DirectFB resources.
    
    the new options are:
    
    core-sighandler     (default, same behaviour as before)
    no-core-sighandler

 src/core/core.c |    6 ++++--
 src/misc/conf.c |    9 +++++++++
 src/misc/conf.h |    2 ++
 3 files changed, 15 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f46caa17db499699b44af63af8a7beb0bc37f180
commit f46caa17db499699b44af63af8a7beb0bc37f180
Author: Sven Neumann <[email protected]>
Date:   Wed Nov 10 14:30:40 2010 +0100

    font: add font attributes to control the hinting algorithm
    
    Add font attributes to control the hinting algorithm used by the
    FreeType font provider:
    
      DFFA_AUTOHINTING forces use of the auto-hinter over the font's
      native hinter.
    
      DFFA_SOFTHINTING selects a lighter hinting algorithm. It
      generates glyphs which are more fuzzy but better resemble
      their original shape. It implies use of the auto-hinter.

 include/directfb.h                           |    8 +++++++-
 interfaces/IDirectFBFont/idirectfbfont_ft2.c |   17 ++++++++++++++---
 2 files changed, 21 insertions(+), 4 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to