summaryrefslogtreecommitdiffstats
path: root/src/libdepixelize (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-2916-4711/+0
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-31/+0
| | | | | | | | | | 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
* [meson-build] libdepixelizeFelipe Corrêa da Silva Sanches2018-03-171-0/+31
|
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-22/+0
| | | (bzr r15046)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-6/+1
|\ | | | | (bzr r14059.2.11)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-6/+1
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
|/ | | (bzr r14059.2.1)
* Update to latest tip (trunk r13432)Liam P. White2014-06-191-2/+2
|\ | | | | (bzr r13341.1.62)
| * fix build for some (windows 64 bit devlibs attempt)Johan B. C. Engelen2014-05-111-0/+2
| | | | | | | | | | 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)
* | fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-132-1/+4
|/ | | (bzr r13341.1.19)
* Update CMake FilesCampbell Barton2014-04-271-2/+2
| | | (bzr r13313)
* Updating libdepixelize.Vinícius dos Santos Oliveira2014-03-255-158/+655
| | | | | | | | | | | | | | | | | | | 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)
* fix warningKris De Gussem2013-11-131-1/+1
| | | (bzr r12811)
* cppcheckKris De Gussem2013-10-221-2/+2
| | | (bzr r12713)
* cppcheckKris De Gussem2013-10-071-2/+1
| | | (bzr r12669)
* Bumping a new release of libdepixelizeVinícius dos Santos Oliveira2013-10-066-181/+299
| | | (bzr r12663)
* Fix make distRyan Lerch2013-09-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1230298 (bzr r12591)
* Updating libdepixelize versionVinícius dos Santos Oliveira2013-09-251-0/+7
| | | (bzr r12589)
* Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-2311-106/+667
| | | (bzr r12579)
* Fix make distAlex Valavanis2013-09-211-4/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1188627 (bzr r12564)
* updates for cmakeCampbell Barton2013-09-191-2/+11
| | | (bzr r12547)
* Missing file from libdepixelizeVinícius dos Santos Oliveira2013-09-131-0/+123
| | | (bzr r12506.1.4)
* Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-139-195/+121
| | | (bzr r12506.1.3)
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-1214-0/+3504
(bzr r12506.1.1)