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
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 (
Collapse
)
Author
Files
Lines
2017-04-22
Update ScintillaTest project with current Xcode.
Neil
1
-1
/
+7
2017-04-22
Update ScintillaTest XIB with current Xcode to avoid warnings.
Neil
1
-14
/
+8
2017-04-22
Move NSString for example contents to local as it showed up in memory leak
Neil
2
-12
/
+17
checks making them more difficult to understand.
2017-04-22
Replace C++ std::map with Cocoa NSMutableDictionary as easier to switch to ARC
Neil
1
-54
/
+19
since memory ownership doesn't cross between C++ and Objective C as much.
2017-04-22
Simplify NSImage creation by using its initWithCGImage directly instead of
Neil
1
-23
/
+16
creating an NSBitmapImageRep first.
2017-04-22
Fix a leak of mouse tracking areas.
Neil Hodgson
2
-0
/
+7
2017-04-22
Using unique_ptr to simplify ownership of images, case folder, and list box.
Neil
9
-52
/
+29
2017-04-22
Encapsulate the LexInterface of Document.
Neil
3
-9
/
+14
2017-04-22
Include <memory> for std::unique_ptr.
Neil
21
-0
/
+21
2017-04-21
Treat comments at the end of the file as separate from the preceding structure.
Neil
2
-2
/
+11
2017-04-21
More consistent deletion of standard methods.
Neil
23
-22
/
+100
2017-04-20
More consistent deletion of standard methods.
Neil
3
-5
/
+8
2017-04-19
Fix problem compiling recent change with Xcode.
Neil Hodgson
1
-1
/
+1
2017-04-19
Use =delete for unwanted functions.
Neil
15
-58
/
+51
2017-04-19
Drop reinterpret_cast when can implicit cast to void* or const void*.
Neil
1
-2
/
+2
2017-04-19
Use "override" for GTK+ and Qt platform layers.
Neil
6
-162
/
+162
2017-04-19
Drop "virtual" when "override" used.
Neil
1
-19
/
+19
2017-04-19
Use "override" for implementations of CaseFolder and PerLine.
Neil Hodgson
3
-18
/
+18
2017-04-19
Include header needed for std::lower_bound used in SparseState.h.
Neil
1
-0
/
+1
2017-04-18
Add an assert to avoid a warning from Visual C++ Code Analysis.
Neil
1
-0
/
+2
2017-04-18
Bug [#1936]. Implement comment folding.
darmar
2
-9
/
+215
2017-04-18
Bug [#1935]. Recognize a preprocessor line after a line continuation.
darmar
2
-9
/
+17
2017-04-17
Simplify expression.
Neil
1
-1
/
+2
2017-04-15
Avoid calling virtual functions in destructor. Mark overridden methods.
Neil Hodgson
4
-12
/
+12
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
10
-19
/
+30
2017-04-15
Fix deprecation of gdk_window_process_updates in GTK+ 3.22 by redrawing instead
Neil
1
-4
/
+6
of scrolling.
2017-04-15
Use bool literals true and false instead of 1 and 0.
Neil
4
-9
/
+9
2017-04-14
Ensure capitalHeight initialised.
Neil
1
-0
/
+1
2017-04-12
For speed, store height of capital letters in FontMeasurements so not
Neil
3
-2
/
+3
recalculated for every character blob.
2017-04-11
Credit.
Neil
1
-0
/
+1
2017-04-10
Bug [#1931]. Recognize comments in more situations and treat "..." like "---".
Jim Pattee
2
-1
/
+10
2017-04-09
Further use of range-for.
Neil
10
-87
/
+84
2017-04-09
Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion.
Neil
5
-108
/
+93
2017-04-08
SciTE change log.
Neil
1
-0
/
+3
2017-04-08
Use reference for efficiency.
Neil
1
-1
/
+1
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
7
-18
/
+19
2017-04-07
Remove unnecessary casts.
Neil
1
-2
/
+2
2017-04-07
Drop "virtual" from methods that do not need to be virtual.
Neil
1
-2
/
+2
2017-04-07
Use same parameter names in declarations and definitions.
Neil
20
-56
/
+56
2017-04-07
Check index before checking value at index.
Neil
1
-2
/
+2
2017-04-07
Allowing assigning Windows and ensure cursorLast is initialized.
Neil
1
-0
/
+8
2017-04-06
Added const to some lexers.
Neil
6
-61
/
+61
2017-04-06
Added const where possible.
Neil
35
-357
/
+357
2017-04-06
Added a caret line frame as an alternative visual for highlighting the caret ↵
A-R-C-A
8
-9
/
+103
line.
2017-04-06
SciTE change log.
Neil
1
-0
/
+4
2017-04-05
Change log.
Neil
1
-0
/
+4
2017-04-05
Made formatting more consistent by running astyle.
Neil
1
-6
/
+6
2017-04-05
Bug [#1929]. Recognize escaped quotes within quotes.
Jim Pattee
1
-0
/
+4
2017-04-03
Fix test which was broken by encapsulation of revision 6195.
Neil
1
-1
/
+1
2017-04-03
Prevent warning from MSVC Code Analysis.
Neil
1
-4
/
+6
[prev]
[next]