Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-21 | Speed up creating large rectangular selections. | nyamatongwe | 1 | -0/+5 | |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -2/+2 | |
2010-01-30 | Fix bug #2942131 Caret pos after rectagular delete. | nyamatongwe | 1 | -0/+8 | |
2009-10-11 | Fix bug #2871358 where left or right key with rectangular selection | nyamatongwe | 1 | -0/+13 | |
moved to a left or right of main selection rather than before or after rectangular selection. | |||||
2009-08-03 | Avoid warning. | nyamatongwe | 1 | -1/+1 | |
2009-07-30 | When using Ctrl+Drag for multiple selection when previous selections | nyamatongwe | 1 | -3/+14 | |
dragged over but then that area is deselected, reveal the previous selections again. This allows the user to undo some bad effects when the mouse moves further than wanted. | |||||
2009-07-21 | Added commands for rotating selections and swapping caret and anchor of | nyamatongwe | 1 | -0/+4 | |
main selection. | |||||
2009-07-15 | Remove duplicate carets after Delete or Backspace. | nyamatongwe | 1 | -0/+18 | |
Adding 1 to size returned for GetSelText so that container will allocate enough memory to hold \0 for empty selection. | |||||
2009-07-15 | No explicit count of ranges in selection as can use vector::size(). | nyamatongwe | 1 | -55/+24 | |
Removed EmptyRanges method so that there is always at least one selection. Added SetSelection method to set a simple single selection. Removed 3 argument form of AddSelection since callers do know which argument is the caret. Simplified rectangular selection code. | |||||
2009-07-14 | Added controls for enabling multiple selection and multiple selection | nyamatongwe | 1 | -33/+20 | |
typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections. | |||||
2009-07-09 | Added setings for colours, alpha, and caret colour for additional | nyamatongwe | 1 | -6/+6 | |
selections. | |||||
2009-07-08 | Draw discontiguous and virtual space selection in non-alpha mode. | nyamatongwe | 1 | -23/+13 | |
2009-07-08 | Moved calculation of rectangular range from occurring after every style | nyamatongwe | 1 | -1/+2 | |
change to after the styles have been valided. Previously was very slow when setting monospaced font mode. Made more code sensitive to virtual spaces to draw caret and selection more accurately. | |||||
2009-07-06 | Allow drag and drop in virtual space. | nyamatongwe | 1 | -0/+20 | |
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 1 | -0/+345 | |