2024-08-02 09:08:15 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
x11perf: update to 1.7.0nb2.
This release adds support for the -version option, splits up the output \
of \
-help into several subsections ("-help [options|tests|all]"), and \
\
adds several new tests, which are included under the -v1.7 option:
-tileftext Char in 80-char line tiled (6x13)
-putimagexybitmap10 PutImage XYBitmap 10x10 square
-putimagexybitmap100 PutImage XYBitmap 100x100 square
-putimagexybitmap500 PutImage XYBitmap 500x500 square
-shmputxybitmap10 ShmPutImage XYBitmap 10x10 square
-shmputxybitmap100 ShmPutImage XYBitmap 100x100 square
-shmputxybitmap500 ShmPutImage XYBitmap 500x500 square
Alan Coopersmith (17):
Strip trailing whitespace from source files
configure: use @-style substitutions for man pages instead of __-style
man pages: use .BR markup for references to other man pages
x11perf.man: Add xybitmap putimage tests
x11perf.man: Add tiled text test
x11perf.man: Add tests for ShmGetImage
x11perf.man: Add tests for anti-aliased trapezoids
x11perf.man: Add missing tests inherited from X11R6.6
x11perf.man: Add missing tests inherited from XFree86 4.3
Add -v1.6 & -v1.7 to recognized version flags
Add -version option
Mark tests introduced since version 1.6 as version 1.7
Mark tests introduced in version 1.6 as version 1.6 & later
Add -help [options|tests|all] and remove tests from default usage message
When users give invalid arguments, tell them what they did wrong
Include both option name & argument in invalid argument errors
x11perf 1.7.0
Keith Packard (11):
Ensure that vertical/horizontal segments do not overlap
Set position of the status window based on perf window pos
Ensure that 100x100 rectangles do not overlap
Ensure that 100x100 rectangle outlines do not overlap
Eliminate overlaps in rects and traps
Add tiled text test
Make put image tests work with planemasks
Add xybitmap putimage tests
Don't try to make XOR 'look good'. Best to make it visible.
Validate fonts used in Xft tests
Fix core AA text tests which now fail due to change in fontconfig
Mike A. Harris (1):
Move x11perfcomp scripts into datadir
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-10-30 02:08:02 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
x11perf: update to 1.6.2.
Aaron Plattner (1):
tests: Skip trapezoids for unsupported XRender formats
Alan Coopersmith (6):
Fix spelling/wording issues
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Variable scope reductions as recommended by cppcheck
Stop casting return value of malloc() and calloc()
x11perf 1.6.2
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-03-17 12:12:51 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
x11perf: update to 1.6.1.
This is a minor maintainance and bug fix release.
Adam Jackson (1):
tests: Fix thinko in minpixwin50
Alan Coopersmith (4):
Update minpixwin info in man page to match implemenation
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
x11perf 1.6.1
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Niveditha Rau (1):
Add new options from 1.6.0 release to man page
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Thomas Klausner (1):
Make NameFromFormat() const.
|