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
2017-03-06
Fold a VHDL "entity" on the first line of the file.
Vicente
2
-3
/
+8
2017-03-05
For IMEs, do not clear selected text when there is no composition text to show.
johnsonj
4
-3
/
+15
2017-03-04
Use "override" for Cocoa platform code and add to Editor where possible.
Neil Hodgson
4
-127
/
+127
2017-03-04
Fix error with showing find indicator over styles > 127.
Neil Hodgson
2
-2
/
+6
2017-03-04
Fix minor issues in interface definitions.
Neil Hodgson
1
-5
/
+9
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
9
-220
/
+220
2017-03-04
Use C++11 keyword "override" for methods in lexers that override an interface.
Neil
18
-223
/
+223
2017-03-04
Merge Windows and GTK+ changes.
Neil
3
-1
/
+27
2017-03-04
Add include to allow #6138 to build on Windows.
Neil
1
-0
/
+2
2017-03-03
Change log.
Neil Hodgson
1
-0
/
+5
2017-03-02
Fix potential problems with IME on Cocoa when document contains invalid UTF-8.
Neil
5
-0
/
+30
2017-03-02
Bug [#1881]. Revert part of previous fix as it stopped the accented character
Neil
2
-1
/
+17
2017-02-26
Bug [#1907]. GTK: Fix crash after destroying the widget on GTK < 3.3.6
Colomban Wendling
2
-1
/
+7
2017-02-25
Bug [#1915]. Fix crash on OS X 10.9 due to accessibility API not available.
Chinh Nguyen
2
-7
/
+15
2017-02-23
Bug [#1905]. Fix stream selection mode when moving caret up or down.
Neil
2
-0
/
+7
2017-02-22
SciTE change log.
Neil
1
-0
/
+7
2017-02-21
Bug [#1901]. GTK: Fix double scrolling under X11
Colomban Wendling
2
-1
/
+13
2017-02-21
Bug [#1910]. GTK a11y: Speed up converting byte offsets to character offsets
Colomban Wendling
2
-1
/
+22
2017-02-19
Added tag rel-3-7-3 for changeset e99b1a2bfbf8
Neil
1
-0
/
+1
2017-02-16
Updates for 3.7.3.
rel-3-7-3
Neil
8
-18
/
+17
2017-02-16
Avoid potential crash in finalization.
Neil
1
-1
/
+2
2017-02-16
Bug [#1909]. Fix finalization crash on Cocoa.
Chinh Nguyen
2
-1
/
+6
2017-02-15
Automatically add new lexers to Xcode project in LexGen.py.
Neil
3
-1
/
+141
2017-02-15
Bug [#1848]. Line ends OK in f-strings for lexer.python.strings.over.newline=1.
John Ehresman
1
-18
/
+36
2017-02-12
Bug [#1848]. Support Python f-strings with new styles.
John Ehresman
4
-18
/
+78
2017-02-11
Add <iostream> to header order.
Neil
1
-0
/
+1
2017-02-11
Document correct values for SC_POPUP_*.
Neil Hodgson
1
-3
/
+3
2017-02-08
Bug [#1907]. GTK: Prevent running signal handlers on a destroyed a11y object
Colomban Wendling
2
-0
/
+5
2017-02-04
Ensure std::cerr is available in automated tests.
Neil
1
-0
/
+1
2017-02-02
Remove suppression no longer required by Cppcheck 1.77.
Neil
1
-3
/
+0
2017-02-02
Using better checked static_cast instead of reinterpret_cast for void*.
Neil Hodgson
2
-2
/
+2
2017-02-02
Change log from SciTE.
Neil
1
-1
/
+5
2017-02-01
Bug [#1901]. Make trackpad scrolling work on Wayland.
John Flatness
4
-1
/
+44
2017-01-28
Change log from SciTE.
Neil
1
-0
/
+5
2017-01-24
Use safer static_cast instead of reinterpret_cast. Remove cast to void*.
Neil
2
-5
/
+5
2017-01-24
Remove casts from id to Objective C object as they are not needed. Use safer
Neil
2
-32
/
+32
2017-01-24
Use correct signatures for pattern draw and release functions and avoid
Neil
1
-6
/
+5
2017-01-23
Use safer static_cast instead of reinterpret_cast when converting FontID to
Neil
1
-11
/
+11
2017-01-22
Display block caret over the character at the end of a selection to be similar
John Ehresman
2
-1
/
+11
2017-01-22
Correctly color code deleted lines starting with "--"
Sven Strickroth
2
-1
/
+6
2017-01-22
Simplify initialising and reinitialising.
Neil
1
-6
/
+2
2017-01-22
Remove extraneous "void".
Neil
2
-2
/
+2
2017-01-19
Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a line
Neil
2
-2
/
+3
2017-01-19
Bug [#1896]. Ensure folding consistent when fold header added above folded part.
Neil
2
-1
/
+5
2017-01-19
Bug [#1902]. Require Matlab block comment start/end to be alone on a line.
Neil
2
-9
/
+28
2017-01-14
Require the first line to start with "#!" to be treated as a shebang comment.
jedailey
2
-2
/
+7
2017-01-14
Removed return type from AddSelection and SetSelection.
Neil
2
-6
/
+6
2017-01-04
Mark some const methods as const.
Neil
4
-4
/
+4
2017-01-04
Change log for SciTE.
Neil
1
-0
/
+4
2017-01-04
Use new simplified API for showing menu on GTK+ 3.22 as old API was deprecated.
Neil
2
-3
/
+12
[next]