summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
A lot of header clean-up.
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-2/+0
(bzr r14504.1.15)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+1
GThread deprecation errors. (bzr r13341.1.190)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-0/+0
Also remove the obsolete IDL file stub. (bzr r9194)
2008-07-05removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that ↵Peter Moulder1-2/+5
we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6181)
2006-05-10Apparently a problem was reported with one of the test cases. Tim Dwyer1-1/+1
I can't reproduce the problem, however solve_VPSC code in inkscape was getting quite out of date with that in www.sf.net/projects/adaptagrams. I've updated the code, which may fix the problem, or at least if it's reported again then I'll know it's still an issue. (bzr r803)