summaryrefslogtreecommitdiffstats
path: root/src/libdepixelize/kopftracer2011.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-665/+0
|
* 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)
* 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)
* Updating libdepixelize.Vinícius dos Santos Oliveira2014-03-251-110/+305
| | | | | | | | | | | | | | | | | | | 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)
* cppcheckKris De Gussem2013-10-071-2/+1
| | | (bzr r12669)
* Bumping a new release of libdepixelizeVinícius dos Santos Oliveira2013-10-061-46/+8
| | | (bzr r12663)
* Updating libdepixelize versionVinícius dos Santos Oliveira2013-09-251-0/+7
| | | (bzr r12589)
* Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-231-8/+43
| | | (bzr r12579)
* Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-131-71/+108
| | | (bzr r12506.1.3)
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+433
(bzr r12506.1.1)