Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
make distcheck and all gcc 4.3 and sparse warnings.
|
|
|