| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 1 | -1/+1 |
| | | | | (bzr r11867) | ||||
| * | cppcheck | Kris De Gussem | 2012-06-07 | 1 | -3/+7 |
| | | | | (bzr r11465) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+2 |
| |\ | | | | | (bzr r11027) | ||||
| * | | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -3/+0 |
| |/ | | | (bzr r10977) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -6/+6 |
| | | | | (bzr r10678) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -10/+5 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -3/+3 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -19/+19 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ | | | | | (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++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | 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) | ||||
| * | | 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) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -1/+1 |
| | | | | (bzr r9169) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -1/+1 |
| | | | | (bzr r9163) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -1/+1 |
| | | | | (bzr r9153) | ||||
| * | Patches 3-11 from 488862 for a number of memleaks and ↵ | Josh Andler | 2009-12-16 | 1 | -2/+2 |
| | | | | | | allocation/deallocation issues. (bzr r8891) | ||||
| * | 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 r8408) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -4/+6 |
| | | | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -4/+4 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-11-01 | 1 | -1/+1 |
| | | | | (bzr r6890) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -39/+41 |
| | | | | (bzr r6612) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -3/+3 |
| | | | | (bzr r6569) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| | | | | (bzr r6564) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | 2geomify ODF output | Johan B. C. Engelen | 2008-07-14 | 1 | -60/+49 |
| | | | | (bzr r6299) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-09 | 1 | -1/+1 |
| | | | | (bzr r6241) | ||||
| * | change some SP_CURVE_BPATH to get_bpath | Johan B. C. Engelen | 2008-07-04 | 1 | -1/+1 |
| | | | | (bzr r6155) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+1 |
| | | | | (bzr r5915) | ||||
| * | a couple of trivial %d -> %u changes. | Peter Moulder | 2008-06-05 | 1 | -3/+3 |
| | | | | | | snprintf size arg includes \0, so pass sizeof(buf) instead of that minus 1. (bzr r5812) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -1/+1 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | 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 and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -27/+27 |
| | | | | (bzr r4838) | ||||
| * | Avoid string literal char* warnings on g++-4.2: change some functions to ↵ | Peter Moulder | 2007-10-11 | 1 | -4/+4 |
| | | | | | | take char const* rather than char*. (bzr r3874) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -4/+2 |
| | | | | (bzr r3753) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -3/+3 |
| | | | | (bzr r3706) | ||||
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| | | | | | | (Falk Hueffner) (bzr r2695) | ||||
| * | fix 1679477 | bulia byak | 2007-03-16 | 1 | -0/+3 |
| | | | | (bzr r2674) | ||||
| * | Add null checks. | Bob Jamison | 2007-03-13 | 1 | -1/+7 |
| | | | | (bzr r2634) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -12/+18 |
| | | | | (bzr r2596) | ||||
| * | save updates, and put to sleep for a while | Bob Jamison | 2006-07-06 | 1 | -236/+591 |
| | | | | (bzr r1363) | ||||
| * | New placeholder code for gradients | Bob Jamison | 2006-06-30 | 1 | -6/+58 |
| | | | | (bzr r1325) | ||||
| * | Add code for printf() to allow %#s as xml-escaped string (cool, eh?) | Bob Jamison | 2006-06-26 | 1 | -32/+5 |
| | | | | (bzr r1296) | ||||
| * | Promote std::string to Glib::ustring. Start processing output strings for ↵ | Bob Jamison | 2006-06-25 | 1 | -41/+69 |
| | | | | | | XML entities. (bzr r1292) | ||||
| * | Fix image transform when there is no rotate or scale | Bob Jamison | 2006-06-25 | 1 | -1/+8 |
| | | | | (bzr r1288) | ||||
| * | Add metadata | Bob Jamison | 2006-06-25 | 1 | -7/+63 |
| | | | | (bzr r1287) | ||||
