summaryrefslogtreecommitdiff
path: root/Xprint/attributes.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-18Xprint/ -> hw/xprintAdam Jackson1-1737/+0
XpConfig -> hw/xprint/config
2006-06-07Fixed up most "warning: function declaration isn't a prototype" warnings ↵Greg Kroah-Hartman1-1/+1
from Xprint/
2006-06-07Remove unused variables from Xprint/attributes.cGreg Kroah-Hartman1-7/+4
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-2/+2
2005-07-12Make Xprt run when linked against Xlib for XrmKeith Packard1-4/+10
2005-07-07More compiler warning fixes for missing prototypes:Alan Coopersmith1-1/+2
Add prototype for XkbSetExtension() Add #include <ctype.h> for isspace() & isdigit() Add #include <grp.h> (for initgroups()) and remove extra * Add prototype for xorgGetVersion()
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-04-11xc/programs/Xserver/Xprint/attributes.cRoland Mainz1-12/+129
xc/programs/glxgears/glxgears.c xc/programs/xdbedizzy/xdbedizzy.c xc/programs/xedit/Imakefile xc/programs/xedit/Xedit-xprint.ad xc/programs/xedit/util.c xc/programs/xedit/xedit.h xc/programs/xlogo/print.c xc/programs/xlogo/xlogo.c xc/programs/xlogo/xlogo.h xc/programs/xman/Imakefile xc/programs/xman/print.h xc/programs/xmore/Imakefile xc/programs/xmore/print.c xc/programs/xmore/print.h xc/programs/xmore/printdialog.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 //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379 (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support client+Xserver support for passing output (stdout+stderr) of the spooler command started by the Xprint server back to the application using the "xp-spooler-command-results" XPJobAttr attribute (applications can fetch the attribute value after the XPEndJobNotify event was received; more details can be found in http://xprint.mozdev.org/docs/dtprint_fspec.ps).
2005-01-10//bugs.freedesktop.org/show_bug.cgi?id=2254) attachment #1659Roland Mainz1-28/+0
(https://bugs.freedesktop.org/attachment.cgi?id=1659): Refix for gcc4.0 build failure. It seems that the |ExecCommand()| function has no consumer and can safely be removed.
2005-01-03Added missing return value (Bugzilla #2205) Problem found by Stefan Kulow.Egbert Eich1-1/+1
2004-10-15Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1647 - Fix theRoland Mainz1-0/+2
problem that |XpSubmitJob()| returns a random value (patch by Stefan Dirsch/SuSE).
2004-07-19Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=893 - Fixing theRoland Mainz1-1/+6
bug that Xprt did not honor ${LC_ALL} when looking for model-config dirs.
2004-06-22Fix for http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=789 : AddingRoland Mainz1-1/+7
a workaround for the issue that Xprt may hang when the CUPS spooler frontend sends messages to stdout.
2004-05-08Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=608Roland Mainz1-1/+8
("Can not print on Debian/CUPS due to error |Xprt_64:lpr: unable to print file: server-error-not-accepting-jobs|"): Xprt did not setup the list of supplementary group ids, causing print failure when the the calling user must be a member in a specific group to be allowed to print.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-35/+102
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-12-19XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902Kaleb Keithley1-2/+2
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-6/+6
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley1-130/+108
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+1575