summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-14/+21
* Misc. typosluz.paz2018-01-081-3/+3
* Add break apart. Thanks MarenJabier Arraiza2017-12-141-3/+0
* Make optional convert clone to path by a prefs optionJabier Arraiza2017-12-141-3/+12
* This commit:Jabiertxo Arraiza Cenoz2017-12-141-10/+5
* fix removing class when object to pathAurèle Duda2017-10-311-0/+4
* Fix a bug converting to paths nested LPE with powerstrokeJabier Arraiza2017-10-291-2/+6
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-2/+0
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-10-011-1/+6
|\
| * Fix bug #1719505 segfault on convert to pathJabier Arraiza2017-09-301-1/+6
* | Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-5/+3
|/
* fix a brunch of memory leakschr2017-05-181-1/+2
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-3/+3
|\
| * Merge changes from trunkkamalpreetgrewal2016-08-151-6/+6
| |\
| * \ Merge changes from trunkkamalpreetgrewal2016-08-041-4/+1
| |\ \
| * | | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-3/+3
* | | | Improvements and fixes for buds pointed by suv on measure line LPEJabiertxof2016-12-031-1/+2
* | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-241-81/+90
| |_|/ |/| |
* | | Merged trunkAdrian Boguszewski2016-08-031-4/+1
|\ \ \ | | |/ | |/|
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
| |/
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-5/+5
|/
* Bug #1552765 fixed Break Apart dont handle well stroke with in documents diff...Jabier Arraiza Cenoz2016-04-081-10/+4
* Fix for bug 415471 and 1553182 related to undo with eraser toolJabier Arraiza Cenoz2016-03-041-8/+10
* static code analysisKris De Gussem2015-11-131-6/+6
* Use different method to find text to save when converting text to path.Tavmjong Bah2015-10-021-8/+8
* fix for stl "remove"Marc Jeanmougin2015-05-071-2/+2
* better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-6/+2
* fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-2/+6
* updated with trunkMarc Jeanmougin2015-04-291-2/+10
|\
| * Save original text in 'aria-label' attribute for accessibilty reasons.Tavmjong Bah2015-04-281-1/+11
* | Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-261-1/+1
* | more cast cleanupMarc Jeanmougin2015-02-271-2/+2
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-32/+17
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-36/+37
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-62/+63
|/
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-15/+13
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-6/+6
* Purge sp_desktop_message_stackLiam P. White2014-12-211-8/+8
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
* Update to trunk r13638Liam P. White2014-10-251-24/+32
|\
| * Address possible-yet-unlikely null parent scenario.Jon A. Cruz2014-10-241-3/+3
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-21/+29
* | Update to trunk r13621Liam P. White2014-10-171-0/+1
|\|
| * path combine: add an assert to indicate that item list cannot be emptyJohan B. C. Engelen2014-10-121-0/+1
* | Update to trunkLiam P. White2014-03-261-15/+10
|\|
| * fix crash introduced in rev. 13199. (revert the change to Glib::string (cras...Johan B. C. Engelen2014-03-251-8/+8
| * add convenience functions to deal with Glib::ustrings for setting repr attrib...Johan B. C. Engelen2014-03-241-2/+2