aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2010-03-11Implemented multipaste as an option.nyamatongwe1-4/+1
2010-03-11Use allocated sizes rather than relying on 0 termination.nyamatongwe1-4/+5
2010-03-08Fixed bug #2965482 Break Unicode Build.nyamatongwe1-2/+2
2010-02-24Avoid casting warnings from GCC.nyamatongwe2-63/+83
2010-02-24Extra bracketing to avoid GCC warnings.nyamatongwe1-1/+1
2010-02-24Turn off integer wrap warning in ContractionState.cxx caused by inlining.nyamatongwe1-1/+1
2010-02-19Removed old unused TOTAL_CONTROL symbol.nyamatongwe1-14/+0
2010-02-19Fix for bug #2951353 HotSpotRange clearing when mouse moves out of window.nyamatongwe1-0/+37
2010-02-16Whitespace formatting.nyamatongwe1-15/+15
2010-02-10Preparing for 2.03nyamatongwe1-4/+4
2010-01-28Avoiding warnings from cppcheck. Mostly removing bodies of private copynyamatongwe2-4/+4
constructors and operator=. Also ensuring initialisation for some fields, reducing scope where possible, and passing by const reference.
2010-01-20Preparation for 2.02.nyamatongwe1-6/+6
2009-12-13Fix for bug #2909699, NULL facename causes crash.nyamatongwe1-1/+2
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-16/+41
non-anti-aliased or lcd-optimized text.
2009-08-28When pasting into a rectangular selection use the start of the rectangularnyamatongwe1-1/+3
selection rather than the start of the main range which is often the last line.
2009-08-27Markdown lexer from FR #2844081.nyamatongwe3-6/+13
2009-08-18Ready version 2.01 to fix problems with multiple selections.nyamatongwe1-4/+4
2009-08-14Enable build of debug version.nyamatongwe1-5/+6
2009-08-06Preparing release 2.0.nyamatongwe1-4/+4
2009-08-01Fix for Bug #2830223: ScintillaWin::Finalise should NOT callnyamatongwe1-1/+0
DestroySystemCaret.
2009-07-23Fix for Bug #2825485, paste in read-only mode sends EN_CHANGE despite nonyamatongwe1-1/+0
change taking place.
2009-07-21Removed SString.h.nyamatongwe4-104/+100
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+1
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2009-07-21Replacing SString with std::string.nyamatongwe1-1/+1
2009-07-14Added controls for enabling multiple selection and multiple selectionnyamatongwe1-0/+2
typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections.
2009-07-13VC6 gives many spurious level 4 warnings when using standard library sonyamatongwe1-1/+1
turn warning level down to 3.
2009-07-12Since exception handling now turned on, do not check return value from new.nyamatongwe2-45/+33
2009-07-10Duplicate works on discontiguous selections by duplicating each selection.nyamatongwe1-2/+1
UndoGroup class simplifies grouping actions together in the undo history.
2009-07-10Allow pasting into virtual space.nyamatongwe1-2/+5
2009-07-07Using the last style on a line to determine the width of a virtual spacenyamatongwe1-4/+2
rather than use the default style. This adapts better for comments which use a different font.
2009-07-06Allow drag and drop in virtual space.nyamatongwe1-12/+14
2009-07-03Use screen point for caret that includes virtual spcace so that, fornyamatongwe1-4/+4
example, the IME appears near the caret when the caret is in virtual space. Changed LocationFromPosition to work on a SelectionPosition and added convenience method for finding screen point of main caret.
2009-07-03Included Selection and made VC6 version more similar to later versions.nyamatongwe2-14/+27
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe3-24/+29
2009-06-28Updates for release 1.79.nyamatongwe1-4/+4
2009-05-27Branded structs in Scintilla.h with Sci_ prefix and added forwarding macrosnyamatongwe1-2/+2
from old name to new.
2009-05-06First stage of Cocoa platform addition.nyamatongwe1-38/+38
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation.
2009-05-03Turned on exceptions.nyamatongwe5-556/+624
Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits.
2009-04-12Annotations and text margins added.nyamatongwe3-7/+14
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe3-1/+7
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe3-5/+11
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe4-6/+16
2009-01-22Updates for version 1.78.nyamatongwe1-5/+5
2009-01-22Removal of EScript lexer cause changes to build files, etc.nyamatongwe4-16/+6
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe3-4/+10
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe3-3/+9
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe3-8/+27
2008-10-16Updates for 1.77nyamatongwe1-4/+4
2008-09-14Avoid warning.nyamatongwe1-3/+3
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe3-4/+10