Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2005-06-21 | Patch from Ben Harper enables autocompletion lists to display on a | nyamatongwe | 1 | -4/+14 | |
secondary monitor above or to the left of the main monitor. | |||||
2005-06-07 | Patch from Blair McGlashan fixes failure to display autocompletion list | nyamatongwe | 1 | -1/+1 | |
text on original Windows XP. | |||||
2005-06-04 | Updating for 1.64 release. | nyamatongwe | 1 | -5/+5 | |
2005-06-02 | Tweaked autocompletion width a little so that it is more likely to fit all | nyamatongwe | 1 | -5/+7 | |
strings when the string with the most characters contains narrow characters. | |||||
2005-05-27 | Support for CSound from Georg Ritter. | nyamatongwe | 2 | -4/+10 | |
2005-05-27 | Support for CSound from Georg Ritter. | nyamatongwe | 1 | -6/+6 | |
2005-05-27 | Fix crash with empty autocompletion argument. | nyamatongwe | 1 | -1/+1 | |
2005-05-20 | Flagship / Clipper support from Randy Butler. | nyamatongwe | 3 | -3/+9 | |
2005-05-04 | Smalltalk support added by Sergey Philippov. | nyamatongwe | 3 | -2/+8 | |
2005-04-13 | Support for Rebol by Pascal Hurni. | nyamatongwe | 3 | -2/+8 | |
2005-04-11 | Problem fixed when performing paste over rectangular selection where | nyamatongwe | 1 | -1/+1 | |
selection dragged from top right to bottom left. | |||||
2005-04-09 | TADS3 support from Michael Cartmell. | nyamatongwe | 3 | -2/+8 | |
2005-04-01 | Updating for version 1.63. | nyamatongwe | 1 | -5/+5 | |
2005-04-01 | Haskell lexer contributed by Tobias Engvall. | nyamatongwe | 3 | -5/+11 | |
2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 2 | -132/+640 | |
* Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc. | |||||
2005-03-19 | Initialise all SCNotification structs to {0} ensuring all fields are 0 or | nyamatongwe | 2 | -2/+2 | |
NULL. Added options to make files so that this does trigger warnings. | |||||
2005-03-01 | Bug 1149378 fix from Borujoa updates IME handling particularly on | nyamatongwe | 1 | -19/+18 | |
Windows 9x. | |||||
2005-02-17 | Bug 1131503 patch applied to improve handling of Japanese Katakana | nyamatongwe | 1 | -14/+17 | |
characters. | |||||
2005-02-10 | Lexers added for Objective Caml, PureBasic and BlitzBasic. | nyamatongwe | 3 | -6/+19 | |
2005-02-06 | Removed BlitzBasic lexer as this will be incorporated into | nyamatongwe | 3 | -12/+6 | |
main Basic lexer. | |||||
2005-02-06 | Exits from dwell by firing SCN_DWELLEND when scroll performed. | nyamatongwe | 1 | -0/+1 | |
2005-02-04 | Added BlitzBasic lexer and properties file. | nyamatongwe | 3 | -6/+12 | |
2004-12-03 | Safest portion of patch from Régis Vaquette to allow compilation | nyamatongwe | 2 | -8/+8 | |
for Windows CE. Changes literal strings to have TEXT() so convert to Unicode when comiling for Windows CE. | |||||
2004-12-03 | Patch from Blair McGlashan to handle WM_PRINTCLIENT. | nyamatongwe | 1 | -2/+37 | |
2004-10-24 | Switching version number to 1.62. | nyamatongwe | 1 | -4/+4 | |
2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 3 | -1/+7 | |
2004-08-03 | Patch from Kein-Hong Man to ensure system caret bitmap is empty. | nyamatongwe | 1 | -1/+7 | |
2004-07-30 | Fixed bitmap leaks from system caret patch. | nyamatongwe | 1 | -1/+6 | |
2004-07-30 | Removed CF_HDROP from formats provided by Scintilla as it was returned as | nyamatongwe | 1 | -9/+2 | |
an empty item and this caused Mozilla to hang when receiving a drop. | |||||
2004-07-30 | Patch from Ben Key to use an invisible system caret to enable screen | nyamatongwe | 1 | -0/+58 | |
magnifiers to discover where the user is editing. | |||||
2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 3 | -7/+13 | |
2004-07-08 | Prevent moving the IME window and dropping the caret on | nyamatongwe | 1 | -1/+1 | |
Windows NT when it has already consumed characters from the IME. | |||||
2004-06-30 | Another accomodation of cygwin. | nyamatongwe | 1 | -1/+1 | |
2004-06-21 | Updated to match current sources. | nyamatongwe | 1 | -103/+176 | |
2004-06-20 | Parameterised del command and added -mno-cygwin for | nyamatongwe | 1 | -2/+3 | |
mingw under cygwin users. |