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-01-30
Fix clang --analyze warnings.
nyamatongwe
1
-2
/
+2
2013-01-30
Allow access to secondary styles distance.
nyamatongwe
1
-0
/
+4
2013-01-30
Type casts so will build in std=c++11 mode.
nyamatongwe
3
-7
/
+7
2013-01-30
Added assert to silence Xcode analyse warning.
nyamatongwe
1
-0
/
+2
2013-01-30
Updated for Xcode 4.6.
nyamatongwe
1
-1
/
+1
2013-01-27
Check result from CreateDCRenderTarget.
nyamatongwe
1
-13
/
+15
2013-01-27
Disallow copying VarBuffer objects to ensure memory is managed correctly.
nyamatongwe
1
-0
/
+3
2013-01-26
Fixed unused value warning.
nyamatongwe
1
-2
/
+1
2013-01-26
Use CXXFLAGS for C++ only, not for C.
nyamatongwe
1
-3
/
+3
2013-01-11
Add folding support to the GetText (PO) lexer
Colomban Wendling
1
-1
/
+65
2013-01-19
Add private copy constructors to prevent copying and avoid warnings.
nyamatongwe
4
-0
/
+11
2013-01-19
Implement provisional category and place Unicode line ends and substyles into...
nyamatongwe
4
-62
/
+101
2013-01-19
Implement Unicode line ends and substyles in C++ lexer.
nyamatongwe
2
-21
/
+267
2013-01-19
Implement generic support for Unicode line ends and sub styles in lexer suppo...
nyamatongwe
3
-16
/
+260
2013-01-19
Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document,
nyamatongwe
9
-8
/
+206
2013-01-19
To allow for new line end sequences implement IsPositionInLineEnd on the
nyamatongwe
3
-6
/
+19
2013-01-19
Implement APIs for Unicode line ends and substyles and expose to
nyamatongwe
6
-9
/
+220
2013-01-19
Add methods for Unicode line ends and substyles to IDocument and ILexer
nyamatongwe
2
-4
/
+57
2013-01-19
Add encodingType and documentVersion to decode and cache information
nyamatongwe
1
-2
/
+18
2013-01-17
Added tag rel-3-2-4 for changeset 1092d3d24959
nyamatongwe
0
-0
/
+0
2013-01-15
Update release date.
rel-3-2-4
nyamatongwe
2
-3
/
+3
2013-01-14
Updated history with changes for 3.2.4.
nyamatongwe
2
-1
/
+77
2013-01-12
Fix copy&paste error in comment.
nyamatongwe
1
-1
/
+1
2013-01-11
Prepare for 3.2.4.
nyamatongwe
7
-13
/
+22
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
1
-0
/
+4
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
5
-297
/
+547
2013-01-11
Bug: [#1436] Remove as observer in TimerTarget dealloc.
nyamatongwe
1
-0
/
+2
2013-01-10
Updated to style hidden commands differently.
nyamatongwe
3
-69
/
+118
2013-01-10
Removed dead stores.
nyamatongwe
1
-2
/
+2
2013-01-10
Add a replace method and a parameter for backwards search.
nyamatongwe
2
-24
/
+180
2013-01-10
Turn off undo collection for IME composition.
nyamatongwe
2
-17
/
+37
2013-01-10
Switched Alt+Delete to delete word left to be more compatible with
nyamatongwe
1
-1
/
+1
2013-01-08
Bug: [#1289]. Replace null characters by spaces in the clipboard to avoid that
Vivian De Smedt
1
-0
/
+13
2013-01-08
Fix memory leak.
nyamatongwe
1
-1
/
+1
2013-01-06
Bug #1430. Fix crash when printing line longer than 8000 characters.
nyamatongwe
1
-1
/
+1
2013-01-04
Explaining that annotations affect the relationship between document
nyamatongwe
1
-4
/
+10
2013-01-04
When setting a font name, set first 128 styles insted of 32 as will
nyamatongwe
1
-1
/
+1
2013-01-04
Implement a delegate for Scintilla notifications.
nyamatongwe
2
-1
/
+20
2013-01-04
Fix retain count of timerTarget so it can be deallocated.
nyamatongwe
1
-1
/
+1
2013-01-04
Fix object ownership and thus memory management. Change owner and backend
nyamatongwe
2
-7
/
+8
2013-01-04
Fix positioning of autompletion lists on retina displays.
nyamatongwe
1
-2
/
+1
2013-01-03
Added modern indicators to API list.
nyamatongwe
1
-1
/
+16
2013-01-03
Fix behaviour of the left and right keys after SCI_SETSELECTIONMODE(SC_SEL_ST...
nyamatongwe
1
-0
/
+4
2013-01-01
Properly update the Pango contexts for the target surface
Colomban Wendling
1
-0
/
+4
2013-01-01
Avoid deprecated threads APIs when using GDK >= 3.6.
Neil Hodgson
1
-0
/
+8
2013-01-01
Switch to non-deprecated thread and mutex APIs when using GLib >= 2.31.
Neil Hodgson
1
-0
/
+12
2013-01-01
Feature #3592730. Option for caret line to be visible without focus.
nyamatongwe
7
-2
/
+30
2013-01-01
Added Quantum GIS as related project.
nyamatongwe
1
-0
/
+4
2012-12-30
Fix parsing of JavaScript regular expressions containing a delimiter in a range
Colomban Wendling
1
-6
/
+11
2012-12-30
Fixed invalid octal number 0f.
nyamatongwe
1
-1
/
+1
[next]