wxmaxima:feature/KubaO/configuration-refactor-2

Last commit made on 2020-07-10
Get this branch:
git clone -b feature/KubaO/configuration-refactor-2 https://git.launchpad.net/wxmaxima

Branch merges

Branch information

Name:
feature/KubaO/configuration-refactor-2
Repository:
lp:wxmaxima

Recent commits

52b5468... by Kuba Ober <email address hidden>

WIP2 [ci skip]

4226a43... by Kuba Ober <email address hidden>

WIP

eb71280... by Kuba Ober <email address hidden>

Implement replacement for std::clamp.

7704ed9... by Kuba Ober <email address hidden>

Factor out escape codes.

83dddcf... by Kuba Ober <email address hidden>

Get rid of manual memory management in GroupCell::ToTeXCodeCell.

4640d88... by Kuba Ober <email address hidden>

Lessen copying in Svg decompression and parsing.

62c6a58... by Wolfgang Dautermann <email address hidden>

Manual: Improve text about greek letters / unicode.

especially:
"using a Lisp compiler that either supports lisp" -->
"using a Lisp compiler that either supports unicode"

f7c87ee... by Kuba Ober <email address hidden>

Feature/refactor clipboard and export (#1275)

* Factor out common file render code.

* Fix the incorrect format of the WMF/EMF metafile copied to clipboard on Windows.

947c48b... by PeterPall

Numpad enter evaluates.

Resolves #1239

bb2c6c8... by PeterPall

AltGr is kind of Shift+Alt, but isn't

Alt+a is an ordinary "a" that we want to use as a hotkey, not
as an "a". And I hope no-one has a keyboard that requires
the ALT key to be pressed for typing latin letters as I somehow
seem to run out of ideas on how to decide which keypress is meant to
produce letters.

At least #1273 should be resolved now.