libXfont: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Jan 20 20:32:59 PST 2009


 Makefile.am                  |    1 
 configure.ac                 |    8 
 include/X11/fonts/bitmap.h   |    1 
 include/X11/fonts/bufio.h    |    7 
 include/X11/fonts/fontmisc.h |   23 --
 include/X11/fonts/fontmod.h  |   16 -
 include/X11/fonts/pcf.h      |    2 
 src/FreeType/ftfuncs.c       |  127 +++++----------
 src/FreeType/xttcap.c        |   19 +-
 src/FreeType/xttcap.h        |    4 
 src/bitmap/bdfread.c         |   69 +++-----
 src/bitmap/bdfutils.c        |    6 
 src/bitmap/bitmapfunc.c      |   13 -
 src/bitmap/bitmaputil.c      |    2 
 src/bitmap/bitscale.c        |  361 ++++---------------------------------------
 src/bitmap/pcfread.c         |  324 +++++---------------------------------
 src/bitmap/pcfwrite.c        |    6 
 src/bitmap/snfread.c         |   59 +++----
 src/builtins/dir.c           |   19 --
 src/builtins/file.c          |    6 
 src/builtins/render.c        |    4 
 src/fc/fsconvert.c           |   21 +-
 src/fc/fserve.c              |  113 ++-----------
 src/fc/fsio.c                |   19 --
 src/fc/fslibos.h             |    2 
 src/fontfile/Makefile.am     |    2 
 src/fontfile/bitsource.c     |    6 
 src/fontfile/bufio.c         |    8 
 src/fontfile/bunzip2.c       |    6 
 src/fontfile/catalogue.c     |   36 ++--
 src/fontfile/decompress.c    |    4 
 src/fontfile/dirfile.c       |    8 
 src/fontfile/ffcheck.c       |  172 --------------------
 src/fontfile/fileio.c        |    5 
 src/fontfile/filewr.c        |    2 
 src/fontfile/fontdir.c       |   55 ++----
 src/fontfile/fontfile.c      |   85 ++++------
 src/fontfile/fontscale.c     |    5 
 src/fontfile/gunzip.c        |    8 
 src/fontfile/printerfont.c   |  178 ---------------------
 src/fontfile/register.c      |   43 -----
 src/fontfile/renderers.c     |   12 -
 src/stubs/Makefile.am        |    4 
 src/stubs/fontmod.c          |   14 -
 src/stubs/xpstubs.c          |   21 --
 src/util/atom.c              |    9 -
 src/util/fontnames.c         |   32 +--
 src/util/fontutil.c          |   40 ----
 src/util/fontxlfd.c          |    2 
 src/util/miscutil.c          |   54 ------
 src/util/patcache.c          |   14 -
 src/util/private.c           |   11 -
 src/util/utilbitmap.c        |    6 
 53 files changed, 404 insertions(+), 1670 deletions(-)

New commits:
commit 38bac54519a67ab1a276b66dbaa84a3327ccf827
Author: Adam Jackson <ajax at redhat.com>
Date:   Sat Sep 27 02:06:27 2008 -0400

    Remove some strcasecmp silliness

commit f431b4eb4dc743ccdf94b1b2ed858cc21f63c091
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 23:23:40 2009 -0500

    Allow case insensitive filename matching in fontfile.
    
    Simplify the freetype renderer list to match.

commit 903d39aeea73a973fb8b05ca1ac147c2cca146cb
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 23:21:29 2009 -0500

    Delete some dead ifdefs

commit daa7af2bb2326de363aa5ea51c29616e3634343a
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 23:20:20 2009 -0500

    Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.

commit 6c29007756301f513c0151e2b63af073f310af66
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 23:17:55 2009 -0500

    Drop OS/2 support

commit 0cdc9b8f850342d50b72a57507db3413eacc6fb8
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 23:16:35 2009 -0500

    xalloc -> malloc, etc.

commit 632a2e90a4b209facc84d7a18873f19a720ea7df
Author: Adam Jackson <ajax at redhat.com>
Date:   Sat Sep 27 01:30:13 2008 -0400

    Remove PMF support.
    
    .pmf files are printer font metrics; they have no glyphs, just boxes for
    layout.  They can't possibly be useful in a post-Xprint world.

commit e1927f80deabe0268dc18b4a9f3ceda1325171f5
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 22:57:35 2009 -0500

    Remove printer font support.
    
    Xprint is just insidious, isn't it.

commit 732191d5d6ad58caab25e24df16fb89efaea2e9a
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 22:42:22 2009 -0500

    Remove loadable renderer support.

commit 423d0a2c1dfad969f4a238618811937bc5f49776
Author: Adam Jackson <ajax at redhat.com>
Date:   Sat Sep 27 01:55:47 2008 -0400

    Remove useless #define

commit 50bca6dd881c2d787b3afa4d98a2c2667f767614
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 22:33:06 2009 -0500

    Get rid of a useless array

commit 6ba0565362ba9c8d1037c0e4725cb31faa141656
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 22:29:10 2009 -0500

    const cleanup



More information about the xorg-commit mailing list