aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range.rel-3-2-2nyamatongwe2-9/+9
2012-08-27Readying 3.2.2.nyamatongwe2-2/+107
2012-08-27Incrementing version number for 3.2.2.nyamatongwe7-13/+22
2012-08-26Add SCI_VCHOMEDISPLAYEXTEND keyboard commandColomban Wendling4-0/+18
2012-08-26Add SCI_VCHOMEDISPLAY keyboard commandnyamatongwe1-0/+2
2012-08-25Add SCI_VCHOMEDISPLAY keyboard commandColomban Wendling3-0/+17
2012-08-25Long XML script tag correctly lexed. Bug #3534190.nyamatongwe2-1/+3
2012-08-24Ensure abandoned paints cover full area by using NSView display instead of tr...nyamatongwe3-14/+11
2012-08-23Initialize strings to avoid warnings from Clang Analyze.nyamatongwe2-2/+2
2012-08-18Added reference to Scinterm.nyamatongwe1-0/+4
2012-08-17Ensure variable NUL terminated and limit its scope.nyamatongwe1-1/+1
2012-08-14Drop notifications so not sent after ScintillaView freed.nyamatongwe1-0/+1
2012-08-14Break reference cycle between ScintillaView and its InnerView.nyamatongwe1-1/+1
2012-08-05Avoid poor drawing at right of INDIC_SQUIGGLE.nyamatongwe1-7/+13
2012-08-05Align INDIC_DOTBOX to pixel grid for full intensity.nyamatongwe1-3/+2
2012-08-05Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.nyamatongwe4-0/+37
2012-07-29Decrease sensitivity of pinch-zoom. From Chinh Nguyen.nyamatongwe3-7/+15
2012-07-29Updated Base SDK to 10.7 so builds with standard Xcode 4.4.nyamatongwe2-6/+8
2012-07-29Extra checks to stop Clang analyze warnings.nyamatongwe1-8/+10
2012-07-25Limit horizontal touch scrolling to existing established width.nyamatongwe1-1/+4
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe8-13/+34
2012-07-21Add extra argument to RGBAImage constructor.Neil Hodgson2-2/+2
2012-07-21Scale factor implemented for RGBAImages to allow for high definition markers ...nyamatongwe11-16/+36
2012-07-21Avoid problems when calltip highlight range is negative. Bug #3545938.nyamatongwe1-1/+1
2012-07-20Fix text size on retina display by not scaling by device resolution.nyamatongwe1-10/+6
2012-07-18Check GlobalLock return for success.nyamatongwe1-21/+23
2012-07-18strncat was being used with incorrect length argument. Result is alwaysnyamatongwe1-3/+3
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