summaryrefslogtreecommitdiff
path: root/app-defaults
AgeCommit message (Collapse)Author
2023-01-26Key color highlighting still incorrectMichael Bäuerle
Update red keys on right and make the hexadecimal digit keys white too Fixes: 19eb8ce ("TI mode: correct key color highlighting") Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-09-17TI mode: correct key color highlightingAlan Coopersmith
Decimal number key mapping in XCalc-color was offset after adding the bitwise ops & base conversion keys in commit c4f1bdb1 Fixes: #2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-02-18Add bitwise ops and base conversion (DEC/OCT/HEX) in TI modeTim Hentenaar
These operations implicitly truncate their parameters, and result to integers: * not * and * or * xor * shl * shr * mod * trunc Base 2 was left out of the base conversion code intentionally as it would require making the UI at least one third wider. Attempts to change base with negative values will simply display "error." Note that with larger numbers, the result may be inaccurate due to rounding. I've also bound the Return key to the equal() action. Signed-off-by: Tim Hentenaar <tim@hentenaar.com>
2011-09-28Strip trailing whitespaceAlan Coopersmith
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-20Purge RCS/CVS version tagsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-01-12Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
2008-03-27Build fix for file systems that are not case sensitiveJeremy Huddleston