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
2013-07-05
Implemented tests for Qt on Linux.
Neil
7
-223
/
+284
2013-07-04
Fix bug with use of strings instead of byte strings as this
Neil
1
-9
/
+22
2013-07-04
Change log.
Neil
1
-0
/
+3
2013-07-04
Report failure of find_text with -1 as first element of return value.
Neil
1
-2
/
+2
2013-07-03
Removed out-of-date text.
Neil
1
-3
/
+1
2013-07-03
Change log.
Neil
1
-0
/
+8
2013-07-03
Make work with older compilers.
Neil
1
-1
/
+4
2013-07-03
Make CellBuffer::DeleteChars return a pointer to the deleted data even
Neil
2
-7
/
+10
2013-07-03
Restore return of data from InsertString/DeleteChars.
nyamatongwe
1
-6
/
+5
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-2
/
+7
2013-07-03
Hide deprecation warning for GetVersionEx.
nyamatongwe
1
-0
/
+10
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-9
/
+12
2013-07-03
Trigger SCE_ERR_PERL only when "at" and "line" are far enough apart
nyamatongwe
1
-2
/
+3
2013-07-03
Ensure style data initialised before drawing margin.
nyamatongwe
1
-0
/
+2
2013-07-03
Restructured LexGen.py by moving discovery code into ScintillaData.py and
Neil
5
-242
/
+243
2013-07-03
Minor consting. Documentation added.
Neil
1
-2
/
+13
2013-07-01
Use CharacterCategory
kudah
1
-20
/
+17
2013-07-01
Added CharacterCategory to project file.
nyamatongwe
1
-0
/
+8
2013-07-01
Fixed namespace.
nyamatongwe
1
-2
/
+2
2013-07-01
Added CharacterCategory.
Neil
7
-261
/
+3628
2013-07-01
Fix up reference to scripts directory.
Neil
1
-1
/
+2
2013-07-01
Move non-platform-specific scripts into the scripts directory.
Neil
7
-570
/
+361
2013-07-01
Refactoring Python scripts into scripts directory.
Neil
1
-0
/
+150
2013-07-01
Bug: [#1492]. Need extra header for better standard compliance in Visual Stud...
Neil
1
-0
/
+1
2013-06-30
Change log.
Neil
1
-5
/
+48
2013-06-30
Updated A68K lexer from web site.
Neil
2
-61
/
+89
2013-06-29
Removed checks for Digital Mars C++. The checks were old so updates (or using...
Neil
1
-13
/
+0
2013-06-29
Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.
Neil
3
-2
/
+5
2013-06-29
Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between c...
Neil
6
-56
/
+65
2013-06-29
Removing redundant suppression.
Neil
1
-1
/
+0
2013-06-29
Include PLAT_TK for implementation on Tk platform.
Neil
2
-0
/
+8
2013-06-29
Simplify code so that it is understood by cppcheck, avoiding warnings.
Neil
2
-2
/
+2
2013-06-29
Avoid warning from Visual C++.
Neil
1
-5
/
+5
2013-06-29
Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.
Neil
1
-58
/
+58
2013-06-27
Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriente...
nyamatongwe
6
-57
/
+147
2013-06-27
Bug: [#1491]. Removing redundant suppression.
nyamatongwe
1
-1
/
+0
2013-06-27
Bug: [#1491]. Regular expression detection code appeared incorrect.
nyamatongwe
1
-4
/
+13
2013-06-26
Simplify label handling code and avoid checking to end of line.
nyamatongwe
1
-22
/
+5
2013-06-25
Make labels work with non-ASCII characters in UTF-8.
nyamatongwe
1
-4
/
+4
2013-06-25
Specify paint device when creating QTextLayout. Fixes mis-layout of text when
nyamatongwe
1
-1
/
+1
2013-06-18
Renaming variables to explain their role better.
nyamatongwe
1
-19
/
+19
2013-06-18
Bug: [#1488] Simplify gtk scrollbar resize code.
nyamatongwe
1
-10
/
+3
2013-06-18
Change log.
nyamatongwe
1
-0
/
+6
2013-06-18
Method added to help lexers working with byte positions.
nyamatongwe
1
-0
/
+6
2013-06-18
Simplify line wrapping code, minimize lines wrapped and avoid rewrapping lines.
nyamatongwe
2
-114
/
+116
2013-06-18
Determine more accurately whether painting was abandoned by styling and so
nyamatongwe
2
-1
/
+4
2013-06-17
Fix wrap width so doesn't take account of margin twice.
nyamatongwe
1
-1
/
+1
2013-06-15
Simplify direct access using Scintilla messages and avoid call layers.
nyamatongwe
2
-0
/
+18
2013-06-15
Fix insertText: of ScintillaView to directly call ScintillaCocoa since insert...
nyamatongwe
1
-1
/
+1
2013-06-14
Define custom marginMaskN / setMarginMaskN to treat values as a bitmask.
nyamatongwe
1
-0
/
+22
[next]