summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Keep generic attributes with "Simplify" et. alThomas Holder2019-03-181-0/+2
| | | | | | | Keep generic attributes and child nodes when doing path conversion like "Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations. Fixes https://bugs.launchpad.net/inkscape/+bug/373140
* Clarify licensesMax Gaukler2018-11-081-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
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-6/+7
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Fix for bug 415471 and 1553182 related to undo with eraser toolJabier Arraiza Cenoz2016-03-041-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1553182 (bzr r14688)
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
| | | (bzr r14504.1.15)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-1/+1
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-2/+3
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-1/+3
| | | (bzr r12473.1.1)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+13
| | | | | the contents forward.h at all). (bzr r10667)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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 pasting of LPE stacksJohan B. C. Engelen2010-03-141-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191)
* From trunkTed Gould2008-10-271-0/+1
| | | (bzr r6885)
* Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-4/+4
| | | (bzr r6628)
* when applying LPE to rect, convert it to path firstJohan B. C. Engelen2008-03-281-1/+1
| | | (bzr r5223)
* export single-item-to-path functionbulia byak2007-08-071-1/+1
| | | (bzr r3404)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+35
(bzr r1)