aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla.patch
AgeCommit message (Collapse)Author
2015-04-21Removed Scintilla patch applied in 3.5.5; src/scintilla.patchmitchell
2015-03-10Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patchmitchell
This patch was submitted upstream and should not be needed in the next release of Scintilla.
2015-01-20Updated to Scintilla 3.5.3.mitchell
2014-12-24Patched Scintilla to fix curses margin intersection; src/scintilla.patchmitchell
Clicking on the first character in a line caused Scintilla to think the line's margin was clicked, incorrectly selecting the entire line.
2014-12-09Updated to Scintilla 3.5.2.mitchell
2014-11-30Patch Scintilla to sometimes prevent call tip repositioning; src/scintilla.patchmitchell
When the call tip is smaller than the window (such as the command entry), keep existing position in order to keep the call tip from appearing in front of buffer text.
2014-11-20Updated Scintilla patch to match upstream patch; src/scintilla.patchmitchell
Upstream patch is in r5324 (changeset d17b39c9eb2a).
2014-11-09Patch Scintilla in order to allow custom line markers; src/scintilla.patchmitchell
This is for drawing nearly all line markers as text in the terminal version. This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-11-08Patch Scintilla in order to allow custom wrap visuals; src/scintilla.patchmitchell
This is for drawing wrap markers as text in the terminal version. This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-11-07Patch Scintilla in order to allow custom tab arrow drawing; src/scintilla.patchmitchell
This is for drawing tab arrows as text in the terminal version. This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-10-25Patch Scintilla to configure "closeness" of mouse clicks; src/scintilla.patchmitchell
This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-10-09Patch Scintilla to fix pasting from external Win32 apps; src/scintilla.patchmitchell
2014-09-29Updated to Scintilla 3.5.1.mitchell
2014-08-23Patch Scintilla 3.5.0 to compile for Mac OSX; src/scintilla.patchmitchell
This patch should be reverted if it is applied upstream.
2014-07-03Updated to Scintilla 3.4.4.mitchell
2014-05-25Updated to Scintilla 3.4.2.mitchell
Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b.
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-10-30Fix OSX command key recognition; src/scintilla.patchmitchell
2013-10-29Temporary patch to identify OSX command key mouse modifiers; src/scintilla.patchmitchell
Will be removed when upgrading to Scintilla > 3.3.6 if upstream patch is accepted.
2013-06-14New makefile rules for preparing build environments on various platforms.mitchell