wxmaxima:feature/KubaO/image-refactor

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

Branch merges

Branch information

Name:
feature/KubaO/image-refactor
Repository:
lp:wxmaxima

Recent commits

16ec25b... by Kuba Ober <email address hidden>

wip image rework [ci skip]

9051ab1... by Kuba Ober <email address hidden>

Mark an unused parameter.

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

Uniquely own the inner cells - with unique_ptr instead of shared_ptr.

5601db1... by Kuba Ober <email address hidden>

Finish memory-mgmt-4

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

Keep timer by value.

92d80fd... by Kuba Ober <email address hidden>

Declare that MathCtrl in the cell pointers is a constant.

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

Remove redundant code in GroupCell::MarkAsDeleted.

4c1451e... by Kuba Ober <email address hidden>

Decrease the level of indirection in Markdown regex replacers.

2c39344... by Kuba Ober <email address hidden>

Finish memory-mgmt-3

60eaaf5... by Kuba Ober <email address hidden>

Emplace smart pointers in the vector, instead of copying them.