index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-20
Fixed bug number in history.
rel-3-2-3
nyamatongwe
1
-1
/
+1
2012-10-20
Updating changes for 3.2.3.
nyamatongwe
2
-1
/
+75
2012-10-17
Incrementing version number for 3.2.3.
nyamatongwe
7
-13
/
+22
2012-10-13
Limit horizontal scroll value so that it does not go negative when swiping
nyamatongwe
1
-0
/
+2
2012-10-11
LexCPP: recognize hexadecimal floating point binary exponents
Colomban Wendling
1
-1
/
+3
2012-10-06
Fix problem with find indicator showing upside down at wrong y-position when
nyamatongwe
1
-7
/
+13
2012-10-06
Updated upgrade check numbers avoids dialogs.
nyamatongwe
2
-2
/
+2
2012-10-04
Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoid
nyamatongwe
1
-2
/
+2
2012-10-04
Fix bug where non-ASCII hex escape did not match.
nyamatongwe
2
-1
/
+9
2012-09-25
Fix bad folding with CASE statement when it is used for assignment.
Jerome LAFORGE
1
-15
/
+13
2012-09-24
Added autoCompleteCancelled signal
John Ehresman
2
-0
/
+5
2012-09-20
Fix example PySide code to match current API.
Neil Hodgson
2
-5
/
+6
2012-09-19
Allow subclasses to modify padding when last segment on line is italics.
nyamatongwe
2
-1
/
+3
2012-09-19
Handle nested delimiter pairs. Feature #3569352.
nyamatongwe
1
-7
/
+124
2012-09-16
Fix multiple issues with Bash lexing and folding. Bug #3526563.
nyamatongwe
1
-5
/
+20
2012-09-15
Fix bad folding block when LOOP statement nested into CASE statement.
Jerome LAFORGE
1
-2
/
+3
2012-09-14
Recognize Ruby HereDoc after an instance or class variable
Colomban Wendling
1
-1
/
+6
2012-09-13
Fix folding of "for" Ruby loops
Colomban Wendling
1
-2
/
+5
2012-09-14
Added LexPO to Cocoa build.
nyamatongwe
1
-0
/
+4
2012-09-13
Remove duplicated branch in PO lexer
Colomban Wendling
1
-2
/
+1
2012-09-13
Move PO lexer out of LexOthers
Colomban Wendling
5
-113
/
+157
2012-09-11
Don't use old GTK1-style typesystem
Colomban Wendling
1
-2
/
+2
2012-09-12
Merged with Cocoa fix.
nyamatongwe
6
-66
/
+184
2012-09-12
Fix bug where removing all characters from indicator at end of document did
nyamatongwe
3
-0
/
+65
2012-09-08
Rewrite the GetText translation (po) lexer
Colomban Wendling
3
-66
/
+119
2012-09-08
Fix extra release of info bar.
nyamatongwe
1
-1
/
+0
2012-09-06
Stop setting the save point from calls that should only be reading.
nyamatongwe
1
-2
/
+0
2012-09-05
Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the
nyamatongwe
2
-0
/
+6
2012-09-04
Cache the CaseFolder object between FindText calls so that finding many insta...
nyamatongwe
3
-28
/
+42
2012-09-04
Don't treat '//' in include path as comment start. Bug #3519260.
nyamatongwe
1
-3
/
+8
2012-08-31
Added tag rel-3-2-2 for changeset 183c117293e7
nyamatongwe
0
-0
/
+0
2012-08-29
Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range.
rel-3-2-2
nyamatongwe
2
-9
/
+9
2012-08-27
Readying 3.2.2.
nyamatongwe
2
-2
/
+107
2012-08-27
Incrementing version number for 3.2.2.
nyamatongwe
7
-13
/
+22
2012-08-26
Add SCI_VCHOMEDISPLAYEXTEND keyboard command
Colomban Wendling
4
-0
/
+18
2012-08-26
Add SCI_VCHOMEDISPLAY keyboard command
nyamatongwe
1
-0
/
+2
2012-08-25
Add SCI_VCHOMEDISPLAY keyboard command
Colomban Wendling
3
-0
/
+17
2012-08-25
Long XML script tag correctly lexed. Bug #3534190.
nyamatongwe
2
-1
/
+3
2012-08-24
Ensure abandoned paints cover full area by using NSView display instead of tr...
nyamatongwe
3
-14
/
+11
2012-08-23
Initialize strings to avoid warnings from Clang Analyze.
nyamatongwe
2
-2
/
+2
2012-08-18
Added reference to Scinterm.
nyamatongwe
1
-0
/
+4
2012-08-17
Ensure variable NUL terminated and limit its scope.
nyamatongwe
1
-1
/
+1
2012-08-14
Drop notifications so not sent after ScintillaView freed.
nyamatongwe
1
-0
/
+1
2012-08-14
Break reference cycle between ScintillaView and its InnerView.
nyamatongwe
1
-1
/
+1
2012-08-05
Avoid poor drawing at right of INDIC_SQUIGGLE.
nyamatongwe
1
-7
/
+13
2012-08-05
Align INDIC_DOTBOX to pixel grid for full intensity.
nyamatongwe
1
-3
/
+2
2012-08-05
Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.
nyamatongwe
4
-0
/
+37
2012-07-29
Decrease sensitivity of pinch-zoom. From Chinh Nguyen.
nyamatongwe
3
-7
/
+15
2012-07-29
Updated Base SDK to 10.7 so builds with standard Xcode 4.4.
nyamatongwe
2
-6
/
+8
2012-07-29
Extra checks to stop Clang analyze warnings.
nyamatongwe
1
-8
/
+10
[next]