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
2021-03-20
Implement Stadium on all platforms except for Win32 GDI.
Neil
2
-0
/
+56
2021-03-20
Implement RectangleFrame.
Neil
2
-0
/
+19
2021-03-25
Use FillStroke for parameters to Polygon, RectangleDraw, RoundedRectangle, and
Neil
2
-0
/
+146
2021-03-19
Support strokeWidth and float cornerSize in AlphaRectangle. Use FillStroke
Neil
2
-0
/
+62
2021-03-25
Implement translucent FillRectangle.
Neil
2
-0
/
+23
2021-03-19
UTF-8 text drawing and measurement.
Neil
2
-0
/
+108
2021-03-19
Add an explicit FlushDrawing method to Surface that should be called after
Neil
2
-0
/
+4
2021-03-19
Implement PopClip to allow local clipping.
Neil
2
-0
/
+6
2021-03-19
Add Surface::PixelDivisions which detects 'retina' displays that use
Neil
2
-0
/
+18
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
2
-0
/
+15
2021-03-19
Add Geometry.cxx for geometric and colour operations too complex for headers.
Neil
1
-0
/
+12
2021-03-19
Switch enum to enum class.
Neil
2
-37
/
+35
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
[next]