Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 1 | -0/+4 | |
a key to double click can result in two mouse clicks arriving with the same time. | |||||
2003-02-15 | Commented use of -fvtable-thunks. | nyamatongwe | 1 | -0/+2 | |
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 1 | -4/+4 | |
2003-02-06 | Fixed bug in array resizing. | nyamatongwe | 1 | -1/+2 | |
2003-02-05 | Moved IsNT to PlatWin and cached the result. | nyamatongwe | 2 | -12/+19 | |
Change maximum number of pixels when measuring text on NT to be 1000000 rather than 30000 possible on Windows. Increased size of Unicode buffers to 10000 elements to handle longer paragraphs of text. | |||||
2003-02-02 | Hoisted drawing of EOL into method so can avoid overwriting last | nyamatongwe | 1 | -11/+14 | |
character in two phase mode. | |||||
2003-02-02 | Transaprent text drawing. | nyamatongwe | 1 | -1/+21 | |
2003-01-31 | Fixes to autocompletion pixmaps from Mauritius Thinnes. | nyamatongwe | 1 | -1/+3 | |
2003-01-18 | Added SWP_NOZORDER to SetWindowPos to avoid fronting windows. | nyamatongwe | 1 | -1/+1 | |
2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 1 | -0/+8 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 2 | -5/+11 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-10 | Made ListBox an interface so that a platform-specific subclass, ListBoxX, | nyamatongwe | 1 | -30/+314 | |
can be used hiding implementation details. Owner drawn listbox allows pixmap icons and Unicode text. | |||||
2003-01-10 | XPM.h separated frmo LineMarker.h. | nyamatongwe | 1 | -2/+3 | |
Typo fixed in registration. | |||||
2003-01-10 | Added XPM. | nyamatongwe | 3 | -24/+28 | |
2003-01-03 | Made method signature compatible with text form XPMs. | nyamatongwe | 1 | -1/+1 | |
2003-01-02 | Bumped version number. | nyamatongwe | 1 | -6/+6 | |
2003-01-01 | Fixed up line wrapped printing and added property to turn wrapping on or | nyamatongwe | 1 | -0/+4 | |
off for printing. | |||||
2002-12-03 | Fix from twkang for Korean IME input. | nyamatongwe | 1 | -1/+4 | |
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -1/+4 | |
2002-11-21 | Added CSS lexer. | nyamatongwe | 1 | -0/+3 | |
2002-11-19 | Using strncpy to avoid crashes with long font names. | nyamatongwe | 1 | -14/+14 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 3 | -2/+9 | |
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved. | |||||
2002-11-01 | Updated. | nyamatongwe | 1 | -4/+12 | |
2002-10-27 | Updating version number to 1.49. | nyamatongwe | 1 | -4/+4 | |
2002-10-11 | Made some functions static as they should not be used from outside. | nyamatongwe | 1 | -2/+2 | |
2002-10-08 | New lexer for Fortran. | nyamatongwe | 3 | -2/+8 | |
2002-09-19 | Added mthod to turn off vertical scroll bar. | nyamatongwe | 1 | -2/+5 | |
2002-09-17 | The clean target removes *.pdb, *.exp, and *.lib which are new from VS .NET. | nyamatongwe | 2 | -2/+4 | |
2002-09-15 | Limiting the number of characters to ExtTextOut to be less than 65536 | nyamatongwe | 1 | -0/+6 | |
as there appears to be a GDI 16 bit limitation. | |||||
2002-09-15 | Made reverse regex searches work a bit. | nyamatongwe | 1 | -1/+1 | |
2002-09-10 | Compatible with Mingw 2.0. | nyamatongwe | 1 | -2/+2 | |
2002-09-10 | Made compatible with Mingw 2.0. | nyamatongwe | 1 | -39/+41 | |
2002-09-10 | Including LexAsm. | nyamatongwe | 3 | -3/+9 | |
2002-09-09 | Updated version number to 1.48. | nyamatongwe | 1 | -4/+4 | |
2002-09-04 | Measure all characters in Unicode mode. | nyamatongwe | 1 | -1/+1 | |
2002-07-31 | Fixed problems with runs of text >= 5000 characters. | nyamatongwe | 1 | -5/+11 | |
2002-07-30 | Updated version number to 1.47. | nyamatongwe | 1 | -4/+4 | |
2002-07-29 | Removed Scriptol lexer. | nyamatongwe | 3 | -7/+1 | |
2002-07-29 | INitial version from Simon Steele. | nyamatongwe | 1 | -0/+328 | |
2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -3/+4 | |
handling of abandoned paints where styling causes fold markers to change. | |||||
2002-07-21 | Added Scriptol language. | nyamatongwe | 2 | -1/+4 | |
2002-07-20 | Module definition file ensures exported symbols use sensible names. | nyamatongwe | 1 | -0/+2 | |
2002-07-20 | Exporting direct calling function from DLLs. | nyamatongwe | 3 | -8/+15 | |
2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 2 | -10/+32 | |
2002-06-09 | Choose compile options that are more compatible with standard C++. | nyamatongwe | 1 | -1/+1 | |
2002-06-09 | Avoid type size warnings. | nyamatongwe | 1 | -2/+1 | |
2002-05-21 | Changed from GetTickCount to GetMessageTime as that retieves the time the ↵ | nyamatongwe | 1 | -2/+2 | |
mouse was clicked rather than the current time and there may have been a delay. | |||||
2002-05-08 | Updated version number to 1.46. | nyamatongwe | 1 | -4/+4 | |
2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 2 | -6/+6 | |
2002-04-21 | Simplified LOGO option handling. | nyamatongwe | 1 | -96/+94 | |
Shared INCLUDEDIRS between compilers. Simplified command lines. Regenerated dependencies. |