index
:
xorg/app/xpr
master
Print an X window dump from xwd (mirrored from https://gitlab.freedesktop.org/xorg/app/xpr)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-03
xpr 1.2.0
HEAD
xpr-1.2.0
master
Alan Coopersmith
1
-2
/
+2
2024-01-21
configure: Use AC_SYS_LARGEFILE to enable large file support
Alan Coopersmith
1
-0
/
+3
2024-01-21
Modernize lseek() calls
Alan Coopersmith
1
-3
/
+2
2023-02-09
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-11-07
Add support for paper sizes other than 8.5 x 11 inches
Alan Coopersmith
4
-14
/
+301
2022-08-06
No need to bzero() buffers allocated by calloc()
Alan Coopersmith
2
-5
/
+2
2022-08-06
Remove unnnecessary casts from malloc(), calloc(), and free() calls
Alan Coopersmith
3
-21
/
+19
2022-08-06
Use memcpy() instead of memmove() when buffers are known not to overlap
Alan Coopersmith
1
-1
/
+1
2022-07-10
xpr 1.1.0
xpr-1.1.0
Alan Coopersmith
1
-1
/
+1
2022-04-02
xdpr.man: minor corrections
Alan Coopersmith
1
-2
/
+2
2022-04-02
man pages: remove out-of-date COPYRIGHT section
Alan Coopersmith
2
-10
/
+0
2021-12-07
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-11-30
gitlab CI: enable Static Application Security Testing (SAST)
Alan Coopersmith
1
-0
/
+2
2021-11-28
gitlab CI: Use ci-fairy image template
Alan Coopersmith
1
-12
/
+6
2021-11-28
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2021-10-25
remove extra 3rd parameter to open()
Matthieu Herrb
1
-1
/
+1
2021-09-12
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+102
2021-08-02
Remove support for Digital LN03 laser printer
Alan Coopersmith
6
-431
/
+17
2021-08-02
Remove support for Digital LA100 dot matrix printer
Alan Coopersmith
4
-120
/
+5
2021-08-01
xpr.man: show current version in footer instead of X11R6
Alan Coopersmith
1
-1
/
+1
2021-08-01
xpr.man: remove duplicate "HP" from PaintJet XL Color name
Alan Coopersmith
1
-1
/
+1
2021-08-01
Use time_t instead of long with time() & ctime()
Alan Coopersmith
1
-1
/
+1
2018-11-21
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-16
Update README for gitlab migration
Alan Coopersmith
3
-27
/
+19
2018-05-05
Standardize indentation in validate_visual()
Alan Coopersmith
1
-4
/
+12
2018-03-09
xpr 1.0.5
xpr-1.0.5
Alan Coopersmith
1
-1
/
+1
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2015-12-05
Fix man page references to X(1) to use __miscmansuffix__
Alan Coopersmith
2
-4
/
+4
2014-10-24
More constification
Alan Coopersmith
1
-11
/
+13
2014-10-24
Use strcmp() to compare strings and simplify options parser.
Matthieu Herrb
1
-227
/
+125
2014-06-01
Add -version option to print program version
Alan Coopersmith
2
-0
/
+17
2014-06-01
Print which option was in error along with usage message
Alan Coopersmith
2
-49
/
+72
2014-06-01
Fix "missmatch" typo in error message
Alan Coopersmith
1
-1
/
+1
2014-06-01
Combine strings in usage message
Alan Coopersmith
1
-21
/
+22
2014-06-01
Remove old CVS id tags
Alan Coopersmith
8
-15
/
+0
2014-06-01
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-01
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2014-06-01
This is not a GNU project, so declare it foreign.
Alan Coopersmith
4
-1
/
+1
2013-11-19
Remove unneeded uses of <math.h> & -lm
Alan Coopersmith
2
-2
/
+1
2012-03-31
xpr 1.0.4
xpr-1.0.4
Alan Coopersmith
1
-1
/
+1
2011-11-11
Use memmove rather than bcopy
Jeremy Huddleston
2
-4
/
+6
2011-10-06
Add _X_NORETURN to usage() & leave() as suggested by gcc -Wmissing-noreturn
Alan Coopersmith
2
-2
/
+2
2011-10-06
Add const attributes to fix gcc -Wwrite-strings warnings
Alan Coopersmith
2
-3
/
+3
2011-10-06
Fix printf type warnings in LP64 builds
Alan Coopersmith
1
-1
/
+1
2011-10-06
Strip trailing whitespace
Alan Coopersmith
8
-64
/
+64
2011-01-29
Define pixel mask constant as unsigned long
Alan Coopersmith
1
-1
/
+1
2011-01-29
Refactor invalid depth error reporting to allow printf format checking
Alan Coopersmith
1
-8
/
+16
2011-01-29
Replace gcc noreturn & printf attributes with macros from <X11/Xfuncproto.h>
Alan Coopersmith
2
-5
/
+3
[next]