summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-matrix.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-291/+0
(bzr r9508.1.47)
2008-06-12add commentary to some methods about 2geom replacementsJohan B. C. Engelen1-2/+2
(bzr r5916)
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-336/+21
(bzr r5149)
2008-03-01remove assert_closebulia byak1-22/+0
(bzr r4916)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
(bzr r4629)
2006-06-30add methods to identify scales and rotationsbulia byak1-0/+20
(bzr r1326)