Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-15 | Added vector header to make new Selection code build. | nyamatongwe | 1 | -0/+2 | |
2009-07-15 | Add vector header to allow compilation with new Selection code. | nyamatongwe | 1 | -0/+2 | |
2009-07-14 | Documentation of new selection features. | nyamatongwe | 2 | -8/+175 | |
Minor cleanups. | |||||
2009-07-14 | Include vector as needed by Selection. | nyamatongwe | 1 | -0/+2 | |
2009-07-14 | Added controls for enabling multiple selection and multiple selection | nyamatongwe | 9 | -68/+93 | |
typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections. | |||||
2009-07-14 | Fix problems in drawing end of line dur to separate drawing of line end | nyamatongwe | 1 | -26/+36 | |
characters for virtual space. Fix drawing of caret so caret not drawn after line end characters. | |||||
2009-07-13 | VC6 gives many spurious level 4 warnings when using standard library so | nyamatongwe | 2 | -3/+3 | |
turn warning level down to 3. | |||||
2009-07-13 | Using std::string for space buffer to ensure deletion. | nyamatongwe | 1 | -8/+16 | |
Fixed name clash with Borland C++ 5.5 including Windows.h when string included. | |||||
2009-07-12 | Since now using exceptions, don't check result from new. | nyamatongwe | 4 | -31/+10 | |
2009-07-12 | Since exception handling now turned on, do not check return value from new. | nyamatongwe | 6 | -68/+47 | |
2009-07-12 | Added PerLine to build. | nyamatongwe | 2 | -1/+3 | |
2009-07-12 | Include new selection code in build. | nyamatongwe | 1 | -1/+1 | |
2009-07-12 | Changes needed to make new selection class work on Cocoa. | nyamatongwe | 3 | -13/+22 | |
2009-07-12 | Made compile with new selection class for Mac OS X Carbon. | nyamatongwe | 2 | -16/+17 | |
2009-07-12 | Removed trace. | nyamatongwe | 1 | -1/+0 | |
2009-07-12 | Start of documentation of discontiguous selection and virtual space. | nyamatongwe | 1 | -22/+40 | |
2009-07-12 | Allow setting the modifier key to be used for rectangular | nyamatongwe | 3 | -13/+52 | |
selection on GTK+. Paste can be performed in virtual space on GTK+ | |||||
2009-07-12 | Use additional selection colour for additional selections | nyamatongwe | 1 | -5/+6 | |
even when window is primary. When selection alpha is set, set additional selection alpha to same value so that editors unaware of multiple selection behave OK. | |||||
2009-07-10 | Fixed incorrect comment. | nyamatongwe | 1 | -1/+1 | |
2009-07-10 | Duplicate works on discontiguous selections by duplicating each selection. | nyamatongwe | 6 | -114/+104 | |
UndoGroup class simplifies grouping actions together in the undo history. | |||||
2009-07-10 | Allow pasting into virtual space. | nyamatongwe | 1 | -2/+5 | |
2009-07-10 | Stop Backspace from deleting line starts when selection is rectangular. | nyamatongwe | 1 | -0/+2 | |
2009-07-09 | Added setings for colours, alpha, and caret colour for additional | nyamatongwe | 8 | -122/+212 | |
selections. | |||||
2009-07-08 | Draw discontiguous and virtual space selection in non-alpha mode. | nyamatongwe | 4 | -49/+74 | |
2009-07-08 | Fixed problem where rectangular selections in virtual space were | nyamatongwe | 1 | -1/+1 | |
calculated with wrong style so did not match the mouse position. | |||||
2009-07-08 | Moved calculation of rectangular range from occurring after every style | nyamatongwe | 2 | -3/+4 | |
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-07 | Using the last style on a line to determine the width of a virtual space | nyamatongwe | 6 | -18/+29 | |
rather than use the default style. This adapts better for comments which use a different font. | |||||
2009-07-06 | Made drag into virtual space work for some cases on GTK+. | nyamatongwe | 1 | -15/+17 | |
2009-07-06 | Fix up some drawing glitches with end of line selection not being removed. | nyamatongwe | 1 | -1/+2 | |
2009-07-06 | Allow drag and drop in virtual space. | nyamatongwe | 5 | -111/+128 | |
2009-07-05 | Fixed bug where cursor right key and end of line for CRLF file would move | nyamatongwe | 1 | -1/+1 | |
between CR and LF. | |||||
2009-07-05 | Incorrect identifier for STYLE_BRACEBAD. Fixes bug #2816521. | nyamatongwe | 1 | -1/+1 | |
2009-07-05 | Python folding uses fold.compact to fix bug #210240 in more cases. | nyamatongwe | 1 | -4/+15 | |
2009-07-04 | Check virtual space options for rectangular selection. | nyamatongwe | 1 | -14/+23 | |
2009-07-04 | Made backspace work better for multi-selection. | nyamatongwe | 1 | -26/+8 | |
Check virtual space options when mouse clicked in virtual space. | |||||
2009-07-04 | Made drag and drop work - return value from PositionInSelection was changed | nyamatongwe | 1 | -1/+1 | |
for multiple selection. | |||||
2009-07-03 | Use screen point for caret that includes virtual spcace so that, for | nyamatongwe | 5 | -17/+28 | |
example, the IME appears near the caret when the caret is in virtual space. Changed LocationFromPosition to work on a SelectionPosition and added convenience method for finding screen point of main caret. | |||||
2009-07-03 | Included Selection and made VC6 version more similar to later versions. | nyamatongwe | 2 | -14/+27 | |
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 18 | -816/+1763 | |
2009-07-02 | Updated link for 1.79. | nyamatongwe | 1 | -1/+1 | |
2009-07-01 | Update to CAML lexer from Robert Roessler includes support for SMLrel-1-79 | nyamatongwe | 4 | -53/+109 | |
and some bug fixes. | |||||
2009-07-01 | Patch from Kein-Hong Man for bug #2809168. | nyamatongwe | 1 | -0/+2 | |
2009-07-01 | Included some additional items from mail archive. | nyamatongwe | 1 | -1/+8 | |
2009-06-29 | Typos. | nyamatongwe | 1 | -3/+3 | |
2009-06-28 | Updated sizes. | nyamatongwe | 1 | -1/+1 | |
2009-06-28 | Updated file sizes. | nyamatongwe | 1 | -2/+2 | |
2009-06-28 | Updates for 1.79. | nyamatongwe | 2 | -3/+95 | |
2009-06-28 | Updates for release 1.79. | nyamatongwe | 4 | -29/+18 | |
2009-06-27 | Fix bug in rectangular paste where short lines were not being space filled | nyamatongwe | 1 | -1/+1 | |
as much as needed. | |||||
2009-06-26 | From scintilla-cocoa bzr. | nyamatongwe | 4 | -0/+534 | |