Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-27 | Changed lineStates to a SplitVector so that it supports insert and delete | nyamatongwe | 1 | -1/+0 | |
so inserting and deleting lines does not cause a really large number of changed values under most circumstances leading to fewer notifications. SVector is no longer used. | |||||
2007-07-26 | Optimised previous change to avoid extra redraws when modification does not | nyamatongwe | 1 | -1/+1 | |
affect visible area. | |||||
2007-07-25 | Changed ContractionState data structure to be more efficient by not only | nyamatongwe | 1 | -1/+1 | |
modifying data near an insertion or deletion when there is good locality of modification. | |||||
2007-07-07 | Typo. | nyamatongwe | 1 | -6/+6 | |
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 1 | -0/+28 | |
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 3 | -10/+16 | |
2007-06-23 | Fixed indentation. | nyamatongwe | 1 | -21/+21 | |
2007-06-23 | Fixes for bug #1732146, Armenian input on Windows by registering the | nyamatongwe | 1 | -33/+45 | |
Scintilla windows class as wide and using GetMessageW/DispatchMessageW in the SciTE event loop. | |||||
2007-06-12 | Updating for 1.74 and credit. | nyamatongwe | 1 | -4/+4 | |
2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 3 | -3/+16 | |
2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 4 | -3/+14 | |
to position information and segments long pieces of text so they can be handled more efficiently. | |||||
2007-05-18 | Protection against bad UTF-8 sequences. | nyamatongwe | 1 | -1/+1 | |
2007-05-12 | Drag operation does not start until mouse has been dragged more than | nyamatongwe | 1 | -29/+32 | |
a threshold distance. Using platform threshold when possible. Moved some common dragging code on Windows into EffectFromState. | |||||
2007-05-11 | Only perform alpha blending on rectangles with positive widths to | nyamatongwe | 1 | -1/+1 | |
avoid warnings. Tracing on GTK+ goes to standard error so is not buffered. | |||||
2007-04-19 | Patch from Xie Renhui tries Unicode format for dropped text first. | nyamatongwe | 1 | -12/+26 | |
2007-04-19 | Patch from Xie Renhui uses explicit ANSI calls on Windows so can be | nyamatongwe | 2 | -18/+18 | |
compiled in Unicode mode. | |||||
2007-04-19 | All Unicode planes supported, not just the Basic Multilingual Plane. | nyamatongwe | 2 | -25/+28 | |
2007-04-16 | Added support for GAP language from Istvan Szollosi. | nyamatongwe | 3 | -6/+12 | |
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 5 | -154/+286 | |
2007-03-29 | Incorporated cmake support. | nyamatongwe | 3 | -8/+14 | |
2007-03-27 | Updates for 1.73 | nyamatongwe | 1 | -4/+4 | |
2007-03-11 | Fixed comment. | nyamatongwe | 1 | -2/+2 | |
2007-03-11 | Comments and formatting. | nyamatongwe | 1 | -5/+7 | |
2007-03-01 | Only call OleUninitialize if OleInitialize succeeded. | nyamatongwe | 1 | -2/+7 | |
2007-02-28 | If AlphaBlend not available draw outlines rather than filled rectangles | nyamatongwe | 1 | -1/+3 | |
as that is more readable. | |||||
2007-01-24 | Set the modifiers field on the SCN_DOUBLECLICK notification so the ↵ | nyamatongwe | 1 | -3/+3 | |
SCI_SHIFT, SCI_CTRL, and SCI_ALT bits may be set. | |||||
2007-01-11 | Updating version number to 1.72. | nyamatongwe | 1 | -6/+6 | |
2007-01-01 | Major change to CellBuffer class with addition of Partitioning class and ↵ | nyamatongwe | 1 | -0/+2 | |
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added. | |||||
2006-12-13 | D lexer and language support from Waldemar Augustyn. | nyamatongwe | 3 | -1/+7 | |
2006-08-22 | Added key code for the right hand side Windows key. | nyamatongwe | 1 | -0/+1 | |
2006-08-22 | Basic recognition of the Windows and Context Menu keys as SCK_WIN and | nyamatongwe | 1 | -0/+2 | |
SCK_MENU so that these keys don't commands associated with their values ('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is mapped on Windows it executes both the mapped command and shows the context menu. Called "Win" and "Menu" in SciTE but only "Win" documented. | |||||
2006-08-17 | Updated version numbers. | nyamatongwe | 1 | -4/+4 | |
2006-08-12 | Commented out assertion that stopped reporting of other assertions. | nyamatongwe | 1 | -1/+2 | |
2006-06-15 | Updating for 1.70. | nyamatongwe | 1 | -4/+4 | |
2006-06-15 | Only allow setting the code page to valid values. | nyamatongwe | 1 | -0/+7 | |
2006-05-21 | Updates for 1.69. | nyamatongwe | 1 | -4/+4 | |
2006-05-14 | Added CharClassify and reordered alphabetically. | nyamatongwe | 2 | -3/+6 | |
2006-05-05 | Patch from Michael Durland so that constants have type to be more standard | nyamatongwe | 1 | -5/+8 | |
compliant and to protect IME code from Digital Mars compiler. | |||||
2006-03-30 | Support for Spice language added by Fabien Proriol. | nyamatongwe | 3 | -2/+8 | |
2006-03-02 | Updates for 1.68. | nyamatongwe | 1 | -6/+6 | |
2006-03-02 | Lexer for TCL contributed by Andre Arpin. | nyamatongwe | 3 | -2/+8 | |
2006-02-26 | Translucency implementation for INDIC_ROUNDBOX and caret line. | nyamatongwe | 2 | -6/+92 | |
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 4 | -15/+23 | |
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
2006-02-23 | Made number of colours in a palette dynamic so that large numbers of | nyamatongwe | 1 | -4/+20 | |
colours will work. | |||||
2006-02-03 | Support for Opal language from Sebastian Pipping. | nyamatongwe | 3 | -2/+8 | |
2006-01-28 | Added Inno Setup lexer from Friedrich Vedder. | nyamatongwe | 3 | -5/+12 | |
Removed comment saying GrabFocus is GTK+ specific. | |||||
2006-01-13 | Assertion makes sure that the direct function is only called from the | nyamatongwe | 1 | -0/+1 | |
window's thread. | |||||
2006-01-13 | If text drawing fails, draw as a sequence of 512 character segments. | nyamatongwe | 1 | -16/+49 | |
2005-12-12 | Updating version number for 1.67. | nyamatongwe | 1 | -4/+4 | |
2005-12-10 | Jeffrey Ren's patch to allow Asian languages to work on English Windows 9x. | nyamatongwe | 1 | -40/+70 | |
Modified to follow coding conventions and minimise duplicated code. |