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-04-16
Updating 3.1.0 release.
rel-3-1-0
nyamatongwe
1
-0
/
+3
2012-04-16
Preparing 3.1.0 release.
nyamatongwe
5
-15
/
+103
2012-04-16
Implemented find indicator with animation for OS X.
nyamatongwe
7
-2
/
+313
2012-04-16
Matched spelling change.
nyamatongwe
1
-2
/
+2
2012-04-16
Fixed spelling.
nyamatongwe
3
-7
/
+7
2012-04-15
Printing uses different margins, so reset screen margins. Bug #3517854.
Marko Njezic
1
-0
/
+4
2012-04-16
Updated tests for bug #3518198.
nyamatongwe
1
-1
/
+3
2012-04-14
Make FindColumn() return correct position when column falls inside tab width....
Marko Njezic
1
-0
/
+2
2012-04-16
Case-insensitive auto-completion selection. Bug #3516538.
nyamatongwe
7
-2
/
+37
2012-04-14
Remove dead code. Feature #3517596.
nyamatongwe
1
-1
/
+0
2012-04-14
Remove isindentchar as it duplicated IsSpaceOrTab. Made IsSpaceOrTab static. ...
nyamatongwe
1
-6
/
+2
2012-04-14
Remove GoodTrailByte as it duplicated IsTrailByte. Simplified IsTrailByte. Fe...
nyamatongwe
1
-7
/
+3
2012-04-14
Remove Fold method as identical to superclass. Feature #3517596.
nyamatongwe
1
-10
/
+0
2012-04-14
Remove unused WhiteSpace get/set. Feature #3517596.
nyamatongwe
2
-11
/
+0
2012-04-13
Include wrap indentation in alpha selection when selecting whole lines. Bug #...
Marko Njezic
1
-0
/
+4
2012-04-12
Avoid drawing alpha selection into wrap indentation area. Bug #3515555.
nyamatongwe
1
-1
/
+1
2012-04-12
Bug #3514882. Fix recent change set 4086 which caused selection to end of a w...
nyamatongwe
1
-1
/
+2
2012-04-11
Change return type to position as it is returning a position.
nyamatongwe
1
-1
/
+1
2012-04-11
Bug #3514882. Properly draw translucent whole line states, by respecting right
nyamatongwe
1
-9
/
+9
2012-04-11
Bug #3514882. Properly determine last line that needs to be styled before
nyamatongwe
1
-2
/
+2
2012-04-11
Bug #3514882. Stop invalidating pixmapLine (and indirectly pixmapSelMargin)
nyamatongwe
1
-1
/
+0
2012-04-09
Protect against NULLs when text is not valid in encoding.
nyamatongwe
1
-3
/
+5
2012-04-06
Remove unused variable.
nyamatongwe
3
-4
/
+0
2012-04-06
Bug #3513946. Make printing work when Direct2D is used for on screen drawing.
nyamatongwe
2
-6
/
+9
2012-03-31
Make MoveSelectedLines() work properly when there's no newline at EOF. Bug #3...
Marko Njezic
1
-8
/
+25
2012-04-03
Moved wrap indent code to wrapping branch.
nyamatongwe
1
-11
/
+6
2012-04-02
Turn on multi-process compilation.
nyamatongwe
1
-2
/
+1
2012-03-31
Bug #3512961. Word wrap indentation for print using positions calculated for
nyamatongwe
2
-11
/
+11
2012-03-30
Credit.
nyamatongwe
1
-0
/
+1
2012-03-29
Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug T...
James Ribe
1
-2
/
+9
2012-03-27
Protect against modifying annotations with a negative line number or a line
nyamatongwe
2
-31
/
+37
2012-03-27
Ensure default style copied to all styles so that font attributes work.
nyamatongwe
1
-0
/
+2
2012-03-26
Update documentation for \0 change.
nyamatongwe
1
-3
/
+4
2012-03-25
Replace \0 by found text in regular expressions search
jakub
1
-2
/
+2
2012-03-25
Avoid warnings from example code.
nyamatongwe
2
-2
/
+2
2012-03-22
Bug #3509317. Properly mask state when re-lexing. Remove dead code.
Marko Njezic
1
-12
/
+7
2012-03-25
Add test for bug #3509317.
nyamatongwe
2
-0
/
+8
2012-03-25
Fix lexer tests to test subranges correctly.
nyamatongwe
1
-2
/
+2
2012-03-22
Use SparseState instead of std::vector.
Jerome LAFORGE
1
-12
/
+4
2012-03-24
Typo.
nyamatongwe
1
-1
/
+1
2012-03-21
Ensure segment discovery always makes progress even for invalid UTF-8.
nyamatongwe
1
-1
/
+6
2012-03-21
Bug #3508602. Avoid hang with diff files. From zenico.
nyamatongwe
2
-5
/
+18
2012-03-13
Improvement of folding for CASE/MERGE statement.
Jerome LAFORGE
1
-24
/
+72
2012-03-13
Change name of the 'layout' method of ScintillaView and InfoBar to 'positionS...
nyamatongwe
4
-11
/
+11
2012-03-11
Manage MERGE statement like CASE statement.
Jerome LAFORGE
1
-3
/
+31
2012-03-11
Credit.
nyamatongwe
1
-0
/
+1
2012-03-11
Make mouse wheel scrolling work again on recent GTK+. Bug #3501321.
nyamatongwe
1
-0
/
+1
2012-03-08
Added tag rel-3-0-4 for changeset 2faf55888eeb
nyamatongwe
0
-0
/
+0
2012-03-06
Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038.
rel-3-0-4
nyamatongwe
1
-2
/
+2
2012-03-03
Updates for 3.0.4.
nyamatongwe
5
-12
/
+173
[next]