| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 1 | -1/+1 |
| | | | | (bzr r11867) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -4/+4 |
| | | | | (bzr r10678) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | 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) | ||||
| * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 1 | -2/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364) | ||||
| * | Compilation fixes for Windows 64-bit by Fridrich | Krzysztof Kosi??ski | 2010-02-28 | 1 | -2/+2 |
| | | | | (bzr r9118) | ||||
| * | Prevent the Bezier tool from introducing a redundant closing line segment | Krzysztof Kosi??ski | 2010-02-10 | 1 | -1/+5 |
| | | | | | | when closing a path. (bzr r9079) | ||||
| * | fix node counting for "moveto"-only paths. | Johan B. C. Engelen | 2009-09-28 | 1 | -2/+6 |
| | | | | (bzr r8669) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -6/+30 |
| | | | | (bzr r6884) | ||||
| * | fix UI node counting | Johan B. C. Engelen | 2008-09-13 | 1 | -0/+9 |
| | | | | (bzr r6804) | ||||
| * | fix curve::penultimate_point old behavior. no longer triggers 2geom exception. | Johan B. C. Engelen | 2008-09-11 | 1 | -3/+8 |
| | | | | (bzr r6794) | ||||
| * | add quick comment | Johan B. C. Engelen | 2008-09-10 | 1 | -0/+6 |
| | | | | (bzr r6786) | ||||
| * | convert moveto, lineto and curveto native to Point, instead of going to ↵ | Johan B. C. Engelen | 2008-09-04 | 1 | -10/+6 |
| | | | | | | gdouble to go back to Point again.... (bzr r6759) | ||||
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 1 | -13/+17 |
| | | | | (bzr r6617) | ||||
| * | return boost::optional for second and penultimate points of SPCurve | Johan B. C. Engelen | 2008-08-13 | 1 | -19/+26 |
| | | | | (bzr r6616) | ||||
| * | fix error in appending paths to existing paths. fixes bug #253639 | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+1 |
| | | | | (bzr r6550) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -78/+26 |
| | | | | (bzr r6339) | ||||
| * | remove all old nartbpath code from SPCurve!!! (in other words, ↵ | Johan B. C. Engelen | 2008-07-16 | 1 | -831/+67 |
| | | | | | | lib2geomification of SPCurve complete) (bzr r6330) | ||||
| * | noop: add comment about multiple consecutive movetos | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+3 |
| | | | | (bzr r6305) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 1 | -0/+1 |
| | | | | (bzr r6284) | ||||
| * | 2geomify SPCurve::new_from_rect | Johan B. C. Engelen | 2008-07-08 | 1 | -5/+4 |
| | | | | (bzr r6235) | ||||
| * | cleanup unused methods in spcurve | Johan B. C. Engelen | 2008-07-07 | 1 | -120/+4 |
| | | | | (bzr r6213) | ||||
| * | improve documentation of SPCurve::last_segment | Johan B. C. Engelen | 2008-07-07 | 1 | -3/+2 |
| | | | | (bzr r6203) | ||||
| * | 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) | ||||
| * | 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 | 1 | -0/+16 |
| | | | | (bzr r6100) | ||||
| * | 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 | 1 | -17/+2 |
| | | | | (bzr r6091) | ||||
| * | add SPCurve::first_segment and last_segment | Johan B. C. Engelen | 2008-06-29 | 1 | -2/+36 |
| | | | | (bzr r6089) | ||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 1 | -2/+2 |
| | | | | (bzr r6078) | ||||
| * | add method to retrieve first and last path of SPCurve, fix error. | Johan B. C. Engelen | 2008-06-08 | 1 | -4/+34 |
| | | | | (bzr r5858) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-06-07 | 1 | -6/+14 |
| | | | | (bzr r5847) | ||||
| * | add comments to SPCurve about 2geomify status of functions | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+8 |
| | | | | (bzr r5837) | ||||
| * | disable SPCurve path checking per default as it decreases performance by a lot. | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5835) | ||||
| * | - enable path checking for SPCurve | Johan B. C. Engelen | 2008-06-06 | 1 | -5/+14 |
| | | | | | | - make SPCurve::transform safe to work on both pathv and bpath (bzr r5834) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -109/+464 |
| | | | | (bzr r5823) | ||||
| * | Fixed initialization order | Jon A. Cruz | 2008-05-17 | 1 | -5/+5 |
| | | | | (bzr r5681) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+4 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -166/+204 |
| | | | | | | | - 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 | -311/+298 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and ↵ | Jasper van de Gronde | 2008-04-18 | 1 | -113/+4 |
| | | | | | | friends). (See bug 166720.) (bzr r5473) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -1/+1 |
| | | | | (bzr r4588) | ||||
| * | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵ | Peter Moulder | 2007-09-29 | 1 | -27/+27 |
| | | | | | | for indentation. (bzr r3816) | ||||
| * | Add a method to create a rectangular curve | Diederik van Lierop | 2007-07-25 | 1 | -0/+17 |
| | | | | (bzr r3297) | ||||
