| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix colors when tracing | Krzysztof Kosi??ski | 2013-09-19 | 1 | -2/+2 |
| | | | | (bzr r12541) | ||||
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -1/+1 |
| |\ | | | | | (bzr r12532) | ||||
| | * | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -7/+11 |
| | |\ | | | | | | | (bzr r11608.1.119) | ||||
| | * | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.111) | ||||
| * | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -3/+22 |
| | |/ |/| | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | ||||
| * | | fix initialization | Johan B. C. Engelen | 2013-08-03 | 1 | -7/+11 |
| |/ | | | (bzr r12459) | ||||
| * | Fix Apache2 license conflict with GPL with re-license from SOIX upstream | Martin Owens | 2013-06-12 | 2 | -23/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370) | ||||
| * | Drop remaining unused functions | Alex Valavanis | 2013-03-18 | 1 | -1/+1 |
| | | | | (bzr r12224) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-16 | 1 | -2/+2 |
| | | | | (bzr r12217) | ||||
| * | removing some more unused functions | Kris De Gussem | 2013-01-30 | 4 | -124/+0 |
| | | | | (bzr r12076) | ||||
| * | fix Memory leak in bitmap trace (Bug #996695) | Kris De Gussem | 2013-01-23 | 2 | -8/+10 |
| | | | | (bzr r12057) | ||||
| * | Fixed memory leaks | Kris De Gussem | 2013-01-20 | 1 | -37/+45 |
| | | | | (bzr r12050) | ||||
| * | cppcheck: Simple fixes for src/ui/dialog | Alex Valavanis | 2012-11-15 | 1 | -6/+5 |
| | | | | (bzr r11874) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -6/+10 |
| | | | | (bzr r11737) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 3 | -11/+4 |
| | | | | (bzr r11052) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -2/+3 |
| | | | | (bzr r11030) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-06 | 1 | -8/+10 |
| | | | | (bzr r10946) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 4 | -5/+4 |
| | | | | (bzr r10940) | ||||
| * | cppcheck tells us: Memory leak: potraceBitmap | Kris De Gussem | 2012-01-15 | 1 | -30/+16 |
| | | | | | | -> fixed, between new and old code position, keepGoing is not modified (bzr r10890) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -1/+1 |
| | | | | (bzr r10830) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -1/+1 |
| | | | | (bzr r10766.1.1) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cppcheck: initialisation and warning cleanup | Kris De Gussem | 2011-11-18 | 4 | -22/+36 |
| | | | | (bzr r10744) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 2 | -37/+18 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 2 | -13/+8 |
| | | | | (bzr r10696) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-21 | 1 | -3/+3 |
| | | | | (bzr r10687) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 3 | -5/+5 |
| | | | | (bzr r10681) | ||||
| * | Update to Potrace 1.10 | Josh Andler | 2011-08-30 | 16 | -84/+74 |
| | | | | (bzr r10600) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -42/+17 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -39/+14 |
| | | | | | | | (bzr r10347.1.21) | ||||
| | * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-25 | 1 | -1/+7 |
| | |\ | | | | | | | (bzr r10347.1.18) | ||||
| | * | | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -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. Cruz | 2011-07-27 | 1 | -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. Cruz | 2011-07-27 | 2 | -105/+108 |
| | |/ |/| | | | (bzr r10507) | ||||
| * | | Memory leak fixes (Bug #812497) | Kris De Gussem | 2011-07-20 | 1 | -1/+7 |
| |/ | | | (bzr r10483) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 18 | -149/+208 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | | | | (bzr r10278) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 2 | -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 Barton | 2011-06-12 | 1 | -3/+4 |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 2 | -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 Dufour | 2011-04-14 | 16 | -128/+166 |
| | | | | | | | (bzr r10163) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -7/+10 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -7/+10 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -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 Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
