| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused function. | Jon A. Cruz | 2012-04-11 | 1 | -15/+0 |
| | | | | (bzr r11218) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -0/+13 |
| | | | | (bzr r11052) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -4/+3 |
| |/ | | | | | add some const stuff (bzr r10900) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -2/+2 |
| | | | | (bzr r10686) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -1/+1 |
| | | | | (bzr r10681) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -4/+4 |
| | | | | | | | | 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) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+3 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -7/+6 |
| | | | | (bzr r10066) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -2/+3 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | 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) | ||||
| * | | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -2/+2 |
| |/ | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| * | Extensions. JavaFX output fix by ycswyw. | Nicolas Dufour | 2010-04-19 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/439270 (bzr r9355) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -4/+4 |
| | | | | (bzr r9127) | ||||
| * | Maximum value of alpha is 255 (not 256). | Tavmjong Bah | 2009-08-11 | 1 | -1/+1 |
| | | | | (bzr r8467) | ||||
| * | 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) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8408) | ||||
| * | Updated to successfully compile in JavaFX v 1.2. Fixes bug #253869 | Jon A. Cruz | 2009-06-17 | 1 | -24/+12 |
| | | | | (bzr r8098) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2009-06-17 | 1 | -51/+83 |
| | | | | (bzr r8097) | ||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 1 | -975/+975 |
| | | | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -7/+15 |
| | | | | | | | | 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) | ||||
| * | 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) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -13/+28 |
| | | | | (bzr r6891) | ||||
| * | clean up code slightly | Bob Jamison | 2008-08-10 | 1 | -18/+26 |
| | | | | (bzr r6604) | ||||
| * | merge silveiro's and my changes | Bob Jamison | 2008-08-09 | 1 | -102/+342 |
| | | | | (bzr r6601) | ||||
| * | change javafx output to 1.0 compiler syntax | Bob Jamison | 2008-08-07 | 1 | -140/+72 |
| | | | | (bzr r6586) | ||||
| * | 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) | ||||
| * | initial impl of gradients and opacities | Bob Jamison | 2008-08-02 | 1 | -62/+274 |
| | | | | (bzr r6525) | ||||
| * | finally got transforms right. flip Y and translate | Bob Jamison | 2008-08-01 | 1 | -17/+61 |
| | | | | (bzr r6519) | ||||
| * | make redundant. use correct fields of cubic bezier point array | Bob Jamison | 2008-08-01 | 1 | -168/+170 |
| | | | | (bzr r6514) | ||||
| * | un-remove applying item transform to each point | Bob Jamison | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6504) | ||||
| * | Add item transforms | Bob Jamison | 2008-08-01 | 1 | -29/+53 |
| | | | | (bzr r6496) | ||||
| * | Get to compile in javafx | Bob Jamison | 2008-07-30 | 1 | -32/+50 |
| | | | | (bzr r6482) | ||||
| * | add placeholder for expert contributors | Bob Jamison | 2008-07-30 | 1 | -0/+474 |
| (bzr r6474) | |||||
