[stsf-commit] CVS Update: stsf (branch: trunk)

Alexander Gelfenbain stsf-commit at pdx.freedesktop.org
Mon May 24 19:47:25 PDT 2004


CVSROOT:	/cvs/stsf
Module name:	stsf
Changes by:	adg at pdx.	04/05/24 19:47:25

Log message:
  re-implemented the font server protocol

Modified files:
      ./:
        ChangeLog 
      stsf/STClientLibrary/src/:
        STGlyphVector.c STInternal.c STLine.c connection.h 
        libtest.c serverconnection.c stperf.c 
      stsf/STFontServer/dropins/freetype2/:
        ft2_glue.c 
      stsf/STFontServer/loader/:
        stfsloader.c 
      stsf/STFontServer/src/:
        handler.c handler.h makefile saverestore.c stfs-door.c 
        stfs.h 
      stsf/interface/:
        fontserver.h makefile sttypes.tmpl 
      stsf/stsflib/:
        fscomm.c fscomm.h stsfutil.c stsfutil.h 
Added files:
      stsf/interface/:
        VERSION genversion.py stprivate.h 
Removed files:
      stsf/interface/:
        genproto.py genstsf.py interface.xml protocol.xml 
        stprivate.tmpl 
  
  Revision      Changes    Path
  1.16          +59 -0     stsf/ChangeLog
  1.4           +9 -3      stsf/STClientLibrary/src/STGlyphVector.c
  1.2           +2 -2      stsf/STClientLibrary/src/STInternal.c
  1.2           +9 -9      stsf/STClientLibrary/src/STLine.c
  1.2           +16 -16    stsf/STClientLibrary/src/connection.h
  1.2           +3 -3      stsf/STClientLibrary/src/libtest.c
  1.3           +800 -865  stsf/STClientLibrary/src/serverconnection.c
  1.3           +3 -3      stsf/STClientLibrary/src/stperf.c
  1.2           +43 -12    stsf/STFontServer/dropins/freetype2/ft2_glue.c
  1.2           +57 -43    stsf/STFontServer/loader/stfsloader.c
  1.4           +438 -630  stsf/STFontServer/src/handler.c
  1.2           +12 -19    stsf/STFontServer/src/handler.h
  1.7           +2 -2      stsf/STFontServer/src/makefile
  1.4           +4 -4      stsf/STFontServer/src/saverestore.c
  1.5           +227 -233  stsf/STFontServer/src/stfs-door.c
  1.3           +4 -6      stsf/STFontServer/src/stfs.h
  1.4           +8 -68     stsf/interface/fontserver.h
  1.6           +6 -18     stsf/interface/makefile
  1.7           +38 -4     stsf/interface/sttypes.tmpl
  1.3           +15 -16    stsf/stsflib/fscomm.c
  1.3           +14 -7     stsf/stsflib/fscomm.h
  1.9           +41 -1     stsf/stsflib/stsfutil.c
  1.5           +5 -1      stsf/stsflib/stsfutil.h




More information about the stsf-commit mailing list