| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2005-11-29 | A small amount of use of TCHAR avoids simplest issues when | nyamatongwe | 2 | -4/+5 | |
| compiling as Unicode. Compiling as Unicode still not supported. Added DebugBreak call when assertion fails during paint processing as otherwise debugger pops up later in abort processing with different context. | |||||
| 2005-11-15 | Check whether area is being painted against the update region, | nyamatongwe | 1 | -0/+37 | |
| not just the bounding box of this region. This ensures that a need to abandon a paint when a restyle affects text outside the area being painted. | |||||
| 2005-11-09 | Patch, mostly from Simon Steele, that converts new lines in | nyamatongwe | 1 | -19/+26 | |
| pasted text to match document. | |||||
| 2005-11-08 | Whitespace fix. | nyamatongwe | 1 | -1/+1 | |
| 2005-11-03 | Stopped dragging of empty ranges. | nyamatongwe | 1 | -3/+3 | |
| Correct unlocking of empty data in drag and drop. Allow entry of NUL through Shift+Ctrl+@ in Unicode mode. | |||||
| 2005-10-31 | Fix for bug 1342035 where two NULs were placed on clipboard | nyamatongwe | 1 | -70/+89 | |
| by copy. Also fixed up some other potential clipboard issues and created GlobalMemory class to regularise clipboard memory handling. | |||||
| 2005-10-30 | Patch from Joseph Galbraith for 64 bit platforms. | nyamatongwe | 2 | -10/+30 | |
| 2005-08-23 | Reving version number and dates. | nyamatongwe | 1 | -4/+4 | |
| 2005-08-23 | Took text insets into account when calculating maximum size of | nyamatongwe | 1 | -2/+3 | |
| autocompletion list. | |||||
| 2005-07-26 | Getting ready for 1.65. | nyamatongwe | 1 | -4/+4 | |
| 2005-07-22 | Ensure DCs are emptied of non-stock, non-default objects before they are | nyamatongwe | 1 | -0/+2 | |
| released to keep BoundsChecker happy. | |||||
| 2005-07-22 | Ensure DCs are emptied of non-stock, non-default objects before they are | nyamatongwe | 1 | -1/+4 | |
| released to keep BoundsChecker happy. | |||||
| 2005-07-08 | Patch #1234222 for EM_EXSETSEL. | nyamatongwe | 1 | -1/+1 | |
| 2005-07-08 | MINGW GCC 3.4 warns about using char as subscript so added command line | nyamatongwe | 1 | -1/+1 | |
| argument to disable the warning as is already done for GTK+ compilations. | |||||
| 2005-06-27 | Changed list box maximum size calculation to take scroll bar width and | nyamatongwe | 1 | -1/+3 | |
| image width into account which may help avoid truncation when using some fonts. | |||||
