summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash caused by e6d70fa8d497b2d75a837aa22e5876943de9fedeMarc Jeanmougin2019-10-151-3/+3
|
* Fix leak in path simplifyMarc Jeanmougin2019-10-071-18/+19
|
* Fix various minor typosYuri Chornoivan2019-07-015-7/+7
|
* Change Path Cutting for ArcsNathan Lee2019-06-172-4/+2
| | | | | | | The arc's sweep and large arc flags are wrong. Also remove early return (proper error handling already present). https://gitlab.com/inkscape/inkscape/issues/250
* Stop crash on binary path division (flatpak)Nathan Lee2019-04-251-1/+1
| | | | | Not apparent without _GLIBCXX_ASSERTIONS Fixes https://gitlab.com/inkscape/inbox/issues/397
* arc polygonization uses arc's scale for precisionrocifier2019-03-171-7/+8
|
* modernize: add overridesMarc Jeanmougin2019-01-021-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-028-161/+156
|
* Clarify licensesMax Gaukler2018-11-0835-98/+295
| | | | | | - 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
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Refactor with Tav helpJabier Arraiza2018-08-051-2/+2
|
* Revert changesJabier Arraiza2018-08-051-32/+3
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-3/+32
| | | | pref optional to scale dashes on stroke scale
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-202-22/+16
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-197-24/+24
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-182-4/+4
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-184-6/+6
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-182-3/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1816-196/+196
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-182-26/+26
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0416-46/+46
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2916-46/+46
|
* Add lots of README's.Tavmjong Bah2018-03-301-0/+17
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-55/+0
| | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY
* [meson-build] livarotFelipe Corrêa da Silva Sanches2018-03-171-0/+55
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-302-2/+2
| | | | A lot of header clean-up.
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* terminate line with round caps. (Bug 1680179)Alvin Penner2017-04-201-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1680179 (bzr r15626)
* Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-093-12/+2
| | | (bzr r15223.1.1)
* Fix a regression introduced by the refactoring.Shlomi Fish2016-09-291-1/+2
| | | | | | | Thanks to Mc for noticing it here: https://code.launchpad.net/~shlomif-gmail/inkscape/trunk-refactoring/+merge/307193 (bzr r15100.1.24)
* Remove test for bool value.Shlomi Fish2016-09-031-1/+1
| | | (bzr r15100.1.14)
* remove == true/false.Shlomi Fish2016-09-031-3/+3
| | | (bzr r15100.1.12)
* Avoid == true / == false.Shlomi Fish2016-09-031-2/+1
| | | (bzr r15100.1.11)
* RefactoringShlomi Fish2016-09-031-13/+7
| | | (bzr r15100.1.10)
* Convert to boolean truth/falsehood.Shlomi Fish2016-09-031-5/+5
| | | | | Refactoring. (bzr r15100.1.9)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-41/+0
| | | (bzr r15046)
* cstdint is c++11, defaulting to stdint.hMarc Jeanmougin2016-04-111-1/+1
| | | (bzr r14776)
* fix compile error in livarotMarc Jeanmougin2016-04-111-11/+1
| | | (bzr r14774)
* re-write rev 11457. (Bug 1557348)Alvin Penner2016-04-051-2/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1557348 (bzr r14763)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-6/+6
| | | (bzr r14059.2.16)
* Fix path conversion between 2Geom and LivarotKrzysztof Kosi??ski2015-05-081-7/+1
| | | (bzr r14059.2.6)
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-288-44/+44
| | | (bzr r14059.2.2)
* more restrictive definition of parentContour. (Bug 499744)Alvin Penner2015-04-021-3/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/499744 (bzr r14040)
* Fix modelinesAlex Valavanis2014-08-301-9/+9
| | | (bzr r13341.1.183)
* Undo changes in r13391Liam P. White2014-06-075-20/+14
| | | (bzr r13341.1.51)
* Clean up some unnecessary pointer usage in livarotLiam P. White2014-06-065-14/+20
| | | (bzr r13341.1.50)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)