| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 1 | -5/+4 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -4/+4 |
| | | |||||
| * | Fixes for measure LPE and speed path based LPE operations | Jabiertxof | 2016-12-06 | 1 | -0/+1 |
| | | | | (bzr r15302) | ||||
| * | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -1/+1 |
| | | | | (bzr r14059.2.1) | ||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 1 | -9/+11 |
| | | | | (bzr r13341.1.198) | ||||
| * | Code cleanup. | Liam P. White | 2014-08-18 | 1 | -11/+9 |
| | | | | (bzr r13341.1.145) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+4 |
| | | | | (bzr r10696) | ||||
| * | 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 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -0/+2 |
| | | | | (bzr r6884) | ||||
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 1 | -2/+2 |
| | | | | (bzr r6617) | ||||
| * | return boost::optional for second and penultimate points of SPCurve | Johan B. C. Engelen | 2008-08-13 | 1 | -2/+4 |
| | | | | (bzr r6616) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -35/+22 |
| | | | | (bzr r6339) | ||||
| * | remove all old nartbpath code from SPCurve!!! (in other words, ↵ | Johan B. C. Engelen | 2008-07-16 | 1 | -52/+1 |
| | | | | | | lib2geomification of SPCurve complete) (bzr r6330) | ||||
| * | 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) | ||||
| * | 2geomify SPCurve::new_from_rect | Johan B. C. Engelen | 2008-07-08 | 1 | -2/+1 |
| | | | | (bzr r6235) | ||||
| * | cleanup unused methods in spcurve | Johan B. C. Engelen | 2008-07-07 | 1 | -9/+3 |
| | | | | (bzr r6213) | ||||
| * | add SPCurve::get_segment_count | Johan B. C. Engelen | 2008-06-30 | 1 | -0/+1 |
| | | | | (bzr r6100) | ||||
| * | remove unused function first_bpath | Johan B. C. Engelen | 2008-06-29 | 1 | -1/+0 |
| | | | | (bzr r6091) | ||||
| * | add SPCurve::first_segment and last_segment | Johan B. C. Engelen | 2008-06-29 | 1 | -0/+2 |
| | | | | (bzr r6089) | ||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 1 | -1/+1 |
| | | | | (bzr r6078) | ||||
| * | add method to retrieve first and last path of SPCurve, fix error. | Johan B. C. Engelen | 2008-06-08 | 1 | -0/+2 |
| | | | | (bzr r5858) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -42/+63 |
| | | | | (bzr r5823) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+0 |
| | | | | | | 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 | -16/+29 |
| | | | | | | | - 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 | -52/+57 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Add a method to create a rectangular curve | Diederik van Lierop | 2007-07-25 | 1 | -0/+2 |
| | | | | (bzr r3297) | ||||
| * | get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵ | MenTaLguY | 2006-05-09 | 1 | -6/+0 |
| | | | | | | memory management (bzr r788) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -3/+3 |
| | | | | (bzr r787) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+133 |
| (bzr r1) | |||||
