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-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
2013-06-10
Define custom get_ / set_ margin_mask_n to treat values as a bitmask
John Ehresman
1
-0
/
+27
2013-06-13
Change log.
nyamatongwe
1
-0
/
+4
2013-06-13
Bug: [#1487]. Fix memory leak of font names.
nyamatongwe
1
-0
/
+3
2013-06-12
Change log.
nyamatongwe
1
-0
/
+4
2013-06-12
Change log.
nyamatongwe
1
-0
/
+5
2013-06-11
Change log.
nyamatongwe
1
-0
/
+3
2013-06-11
Fix a bug with word wrap where the last line could be shown twice.
nyamatongwe
1
-0
/
+2
2013-06-06
Disable methods required for GTK+ 3 when building for GTK+ 2.
nyamatongwe
1
-0
/
+6
2013-06-05
Merged with GTK+ change.
nyamatongwe
1
-1
/
+1
2013-06-05
Make method const since it has no side-effects.
nyamatongwe
1
-1
/
+1
2013-06-05
Make method static as it does not use instance variables.
nyamatongwe
1
-2
/
+2
2013-06-05
Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available.
nyamatongwe
1
-4
/
+8
2013-06-05
Add to change log.
nyamatongwe
1
-0
/
+3
2013-06-05
Add to change log.
nyamatongwe
1
-0
/
+5
2013-05-26
* Fixed a bug in incremental lexing which often caused a full redraw
kudah
1
-2
/
+2
2013-06-05
Change log entries for SciTE.
nyamatongwe
1
-0
/
+14
2013-06-05
Turn font smoothing on for font quality level SC_EFF_QUALITY_LCD_OPTIMIZED.
nyamatongwe
1
-0
/
+2
2013-06-05
Avoid crash when byte value does not represent a character in current encoding.
nyamatongwe
1
-0
/
+2
2013-06-02
Added tag rel-3-3-3 for changeset 1cd0ebd58592
nyamatongwe
0
-0
/
+0
2013-05-27
Updated changes list.
rel-3-3-3
nyamatongwe
1
-4
/
+1
2013-05-27
Updated version numbers, date, and change log for 3.3.3.
nyamatongwe
7
-16
/
+27
2013-05-27
Update all release dates based on date in scintilla/doc/index.html.
nyamatongwe
1
-13
/
+52
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
8
-96
/
+104
[next]