| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵ | Bob Jamison | 2006-06-25 | 1 | -52/+78 |
| | | | | | | They do not like .nnn . Must be 0.nnn (bzr r1281) | ||||
| * | patch [ 1503869 ] ODF formatting fix | Aaron Spike | 2006-06-13 | 1 | -3/+3 |
| | | | | (bzr r1209) | ||||
| * | Fixing crash on odg save | Jon A. Cruz | 2006-05-31 | 1 | -18/+35 |
| | | | | (bzr r1094) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -1/+1 |
| | | | | (bzr r787) | ||||
| * | fix a typo. add more comments. | Bob Jamison | 2006-05-03 | 1 | -7/+55 |
| | | | | (bzr r717) | ||||
| * | add gradient comments | Bob Jamison | 2006-05-03 | 1 | -2/+28 |
| | | | | (bzr r715) | ||||
| * | remove warnings | Bob Jamison | 2006-04-29 | 1 | -3/+3 |
| | | | | (bzr r616) | ||||
| * | Placemark for gradient export | Bob Jamison | 2006-04-27 | 1 | -1/+19 |
| | | | | (bzr r595) | ||||
| * | use svd for better matrix analysis | Bob Jamison | 2006-04-27 | 1 | -302/+457 |
| | | | | (bzr r593) | ||||
| * | Got handedness-reversal to work. Yaay. Images look good now | Bob Jamison | 2006-04-26 | 1 | -19/+96 |
| | | | | (bzr r589) | ||||
| * | svd hacks | Bob Jamison | 2006-04-23 | 1 | -30/+117 |
| | | | | (bzr r577) | ||||
| * | Native paths and relative path resolution | Bob Jamison | 2006-04-22 | 1 | -8/+656 |
| | | | | (bzr r575) | ||||
| * | Minor cleanup. Sort styleTable. | Bob Jamison | 2006-04-21 | 1 | -66/+21 |
| | | | | (bzr r563) | ||||
| * | remove duplicate styles, add placeholders for opacities | Bob Jamison | 2006-04-20 | 1 | -1/+11 |
| | | | | (bzr r559) | ||||
| * | Use dual maps to remove duplicates in style table | Bob Jamison | 2006-04-20 | 1 | -20/+89 |
| | | | | (bzr r558) | ||||
| * | Got images working correctly | Bob Jamison | 2006-04-14 | 1 | -8/+14 |
| | | | | (bzr r526) | ||||
| * | Remove warnings | Bob Jamison | 2006-04-14 | 1 | -1/+1 |
| | | | | (bzr r524) | ||||
| * | Fixed desktop-to-doc Y flip | Bob Jamison | 2006-04-14 | 1 | -12/+18 |
| | | | | (bzr r521) | ||||
| * | Initial results | Bob Jamison | 2006-04-14 | 1 | -45/+126 |
| | | | | (bzr r519) | ||||
| * | Added curves | Bob Jamison | 2006-04-14 | 1 | -18/+105 |
| | | | | (bzr r515) | ||||
| * | Added meta-info stub | Bob Jamison | 2006-04-13 | 1 | -2/+69 |
| | | | | (bzr r514) | ||||
| * | More WIP. Got all of the files generated. Now just work on content.xml to ↵ | Bob Jamison | 2006-04-13 | 1 | -66/+237 |
| | | | | | | get viable info into OO.org (bzr r513) | ||||
| * | wip | Bob Jamison | 2006-04-13 | 1 | -196/+195 |
| | | | | (bzr r508) | ||||
| * | add some sp_* stuff | Bob Jamison | 2006-04-12 | 1 | -0/+30 |
| | | | | (bzr r504) | ||||
| * | still WIP. added tree-descending code | Bob Jamison | 2006-04-12 | 1 | -25/+48 |
| | | | | (bzr r503) | ||||
| * | WIP commit | Bob Jamison | 2006-04-12 | 1 | -1/+249 |
| | | | | (bzr r499) | ||||
| * | change include path for ziptool | Bob Jamison | 2006-04-12 | 1 | -1/+1 |
| | | | | (bzr r484) | ||||
| * | First dependency on ziptool | Bob Jamison | 2006-04-10 | 1 | -4/+4 |
| | | | | (bzr r471) | ||||
| * | Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵ | Peter Moulder | 2006-03-13 | 1 | -154/+154 |
| | | | | | | files created since cvs2svn). (bzr r234) | ||||
| * | Add new placeholder for ODF | Bob Jamison | 2006-02-16 | 1 | -0/+154 |
| (bzr r150) | |||||
