David Capello
|
71d885d2a0
|
Replace base::clamp -> std::clamp as now we use C++17
|
2022-06-09 19:05:48 -03:00 |
|
David Capello
|
b1016a419f
|
Minor formatting changes
|
2021-01-05 14:43:43 -03:00 |
|
Dan Prince
|
4b0d527505
|
Adds crisp shape rendering for svg file format
|
2020-06-02 00:33:39 +01:00 |
|
David Capello
|
86259a64fc
|
Replace MID() macro with base::clamp() function
In the future we will replace base::clamp() with std::clamp().
|
2020-04-07 19:47:16 -03:00 |
|
David Capello
|
6fff771118
|
Fix crash using mismatch of FormatOptions (fix #2130)
|
2019-08-01 20:20:02 -03:00 |
|
David Capello
|
d32fd97da5
|
Replace base::SharedPtr with std::shared_ptr
We can remove our smart pointer (base::SharedPtr) as we're already
using C++11 compilers on all platforms.
|
2019-08-01 19:16:16 -03:00 |
|
Gaspar Capello
|
b3eba1c952
|
Fix unnecessary warning saving TGA (fix #1830)
|
2019-02-12 19:03:07 -03:00 |
|
Gaspar Capello
|
c1b61fedbf
|
Added svg pixel size dialog (#1911)
|
2018-11-26 12:44:48 -03:00 |
|
Gaspar Capello
|
7564fee319
|
Added basic svg save support (fix #934)
|
2018-10-26 16:12:54 -03:00 |
|