| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -13/+198 | |
| 2004-04-19 | Fix to line layout cache use. When a line was retrieved from | nyamatongwe | 1 | -0/+1 | |
| the line layout cache and then replaced with another that mapped to the same cache entry then there could be use of a deleted pointer. | |||||
| 2004-04-16 | Patch from John Ehresman to add character set to selections. | nyamatongwe | 1 | -5/+5 | |
| 2004-04-06 | SCI_SETTEXT made a single undo action. | nyamatongwe | 1 | -2/+4 | |
| 2004-03-27 | Fixed bug when wrapping and undo removes all text in | nyamatongwe | 1 | -1/+7 | |
| document. | |||||
| 2004-03-20 | Fixed a clash in the line layout cache when caching page and caret | nyamatongwe | 1 | -2/+6 | |
| was reusing a slot already used. | |||||
| 2004-02-29 | Patch from Bruce to return required allocation size when a NULL | nyamatongwe | 1 | -9/+24 | |
| pointer is used as a stringresult argument. | |||||
| 2004-02-26 | Patch to indent to next indent mark rather than to add the | nyamatongwe | 1 | -1/+2 | |
| indent amount. | |||||
| 2004-02-21 | Avoid warning when char type is unsigned. | nyamatongwe | 1 | -1/+1 | |
| 2004-02-06 | Changed rectangular selection to use same technique to calculate | nyamatongwe | 1 | -1/+2 | |
| selected characters when dragging as when copying to clipboard as otherwise the characters copied could sometimes differ from those apparently selected. This change impacts seelcting beyond the end of the final line. | |||||
| 2004-01-20 | Method to preallocate document space. | nyamatongwe | 1 | -0/+4 | |
| 2004-01-18 | Patch from Bruce Dodson to ensure correct folding. | nyamatongwe | 1 | -1/+19 | |
| When toggling fold on line that is not a fold header line, toggle the previous fold header line. | |||||
| 2004-01-13 | When styling is performed outside a styleneeded event, | nyamatongwe | 1 | -0/+1 | |
| increment the style clock so the layout cache is invalidated and so the styling is displayed. | |||||
| 2004-01-11 | Reset braces highlight positions when changing document. | nyamatongwe | 1 | -1/+4 | |
| 2004-01-04 | Fixes to avoid laying out lines after end of document when | nyamatongwe | 1 | -11/+8 | |
| performing wrapping. | |||||
| 2004-01-02 | Patch from Mick Trent to fix a problem with word selection mode | nyamatongwe | 1 | -1/+11 | |
| when the container has implemented an extended definition of words. | |||||
| 2003-12-14 | Patch from John Ehresman to fix hotspot crash. | nyamatongwe | 1 | -1/+1 | |
| 2003-12-05 | Some casts fixed to use int rather than short for document positions. | nyamatongwe | 1 | -2/+2 | |
| 2003-12-03 | Explicitly set the selection type when switching documents as rectangular | nyamatongwe | 1 | -0/+1 | |
| selection slows it down markedly. | |||||
| 2003-11-27 | Reenabled background wrap. | nyamatongwe | 1 | -1/+1 | |
| 2003-11-27 | Ensure style data refreshed before wrapping lines. | nyamatongwe | 1 | -1/+2 | |
| 2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 1 | -1/+0 | |
| was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
| 2003-11-06 | More checking for background wrap enabled. | nyamatongwe | 1 | -1/+1 | |
| Shorter time between timer ticks. | |||||
| 2003-11-05 | Background wrapping during idle from Bruce Dodson. | nyamatongwe | 1 | -12/+18 | |
| 2003-11-04 | SCI_SETWORDCHARS performs SCI_SETCHARSDEFAULT before setting | nyamatongwe | 1 | -0/+1 | |
| word characters. | |||||
| 2003-11-04 | Simplified SetCharClasses and added SCI_SETCHARSDEFAULT. | nyamatongwe | 1 | -0/+4 | |
| 2003-11-01 | Patch from Roy Wood to allow changing the characters that are in the | nyamatongwe | 1 | -2/+9 | |
| whitespace class. | |||||
| 2003-10-31 | Another wrapping fix. | nyamatongwe | 1 | -3/+8 | |
| 2003-10-27 | Patches from Roy Wood: | nyamatongwe | 1 | -4/+74 | |
| Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. | |||||
| 2003-10-20 | Fixes to wrapping code. | nyamatongwe | 1 | -4/+4 | |
| Priority wrap can wrap first line in document. Selection margin drawn after wrapping. Check modification for wrap performed after line heights scrolled because of line insertion or deletion. | |||||
| 2003-10-17 | SCI_HOMERECTEXTEND added. | nyamatongwe | 1 | -0/+6 | |
| 2003-10-16 | When multiple lines added, wrap all the added lines not just the top 2. | nyamatongwe | 1 | -5/+4 | |
| 2003-10-13 | Hotspot fix from Simon. | nyamatongwe | 1 | -2/+2 | |
| 2003-10-09 | Fixes to Autocomplete crash from Philippe. | nyamatongwe | 1 | -51/+81 | |
| 2003-10-03 | Rectangular selection by keyboard from Philippe. | nyamatongwe | 1 | -186/+353 | |
| 2003-09-28 | Hotspot improvements from Simon, including setting to | nyamatongwe | 1 | -6/+13 | |
| limit hotspots to a single line. | |||||
| 2003-09-24 | Fixed read past end of allocation in drawing indicators. | nyamatongwe | 1 | -4/+6 | |
| 2003-09-20 | Typo fixed.s | nyamatongwe | 1 | -1/+1 | |
| 2003-09-20 | Formatting, dates. | nyamatongwe | 1 | -3/+7 | |
| 2003-09-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -17/+109 | |
| 2003-09-18 | Safe parts of idle time wrapping. | nyamatongwe | 1 | -0/+6 | |
| 2003-09-05 | Ensure hotspot range initialised. | nyamatongwe | 1 | -4/+5 | |
| Bug fixed in LayoutLine when determining if line has not changed. | |||||
| 2003-08-17 | Added assertion to prevent retrieving text beyond the end of the document. | nyamatongwe | 1 | -0/+1 | |
| 2003-08-14 | Added BOX indicator. | nyamatongwe | 1 | -1/+1 | |
| 2003-08-14 | Fixed bugs with displaying indicators with wrap turned on. | nyamatongwe | 1 | -7/+11 | |
| 2003-08-03 | Added refresh of pixmaps when wrapping. | nyamatongwe | 1 | -0/+3 | |
| Added some assertions. | |||||
| 2003-07-21 | Improve 64 bit portability. | nyamatongwe | 1 | -18/+24 | |
| 2003-05-11 | Clipping copy range into document. | nyamatongwe | 1 | -0/+2 | |
| 2003-05-11 | Ensure text copied to clipboard is terminated at correct length. | nyamatongwe | 1 | -10/+5 | |
| 2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -5/+38 | |
