| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -32/+17 | |
| | | | | | | | (bzr r13922.1.10) | |||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -36/+37 | |
| | | | | | | | (bzr r13922.1.5) | |||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -62/+63 | |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -15/+13 | |
| | | | | (bzr r13822.1.4) | |||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -6/+6 | |
| | | | | (bzr r13820) | |||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -8/+8 | |
| | | | | (bzr r13817) | |||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -4/+4 | |
| | | | | (bzr r13809) | |||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -24/+32 | |
| |\ | | | | | (bzr r13341.1.286) | |||||
| | * | Address possible-yet-unlikely null parent scenario. | Jon A. Cruz | 2014-10-24 | 1 | -3/+3 | |
| | | | | | | | (bzr r13636) | |||||
| | * | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 2014-10-24 | 1 | -21/+29 | |
| | | | | | | | (bzr r13634) | |||||
| * | | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -0/+1 | |
| |\| | | | | | (bzr r13341.1.278) | |||||
| | * | path combine: add an assert to indicate that item list cannot be empty | Johan B. C. Engelen | 2014-10-12 | 1 | -0/+1 | |
| | | | | | | | (bzr r13602) | |||||
| * | | Update to trunk | Liam P. White | 2014-03-26 | 1 | -15/+10 | |
| |\| | | | | | (bzr r13090.1.32) | |||||
| | * | fix crash introduced in rev. 13199. (revert the change to Glib::string ↵ | Johan B. C. Engelen | 2014-03-25 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | (crashes on nullptr init), but keep the memleak fix) Fixed bugs: - https://launchpad.net/bugs/1297174 (bzr r13210) | |||||
| | * | add convenience functions to deal with Glib::ustrings for setting repr ↵ | Johan B. C. Engelen | 2014-03-24 | 1 | -2/+2 | |
| | | | | | | | | | | | attributes (bzr r13203) | |||||
| | * | sp_selected_path_combine: simplify code, prevent memleak waiting to happen ↵ | Johan B. C. Engelen | 2014-03-24 | 1 | -13/+8 | |
| | | | | | | | | | | | upon refactoring (bzr r13199) | |||||
| * | | Reverted swatches | Liam P. White | 2014-03-12 | 1 | -0/+8 | |
| |/ | | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23) | |||||
| * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 | |
| | | | | (bzr r12660) | |||||
| * | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 2013-09-25 | 1 | -1/+1 | |
| | | | | | | slowly slowly... (bzr r12593) | |||||
| * | Allow Object to Path verb from non-GUI (DBus) interface | Eric Greveson | 2013-08-12 | 1 | -6/+4 | |
| | | | | (bzr r12473.1.1) | |||||
| * | Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew ↵ | Nicolas Dufour | 2013-05-01 | 1 | -0/+8 | |
| | | | | | | | | | Petroff. Fixed bugs: - https://launchpad.net/bugs/257223 (bzr r12313) | |||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 | |
| | | | | (bzr r10963) | |||||
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 | |
| | | | | | | add some const stuff (bzr r10900) | |||||
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 1 | -3/+3 | |
| | | | | (bzr r10897) | |||||
| * | part 1 of SPPath cleanup for LPE... remove duplicated original_curve in ↵ | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 | |
| | | | | | | SPPath (SPShape has curve_before_lpe) (bzr r10895) | |||||
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -6/+7 | |
| | | | | (bzr r10860) | |||||
| * | 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) | |||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -4/+6 | |
| | | | | (bzr r10461) | |||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -46/+49 | |
| | | | | (bzr r10064) | |||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -17/+24 | |
| |\ | | | | | (bzr r9945.1.1) | |||||
| | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -1/+1 | |
| | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | |||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+4 | |
| | | | | | | | | | | | 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 | -4/+4 | |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | |||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | |||||
| * | fix pasting of LPE stacks | Johan B. C. Engelen | 2010-03-14 | 1 | -1/+33 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191) | |||||
| * | fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv) | Diederik van Lierop | 2010-01-09 | 1 | -0/+1 | |
| | | | | (bzr r8961) | |||||
| * | When combining paths: clear the selection before deleting the original objects | Diederik van Lierop | 2009-12-30 | 1 | -6/+10 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927) | |||||
| * | 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 r8404) | |||||
| * | reverse nodetypes order (Bug #179866) | Thomas Holder | 2009-05-25 | 1 | -1/+7 | |
| | | | | (bzr r7930) | |||||
| * | fix simplify, combine, break for LPE paths | bulia byak | 2009-03-29 | 1 | -8/+10 | |
| | | | | (bzr r7586) | |||||
| * | fix crash, allow combine to work transparently on groups | bulia byak | 2008-12-29 | 1 | -3/+9 | |
| | | | | (bzr r7036) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -23/+78 | |
| | | | | (bzr r6885) | |||||
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 1 | -1/+0 | |
| | | | | | | references to nr-path.h) (bzr r6774) | |||||
| * | Fix for Bug 238113 (preserve title/desc for various Inkscape operations) | Jeff Schiller | 2008-08-24 | 1 | -0/+15 | |
| | | | | (bzr r6712) | |||||
| * | Remove further instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-14 | 1 | -19/+7 | |
| | | | | (bzr r6628) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 | |
| | | | | (bzr r6593) | |||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -1/+1 | |
| | | | | (bzr r6339) | |||||
| * | convert object to path: replace check for empty path with 2geomified method ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 | |
| | | | | | | of spcurve (bzr r6302) | |||||
| * | split paths using 2geom PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -3/+3 | |
| | | | | (bzr r6020) | |||||
