~thopiekar/emgd/+git/libxfont:XORG-6_8-branch

Last commit made on 2005-01-25
Get this branch:
git clone -b XORG-6_8-branch https://git.launchpad.net/~thopiekar/emgd/+git/libxfont

Branch merges

Branch information

Name:
XORG-6_8-branch
Repository:
lp:~thopiekar/emgd/+git/libxfont

Recent commits

5b202be... by Roland Mainz <email address hidden>

xc/lib/font/util/Imakefile
//freedesktop.org/bugzilla/show_bug.cgi?id=1804) attachment #1269
    (https://bugs.freedesktop.org/attachment.cgi?id=1269): Fix build
    failure (caused by missing symbols such as |TwoByteSwap|) when linking
    the FreeType module and the FreeType library both statically info the
    Xserver.

e521b84... by Egbert Eich <email address hidden>

Optimization of CJK rendering when using versions of freetype prior to
    2.1.8 (Chisato Yamauchi).
A small backward compatibility fix to make the freetype module build with
    freetype version < 2.1.7.
Fixed/added some debugging code.

0cbe4e3... by Egbert Eich <email address hidden>

fixed typo

3ebaa29... by Egbert Eich <email address hidden>

Bugzilla #925: Simpler version of backward compatibility fix (Chisato
    Yamauchi). Fix to support older versions of gcc (Matthieu Herrb).

96a97b8... by Egbert Eich <email address hidden>

Removed distro specific stuff.
Fixed FreeType module to build with FreeType versions older than 2.1.7.
Fixed typo.
Added vtSema to protect call of driver DPMS function.
removed unneeded variable
Modified RandR driver hook to reduce the number of function calls to one.
    Function is sufficiently generic to be extended in the future.

d1054db... by Egbert Eich <email address hidden>

Fix build glitches when building modules independently using Imake.

2a71098... by Egbert Eich <email address hidden>

BugZilla #601: fixed missing symbols in Xserver freetype module due to
    using isdigit instead of ft_isdigit, missing or faulty defines for
    digit and string functions in ftstdlib.h (now myftstdlib.h). Reverted
    freetype2 to upstream version, fixed CHAR_BIT in myftstdlib.h and made
    the use of a copy of ftconfig.h in lib/font/FreeType obsolete (Egbert
    Eich).

b096ed9... by Roland Mainz <email address hidden>

Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=595 -
    RFE: Retire XTT font module and FreeType1 from xorg tree. The
    functionality of XTT has been integrated into the FreeType font module
    and the old XTT1.x code (incl. FreeType1 in xc/extras/) is no longer
    needed anymore.

ca5602c... by Roland Mainz <email address hidden>

Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=307 -
    Restore optimization heuristics on CJK fonts in the FreeType font
    module which were broken in X11R6.7. Patch by Chisato Yamauchi
    <cyamauch@a.phys.nagoya-u.ac.jp>.

3d75ea3... by Egbert Eich <email address hidden>

Merging XORG-CURRENT into trunk