summaryrefslogtreecommitdiffstats
path: root/src/rubberband.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-3/+5
| | | (bzr r10873)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
| | | (bzr r10697)
* cppcheckKris De Gussem2011-10-201-1/+1
| | | (bzr r10686)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10659)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-2/+2
| | | | | header. (bzr r9978.1.1)
* 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/+2
| | | (bzr r6891)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-11/+10
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6793)
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-5/+4
| | | (bzr r6630)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
| | | (bzr r6339)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-5/+5
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* fix 1721790bulia byak2007-06-261-1/+2
| | | (bzr r3105)
* add touchpath modebulia byak2007-04-121-14/+79
| | | (bzr r2863)
* rearrange code to make rubberband a bit more interruptibility-proofbulia byak2006-11-221-3/+4
| | | (bzr r2004)
* Add interface to check whether or not rubberband operation has been startedJohn Bintz2006-10-041-1/+9
| | | (bzr r1763)
* Added forced redraws to other toolsJohn Bintz2006-09-241-0/+3
| | | (bzr r1719)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-4/+0
| | | (bzr r1696)
* Force non-interruptible canvas redraws to ensure accurate display while ↵John Bintz2006-09-041-0/+4
| | | | | creating objects (bzr r1679)
* 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)
* _desktop was not init'ed, sometimes leading to crashes on doubleclickRalf Stephan2006-04-121-1/+2
| | | (bzr r498)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-1/+1
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+82
(bzr r1)