| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 1 | -1/+1 |
| | | | | (bzr r13309) | ||||
| * | Allow command line options -i and -j to effect plain-svg output, this ↵ | Martin Owens | 2014-04-05 | 1 | -0/+5 |
| | | | | | | involves cropping and reducing. (bzr r13268) | ||||
| * | change 0 to NULL for pointers | Johan B. C. Engelen | 2014-03-03 | 1 | -4/+4 |
| | | | | (bzr r13102) | ||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | ||||
| * | bug fix: xml:space was not initialized, getting random values | buliabyak | 2013-09-28 | 1 | -1/+3 |
| | | | | (bzr r12604) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -3/+4 |
| | | | | (bzr r11608.1.110) | ||||
| * | various little changes | Markus Engel | 2013-04-10 | 1 | -0/+3 |
| | | | | (bzr r11608.1.93) | ||||
| * | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 2013-04-08 | 1 | -0/+1 |
| | | | | (bzr r11608.1.88) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -36/+0 |
| | | | | (bzr r11608.1.86) | ||||
| * | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵ | Markus Engel | 2013-04-02 | 1 | -2/+5 |
| | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70) | ||||
| * | Added experimental constructor to SPRect. Memory leaks because of ↵ | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | | | non-virtual destructor. (bzr r11608.1.66) | ||||
| * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -3/+2 |
| | | | | (bzr r11608.1.64) | ||||
| * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+4 |
| | | | | (bzr r11608.1.63) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -10/+10 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -123/+11 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -10/+2 |
| | | | | | | | | | | | forward declarations (bzr r12203) | ||||
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -4/+1 |
| | | | | | | | (bzr r12064) | ||||
| | * | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+0 |
| | | | | | | | (bzr r12038) | ||||
| | * | Cleanup more GObject type definitions | Alex Valavanis | 2013-01-17 | 1 | -80/+2 |
| | | | | | | | (bzr r12034) | ||||
| | * | SPObject: Remove todo note | Alex Valavanis | 2012-11-11 | 1 | -2/+0 |
| | | | | | | | (bzr r11870) | ||||
| | * | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 2012-11-11 | 1 | -21/+21 |
| | | | | | | | (bzr r11869) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -18/+18 |
| | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.48) | ||||
| * | | Added "virtual pad" to SPObject. | Markus Engel | 2012-08-17 | 1 | -0/+31 |
| |/ | | | (bzr r11608.1.1) | ||||
| * | fix build after r10963 | Johan B. C. Engelen | 2012-02-15 | 1 | -1/+1 |
| | | | | (bzr r10981) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -2/+6 |
| | | | | (bzr r10963) | ||||
| * | Dropped deprecated function sp_repr_get_int_attribute | Kris De Gussem | 2012-01-11 | 1 | -1/+1 |
| | | | | (bzr r10871) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -57/+387 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -4/+6 |
| | | | | (bzr r10696) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -2/+2 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -6/+0 |
| | | | | (bzr r10067) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+0 |
| | | | | (bzr r10066) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -1/+0 |
| | | | | (bzr r10064) | ||||
| * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -1/+0 |
| | | | | (bzr r10060) | ||||
| * | Add a warning to sp-object.h to not use some of the new methods | Krzysztof Kosi??ski | 2010-12-12 | 1 | -0/+5 |
| | | | | | | in SPObject outside of the SP tree (bzr r9951) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -43/+98 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -0/+4 |
| | | | | | | | (bzr r9546.1.12) | ||||
| | * | Yet mor in c++ification | Abhishek Sharma public | 2010-07-24 | 1 | -0/+1 |
| | | | | | | | (bzr r9546.1.11) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -12/+68 |
| | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -3/+16 |
| | | | | | | | | | | | 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) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -7/+15 |
| | | | | | | | (bzr r9546.1.4) | ||||
| * | | 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) | ||||
| * | make SP_OBJECT_ID usable again | buliabyak | 2010-03-27 | 1 | -1/+1 |
| | | | | (bzr r9237) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -0/+3 |
| | | | | (bzr r9163) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -0/+10 |
| | | | | (bzr r9127) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...) | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8420) | ||||
