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-09-10
Cast away char subscripts to avoid warnings from clang.
Unknown
1
-6
/
+6
2013-09-10
Fix variable shadowing issues.
nyamatongwe
3
-5
/
+5
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
8
-32
/
+29
2013-09-10
Drop warning setting -Wno-missing-braces since this has had no effect since g...
Neil
3
-3
/
+2
2013-09-10
Change log.
Neil
1
-0
/
+23
2013-09-10
Pass control ID with WM_NOTIFY for compatibility with other platforms.
nyamatongwe
2
-2
/
+2
2013-09-10
Bug [#1522]. Don't send selection change notification when scrolling.
nyamatongwe
1
-1
/
+4
2013-09-09
Remove dealloc from @interface as it should not be directly called.
nyamatongwe
1
-2
/
+0
2013-09-09
Fix memory leak for margin view.
nyamatongwe
1
-0
/
+1
2013-09-09
Use const for constant strings as recommended in Effective Objective C 2.0
nyamatongwe
2
-2
/
+2
2013-09-09
Since overlay scroll bars, the info bar is always full width so remove variable
nyamatongwe
2
-7
/
+0
2013-09-08
Change log.
Neil
1
-0
/
+3
2013-09-08
Stop exposing Scintilla implementation to clients from ScintillaView header.
nyamatongwe
5
-26
/
+35
2013-09-08
Fix spelling mistakes in comments.
nyamatongwe
5
-21
/
+21
2013-09-07
Mention that prefix keyword sets aren't implemented for SCI_SETIDENTIFIERS.
Neil
1
-4
/
+5
2013-09-07
Since ScintillaBase::Finalise is implemented, don't mark it as virtual.
Neil
1
-1
/
+1
2013-09-06
Be more explicit about the empty case to avoid warnings from Visual C++ analy...
Neil
1
-13
/
+15
2013-09-06
Bug [#1521]. Allow tab, cariage return and new line separators for SCI_SETIDE...
Neil
1
-3
/
+5
2013-09-05
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Neil
8
-4
/
+34
2013-09-05
Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.
Neil
2
-5
/
+22
2013-09-05
Update Pascal lexer keywords.
Marko Njezic
1
-10
/
+11
2013-09-04
Turn off idle events on destruction.
Neil
2
-0
/
+4
2013-09-04
Fix namespace compilation errors when SCI_NAMESPACE defined.
Neil
3
-42
/
+18
2013-09-04
Build Direct2D platform code if Direct2D headers are available.
Neil
1
-2
/
+9
2013-09-03
Documentation for GetStyleFromSubStyle.
Neil
2
-1
/
+19
2013-09-03
Added another test for cpp lexer support for Unicode line ends.
Neil
1
-0
/
+1
2013-09-03
Added GetStyleFromSubStyle.
Neil
7
-2
/
+66
2013-08-17
Fix CoffeeScript styles usage
Colomban Wendling
1
-71
/
+71
2013-08-31
Added tag rel-3-3-5 for changeset c343e43079c4
Neil
1
-0
/
+1
2013-08-26
Updated cheange log.
Neil
1
-0
/
+3
2013-08-26
Updated version number and description for next release.
Neil
7
-20
/
+17
2013-08-25
Recent MingW does not compile due to missing Direct2D headers so disable Dire...
Neil
1
-1
/
+1
2013-08-24
Updated compiler and build file information.
Neil
1
-6
/
+3
2013-08-23
Updated information on script location.
nyamatongwe
2
-3
/
+3
2013-08-22
Correct spelling and some out-of-date file and directory names.
nyamatongwe
1
-25
/
+25
2013-08-21
Fixed spelling mistakes.
nyamatongwe
1
-5
/
+4
2013-08-21
Added LexKVIrc to project.
nyamatongwe
1
-0
/
+4
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
6
-0
/
+512
2013-08-20
Added PositionRelative to optimize navigation by character.
Neil
6
-0
/
+62
2013-08-20
Change log.
Neil
1
-0
/
+3
2013-08-20
Fix bug where coordinates were relative to the text view instead of the whole...
nyamatongwe
3
-5
/
+14
2013-08-18
Grammar fix.
Neil
1
-1
/
+1
2013-08-16
Change log.
Neil
1
-0
/
+7
2013-08-16
Initialize extended styles to the default style.
Neil
1
-0
/
+4
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
10
-20
/
+85
2013-08-15
Use system symbol for constant.
Neil
1
-1
/
+1
2013-08-14
Remove archaic wxForceScintillaLexers function since wxWidgets now uses
Neil
1
-6
/
+1
2013-08-12
Feature: [feature-requests:#1007]. Fix bugs with redrawing selection.
Neil
2
-0
/
+8
2013-08-11
Avoid QMacPasteboardMime on Qt >= 5.0 since it is not implemented yet.
Neil Hodgson
1
-2
/
+2
2013-08-10
Bug [#1513]. Differentiate rectangular and non-rectangular pastes from Borland.
Neil
2
-9
/
+20
[prev]
[next]