| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | noop: add todo | Johan B. C. Engelen | 2009-04-07 | 1 | -0/+1 |
| | | | | (bzr r7664) | ||||
| * | is_straight_curve now also returns true for straight line quadratic and ↵ | Johan B. C. Engelen | 2009-04-07 | 1 | -3/+19 |
| | | | | | | cubic curves. this fixes spiro LPE behavior (bzr r7663) | ||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 1 | -39/+39 |
| | | | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -1/+1 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -12/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Adding explicit parenthesis to remove warnings | Jon A. Cruz | 2009-02-10 | 1 | -2/+2 |
| | | | | (bzr r7261) | ||||
| * | 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) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 2 | -5/+9 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 2 | -36/+22 |
| | | | | (bzr r7040) | ||||
| * | * Removing the bitmap files that aren't being used. | Ted Gould | 2008-12-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984) | ||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 2 | -136/+11 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | Partial fix for "make check" compilation failure. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -1/+1 |
| | | | | (bzr r6969) | ||||
| * | Very slight change to allocation of stripe buffer in png-write.cpp that ↵ | Jasper van de Gronde | 2008-12-02 | 1 | -1/+1 |
| | | | | | | makes it a bit harder to break. (bzr r6932) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 6 | -30/+77 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -5/+9 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 5 | -2/+96 |
| | | | | (bzr r6884) | ||||
| * | Whitespace cleanup | Jon A. Cruz | 2008-09-24 | 1 | -1/+1 |
| | | | | (bzr r6880) | ||||
| * | Added base metadata to exported png files. Fixes bug #189954. | Jon A. Cruz | 2008-09-24 | 1 | -9/+104 |
| | | | | (bzr r6879) | ||||
| * | hide item instead of unreffing, and unref arena to prevent memory leak | bulia byak | 2008-09-22 | 1 | -2/+3 |
| | | | | (bzr r6868) | ||||
| * | this item is not hide'd, so unref it instead to prevent leak | bulia byak | 2008-09-16 | 1 | -0/+2 |
| | | | | (bzr r6820) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -3/+2 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | Make rasterization of filters into pdf respect the requested dpi. | Aaron Spike | 2008-09-05 | 1 | -5/+3 |
| | | | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 2 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | src/helper 2geomified | Johan B. C. Engelen | 2008-08-06 | 4 | -44/+13 |
| | | | | (bzr r6579) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -10/+5 |
| | | | | (bzr r6564) | ||||
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -1/+1 |
| | | | | (bzr r6552) | ||||
| * | add is_straight_curve in geom-curves.h helper file | Johan B. C. Engelen | 2008-08-02 | 2 | -0/+40 |
| | | | | (bzr r6537) | ||||
| * | simplify pathv_to_linear_and_cubic_beziers a bit | Johan B. C. Engelen | 2008-08-02 | 1 | -9/+3 |
| | | | | (bzr r6536) | ||||
| * | fix nodetype determination. fixes lpe spiro bug | Johan B. C. Engelen | 2008-08-02 | 1 | -1/+3 |
| | | | | (bzr r6529) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | fix nodetype determination. more stable now. (lost symmetry detection, ↵ | Johan B. C. Engelen | 2008-07-23 | 1 | -42/+13 |
| | | | | | | nobody is using it yet). fixes lpe-spiro. (bzr r6405) | ||||
| * | 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) | ||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+5 |
| | | | | (bzr r6362) | ||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 1 | -0/+24 |
| | | | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -0/+1 |
| | | | | (bzr r6329) | ||||
| * | remove debug messages from last commits | Johan B. C. Engelen | 2008-07-15 | 1 | -1/+0 |
| | | | | (bzr r6328) | ||||
| * | try to make more robust geom-nodetype. still it can give wrong types. (best ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -7/+13 |
| | | | | | | tested with lpe-spiro after next svncommit, change the smoothness/cusp at the closing endpoint) (bzr r6326) | ||||
| * | improve get_nodetype angle checking, thanks nathan! | Johan B. C. Engelen | 2008-07-14 | 1 | -10/+8 |
| | | | | (bzr r6307) | ||||
| * | add comment and implementation of get_nodetype where both curves are ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+14 |
| | | | | | | zero_length or only one of them. (bzr r6306) | ||||
| * | add geom-nodetype. helper function to determine the nodetype between two curves | Johan B. C. Engelen | 2008-07-14 | 3 | -0/+130 |
| | | | | (bzr r6295) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 2 | -0/+40 |
| | | | | (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) | ||||
| * | helper/unit-tracker.h: Supply missing #includes/declarations so that we ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 |
| | | | | | | don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6171) | ||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 3 | -624/+624 |
| | | | | (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) | ||||
| * | CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵ | Jasper van de Gronde | 2008-07-01 | 1 | -0/+88 |
| | | | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106) | ||||
