2024-07-07 11:08:57 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Fix build failure on Linux by disabling unused gettext
|
2024-03-04 00:11:30 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xfontsel: update to 1.1.1.
Alan Coopersmith (5):
Use gettext() to localize messages if available
include config.h in xfontsel.c before checking for USE_GETTEXT
Print which arguments were unknown before giving usage message
Add -help and -version options
xfontsel 1.1.1
Thomas Kuehne (1):
Fixed -Wshadow declaration warnings
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-07-11 21:35:39 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xfontsel: update to 1.1.0.
This release adds two small new features - a "Reset" button to reset
all the selections back to the initial values, and when given the "-scaled"
option fetch the actual screen resolution and add that to the list of
available resolutions for the resX and resY menus.
Alan Coopersmith (11):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
man page: remove out-of-date COPYRIGHT section
const cleanup
Fix -Wsign-compare warning from gcc
Clean up variable scoping in GetFontNames()
mark Quit() & QuitAction() as noreturn
gitlab CI: stop requiring Signed-off-by in commits
xfontsel 1.1.0
Alexander Gromnitsky (1):
Add 'reset' button
Greg A. Woods (1):
include actual screen resolution in the resX & resY menus
Thomas Kuehne (1):
Fixed -Wmissing-field-initializers warning
|
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-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.
|
2018-03-10 09:01:02 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xfontsel: update to 1.0.6.
Alan Coopersmith (7):
Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Get rid of some extraneous ; at the end of C source lines
xfontsel 1.0.6
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-05-18 15:34:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.0.5:
This minor bugfix release finally fixes my long-festering pet peeve with
this tool - when a font fails to load, it will now continue to update the
text sample area instead of letting it accumulate menu images and other
failed repaint turds. There's a few other small changes too, but no one
will notice them.
Alan Coopersmith (6):
Combine usage message strings
Prevent memory leak in GetFontNames if no fonts are matched
Remove extraneous braces left from commit 1d6970a838d4ed42a
When font fails to load, grey out text instead of unmapping text widget
Use C99 struct initializer for parseRec in GetFontNames()
xfontsel 1.0.5
|