| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unneeded header style filename #defines | Jon A. Cruz | 2012-06-17 | 1 | -2/+0 |
| | | | | (bzr r11503) | ||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -6/+6 |
| | | | | (bzr r11201) | ||||
| * | remove unused code | Johan B. C. Engelen | 2012-02-19 | 1 | -5/+0 |
| | | | | (bzr r10997) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -5/+5 |
| | | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -25/+29 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Fix node tool brokenness resulting from a switch to runtime order | Krzysztof Kosi??ski | 2011-02-05 | 1 | -9/+13 |
| | | | | | | | | | | | in 2Geom's BezierCurve (bzr r10035) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -16/+16 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | 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) | ||||
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -3/+1 |
| |/ | | | (bzr r9508.1.48) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -6/+17 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -0/+24 |
| | | | | (bzr r6884) | ||||
| * | src/helper 2geomified | Johan B. C. Engelen | 2008-08-06 | 1 | -28/+0 |
| | | | | (bzr r6579) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -10/+5 |
| | | | | (bzr r6564) | ||||
| * | simplify pathv_to_linear_and_cubic_beziers a bit | Johan B. C. Engelen | 2008-08-02 | 1 | -9/+3 |
| | | | | (bzr r6536) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | Fix for a very stupid bug (by myself) in cubic_bbox... | Jasper van de Gronde | 2008-07-21 | 1 | -1/+1 |
| | | | | (bzr r6383) | ||||
| * | Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵ | Jasper van de Gronde | 2008-07-19 | 1 | -67/+78 |
| | | | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -0/+1 |
| | | | | (bzr r6329) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 1 | -0/+38 |
| | | | | (bzr r6284) | ||||
| * | use new 2geom function. This ensures we cannot end up in infinite loop while ↵ | Johan B. C. Engelen | 2008-07-11 | 1 | -1/+1 |
| | | | | | | converting unexpected 2geom curve types to expected types. (bzr r6260) | ||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 1 | -496/+496 |
| | | | | (bzr r6164) | ||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 1 | -6/+6 |
| | | | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158) | ||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 1 | -12/+17 |
| | | | | (bzr r6087) | ||||
| * | add const to pointers that are not written to | Johan B. C. Engelen | 2008-06-26 | 1 | -5/+3 |
| | | | | (bzr r6071) | ||||
| * | add const to references that are not written to | Johan B. C. Engelen | 2008-06-26 | 1 | -7/+6 |
| | | | | (bzr r6069) | ||||
| * | rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵ | Johan B. C. Engelen | 2008-06-26 | 1 | -0/+304 |
| | | | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067) | ||||
| * | speed up bounds_exact for 2geom even more. | Johan B. C. Engelen | 2008-06-23 | 1 | -3/+3 |
| | | | | (bzr r6035) | ||||
| * | add comment | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| | | | | (bzr r6033) | ||||
| * | make faster 2geom bbox calc. | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+154 |
| | | | | (bzr r6032) | ||||
| * | use 2geom method to calc boundingbox of shape | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+7 |
| | | | | (bzr r5968) | ||||
| * | add geom helper file. this will contain Inkscape specific geometry ↵ | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+33 |
| calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965) | |||||
