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
2021-05-10
Implement UpdateBaseElements on Cocoa to update colours to match current system
Neil Hodgson
1
-0
/
+56
2021-05-09
Change first responder / active handling so only treating as focussed when
Neil Hodgson
1
-9
/
+27
2021-04-05
Change CaseConversion to an enum class.
Neil
1
-1
/
+1
2021-03-22
Replace InitPixMap on Cocoa for drag & drop and XPM images in lists.
Neil
1
-11
/
+10
2021-03-22
Replace multiple mode setting calls on Surface with SetMode as this is
Neil
1
-4
/
+2
2021-03-20
Use Surface::AllocatePixMap instead of changing an existing surface with
Neil
1
-1
/
+1
2021-03-19
Switch enum to enum class.
Neil
1
-34
/
+32
2020-06-24
Converting between UTF-8 and current encoding.
Neil
1
-0
/
+32
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
1
-4
/
+4
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-0
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2019-12-31
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
Neil
1
-1
/
+0
2019-12-13
Add or fix file name comments.
Neil
1
-1
/
+1
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-3
/
+3
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-3
/
+3
2019-06-24
For encodings other than UTF-8, split input up into characters before calling
Neil Hodgson
1
-16
/
+29
2019-06-22
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
Neil
1
-1
/
+1
2019-06-17
Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Zufu Liu
1
-2
/
+2
2019-06-16
Fix Xcode static analysis warning by renmaing GetImage to CreateImage.
Neil Hodgson
1
-1
/
+1
2019-03-25
Use generic versions of ceil, floor, round, lround, trunc from <cmath>.
Neil
1
-2
/
+4
2019-03-11
Make idle processing more efficient on Cocoa by only notifying the relevant
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
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-1
/
+1
2018-06-07
Update Cocoa enumerations to current names instead of deprecated names.
Neil Hodgson
1
-10
/
+10
2018-06-02
Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout.
Neil
1
-0
/
+7
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
1
-0
/
+1
2018-05-15
Fix crashes for invalid DBCS characters when dragging text, changing case of
Neil Hodgson
1
-0
/
+14
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+2
2018-05-01
Remove dead function and unnecessary casts. Convert C casts to C++ casts.
Neil Hodgson
1
-2
/
+2
2018-05-01
Hoist conversion between NSEvent time and Editor method time into function.
Neil Hodgson
1
-5
/
+19
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-25
Use set of coercion functions for transforming WndProc parameters into pointers.
Neil
1
-3
/
+3
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-2
/
+2
2018-04-22
Fix problems with 64-bit positions by using types that expand to 64-bits and
Neil Hodgson
1
-27
/
+29
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-3
/
+3
2018-03-03
Promote methods from int to ptrdiff_t to allow extension to 64-bits.
Neil
1
-6
/
+6
2018-03-03
Use Position and Line types in ScintillaCocoa to allow for later changes.
Neil
1
-7
/
+7
2018-01-30
Disable animated find indicator on macOS 10.12 as it causes drawing failures.
Neil Hodgson
1
-2
/
+3
2017-10-26
Disable the animated find indicator on macOS 10.13 where it fails.
Neil Hodgson
1
-2
/
+20
2017-07-17
Casts required for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
1
-4
/
+5
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-9
/
+0
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-19
/
+16
2017-06-12
Fix bug where retrieving encoded bytes failed.
Neil
1
-1
/
+1
2017-06-09
Use min and max from std instead of own version from platform.
Neil
1
-1
/
+1
2017-06-08
Indented consistently by using astyle.
Neil
1
-1439
/
+1273
2017-06-07
Use property dot syntax.
Neil Hodgson
1
-65
/
+65
2017-06-07
Using modern Objective C literals and indexing.
Neil Hodgson
1
-15
/
+14
2017-06-05
Converted to Automatic Reference Counting.
Neil Hodgson
1
-50
/
+37
2017-05-07
Use unique_ptr on Cocoa.
Neil Hodgson
1
-3
/
+2
[next]