summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Adding baseJabiertxof2017-01-051-1/+1
| | | (bzr r15392.1.1)
* More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-081-5/+0
| | | | | Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
* Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski2015-05-081-2/+0
| | | (bzr r14059.2.9)
* Fix a bug in lattice2 with SegmentLines and add a Expander widget to ↵Jabier Arraiza Cenoz2015-03-121-0/+1
| | | | | contract all point parameters (bzr r13998)
* changes_2013_02_25a.patchDavid Mathog2013-03-081-0/+5
| | | | | | | | | | | | | | New: WMF import/export implements WMF (Windows Metafile) read and write. Inkscape previously supported that through uniconverter, which was not very good with WMF files. The new version now has a complete wmf-print/wmf-inout implementation, analogous to the previous emf-print/emf-inout. This handles images, patterns, and various other goodies to the extent that WMF does. WMF is a bit primitive, many fields are only 16 bits, so it even more resolution sapping issues than does EMF. Given the choice, always use the latter format. (bzr r11668.1.52)
* remove unused codeJohan B. C. Engelen2012-02-191-6/+0
| | | (bzr r10997)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-1/+3
| | | (bzr r10696)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+2
| | | (bzr r10347.1.2)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-7/+7
| | | (bzr r10025)
* 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)
* Merge from fe-movedTed Gould2008-11-211-2/+4
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-0/+11
| | | (bzr r6884)
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-3/+0
| | | (bzr r6579)
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+2
| | | (bzr r6284)
* EOL fixupsJon A. Cruz2008-07-051-40/+40
| | | (bzr r6164)
* add const to pointers that are not written toJohan B. C. Engelen2008-06-261-2/+2
| | | (bzr r6071)
* add const to references that are not written toJohan B. C. Engelen2008-06-261-2/+2
| | | (bzr r6069)
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵Johan B. C. Engelen2008-06-261-0/+9
| | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067)
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-161-0/+1
| | | (bzr r5968)
* add geom helper file. this will contain Inkscape specific geometry ↵Johan B. C. Engelen2008-06-161-0/+30
calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965)