summaryrefslogtreecommitdiffstats
path: root/src/rubberband.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-0/+3
- avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Purge sp_desktop_controlsLiam P. White1-1/+1
(bzr r13819)
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-1/+1
(bzr r13816)
2014-01-15for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-4/+4
(bzr r11469.1.1)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-3/+5
(bzr r10873)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-2/+1
(bzr r10697)
2011-10-20cppcheckKris De Gussem1-1/+1
(bzr r10686)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10659)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-2/+2
header. (bzr r9978.1.1)
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)
2008-11-21Merge from fe-movedTed Gould1-2/+2
(bzr r6891)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-11/+10
(bzr r6839)
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-1/+1
(bzr r6793)
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-5/+4
(bzr r6630)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
(bzr r6569)
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-1/+1
(bzr r6339)
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-5/+5
change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
2007-06-26fix 1721790bulia byak1-1/+2
(bzr r3105)
2007-04-12add touchpath modebulia byak1-14/+79
(bzr r2863)
2006-11-22rearrange code to make rubberband a bit more interruptibility-proofbulia byak1-3/+4
(bzr r2004)
2006-10-04Add interface to check whether or not rubberband operation has been startedJohn Bintz1-1/+9
(bzr r1763)
2006-09-24Added forced redraws to other toolsJohn Bintz1-0/+3
(bzr r1719)
2006-09-06Initial reworking of forced redraw to work better with interruptible displayJohn Bintz1-4/+0
(bzr r1696)
2006-09-04Force non-interruptible canvas redraws to ensure accurate display while ↵John Bintz1-0/+4
creating objects (bzr r1679)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-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)
2006-04-12_desktop was not init'ed, sometimes leading to crashes on doubleclickRalf Stephan1-1/+2
(bzr r498)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-1/+1
(bzr r149)