Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-03 | Strip trailing whitespace | Alan Coopersmith | 107 | -1294/+1294 | |
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2011-03-08 | man: replace hard coded section number 3Xt with __libmansuffix__ #35050 | Gaetan Nadon | 55 | -87/+87 | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512130 The Xt manpages are installed in section 3 (and not 3Xt as upstream would have it). But, internal cross-references (in particular, in the SEE ALSO part) are left alone, and keep pointing at Foo(3Xt). The result is that they can't be automatically followed from manpage sanitizers such as dwww or emacs. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||||
2011-01-12 | Add XtAsprintf() as a new exported API | Alan Coopersmith | 3 | -1/+21 | |
Like asprintf() but using XtMalloc() to tie into the Xt memory allocation and error handling subsystems. Bumps libXt version to 1.0.99.1 so that modules can set their pkg-config dependency to libXt >= 1.0.99.1 to require XtAsprintf(). Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-10-06 | Purge cvs tags. | Jesse Adkins | 107 | -456/+1 | |
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2010-08-17 | man: whitespace management | Gaetan Nadon | 1 | -458/+457 | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||||
2010-08-17 | man: store shadow man pages in git rather than generating them | Gaetan Nadon | 161 | -289/+165 | |
Simplify the build process and the makefile. Local fix in CVS for bug 5628 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||||
2010-08-06 | man: using the C preprocessor is not required for man pages. | Gaetan Nadon | 1 | -37/+2 | |
There were no special symbols needing cpp. Everything can be handled by the default MAN_SUBSTS in util-macros. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||||
2009-10-06 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | 1 | -70/+70 | |
Includes adding many $(AM_V_GEN) calls for the AM_SILENT_RULES included by XORG_DEFAULT_OPTIONS when automake-1.11 or newer is used Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-10-06 | Use make rules instead of shell for loops to generate shadow man pages | Alan Coopersmith | 1 | -220/+276 | |
Allows parallel make and simpler build logs/error reporting Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||||
2009-01-30 | Janitor: ansification, make distcheck, compiler warnings, .gitignore. | Paulo Cesar Pereira de Andrade | 1 | -3/+0 | |
Most "compiler" warnings were actually sparse warnings, due to assigning a integer to a pointer, or an external symbol without a previous declaration. | |||||
2008-10-20 | X.Org Bug 17942: libXt manpage formatting | Peter Breitenlohner | 1 | -1/+1 | |
<http://bugs.freedesktop.org/show_bug.cgi?id=17942> | |||||
2007-02-26 | Sync XtGetErrorDatabaseText() prototype with reality. | Matthieu Herrb | 1 | -4/+1 | |
2006-08-30 | Generate the internal manpage section using __libmansuffix__ | David Nusinow | 107 | -107/+107 | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 1 | -0/+0 | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901 | Alan Coopersmith | 1 | -72/+74 | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||||
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | 1 | -3/+3 | |
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-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | 1 | -75/+75 | |
work better with BSD make | |||||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | 1 | -2/+2 | |
suffix rule (reported by Matthieu Herrb) | |||||
2005-10-13 | Add generated man pages to .cvsignore file | Alan Coopersmith | 1 | -0/+1 | |
2005-10-12 | configure.ac Set up cpp pre-processing of man pages Add shadow man pages | Alan Coopersmith | 1 | -2/+645 | |
for man pages that document multiple functions. | |||||
2005-07-09 | Add .cvsignore files | Keith Packard | 1 | -0/+2 | |
2005-05-22 | Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext | Alan Coopersmith | 1 | -109/+109 | |
2005-05-18 | - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8 | Søren Sandmann Pedersen | 1 | -0/+110 | |
- add build system for lib/Xt | |||||
2005-01-19 | doc/man/Xt/Imakefile | Alan Coopersmith | 32 | -45/+84 | |
doc/man/Xt/XtAddCbk.man doc/man/Xt/XtAddIn.man doc/man/Xt/XtAllocGC.man doc/man/Xt/XtAppE.man doc/man/Xt/XtAppEM.man doc/man/Xt/XtAppSTC.man doc/man/Xt/XtClass.man doc/man/Xt/XtConvSt.man doc/man/Xt/XtConvert.man doc/man/Xt/XtCreateSR.man doc/man/Xt/XtDisplayI.man doc/man/Xt/XtErr.man doc/man/Xt/XtErrM.man doc/man/Xt/XtExtEvDis.man doc/man/Xt/XtGEDB.man doc/man/Xt/XtGetANC.man doc/man/Xt/XtGetActK.man doc/man/Xt/XtGetAres.man doc/man/Xt/XtGetSTO.man doc/man/Xt/XtGetSres.man doc/man/Xt/XtInit.man doc/man/Xt/XtInitWC.man doc/man/Xt/XtManChild.man doc/man/Xt/XtOffset.man doc/man/Xt/XtOwnSel.man doc/man/Xt/XtRegDraw.man doc/man/Xt/XtResPA.man doc/man/Xt/XtSession.man doc/man/Xt/XtSetLangP.man doc/man/Xt/XtSetSP.man doc/man/Xt/XtSetVal.man //bugs.freedesktop.org/show_bug.cgi?id=2331> Attachment #1718 <https://bugs.freedesktop.org/attachment.cgi?id=1718> | |||||
2005-01-02 | Fix formatting. | Matthieu Herrb | 1 | -1/+1 | |
2004-10-03 | Xt Manual pages fixes from Dmitry Bolkhovitanov (Bugzilla #1498, $1499). | Matthieu Herrb | 2 | -11/+11 | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | 107 | -107/+107 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 107 | -107/+107 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 107 | -107/+107 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 107 | -107/+107 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 107 | -107/+107 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330 | Egbert Eich | 3 | -6/+6 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16 | Kaleb Keithley | 107 | -2146/+842 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 107 | -351/+672 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 107 | -0/+21252 | |