aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Implement Swap in SelectionRange to avoid warnings.Neil1-0/+4
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+1
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil1-0/+1
2015-06-24Make multiple selection work over most cursor movement and selection, new line,Neil1-0/+8
2015-06-16Clean up some selection operations. Commonly when changing selection modes,Neil1-0/+4
2014-07-07Fix bug where too many characters may be deleted when a rectangular selection isNeil1-2/+9
2014-06-22Stop storing a pointer to the selection on LineLayout objects where it may haveNeil1-0/+8
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-0/+8
2013-12-17Added DropSelectionN API.Neil1-0/+15
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2013-07-01Bug: [#1492]. Need extra header for better standard compliance in Visual Stud...Neil1-0/+1
2013-04-16Move selections with virtual space more reasonably when real spaces inserted atnyamatongwe1-4/+8
2011-01-12Remove virtual space if invalid after modification. Bug #3154986.nyamatongwe1-0/+4
2010-11-21Speed up creating large rectangular selections.nyamatongwe1-0/+5
2010-02-17Formatting whitespace.nyamatongwe1-2/+2
2010-01-30Fix bug #2942131 Caret pos after rectagular delete.nyamatongwe1-0/+8
2009-10-11Fix bug #2871358 where left or right key with rectangular selectionnyamatongwe1-0/+13
2009-08-03Avoid warning.nyamatongwe1-1/+1
2009-07-30When using Ctrl+Drag for multiple selection when previous selectionsnyamatongwe1-3/+14
2009-07-21Added commands for rotating selections and swapping caret and anchor ofnyamatongwe1-0/+4
2009-07-15Remove duplicate carets after Delete or Backspace.nyamatongwe1-0/+18
2009-07-15No explicit count of ranges in selection as can use vector::size().nyamatongwe1-55/+24
2009-07-14Added controls for enabling multiple selection and multiple selectionnyamatongwe1-33/+20
2009-07-09Added setings for colours, alpha, and caret colour for additionalnyamatongwe1-6/+6
2009-07-08Draw discontiguous and virtual space selection in non-alpha mode.nyamatongwe1-23/+13
2009-07-08Moved calculation of rectangular range from occurring after every stylenyamatongwe1-1/+2
2009-07-06Allow drag and drop in virtual space.nyamatongwe1-0/+20
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-0/+345