| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -8/+9 |
| | | | | | | | | 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) | ||||
| * | copyedit | bulia byak | 2009-02-28 | 1 | -1/+1 |
| | | | | (bzr r7392) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -2/+2 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | clean up code slightly | Bob Jamison | 2008-08-10 | 1 | -65/+64 |
| | | | | (bzr r6604) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| | | | | (bzr r6564) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | finally got transforms right. flip Y and translate | Bob Jamison | 2008-08-01 | 1 | -2/+1 |
| | | | | (bzr r6519) | ||||
| * | make redundant. use correct fields of cubic bezier point array | Bob Jamison | 2008-08-01 | 1 | -135/+158 |
| | | | | (bzr r6514) | ||||
| * | un-remove applying item transform to each point | Bob Jamison | 2008-08-01 | 1 | -20/+48 |
| | | | | (bzr r6504) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -6/+6 |
| | | | | (bzr r6495) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 1 | -93/+53 |
| | | | | (bzr r6284) | ||||
| * | change some SP_CURVE_BPATH to get_bpath | Johan B. C. Engelen | 2008-07-04 | 1 | -2/+2 |
| | | | | (bzr r6155) | ||||
| * | use INKSCAPE_VERSION rather than VERSION, to help cmake | Bob Jamison | 2008-06-18 | 1 | -7/+8 |
| | | | | (bzr r5987) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | 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) | ||||
| * | Change in stdarg calls, to correct for const-ness | Bob Jamison | 2008-04-29 | 1 | -23/+6 |
| | | | | (bzr r5550) | ||||
| * | 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) | ||||
| * | Minor format change. More work needed to improve transition between curve ↵ | Bob Jamison | 2008-02-18 | 1 | -74/+74 |
| | | | | | | and line segments. (bzr r4769) | ||||
| * | trivial changes to address warning with g++-4.2 | Peter Moulder | 2007-09-16 | 1 | -1/+1 |
| | | | | (bzr r3757) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -1/+1 |
| | | | | (bzr r3706) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -2/+3 |
| | | | | (bzr r2720) | ||||
| * | use g_vsnprintf() instead of vsnprintf() to avoid platform problems | Bob Jamison | 2007-03-12 | 1 | -5/+1 |
| | | | | (bzr r2620) | ||||
| * | Cleanup public/private, doxygen comments | Bob Jamison | 2007-03-12 | 1 | -11/+74 |
| | | | | (bzr r2619) | ||||
| * | Buffer output for better reporting. | Bob Jamison | 2007-03-12 | 1 | -207/+260 |
| | | | | (bzr r2618) | ||||
| * | Add some code cleanup | Bob Jamison | 2007-03-09 | 1 | -134/+230 |
| | | | | (bzr r2591) | ||||
| * | changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273. | Bob Jamison | 2007-03-08 | 1 | -43/+60 |
| | | | | (bzr r2576) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -3/+3 |
| | | | | (bzr r787) | ||||
| * | Add new placeholder for ODF | Bob Jamison | 2006-02-16 | 1 | -6/+9 |
| | | | | (bzr r150) | ||||
| * | r10820@tres: ted | 2006-01-29 16:56:50 -0800 | Ted Gould | 2006-01-30 | 1 | -3/+5 |
| | | | | | | | | | 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/+482 |
| (bzr r1) | |||||
