| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
| |
These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/
Learn more at:
* "Using Meson's automatic dependency manager to build GTK"
** https://www.youtube.com/watch?v=2dB80CjH_3Q
* "The Meson Build System - 4+ years of work to become an overnight success"
** https://www.youtube.com/watch?v=gHdTzdXkhRY
|
| | |
|
| | |
|
| |
|
| |
(bzr r15046)
|
| |\
| |
| | |
(bzr r14059.2.11)
|
| | |
| |
| |
| |
| | |
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc
(bzr r14064)
|
| |/
|
| |
(bzr r14059.2.1)
|
| |\
| |
| | |
(bzr r13341.1.62)
|
| | |
| |
| |
| |
| | |
specifically, fixes this build error: .../include/glibmm-2.4/glibmm/threads.h:201:11: error: field 'gobject_' has incomplete type 'GThread {aka _GThread}'
(bzr r13357)
|
| |/
|
| |
(bzr r13341.1.19)
|
| |
|
| |
(bzr r13313)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update is not focused on new features, but on stability.
Bugs affecting weird image sizes (single line or single row images) were
fixed.
A bug on algorithm that could cause wrong result of heuristics on very
rare images was also fixed. The correct behaviour required storing all
votes before really doing any removal and this extra work made this step
of the algorithm 328% slower on one sample image. If the old *_safe
function was used, the slowdown could be decreased to 7.7% on the same
sample image, but current focus on Inkscape timeline is stabilization,
then I'll delay performance optimization to later. Also, the affected
step is only responsible for 18% (on the maximum case) of the
performance. The performance tests were done using new profiling code
that is disabled by default and shouldn't impact stability.
(bzr r13209)
|
| |
|
| |
(bzr r12811)
|
| |
|
| |
(bzr r12713)
|
| |
|
| |
(bzr r12669)
|
| |
|
| |
(bzr r12663)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1230298
(bzr r12591)
|
| |
|
| |
(bzr r12589)
|
| |
|
| |
(bzr r12579)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1188627
(bzr r12564)
|
| |
|
| |
(bzr r12547)
|
| |
|
| |
(bzr r12506.1.4)
|
| |
|
| |
(bzr r12506.1.3)
|
|
|
(bzr r12506.1.1)
|