aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Remove debug statements.nyamatongwe1-5/+0
2012-07-17Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicatenyamatongwe4-2/+10
2012-07-17Use byte strings to make work with Python 3.2 on Windows 2000.nyamatongwe1-7/+7
2012-07-17Avoid loss of precision warnings from Borland.nyamatongwe2-8/+8
2012-07-17MultiMon.h can cause multiple definition problems when Scintilla is staticall...nyamatongwe3-63/+69
2012-07-16More Windows NT 4.nyamatongwe1-1/+1
2012-07-16Reenable building for Windows NT 4 on NT 4.nyamatongwe3-2/+19
2012-07-16Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.nyamatongwe4-2/+14
2012-07-16Send SCN_UPDATEUI with SC_UPDATE_SELECTION for backspace in virtual space. Bu...nyamatongwe1-0/+1
2012-07-16Fix rectangular selection range after backspace. Bug #3543097.nyamatongwe1-0/+1
2012-07-16Updated as switched from CVS to Mercurial.nyamatongwe1-1/+1
2012-07-16Remove files built as a side effect of clang --analyze.Neil Hodgson1-1/+1
2012-07-16Clean up more generated files when run with --clean.Neil Hodgson2-4/+14
2012-07-15Undid last change as it was incorrect.nyamatongwe1-2/+1
2012-07-15Clarify that SCI_SCROLLCARET does not understand line wrapping.nyamatongwe1-2/+3
2012-07-15Use unnamed namespace so that ListBox implementation is not visible outside t...nyamatongwe1-76/+91
2012-07-15Fix position and remove dead code.nyamatongwe1-7/+2
2012-07-15Memory for image was used after being freed. Fixed.nyamatongwe1-4/+7
2012-07-14Added tag rel-3-2-1 for changeset 41bdec833d4anyamatongwe0-0/+0
2012-07-13Updated date of release.rel-3-2-1nyamatongwe1-1/+1
2012-07-13Updates for release.nyamatongwe1-3/+3
2012-07-11Updated sizes for release.nyamatongwe1-2/+2
2012-07-11Updates for next release 3.2.1.nyamatongwe7-13/+130
2012-07-11Fix margin click so clicking on first pixel of margin causes a notification.nyamatongwe2-1/+2
2012-07-10Turn off '$' when lexer.cpp.allow.dollars changes to 0. Bug #3541461.nyamatongwe1-1/+6
2012-07-10Added copy constructor and assignment operator to ease manipulation.nyamatongwe1-0/+21
2012-07-10Avoid warnings from Visual Studio Code Analysis for unchecked values and anyamatongwe2-53/+57
2012-07-05LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is offColomban Wendling1-1/+1
2012-07-09Bugs #3540486, #3087226, #2906275, #2809176.nyamatongwe2-10/+24
2012-07-09Fixed spelling mistakes.nyamatongwe1-3/+3
2012-07-08Credit.nyamatongwe1-0/+2
2012-07-04Mark StyleClearAll as a functions because it isn't a setter.nyamatongwe1-1/+1
2012-07-04Convert functions to properties where safe.nyamatongwe1-11/+11
2012-07-04Fix ModificationFlags enum prefixesnyamatongwe1-1/+1
2012-07-04Fix incorrect inclusion of SCE_HA_ prefix in HTML lexer and friendsnyamatongwe1-4/+4
2012-07-04Spaced consistently. From Denis Shelomovskij.nyamatongwe1-2/+2
2012-07-04Added reference to QGrinUI.nyamatongwe1-0/+5
2012-07-02When line starts with 0 width character, do not allow end of previous linenyamatongwe1-0/+2
2012-07-02Implement clipped text drawing on Direct2D. This will improve drawing ofnyamatongwe1-1/+9
2012-06-27Fix screen redraw issues introduced with change set 4199.Marko Njezic1-6/+7
2012-07-02Remove unnecessary check.nyamatongwe1-1/+1
2012-07-02Remove functions provided by headers.nyamatongwe1-9/+0
2012-07-02Make IsLowerCase and IsUpperCase not depend on non-portable isascii, takenyamatongwe2-8/+8
2012-07-02Remove unnecessary check.nyamatongwe1-2/+2
2012-07-02Treat negative values as non-ASCII.nyamatongwe1-1/+1
2012-07-02Ensure full initialised.nyamatongwe1-1/+1
2012-07-02Reduce scope of variable.nyamatongwe1-1/+1
2012-07-01Fix hang when Zero Width Space U+200B occurs at start of document.nyamatongwe1-1/+1
2012-06-29Fix 64-bit compilation errors on Windows.nyamatongwe2-3/+4
2012-06-27Document limitations in styling of text margins and annotations.nyamatongwe1-1/+7