| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| | | | | (bzr r11027) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Extensions: | Nicolas Dufour | 2011-03-30 | 1 | -1/+3 |
| | | | | | | | | | * New isometric grid. * All grids are now grouped in Render>Grids. Translations: * inkscape.pot update. (bzr r10135) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -2/+3 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -4/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -1/+3 |
| | | | | | | | | | | | 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) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | Extensions. Consistency fix and UI improvements (internal extensions and ↵ | Nicolas Dufour | 2010-09-10 | 1 | -5/+5 |
| |/ | | | | | filters). (bzr r9754) | ||||
| * | Extensions. Localized float values in SVG due to internal extensions, %f in ↵ | Nicolas Dufour | 2010-05-27 | 1 | -1/+3 |
| | | | | | | | | | printf (bug #586063) Fixed bugs: - https://launchpad.net/bugs/586063 (bzr r9456) | ||||
| * | Extensions. Fix Render>Grid extension (Bug #401567). | Nicolas Dufour | 2010-04-21 | 1 | -18/+20 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/401567 (bzr r9361) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -6/+12 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Fix grid extension | Krzysztof Kosi??ski | 2010-04-03 | 1 | -12/+6 |
| | | | | (bzr r9281.1.10) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8408) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | release reprs properly | bulia byak | 2008-09-20 | 1 | -0/+1 |
| | | | | (bzr r6855) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -11/+10 |
| | | | | (bzr r6612) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 1 | -1/+1 |
| | | | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -6/+6 |
| | | | | (bzr r4052) | ||||
| * | r16677@shi: ted | 2007-10-17 19:31:04 -0700 | Ted Gould | 2007-10-30 | 1 | -2/+2 |
| | | | | | | | | Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977) | ||||
| * | r15481@tres: ted | 2007-05-22 09:56:22 -0700 | Ted Gould | 2007-06-27 | 1 | -1/+1 |
| | | | | | | Switching to sigc::signal so it actually works. (bzr r3126) | ||||
| * | r15480@tres: ted | 2007-05-20 23:51:34 -0700 | Ted Gould | 2007-06-27 | 1 | -2/+2 |
| | | | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125) | ||||
| * | extend the range of spacings | bulia byak | 2007-03-13 | 1 | -4/+4 |
| | | | | (bzr r2628) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -1/+4 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 1 | -12/+5 |
| | | | | (bzr r2268) | ||||
| * | refactor grid extension to reduce amount of redundant code | MenTaLguY | 2007-01-22 | 1 | -63/+44 |
| | | | | (bzr r2256) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-21 | 1 | -1/+2 |
| | | | | (bzr r2254) | ||||
| * | r11676@tres: ted | 2006-05-05 21:45:20 -0700 | Ted Gould | 2006-05-06 | 1 | -48/+16 |
| | | | | | | Switching over to AutoGUI. (bzr r750) | ||||
| * | r10820@tres: ted | 2006-01-29 16:56:50 -0800 | Ted Gould | 2006-01-30 | 1 | -1/+6 |
| | | | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+272 |
| (bzr r1) | |||||
