| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -6/+9 |
| | | | | | | | - 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 | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 1 | -20/+1 |
| | | | | (bzr r15223.1.1) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -2/+2 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14 | Jabier Arraiza Cenoz | 2016-08-03 | 1 | -2/+2 |
| | | | | | | | (bzr r15036) | ||||
| * | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -0/+1 |
| |\| | | | | | (bzr r14954.1.29) | ||||
| | * | Fix Stroke to fill retaining fills | Jabier Arraiza Cenoz | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1556592 (bzr r15028) | ||||
| * | | Changed signatures of boolean functions | Adrian Boguszewski | 2016-07-20 | 1 | -3/+7 |
| |/ | | | (bzr r14954.1.24) | ||||
| * | Improved eraser tool, now working on documents not pixels and with 0 width | Jabier Arraiza Cenoz | 2016-02-13 | 1 | -0/+1 |
| | | | | (bzr r14648.1.1) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -3/+4 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | merge from trunk (r12487) | su_v | 2013-08-29 | 1 | -8/+17 |
| |\ | | | | | (bzr r11668.1.75) | ||||
| | * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | | From bug #1048845: proposed addition to livarot for boolean operations | su_v | 2012-09-23 | 1 | -0/+2 |
| |/ | | | (bzr r11668.1.3) | ||||
| * | avoid some Shape calculations that are not relevant to visual bbox (Bug 906952) | Alvin Penner | 2012-02-23 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r11010) | ||||
| * | for bbox calculation, disable call to Path::Coalesce (Bug 906952) | Alvin Penner | 2012-01-04 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10835) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -1/+1 |
| | | | | (bzr r10766.1.1) | ||||
| * | add curve before LPE to SPShape. this is useful for helperpath display. It ↵ | Johan B. C. Engelen | 2011-04-01 | 1 | -0/+2 |
| | | | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142) | ||||
| * | 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) | ||||
| * | * improve boundingbox calculation: include strokecaps. | Johan B. C. Engelen | 2010-04-10 | 1 | -0/+1 |
| | | | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -2/+2 |
| | | | | (bzr r7032) | ||||
| * | remove unused include files and methods | Johan B. C. Engelen | 2008-08-31 | 1 | -1/+0 |
| | | | | (bzr r6738) | ||||
| * | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-15 | 1 | -20/+20 |
| | | | | (bzr r6633) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -2/+1 |
| | | | | (bzr r6552) | ||||
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -1/+1 |
| | | | | (bzr r6386) | ||||
| * | splivarot.h: Supply missing #includes/declarations so that we don't depend ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+3 |
| | | | | | | on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6186) | ||||
| * | create pathvector_for_curve method. | Johan B. C. Engelen | 2008-07-04 | 1 | -0/+2 |
| | | | | (bzr r6160) | ||||
| * | Fixed undo for eraser to be a single step | Jon A. Cruz | 2008-04-27 | 1 | -0/+1 |
| | | | | (bzr r5528) | ||||
| * | Node tool: snap to paths and their nodes, incl. to the path currently being ↵ | Diederik van Lierop | 2008-03-08 | 1 | -1/+1 |
| | | | | | | edited (bzr r4989) | ||||
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -0/+2 |
| | | | | | | 2) Fix constrained snapping to objects (bzr r4314) | ||||
| * | Change paint bucket path union to properly create only one undo event, ↵ | John Bintz | 2007-03-31 | 1 | -0/+1 |
| | | | | | | rather than two (bzr r2792) | ||||
| * | Factor out bpath_to_Path | John Bintz | 2007-02-25 | 1 | -0/+1 |
| | | | | (bzr r2431) | ||||
| * | switch get_nearest_position and get_point to using supplied livarot Path ↵ | bulia byak | 2006-04-01 | 1 | -2/+3 |
| | | | | | | instead of creating one each time from an item (bzr r384) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+58 |
| (bzr r1) | |||||
