summaryrefslogtreecommitdiffstats
path: root/src/rubberband.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-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
* 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* 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)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-1/+1
| | | (bzr r13819)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
| | | (bzr r13816)
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-151-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-4/+4
| | | (bzr r11469.1.1)
* 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)