Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 88 | -34258/+0 | |
XpConfig -> hw/xprint/config | |||||
2006-06-09 | remove unneeded externs from Xprint/ps/psout.c | Greg Kroah-Hartman | 1 | -3/+1 | |
2006-06-09 | remove unneeded "extern" in Xprint/ddxInit.c | Greg Kroah-Hartman | 1 | -2/+1 | |
2006-06-09 | removed unneeded extern in Xprint/ps/PsWindow.c | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-08 | fix compiler warnings in Xprint/ps/psout.c | Greg Kroah-Hartman | 2 | -4/+5 | |
2006-06-08 | fix compiler warning in Xprint/ps/PsImageUtil.c | Greg Kroah-Hartman | 1 | -0/+1 | |
2006-06-08 | add proper function prototypes for Xprint/ps/PsCache.c to Xprint/ps/Ps.h | Greg Kroah-Hartman | 2 | -1/+9 | |
2006-06-08 | fix compiler warnings in Xprint/ps/PsArea.c | Greg Kroah-Hartman | 2 | -2/+3 | |
2006-06-08 | fix compiler warning in Xprint/ps/PsGC.c | Greg Kroah-Hartman | 1 | -1/+0 | |
2006-06-08 | fix compiler warnings in Xprint/ps/PsFonts.c | Greg Kroah-Hartman | 1 | -3/+1 | |
2006-06-08 | fix compiler warnings in Xprint/ps/PsInit.c | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-08 | fixed compiler warnings in Xprint/ps/PsPixmap.c | Greg Kroah-Hartman | 2 | -1/+5 | |
2006-06-08 | fix compiler warnings in Xprint/ps/PsPolygon.c | Greg Kroah-Hartman | 1 | -3/+1 | |
2006-06-08 | fix compiler warnings in Xprint/ps/PsPrint.c | Greg Kroah-Hartman | 1 | -3/+0 | |
2006-06-08 | remove some compiler warnings in Xprint/ps/PsText.c | Greg Kroah-Hartman | 1 | -5/+1 | |
Note that one of the existing warnings is pointing out a real bug (uninitialized use for fontPage in PsPolyText16()) if anyone really cares about this code. | |||||
2006-06-08 | fix compiler warnings in Xprint/ps/PsWindow.c | Greg Kroah-Hartman | 1 | -2/+2 | |
2006-06-08 | comment out QualifyName in Xprint/Init.c which is not used anymore | Greg Kroah-Hartman | 1 | -0/+2 | |
If someone else wants to delete this function, that's fine with me too. | |||||
2006-06-08 | fix function pointer warning in Xprint/Init.c | Greg Kroah-Hartman | 1 | -1/+1 | |
2006-06-08 | fix already-defined warning in Xprint/Init.c | Greg Kroah-Hartman | 1 | -1/+0 | |
2006-06-08 | fix noDamageExtension warning in Xprint/Init.c | Greg Kroah-Hartman | 1 | -4/+1 | |
Also took out duplicate definition of this variable in mi/miinitext.c | |||||
2006-06-08 | Properly define dispatchExceptionAtReset to fix compiler warnings | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-08 | add some missing function prototypes to Xprint/AttrValid.h to fix compiler ↵ | Greg Kroah-Hartman | 1 | -0/+4 | |
warnings | |||||
2006-06-08 | fix incompatible pointer warning in Xprint/ddxInit.c | Greg Kroah-Hartman | 1 | -1/+1 | |
2006-06-08 | Properly #ifdef out ddxBeforeReset() to fix compiler warning | Greg Kroah-Hartman | 1 | -0/+2 | |
2006-06-08 | remove unused variable warning in Xprint/ddxInit.c | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-07 | Fixed up most "warning: function declaration isn't a prototype" warnings ↵ | Greg Kroah-Hartman | 2 | -6/+4 | |
from Xprint/ | |||||
2006-06-07 | Remove unused variables from Xprint/attributes.c | Greg Kroah-Hartman | 1 | -7/+4 | |
2006-06-07 | remove a bunch of unused variables in Xprint/Init.c (fixing the compiler ↵ | Greg Kroah-Hartman | 1 | -12/+5 | |
warnings) | |||||
2006-06-07 | remove some unused local variables in Xprint/Oid.c | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -22/+0 | |
2006-04-30 | Remove stray mfb/cfb references. | Adam Jackson | 2 | -2/+2 | |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 2 | -6/+0 | |
2006-04-03 | Bug #4766: Convert all Xprint drivers to fb. | Adam Jackson | 7 | -191/+59 | |
2006-04-02 | Fix some includes to point into X11/fonts/ properly. | Adam Jackson | 4 | -8/+8 | |
2006-03-31 | Add full FreeType support for Xprint. (Drew Parsons) | Daniel Stone | 3 | -37/+14 | |
2006-03-28 | Big old pile of warning fixes. | Adam Jackson | 2 | -2/+2 | |
2006-02-13 | HAS_MKSTEMP vs. HAVE_MKSTEMP (From Fredrik Höglund) | Benjamin Herrenschmidt | 1 | -2/+2 | |
2006-01-07 | One more build fix. | Adam Jackson | 1 | -1/+1 | |
2006-01-07 | This version will actually compile | Adam Jackson | 1 | -23/+23 | |
2006-01-06 | Missed file. | Adam Jackson | 1 | -0/+29 | |
2006-01-06 | Bug #5525: Build a working Xprt. (Drew Parsons) | Adam Jackson | 4 | -31/+20 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | 1 | -4/+4 | |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 4 | -4/+9 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 1 | -1/+1 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 4 | -4/+4 | |
application build-time dependencies, and update package deps to work with separate build roots. | |||||
2005-11-13 | Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserver | Alan Coopersmith | 1 | -5/+13 | |
installs manpages into 'man1' instead of 'man1x' | |||||
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 1 | -2/+2 | |
2005-10-15 | Fix typo and add new Makefiles to AC_OUTPUT | Kevin E Martin | 1 | -0/+2 | |
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST | |||||
2005-10-07 | Add Xprint init scrips to EXTRA_DIST. | Kristian Høgsberg | 5 | -1/+5 | |
2005-10-02 | Bug #1465 <https://bugs.freedesktop.org/show_bug.cgi?id=1465> | Alan Coopersmith | 1 | -0/+3 | |
/etc/init.d/Xprint should use PROJECTROOT from build (Grzegorz DÄ?browski) |