Commit graph

59 commits

Author SHA1 Message Date
Alan Coopersmith
2197ca8cbb Improve man page formatting
Fix 'mandoc: man/Xcursor.3:74:15: WARNING: cannot parse date,
 using it verbatim: TH libXcursor 1.2.3' and use .BR markup for
references to other man pages

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/merge_requests/26>
2025-07-13 14:57:48 -07:00
Haelwenn (lanodan) Monnier
f9a2078c0f Add SPDX-License-Identifier: HPND-sell-variant
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/merge_requests/25>
2025-06-16 12:32:52 +02:00
Thomas E. Dickey
00a59a7199
changes will suggest new release
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2024-11-03 18:58:01 -05:00
Thomas E. Dickey
83071fff3f
document/tidy the new set/get functions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2024-11-03 18:57:56 -05:00
Thomas E. Dickey
fa5c5bb1bd
document the new XCURSOR_RESIZED environment variable and resource "resized"
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2024-11-03 18:57:49 -05:00
Thomas E. Dickey
e1b6d3abb4
improve manpage formatting
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2024-11-03 18:56:44 -05:00
Thomas E. Dickey
13ca987eaf
mention "Inherits=" lists
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-05-05 20:18:31 -04:00
Thomas E. Dickey
403bb32d5f
eliminate special escaping for "/*" which produces look-alike Unicode for
newer groff (making select/paste useless), but is not necessary with
groff, mandoc or Solaris 10 nroff.

Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-19 17:16:15 -04:00
Thomas E. Dickey
1ab5ffa9e3
fix a typo and a style issue
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-19 17:16:08 -04:00
Thomas E. Dickey
9898afadfb
update copyright notice
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:31 -04:00
Thomas E. Dickey
d64dda62de
fix raggedy prototypes and structure declarations using tabstops in appropriate macros
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:26 -04:00
Thomas E. Dickey
8560016436
document the API called from libX11
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:22 -04:00
Thomas E. Dickey
bacd41c0c0
document the cursor-comments functions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:17 -04:00
Thomas E. Dickey
821254578e
document the animation support functions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:13 -04:00
Thomas E. Dickey
2695829868
improve explanation of Xcursor's search algorithm
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:09 -04:00
Thomas E. Dickey
80cd802e0c
start on the animated cursors; fixup whitespace
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:05 -04:00
Thomas E. Dickey
36650c9455
update ".so" links, and fix a special case for "const char *" in parsing function-names
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:10:01 -04:00
Thomas E. Dickey
23a0faa129
document the cursor-load functions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:56 -04:00
Thomas E. Dickey
5b15abee96
add see-also section
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:52 -04:00
Thomas E. Dickey
8ca8885d31
document the library-attributes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:48 -04:00
Thomas E. Dickey
61adeda1d3
document the theme_core setter/getter functions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:44 -04:00
Thomas E. Dickey
f5b6dc1af2
improve explanation for functions which load images
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:40 -04:00
Thomas E. Dickey
bd591012ed
italicize parameter names, for readability
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:35 -04:00
Thomas E. Dickey
438e798b34
correct a prototype
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:30 -04:00
Thomas E. Dickey
a383f6cc5d
further formatting fixes. added script to create/find ".so" files which are missing
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:25 -04:00
Thomas E. Dickey
1fd32263c0
make the function-prototypes easier to read, by eliminating hyphenation and filling
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:21 -04:00
Thomas E. Dickey
979809b752
document the other environment variables
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2021-03-17 19:09:16 -04:00
Alan Coopersmith
e086eb1bf4 Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{\s+$}{\n}'
git diff -w & git diff -b show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-16 21:26:17 -07:00
Gaetan Nadon
de50317ec4 config: perform XCURSORPATH formatting in man/Makefile.am
We can skip the extra step of using XCURSORPATH_LIST in configure.ac.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-02-02 17:08:19 -05:00
Gaetan Nadon
42b7717c32 man: whitespace management
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16 19:28:57 -04:00
Gaetan Nadon
862bc06d58 man: reorder makefile statements
No functional change. Shadows are part of libman_PRE.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16 19:25:25 -04:00
Gaetan Nadon
b18568dd5b man: store shadow man pages in git rather than generating them
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-16 19:23:57 -04:00
Gaetan Nadon
68d830bcf6 config: upgrade to util-macros 1.8 for additional man page support
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16 19:05:35 -04:00
Paulo Cesar Pereira de Andrade
f00ae32322 Janitor: make distcheck, compiler warnings, extra .gitignore files. 2009-01-29 15:34:11 -02:00
Alan Coopersmith
5a2601740d Make shadow man pages for each function 2007-08-22 19:40:55 -07:00
Alan Coopersmith
fef474da69 Add XCURSOR_PATH to man page 2007-08-21 19:45:35 -07:00
Alan Coopersmith
a9ccf1bd91 Use cursorpath found by configure in man page 2007-08-21 19:33:00 -07:00
Alan Coopersmith
932965298c Use $prefix & $ICONDIR settings from configure for default path in manpage
(Stop hardcoding /usr/X11R6 & /usr/share in the paths shown.)
2006-10-06 16:44:37 -07:00
Alan Coopersmith
f591196271 Xcursor.man formatting cleanups 2006-10-06 16:22:52 -07:00
Alan Coopersmith
c7d048dacf Use version number from configure.ac in Xcursor.man instead of "Version 1.0" 2006-08-24 19:21:47 -07:00
Alan Coopersmith
c7886900f1 Man page typo fixes (pimaps, directorys) 2006-08-24 18:42:03 -07:00
Alan Coopersmith
2f08984396 renamed: .cvsignore -> .gitignore 2006-07-13 14:58:50 -07:00
Kevin E Martin
af09e8d8ed Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 2005-12-06 22:48:42 +00:00
Alan Coopersmith
a3ddd7c6aa Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:03:05 +00:00
Alan Coopersmith
54d9a60a18 Use $(LIB_MAN_SUFFIX) instead of forcing man page into section 3. 2005-11-13 17:59:28 +00:00
Alan Coopersmith
b1bc7d7328 Use troff macros to prevent cpp eating C comments & #defines that are
supposed to appear in man page output.
2005-10-13 02:22:47 +00:00
Keith Packard
9ffefcd641 Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory 2005-07-09 06:13:36 +00:00
Søren Sandmann Pedersen
89e52cde6e Remove experiment with calling the man page file 4x 2005-06-08 20:51:37 +00:00
Søren Sandmann Pedersen
5589b4f6a3 Remove all the not found with pkgconfig stuff 2005-06-08 20:44:18 +00:00
Søren Sandmann Pedersen
4070c0af6c - Add Xcursor build system 2005-06-08 19:15:43 +00:00