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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-24
Converting between UTF-8 and current encoding.
Neil
2
-0
/
+35
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
2
-2
/
+2
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
2
-5
/
+5
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
1
-2
/
+2
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
3
-0
/
+3
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
4
-0
/
+4
2021-03-18
ListBox options API. ListOptions is currently empty but may contain list item
Neil
1
-0
/
+4
2021-03-17
Use unique_ptr for ListBox::Allocate to show transfer of ownership.
Neil
1
-3
/
+2
2021-03-17
Change Window::Cursor to an enum class.
Neil
2
-8
/
+8
2021-03-17
Remove Window::SetFont as never used.
Neil
1
-6
/
+0
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
4
-88
/
+86
2021-03-17
Make Window argument to Menu::Show const as that avoids warnings and the Window
Neil
1
-1
/
+1
2021-03-17
Mark Window::Destroy, ListBox::Clear, and Menu::Destroy as noexcept since
Neil
1
-4
/
+4
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
4
-0
/
+4
2021-03-17
Remove DynamicLibrary as loading lexers with SCI_LOADLEXERLIBRARY was removed
Neil
1
-51
/
+0
2021-03-16
Convert Platform from a class to a namespace. Does not change callers.
Neil
1
-6
/
+6
2021-03-16
Set deployment target of ScintillaTest to the minimum supported by current Xc...
Neil
1
-0
/
+4
2021-03-10
Use Lexilla in ScintillaTest. Switch from ScintillaFramework to Scintilla.
Neil Hodgson
3
-33
/
+63
2021-03-10
Turn off warnings for quoted include in framework headers.
Neil Hodgson
1
-2
/
+2
2021-03-10
Add public headers (ILexer.h, ILoader.h, Scintilla.h, Sci_Position.h) to proj...
Neil Hodgson
1
-3
/
+19
2021-03-10
Increase deployment target to 10.9 as it is the minimum supported by Xcode 12.4.
Neil Hodgson
1
-4
/
+4
2021-03-05
Update version number to 5.0.0.
Neil
2
-5
/
+5
2021-02-07
Made comment make sense.
Neil Hodgson
1
-1
/
+1
2021-02-07
On macOS 11, autocompletion list text was being truncated. An extra 22 pixels
Neil Hodgson
1
-0
/
+7
2020-11-09
Update Xcode project and remove SciLexer.h from ScintillaView.h.
Neil
2
-129
/
+16
2021-01-29
Remove Lexilla files from Scintilla
Neil
8
-1473
/
+0
2020-11-28
Update version number to 4.4.6 and release date.
Neil
3
-7
/
+7
2020-11-02
Use std::size instead of ELEMENTS so StringCopy.h is only used by Lexilla and
Neil
1
-1
/
+0
2020-09-18
Updated Xcode projects for Xcode 12.
Neil Hodgson
1
-1
/
+3
2020-09-05
Update version number to 4.4.5.
Neil
3
-7
/
+7
2020-08-12
Use groups without folders as groups with folders caused trouble for new clones.
Neil Hodgson
2
-448
/
+440
2020-07-18
Updates for 4.4.4.
Neil
3
-7
/
+7
2020-06-03
Updates for 4.4.3.
Neil
3
-7
/
+7
2020-06-02
Updates for 4.4.2.
rel-4-4-2
Neil
3
-7
/
+7
2020-05-28
Updates for 4.4.0.
Neil
3
-7
/
+7
2020-05-23
Regenerate version numbers in cocoa/Scintilla project.
Neil
1
-2
/
+2
2020-05-23
Add new project that builds a Scintilla framework with no lexers.
Neil Hodgson
5
-0
/
+868
2020-05-23
Add file that avoids extra upgrade checks.
Neil Hodgson
2
-0
/
+16
2020-04-23
Updates for 4.3.3.
rel-4-3-3
Neil
1
-2
/
+2
2020-04-17
Update Python versions for files that may involve PySide on Linux which requires
Neil
1
-3
/
+3
2020-03-06
Readying 4.3.1 release.
rel-4-3-2
Neil
1
-2
/
+2
2020-03-01
Readying 4.3.1 release.
rel-4-3-1
Neil
1
-2
/
+2
2020-02-09
Standardise header guard names and use.
Neil
3
-6
/
+6
2020-01-12
Readying 4.3.0 release.
rel-4-3-0
Neil
1
-2
/
+2
2020-01-03
Added Raku lexer and style properties and example files
Mark Reay
1
-0
/
+4
2019-12-31
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
Neil
1
-1
/
+0
2019-12-13
Implement DynamicLibrary on Cocoa.
Neil
1
-7
/
+45
2019-12-13
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
1
-5
/
+0
2019-12-13
Add or fix file name comments.
Neil
7
-4
/
+7
2019-12-11
Readying 4.2.3 release.
rel-4-2-3
Neil
1
-2
/
+2
[next]