summaryrefslogtreecommitdiffstats
path: root/src/satisfied-guide-cns.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-0/+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
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+7
| | | | A lot of header clean-up.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-2/+2
| | | (bzr r14504.1.1)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-2/+2
| | | (bzr r13810)
* Remove approx-equal.h and replace with Geom::are_nearKrzysztof Kosi??ski2013-07-231-2/+2
| | | (bzr r12431)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-5/+6
| | | | | they are not used elsewhere. (bzr r11735)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-1/+0
| | | (bzr r10582.1.11)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+1
|\ | | | | (bzr r9945.1.1)
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-1/+1
| | | | | | (bzr r9546.1.11)
* | 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)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-2/+2
| | | | | for the devs) (bzr r8960)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-2/+2
| | | | | displayed "B". (bzr r7335)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-1/+1
| | | (bzr r6513)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-1/+1
| | | (bzr r4258)
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-191-1/+1
| | | | | start conversion to use point_on_line instead of position. (bzr r4257)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-1/+1
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+33
(bzr r1)