| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | include <string.h>. also remove const conversion warning | Bob Jamison | 2008-07-22 | 1 | -1/+2 | |
| | | | | (bzr r6399) | |||||
| * | New CanvasText item; TODO: works quite well but updating may be incorrect ↵ | Maximilian Albert | 2008-07-22 | 3 | -0/+325 | |
| | | | | | | since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394) | |||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+5 | |
| | | | | (bzr r6362) | |||||
| * | fix artefacts left by text cursor and disappearing cursor on empty canvas | bulia byak | 2008-07-18 | 1 | -4/+6 | |
| | | | | (bzr r6342) | |||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 2 | -113/+48 | |
| | | | | (bzr r6339) | |||||
| * | 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) | |||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 2 | -3/+7 | |
| | | | | (bzr r6332) | |||||
| * | remove all old nartbpath code from SPCurve!!! (in other words, ↵ | Johan B. C. Engelen | 2008-07-16 | 2 | -883/+68 | |
| | | | | | | lib2geomification of SPCurve complete) (bzr r6330) | |||||
| * | remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -2/+2 | |
| | | | | | | rendering code) (bzr r6312) | |||||
| * | don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -6/+4 | |
| | | | | | | feed_path_to_cairo didn't do) (bzr r6311) | |||||
| * | make SPCurve constructors explicit. (so e.g. it is impossible to write ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+2 | |
| | | | | | | SPCurve a = 1;) (bzr r6310) | |||||
| * | noop: add comment about multiple consecutive movetos | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+3 | |
| | | | | (bzr r6305) | |||||
| * | fix 248419 | bulia byak | 2008-07-14 | 1 | -1/+1 | |
| | | | | (bzr r6303) | |||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 1 | -0/+1 | |
| | | | | (bzr r6284) | |||||
| * | * remove code duplication from pdf-cairo extension | Johan B. C. Engelen | 2008-07-12 | 2 | -5/+7 | |
| | | | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276) | |||||
| * | add simplified feed_path_to_cairo functions | Johan B. C. Engelen | 2008-07-12 | 2 | -5/+49 | |
| | | | | (bzr r6275) | |||||
| * | fix crash on svnfonts dialog | Felipe Corr??a da Silva Sanches | 2008-07-12 | 2 | -8/+3 | |
| | | | | (bzr r6262) | |||||
| * | 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) | |||||
| * | * removed the auxiliary GtkWindow | Felipe Corr??a da Silva Sanches | 2008-07-11 | 2 | -37/+4 | |
| | | | | | | * added font preview to the SvgFonts dialog (bzr r6254) | |||||
| * | render glyphs using 2geom pathvector instead of artbpath of font-glyph | Johan B. C. Engelen | 2008-07-08 | 1 | -9/+9 | |
| | | | | (bzr r6236) | |||||
| * | 2geomify SPCurve::new_from_rect | Johan B. C. Engelen | 2008-07-08 | 2 | -7/+5 | |
| | | | | (bzr r6235) | |||||
| * | instrument event latency | MenTaLguY | 2008-07-08 | 1 | -0/+14 | |
| | | | | (bzr r6231) | |||||
| * | disable motion hints again; still some subtle issues to work out | MenTaLguY | 2008-07-08 | 1 | -7/+4 | |
| | | | | (bzr r6230) | |||||
| * | False alarm; re-enable them | MenTaLguY | 2008-07-08 | 1 | -1/+1 | |
| | | | | (bzr r6224) | |||||
| * | disable motion hints again | MenTaLguY | 2008-07-08 | 1 | -1/+1 | |
| | | | | (bzr r6223) | |||||
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -5/+6 | |
| | | | | (bzr r6222) | |||||
| * | disable motion hints again | MenTaLguY | 2008-07-08 | 1 | -1/+1 | |
| | | | | (bzr r6221) | |||||
| * | enable safe support for motion hints | MenTaLguY | 2008-07-08 | 1 | -10/+33 | |
| | | | | (bzr r6218) | |||||
| * | cleanup unused methods in spcurve | Johan B. C. Engelen | 2008-07-07 | 2 | -129/+7 | |
| | | | | (bzr r6213) | |||||
| * | improve documentation of SPCurve::last_segment | Johan B. C. Engelen | 2008-07-07 | 1 | -3/+2 | |
| | | | | (bzr r6203) | |||||
| * | display/nr-filter-pixops.h: Supply missing #includes/declarations so that we ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+2 | |
| | | | | | | 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 r6170) | |||||
| * | display/inkscape-cairo.h: Supply missing #includes/declarations so that we ↵ | Peter Moulder | 2008-07-05 | 1 | -1/+6 | |
| | | | | | | 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 r6169) | |||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 1 | -347/+347 | |
| | | | | (bzr r6164) | |||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 2 | -10/+9 | |
| | | | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 1 | -1/+1 | |
| | | | | (bzr r6156) | |||||
| * | change some SP_CURVE_BPATH to get_bpath | Johan B. C. Engelen | 2008-07-04 | 1 | -1/+2 | |
| | | | | (bzr r6155) | |||||
| * | remove left-overs from making SPCurve a proper class with methods | Johan B. C. Engelen | 2008-07-03 | 1 | -27/+0 | |
| | | | | (bzr r6140) | |||||
| * | start removing old path code in spcurve. start with const functions | Johan B. C. Engelen | 2008-07-03 | 1 | -39/+2 | |
| | | | | (bzr r6139) | |||||
| * | improve spcurve::second_point and document its behavior | Johan B. C. Engelen | 2008-07-03 | 1 | -4/+18 | |
| | | | | (bzr r6137) | |||||
| * | noop, add comment | Johan B. C. Engelen | 2008-07-03 | 1 | -0/+4 | |
| | | | | (bzr r6136) | |||||
| * | Patch so Inkscape will compile on Solaris 10 from LP ↵ | Joshua L. Blocher | 2008-07-03 | 2 | -2/+2 | |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133) | |||||
| * | CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵ | Jasper van de Gronde | 2008-07-01 | 1 | -0/+347 | |
| | | | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106) | |||||
| * | simplify SPCurve::penultimate_point and return 2geom type | Johan B. C. Engelen | 2008-06-30 | 1 | -10/+6 | |
| | | | | (bzr r6102) | |||||
| * | add SPCurve::get_segment_count | Johan B. C. Engelen | 2008-06-30 | 2 | -0/+17 | |
| | | | | (bzr r6100) | |||||
| * | even with zero opacity, paths must be selectable in outline mode | bulia byak | 2008-06-29 | 1 | -3/+5 | |
| | | | | (bzr r6093) | |||||
| * | return results from 2geom path instead of old path | Johan B. C. Engelen | 2008-06-29 | 1 | -5/+5 | |
| | | | | (bzr r6092) | |||||
| * | remove unused function first_bpath | Johan B. C. Engelen | 2008-06-29 | 2 | -18/+2 | |
| | | | | (bzr r6091) | |||||
| * | add SPCurve::first_segment and last_segment | Johan B. C. Engelen | 2008-06-29 | 2 | -2/+38 | |
| | | | | (bzr r6089) | |||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 1 | -2/+3 | |
| | | | | (bzr r6087) | |||||
| * | recognize HLineSegment and VLineSegment in feeding paths to cairo | Johan B. C. Engelen | 2008-06-29 | 1 | -4/+6 | |
| | | | | (bzr r6086) | |||||
