CVS Update: xc (branch: trunk)

Roland Mainz xorg-commit at cvs.freedesktop.org
Mon Jan 3 03:06:36 EET 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	gisburn at gabe.freedesktop.org	05/01/02 17:06:36

Log message:
  2005-01-03 Roland Mainz <roland.mainz at nrubsig.org>
    * xc/lib/XprintAppUtil/xpapputil.c
    * xc/lib/XprintAppUtil/xpapputil.h
    * xc/lib/XprintUtil/xprintutil.c
    * xc/lib/XprintUtil/xprintutil.h
    * xc/programs/glxgears/glxgears.c
    * xc/programs/xdbedizzy/xdbedizzy.c
    * xc/programs/xedit/Xedit-xprint.ad
    * xc/programs/xedit/commands.c
    * xc/programs/xlogo/print.c
    * xc/programs/xlsfonts/xlsfonts.c
    * xc/programs/xlsfonts/xlsfonts.man
    * xc/programs/xlsfonts/xlsfonts.sgml
    * xc/programs/xman/Xman-xprint.ad
    * xc/programs/xman/handler.c
    * xc/programs/xman/print.c
    * xc/programs/xman/print.h
    * xc/programs/xmore/XMore.ad
    * xc/programs/xmore/print.c
    * xc/programs/xmore/print.h
    * xc/programs/xmore/printdialog.c
    * xc/programs/xmore/printdialog.h
    * xc/programs/xmore/printdialogprivates.h
    * xc/programs/xmore/xmore.c
    * xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
    * xc/programs/xphelloworld/xphelloworld/xphelloworld.c
    * xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
    * xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
    * xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
    * xc/programs/xplsprinters/xplsprinters.c
    * xc/util/memleak/getretmips.c
    Bugzilla #1706 (https://bugs.freedesktop.org/show_bug.cgi?id=1706)
    attachment #1615 (https://bugs.freedesktop.org/attachment.cgi?id=1615):
    XprintUtils 2004/Q3 update. This adds various new features to the
    XprintUtils library including support for page resolutions where
    X_resolution!=Y_resolution, listfonts-mode control and initial framework
    for the COLORSPACE extension.
    Patch by Roland Mainz <roland.mainz at nrubsig.org> and Julien Lafon
    <julien.lafon at gmail.com>.

Modified files:
      ./:
        ChangeLog 
      xc/lib/XprintAppUtil/:
        xpapputil.c xpapputil.h 
      xc/lib/XprintUtil/:
        xprintutil.c xprintutil.h 
      xc/programs/glxgears/:
        glxgears.c 
      xc/programs/xdbedizzy/:
        xdbedizzy.c 
      xc/programs/xedit/:
        Xedit-xprint.ad commands.c 
      xc/programs/xlogo/:
        print.c 
      xc/programs/xlsfonts/:
        xlsfonts.c xlsfonts.man xlsfonts.sgml 
      xc/programs/xman/:
        Xman-xprint.ad handler.c print.c print.h 
      xc/programs/xmore/:
        XMore.ad print.c print.h printdialog.c printdialog.h 
        printdialogprivates.h xmore.c 
      xc/programs/xphelloworld/xpawhelloworld/:
        xpawhelloworld.c 
      xc/programs/xphelloworld/xphelloworld/:
        xphelloworld.c 
      xc/programs/xphelloworld/xpsimplehelloworld/:
        xpsimplehelloworld.c 
      xc/programs/xphelloworld/xpxmhelloworld/:
        xpxmhelloworld.c 
      xc/programs/xphelloworld/xpxthelloworld/:
        xpxthelloworld.c 
      xc/programs/xplsprinters/:
        xplsprinters.c 
  
  Revision      Changes    Path
  1.633         +42 -2     xc/ChangeLog
  1.3           +9 -10     xc/lib/XprintAppUtil/xpapputil.c
  1.3           +2 -1      xc/lib/XprintAppUtil/xpapputil.h
  1.3           +480 -47   xc/lib/XprintUtil/xprintutil.c
  1.3           +37 -6     xc/lib/XprintUtil/xprintutil.h
  1.8           +3 -2      xc/programs/glxgears/glxgears.c
  1.2           +5 -4      xc/programs/xdbedizzy/xdbedizzy.c
  1.2           +2 -0      xc/programs/xedit/Xedit-xprint.ad
  1.6           +2 -1      xc/programs/xedit/commands.c
  1.2           +3 -2      xc/programs/xlogo/print.c
  1.5           +24 -0     xc/programs/xlsfonts/xlsfonts.c
  1.5           +10 -2     xc/programs/xlsfonts/xlsfonts.man
  1.3           +18 -0     xc/programs/xlsfonts/xlsfonts.sgml
  1.2           +2 -0      xc/programs/xman/Xman-xprint.ad
  1.6           +2 -1      xc/programs/xman/handler.c
  1.3           +30 -15    xc/programs/xman/print.c
  1.2           +1 -0      xc/programs/xman/print.h
  1.4           +2 -0      xc/programs/xmore/XMore.ad
  1.6           +29 -15    xc/programs/xmore/print.c
  1.4           +1 -0      xc/programs/xmore/print.h
  1.5           +56 -15    xc/programs/xmore/printdialog.c
  1.4           +5 -4      xc/programs/xmore/printdialog.h
  1.2           +6 -0      xc/programs/xmore/printdialogprivates.h
  1.4           +2 -1      xc/programs/xmore/xmore.c
  1.4           +6 -5      xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
  1.3           +1 -1      xc/programs/xphelloworld/xphelloworld/xphelloworld.c
  1.3           +4 -3      xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
  1.3           +6 -5      xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
  1.3           +5 -4      xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
  1.4           +18 -11    xc/programs/xplsprinters/xplsprinters.c




More information about the xorg-commit mailing list