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-10-03
Match change 4801 for Python binding types.
nyamatongwe
2
-5
/
+5
2013-10-01
Change log.
Neil
1
-4
/
+10
2013-09-30
Added specific type to make it easier to understand.
nyamatongwe
1
-1
/
+1
2013-09-30
Removed command: method from ScintillaNotificationProtocol as all events can ...
nyamatongwe
5
-37
/
+2
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
8
-3
/
+26
2013-09-29
Improved information about notifications, particularly on GTK+.
Neil
1
-11
/
+16
2013-09-28
Change log.
Neil
1
-4
/
+4
2013-09-27
Draw rounding on alpha rectangles so INDIC_ROUNDBOX looks good.
nyamatongwe
1
-14
/
+84
2013-09-26
Change log.
nyamatongwe
1
-0
/
+4
2013-09-26
Fixed appearance of outlines of alpha rectangles.
nyamatongwe
2
-6
/
+22
2013-09-26
Enhance stability by defining GetLineEndPosition for lines beyond end of docu...
Neil
3
-4
/
+10
2013-09-26
Feature [feature-requests:#1020]. Fold 'create view' statements.
Neil
2
-31
/
+135
2013-09-26
Added image of indicators.
Neil
2
-2
/
+4
2013-09-25
Change log.
Neil
1
-0
/
+4
2013-09-25
Feature [feature-requests:#1021]. Cocoa SCI_POSITIONFROMPOINTCLOSE returning ...
nyamatongwe
1
-0
/
+3
2013-09-22
Change log.
nyamatongwe
1
-0
/
+4
2013-09-22
Change log.
Neil
1
-0
/
+7
2013-09-22
Stricter checking for ctags lines in errorlist lexer.
Neil
1
-3
/
+10
2013-09-22
Avoid attempt to redraw an empty area.
nyamatongwe
1
-0
/
+2
2013-09-21
Fix test script to match move of scripts.
nyamatongwe
1
-1
/
+2
2013-09-20
Removed make files as they have not been maintained and no longer work.
nyamatongwe
4
-209
/
+25
2013-09-20
Simplify project file. Set and use settings on the project level and avoid se...
nyamatongwe
1
-10
/
+2
2013-09-20
Change log.
Neil
1
-0
/
+3
2013-09-20
Switch parameter type to sptr_t to avoid problems with negative numbers like
Unknown
1
-3
/
+3
2013-09-18
Change log.
nyamatongwe
1
-1
/
+8
2013-09-18
Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ...
nyamatongwe
5
-80
/
+119
2013-09-17
Remove WM_UNICHAR as unused. A remnant from the Carbon platform layer.
nyamatongwe
1
-17
/
+0
2013-09-16
Take account of scroll position when creating drag image.
nyamatongwe
1
-6
/
+6
2013-09-16
Removed back up code that produced a simple drag image.
nyamatongwe
1
-11
/
+0
2013-09-16
Remove dead code that was a remnant of Carbon support.
nyamatongwe
1
-16
/
+0
2013-09-13
Change log.
nyamatongwe
1
-0
/
+4
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
[next]