summaryrefslogtreecommitdiffstats
path: root/src/trace (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-212-6/+6
| | | (bzr r13817)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-3/+3
| | | (bzr r13809)
* undo whitespace edit. it's an external dependency, and let's assume that the ↵Johan B. C. Engelen2014-10-121-1040/+1019
| | | | | potential bug is not a bug (line 611, possibly uninitialized used of prev[i]) (bzr r13594)
* Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen2014-10-121-1019/+1040
| | | (bzr r13593)
* Warning cleanups.Jon A. Cruz2014-03-181-1/+1
| | | (bzr r13162)
* part of patch by David Evans to fix C++11 buildJohan B. C. Engelen2013-11-121-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801)
* fix warningKris De Gussem2013-10-291-1/+1
| | | (bzr r12748)
* Fix format security errorsAlex Valavanis2013-09-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* Fix colors when tracingKrzysztof Kosi??ski2013-09-191-2/+2
| | | (bzr r12541)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-1/+1
|\ | | | | (bzr r12532)
| * Merged from trunk (r12465).Markus Engel2013-08-041-7/+11
| |\ | | | | | | (bzr r11608.1.119)
| * | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | | | | | | | (bzr r11608.1.111)
* | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-3/+22
| |/ |/| | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | fix initializationJohan B. C. Engelen2013-08-031-7/+11
|/ | | (bzr r12459)
* Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens2013-06-122-23/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370)
* Drop remaining unused functionsAlex Valavanis2013-03-181-1/+1
| | | (bzr r12224)
* cppcheckKris De Gussem2013-03-161-2/+2
| | | (bzr r12217)
* removing some more unused functionsKris De Gussem2013-01-304-124/+0
| | | (bzr r12076)
* fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem2013-01-232-8/+10
| | | (bzr r12057)
* Fixed memory leaksKris De Gussem2013-01-201-37/+45
| | | (bzr r12050)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-6/+5
| | | (bzr r11874)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-6/+10
| | | (bzr r11737)
* cppcheckKris De Gussem2012-03-073-11/+4
| | | (bzr r11052)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+3
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-061-8/+10
| | | (bzr r10946)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-064-5/+4
| | | (bzr r10940)
* cppcheck tells us: Memory leak: potraceBitmapKris De Gussem2012-01-151-30/+16
| | | | | -> fixed, between new and old code position, keepGoing is not modified (bzr r10890)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| | | (bzr r10830)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
| | | (bzr r10766.1.1)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cppcheck: initialisation and warning cleanupKris De Gussem2011-11-184-22/+36
| | | (bzr r10744)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-272-37/+18
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-252-13/+8
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-211-3/+3
| | | (bzr r10687)
* cppcheckKris De Gussem2011-10-183-5/+5
| | | (bzr r10681)
* Update to Potrace 1.10Josh Andler2011-08-3016-84/+74
| | | (bzr r10600)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-42/+17
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+1
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-39/+14
| | | | | | (bzr r10347.1.21)
| * Merge from trunkKrzysztof Kosi??ski2011-07-251-1/+7
| |\ | | | | | | (bzr r10347.1.18)
| * | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-6/+6
| | | | | | | | | | | | | | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* | | Reverse color order in tracing support function to match reversal of colors ↵Jon A. Cruz2011-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | in GdkPixmaps used. Fixes bug #815596. Fixed bugs: - https://launchpad.net/bugs/815596 (bzr r10508)
* | | Cleaning up trace methods to aid fixing color inversion.Jon A. Cruz2011-07-272-105/+108
| |/ |/| | | (bzr r10507)
* | Memory leak fixes (Bug #812497)Kris De Gussem2011-07-201-1/+7
|/ | | (bzr r10483)
* Merge from trunkKrzysztof Kosi??ski2011-06-1918-149/+208
|\ | | | | (bzr r9508.1.89)
| * cmake:Campbell Barton2011-06-131-1/+24
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-132-13/+9
| | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)