+Calculator and code looks
commiteae32f3477ceeb895966c3b89ab4303024630136
authorAlex Klinkhamer <grencez@gmail.com>
Sat, 14 Jun 2008 15:02:25 +0000 (14 11:02 -0400)
committerAlex Klinkhamer <grencez@gmail.com>
Sat, 14 Jun 2008 18:04:20 +0000 (14 14:04 -0400)
tree52017708b0b1d71d55ded235394d066c295c289f
parent3aa1a8da9c727c94cc8e4a491d8e357c296b721a
+Calculator and code looks

Strict button sizes demand strict text sizes. It probably needs more
tweaking, but I don't know much about the matter.

The code doesn't contain tabs anymore, I just realized not everyone uses
vim with 2 spaces per tab. :)
37 files changed:
doc/concatenating.html
doc/crop.html
doc/doing_math.html
doc/get_running.html
doc/index.html
doc/matrix_edit.html
doc/save_restore.html
doc/security_issues.html
run.lisp
src/globals.lisp
src/math/format.lisp
src/math/math.lisp
src/math/matrices.lisp
src/math/row-operns.lisp
src/math/tuples.lisp
src/overload/client-fns.lisp
src/overload/concatenate.lisp
src/overload/crop.lisp
src/overload/format.lisp
src/overload/matrices.lisp
src/overload/overload.lisp
src/overload/row-operns.lisp
src/overload/tuples.lisp
src/parser.lisp
src/save-restore.lisp
src/webui/calcupage.lisp
src/webui/compile-ps.lisp
src/webui/devvars.lisp
src/webui/index.lisp
src/webui/matrixui.lisp
src/webui/psfiles/calcupage-buttons.lisp
src/webui/psfiles/connects.lisp
src/webui/psfiles/matrix-edit.lisp
src/webui/reload.lisp
src/webui/save-restore.lisp
src/webui/serv.lisp
src/webui/webvars.lisp