summaryrefslogtreecommitdiffstats
path: root/src/trace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-3/+4
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * work in progress cmake commit:Campbell Barton2011-06-122-17/+17
| | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
| * Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).Nicolas Dufour2011-04-1416-128/+166
| | | | | | (bzr r10163)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\| | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-7/+10
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+10
| |\ | | | | | | (bzr r9945.1.1)
| | * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+2
| | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-27/+31
|\| | | | | | | | (bzr r9508.1.52)
| * | Corects delete/delete[] issue. Fixes bug #613723.Jon A. Cruz2010-08-061-27/+31
| |/ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9691)
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-14/+13
|/ | | (bzr r9508.1.45)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-3/+3
| | | | | suggested parentheses (bzr r7252)
* fix crashbulia byak2009-02-021-1/+2
| | | (bzr r7214)
* small cleanup in src/trace (warnings and trailing spaces)St??phane Gimenez2009-01-232-20/+18
| | | (bzr r7162)
* fix includebulia byak2009-01-151-1/+1
| | | (bzr r7135)