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
sciteco-rel-5-5-8
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
2010-10-08
Fix for bug #3081721. Scroll to make caret visible off-by-one error.
nyamatongwe
1
-1
/
+1
2010-10-06
Credit.
nyamatongwe
1
-0
/
+1
2010-10-06
Fix for bug #3079778: Autocompletion list overlaps text when WS_EX_CLIENTEDGE...
nyamatongwe
1
-3
/
+3
2010-10-06
Fix for bug #3079114: Set x chosen after autocompletion.
nyamatongwe
1
-0
/
+1
2010-10-06
Feature request #3079784 Use system caret blink time on Windows
nyamatongwe
1
-0
/
+4
2010-09-29
Fix for bug #3077452 PgUp/PgDn not virtual space aware.
nyamatongwe
1
-8
/
+11
2010-09-29
Credit
nyamatongwe
1
-0
/
+2
2010-09-25
Optimization of line layout by minimizing calls in Editor::LayoutLine and avo...
nyamatongwe
6
-17
/
+45
2010-09-25
Bug #3075074 fixed. AddMark and AddMarkSet need to check line arg
nyamatongwe
1
-1
/
+4
2010-09-24
Added GetRange method to SplitVector as fast way to retrieve elements.
nyamatongwe
2
-4
/
+18
2010-09-24
Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficie...
nyamatongwe
7
-1
/
+49
2010-09-23
Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not send
nyamatongwe
1
-1
/
+6
2010-09-16
Making methods const when they should be.
nyamatongwe
2
-4
/
+4
2010-09-16
Make internal methods private.
nyamatongwe
1
-4
/
+4
2010-09-15
Fix for bug #3065912 Fail to Search up when code.page = 936
nyamatongwe
1
-1
/
+1
2010-09-15
Fix for bug #3066031 Wrong syntax higlight for broken c++ style comments
nyamatongwe
1
-3
/
+5
2010-09-09
Fix for bug #3062287 JavaScript lexer: recognize regexes following return key...
nyamatongwe
1
-2
/
+28
2010-09-06
Ensure changing the marker for a here-doc causes a redisplay.
nyamatongwe
1
-0
/
+6
2010-09-06
More accurate range for LineState modification notification so doesn't hit th...
nyamatongwe
1
-1
/
+1
2010-09-04
Fix for bug #3058924 wrong highlighting for float literals containing +/-.
nyamatongwe
3
-1
/
+7
2010-09-02
Added tag rel-2-21 for changeset bae0795bc895
nyamatongwe
0
-0
/
+0
2010-09-01
Documented recent fix.
rel-2-21
nyamatongwe
1
-0
/
+4
2010-09-01
Fix division by 0 crash with preprocessor expressions like
nyamatongwe
1
-2
/
+2
2010-08-29
Fixed crash when lexer asks for line state of negative line. Better to just r...
nyamatongwe
1
-0
/
+2
2010-08-29
Updates for 2.21 release.
nyamatongwe
2
-3
/
+89
2010-08-27
Fixed bugs caused by ignoring single character \n line ends on #include lines
nyamatongwe
1
-0
/
+8
2010-08-27
Updates for version 2.21.
nyamatongwe
5
-13
/
+22
2010-08-27
NextPosition treats \r\n as two characters as this allows searching for \n.
nyamatongwe
1
-13
/
+1
2010-08-24
Mouse button down claims focus early so that container notifications can swit...
nyamatongwe
1
-1
/
+1
2010-08-19
Adding GetLineIndentation to IDocument.
nyamatongwe
3
-5
/
+6
2010-08-19
Exposed BufferPointer through IDocument.
nyamatongwe
2
-1
/
+2
2010-08-19
Moved declarations for GdkFont code inside ifndef to avoid warnings.
nyamatongwe
1
-11
/
+11
2010-08-19
Removed unused declaration.
nyamatongwe
1
-1
/
+0
2010-08-19
Ensure styling committed when lexers call StyleContext::Complete.
nyamatongwe
1
-0
/
+1
2010-08-18
Updated for ILexer.h.
nyamatongwe
1
-25
/
+19
2010-08-18
Changed deprecation flags to turn off GdkFont use which is deprecated.
nyamatongwe
1
-1
/
+1
2010-08-18
GTK+ version-sensitive definitions for widget query functions/macros
nyamatongwe
2
-7
/
+23
2010-08-18
Include deprecation options to make it easy to check for use of deprecated APIs.
nyamatongwe
1
-1
/
+2
2010-08-18
Allow disabling use of deprecated GdkFont by defining DISABLE_GDK_FONT.
nyamatongwe
1
-2
/
+39
2010-08-18
Avoid deprecated API gtk_type_class.
nyamatongwe
1
-1
/
+1
2010-08-18
Avoid deprecated API gtk_selection_clear.
nyamatongwe
1
-1
/
+4
2010-08-18
Removed code that is not used since GTK+ 1.x is no longer supported.
nyamatongwe
1
-41
/
+0
2010-08-18
Merged deprecation avoidance on GTK+.
nyamatongwe
3
-47
/
+52
2010-08-18
Fixed error with old compiler's incorrect view of scope.
nyamatongwe
1
-1
/
+1
2010-08-17
Upgraded deprecated APIs.
nyamatongwe
2
-46
/
+51
2010-08-17
Using a non-deprecated API to allow client code to pass deprecation checking.
nyamatongwe
1
-1
/
+1
2010-08-16
Credit.
nyamatongwe
1
-0
/
+1
2010-08-16
Bug #3045386 fixed: Markdown lexer can hang in an infinite loop
nyamatongwe
1
-2
/
+2
2010-08-15
Ensure lexers linked in whenever asked to find a lexer.
nyamatongwe
1
-0
/
+2
2010-08-13
Fix for bug #3043419 Unfolding incorrectly.
nyamatongwe
1
-1
/
+10
[next]