aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
AgeCommit message (Expand)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.nyamatongwe1-39/+41
2010-02-24Extra bracketing to avoid GCC warnings.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-01-28Avoiding warnings from cppcheck. Mostly removing bodies of private copynyamatongwe1-2/+2
2009-08-28When pasting into a rectangular selection use the start of the rectangularnyamatongwe1-1/+3
2009-08-01Fix for Bug #2830223: ScintillaWin::Finalise should NOT callnyamatongwe1-1/+0
2009-07-23Fix for Bug #2825485, paste in read-only mode sends EN_CHANGE despite nonyamatongwe1-1/+0
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+1
2009-07-21Replacing SString with std::string.nyamatongwe1-1/+1
2009-07-14Added controls for enabling multiple selection and multiple selectionnyamatongwe1-0/+2
2009-07-12Since exception handling now turned on, do not check return value from new.nyamatongwe1-20/+10
2009-07-10Duplicate works on discontiguous selections by duplicating each selection.nyamatongwe1-2/+1
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
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
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-15/+16
2009-05-27Branded structs in Scintilla.h with Sci_ prefix and added forwarding macrosnyamatongwe1-2/+2
2009-05-03Turned on exceptions.nyamatongwe1-511/+575
2008-07-27Property to set interpratation of keys to always use Unicode.nyamatongwe1-1/+11
2008-07-06Bug #2011297: Do not export Scintilla_DirectFunction if STATIC_BUILDnyamatongwe1-1/+5
2008-06-29Simon Steele's modification to allow replacing the regularnyamatongwe1-2/+6
2008-06-15Bug #1989278. Right mouse button down moves caret.nyamatongwe1-0/+5
2008-01-19CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio'snyamatongwe1-11/+38
2008-01-08Fixes horizontal scroll when document is wide and scroll position doesnyamatongwe1-4/+9
2007-09-24Bug #1794426, return 0 if not in Unicode mode.nyamatongwe1-1/+1
2007-07-27Changed lineStates to a SplitVector so that it supports insert and deletenyamatongwe1-1/+0
2007-07-26Optimised previous change to avoid extra redraws when modification does notnyamatongwe1-1/+1
2007-07-25Changed ContractionState data structure to be more efficient by not onlynyamatongwe1-1/+1
2007-06-23Fixed indentation.nyamatongwe1-21/+21
2007-06-23Fixes for bug #1732146, Armenian input on Windows by registering thenyamatongwe1-33/+45
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+1
2007-05-12Drag operation does not start until mouse has been dragged more thannyamatongwe1-29/+32
2007-04-19Patch from Xie Renhui tries Unicode format for dropped text first.nyamatongwe1-12/+26
2007-04-19Patch from Xie Renhui uses explicit ANSI calls on Windows so can benyamatongwe1-6/+6
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe1-12/+12
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-1/+3
2007-03-01Only call OleUninitialize if OleInitialize succeeded.nyamatongwe1-2/+7
2007-01-24Set the modifiers field on the SCN_DOUBLECLICK notification so the SCI_SHIFT,...nyamatongwe1-3/+3
2007-01-01Major change to CellBuffer class with addition of Partitioning class and Spli...nyamatongwe1-0/+2
2006-08-22Added key code for the right hand side Windows key.nyamatongwe1-0/+1
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe1-0/+2
2006-08-12Commented out assertion that stopped reporting of other assertions.nyamatongwe1-1/+2
2006-06-15Only allow setting the code page to valid values.nyamatongwe1-0/+7
2006-05-05Patch from Michael Durland so that constants have type to be more standardnyamatongwe1-5/+8