aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Fixed bug number in history.rel-3-2-3nyamatongwe1-1/+1
2012-10-20Updating changes for 3.2.3.nyamatongwe2-1/+75
2012-10-17Incrementing version number for 3.2.3.nyamatongwe7-13/+22
2012-10-13Limit horizontal scroll value so that it does not go negative when swipingnyamatongwe1-0/+2
2012-10-11LexCPP: recognize hexadecimal floating point binary exponentsColomban Wendling1-1/+3
2012-10-06Fix problem with find indicator showing upside down at wrong y-position whennyamatongwe1-7/+13
2012-10-06Updated upgrade check numbers avoids dialogs.nyamatongwe2-2/+2
2012-10-04Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoidnyamatongwe1-2/+2
2012-10-04Fix bug where non-ASCII hex escape did not match.nyamatongwe2-1/+9
2012-09-25Fix bad folding with CASE statement when it is used for assignment.Jerome LAFORGE1-15/+13
2012-09-24Added autoCompleteCancelled signalJohn Ehresman2-0/+5
2012-09-20Fix example PySide code to match current API.Neil Hodgson2-5/+6
2012-09-19Allow subclasses to modify padding when last segment on line is italics.nyamatongwe2-1/+3
2012-09-19Handle nested delimiter pairs. Feature #3569352.nyamatongwe1-7/+124
2012-09-16Fix multiple issues with Bash lexing and folding. Bug #3526563.nyamatongwe1-5/+20
2012-09-15Fix bad folding block when LOOP statement nested into CASE statement.Jerome LAFORGE1-2/+3
2012-09-14Recognize Ruby HereDoc after an instance or class variableColomban Wendling1-1/+6
2012-09-13Fix folding of "for" Ruby loopsColomban Wendling1-2/+5
2012-09-14Added LexPO to Cocoa build.nyamatongwe1-0/+4
2012-09-13Remove duplicated branch in PO lexerColomban Wendling1-2/+1
2012-09-13Move PO lexer out of LexOthersColomban Wendling5-113/+157
2012-09-11Don't use old GTK1-style typesystemColomban Wendling1-2/+2
2012-09-12Merged with Cocoa fix.nyamatongwe6-66/+184
2012-09-12Fix bug where removing all characters from indicator at end of document didnyamatongwe3-0/+65
2012-09-08Rewrite the GetText translation (po) lexerColomban Wendling3-66/+119
2012-09-08Fix extra release of info bar.nyamatongwe1-1/+0
2012-09-06Stop setting the save point from calls that should only be reading.nyamatongwe1-2/+0
2012-09-05Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate thenyamatongwe2-0/+6
2012-09-04Cache the CaseFolder object between FindText calls so that finding many insta...nyamatongwe3-28/+42
2012-09-04Don't treat '//' in include path as comment start. Bug #3519260.nyamatongwe1-3/+8
2012-08-31Added tag rel-3-2-2 for changeset 183c117293e7nyamatongwe0-0/+0
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