| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -31/+4 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -3/+3 |
| | | | | (bzr r10681) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | 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) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -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) | ||||
| * / | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -14/+13 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8405) | ||||
| * | fix crash | bulia byak | 2009-02-02 | 1 | -1/+2 |
| | | | | (bzr r7214) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -2/+2 |
| | | | | (bzr r7032) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -3/+3 |
| | | | | (bzr r6884) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -6/+6 |
| | | | | (bzr r5149) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -4/+4 |
| | | | | (bzr r4838) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -2/+3 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | undo annotations | gustav_b | 2006-11-08 | 1 | -2/+1 |
| | | | | (bzr r1926) | ||||
| * | Display message to indicate that bitmap tracing has started | John Bintz | 2006-08-26 | 1 | -0/+3 |
| | | | | (bzr r1640) | ||||
| * | fix bug in normalizeMatrix, add some better trace messages | Bob Jamison | 2006-07-27 | 1 | -1/+2 |
| | | | | (bzr r1490) | ||||
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 1 | -11/+10 |
| | | | | (bzr r1360) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -1/+2 |
| | | | | (bzr r1315) | ||||
| * | patch [ 1503865 ] Siox performance patch | Aaron Spike | 2006-06-13 | 1 | -33/+39 |
| | | | | (bzr r1208) | ||||
| * | Applied patch #1501375 | Jon A. Cruz | 2006-06-06 | 1 | -7/+61 |
| | | | | (bzr r1164) | ||||
| * | Applied patch #1501134 | Jon A. Cruz | 2006-06-06 | 1 | -2/+2 |
| | | | | (bzr r1163) | ||||
| * | Applied patch 1500171 | Jon A. Cruz | 2006-06-04 | 1 | -75/+94 |
| | | | | (bzr r1149) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -12/+12 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | remove superfluous line, compile warning | Ralf Stephan | 2006-04-07 | 1 | -2/+0 |
| | | | | (bzr r456) | ||||
| * | Select much improved, but need to fix rotate and scale | Bob Jamison | 2006-03-30 | 1 | -140/+24 |
| | | | | (bzr r376) | ||||
| * | WIP. siox election progress. fix api a bit. | Bob Jamison | 2006-03-30 | 1 | -17/+162 |
| | | | | (bzr r372) | ||||
| * | most of region selection completed | Bob Jamison | 2006-03-26 | 1 | -8/+103 |
| | | | | (bzr r299) | ||||
| * | Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵ | Bob Jamison | 2006-03-25 | 1 | -30/+9 |
| | | | | | | Also make certain that packed pixels are unsigned long. (bzr r294) | ||||
| * | initial hookup of siox into Tracer. much work still to be done, and testing too | Bob Jamison | 2006-03-25 | 1 | -21/+146 |
| | | | | (bzr r293) | ||||
| * | add enableSiox() for testing | Bob Jamison | 2006-03-25 | 1 | -0/+8 |
| | | | | (bzr r291) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+322 |
| (bzr r1) | |||||
