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
path:
root
/
cocoa
/
ScintillaCocoa.mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...
mitchell
1
-1
/
+0
2019-12-13
Backport: Add or fix file name comments.
Neil
1
-1
/
+1
2019-11-15
Backport: Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-3
/
+3
2019-07-11
Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.
mitchell
1
-3
/
+3
2019-06-22
Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...
Neil
1
-1
/
+1
2019-07-11
Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
mitchell
1
-2
/
+2
2019-06-16
Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage.
Neil Hodgson
1
-1
/
+1
2019-03-31
Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma...
mitchell
1
-1
/
+3
2019-03-11
Backport: Make idle processing more efficient on Cocoa by only notifying the ...
Neil Hodgson
1
-1
/
+1
2018-11-20
Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then a
Neil Hodgson
1
-1
/
+12
2018-10-11
Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-1
/
+1
2018-05-25
Backport: Add <vector> to files that include Platform.h as likely needed in f...
mitchell
1
-0
/
+2
2018-05-15
Backport: Fix crashes for invalid DBCS characters when dragging text, changin...
Neil Hodgson
1
-0
/
+10
2018-05-01
Backport: Remove dead function and unnecessary casts. Convert C casts to C++ ...
Neil Hodgson
1
-2
/
+2
2018-05-01
Backport: Hoist conversion between NSEvent time and Editor method time into f...
Neil Hodgson
1
-5
/
+19
2018-05-01
Backport: Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-25
Backport: Use set of coercion functions for transforming WndProc parameters i...
Neil
1
-3
/
+3
2018-04-25
Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-2
/
+2
2018-04-22
Backport: Fix problems with 64-bit positions by using types that expand to 64...
Neil Hodgson
1
-28
/
+29
2018-03-27
Backport: Use an interface for ContractionState so that there can be different
Neil
1
-3
/
+3
2018-03-03
Backport: Promote methods from int to ptrdiff_t to allow extension to 64-bits.
Neil
1
-6
/
+6
2018-03-03
Backport: Use Position and Line types in ScintillaCocoa to allow for later ch...
Neil
1
-7
/
+7
2017-07-17
Backport: Casts required for Unix LP64 after changes to Sci_Position/Sci_Posi...
Neil Hodgson
1
-4
/
+5
2017-06-12
Backport: Remove old timer code in favour of the FineTicker* methods.
Neil
1
-10
/
+0
2017-06-12
Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...
Neil
1
-19
/
+14
2017-06-09
Backport: Use min and max from std instead of own version from platform.
Neil
1
-2
/
+2
2017-06-15
Apply change set 6308 to LongTerm3 branch.
Neil Hodgson
1
-1
/
+1
2017-05-07
Use unique_ptr on Cocoa.
Neil Hodgson
1
-3
/
+2
2017-05-02
For Cocoa, use unique_ptr for drawing surfaces and don't check for allocation
Neil
1
-26
/
+18
2017-04-24
Remove unnecessary cast.
Neil
1
-1
/
+1
2017-04-24
Make string encoding and decoding more regular by using std::string more and
Neil
1
-57
/
+34
2017-04-22
Restrict cursor changing to visible bounds so the text area cursor doesn't show
Neil
1
-0
/
+7
2017-04-19
Use "override" for implementations of CaseFolder and PerLine.
Neil Hodgson
1
-1
/
+1
2017-04-15
Avoid calling virtual functions in destructor. Mark overridden methods.
Neil Hodgson
1
-1
/
+0
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-2
/
+2
2017-03-31
Prefer standard min/max over Platform's as adapts to changed types.
Neil
1
-1
/
+1
2017-03-31
Hide decorations details a little.
Neil
1
-1
/
+1
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-12
/
+12
2017-03-07
Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.
Neil
1
-0
/
+3
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-1
/
+1
2017-03-04
Fix error with showing find indicator over styles > 127.
Neil Hodgson
1
-1
/
+3
2017-02-16
Avoid potential crash in finalization.
Neil
1
-1
/
+2
2017-02-16
Bug [#1909]. Fix finalization crash on Cocoa.
Chinh Nguyen
1
-1
/
+2
2017-01-24
Use safer static_cast instead of reinterpret_cast. Remove cast to void*.
Neil
1
-4
/
+4
2017-01-24
Remove casts from id to Objective C object as they are not needed. Use safer
Neil
1
-4
/
+4
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-0
/
+21
2016-11-19
Moved @private sections from header into implementation.
Neil Hodgson
1
-4
/
+8
2016-11-11
Make IME indicator visible in single phase drawing mode.
Neil
1
-0
/
+6
2016-11-05
Support for NSAccessibility protocol added sufficient for the VoiceOver
Neil Hodgson
1
-6
/
+89
2016-10-18
Ensure members of FindHighlightLayer freed.
Neil Hodgson
1
-0
/
+6
[next]