2023-05-05 10:21:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xcalc: update to 1.1.2.
Alan Coopersmith (7):
gitlab CI: stop requiring Signed-off-by in commits
Add -version option
Fix -version handling to not require opening a display first
Stop casting function returns to void
Add -help option
Accept number keys on main keyboard when NumLock is on
xcalc 1.1.2
Michael Bäuerle (1):
Key color highlighting still incorrect
|
2023-01-27 11:04:56 by Michael Baeuerle | Files touched by this commit (1) |
Log message:
x11/xcalc: Add missing patch
Thanks to wiz@ for pointing out.
|
2023-01-27 10:35:41 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
x11/xcalc: Add patch for TI-30 key color highlighting.
Bump PKGREVISION.
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-04-03 20:38:22 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xcalc: update to 1.1.1.
This release fixes a regression introduced in xcalc 1.1.0 which caused
the wrong set of buttons to be colored for the digit keys in TI mode.
Alan Coopersmith (6):
TI mode: correct key color highlighting
Fix spelling/wording issues
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
man page: remove out-of-date COPYRIGHT section
xcalc 1.1.1
|
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.
|
2019-06-11 10:18:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xcalc: update to 1.1.0.
This release adds base conversion (decimal, octal, hexadecimal),
bitwise ops (and, or, xor, not, shift left/right, truncate), and
a modulo operator to the default TI (infix, i.e. not RPN/postfix)
calculator mode. It also binds the Return key to the "=" button.
Thanks to Tim Hentenaar for contributing this feature.
Alan Coopersmith (5):
Add bitwise ops and base conversion (DEC/OCT/HEX) to man page
Pass -D_CONST_X_STRING to make libXt declare String as const char *
Fix -Wsign-compare warning in Syntax() function
Fix -Wsign-compare warning in quit() function
xcalc 1.1.0
Tim Hentenaar (1):
Add bitwise ops and base conversion (DEC/OCT/HEX) in TI mode
|
2019-02-18 00:09:43 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xcalc: update to 1.0.7.
This release fixes things that cause warnings from gcc or cppcheck,
as well as assorted build system maintenance and tuneups.
Alan Coopersmith (5):
Fix misleading indentation in math.c
Reword fall through comments to appease gcc -Wimplicit-fallthrough
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
xcalc 1.0.7
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
Stéphane Aulery (2):
Reduce scope of cell (cppcheck --verbose --enable=all)
Reduce scope of i (cppcheck --verbose --enable=all)
|