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
/
win32
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
UTF-8 text drawing and measurement.
Neil
1
-34
/
+259
2021-03-19
Add an explicit FlushDrawing method to Surface that should be called after
Neil
1
-13
/
+12
2021-03-19
Implement PopClip to allow local clipping.
Neil
1
-0
/
+15
2021-03-19
Add Surface::PixelDivisions which detects 'retina' displays that use
Neil
1
-0
/
+12
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
3
-0
/
+23
2021-03-19
Add Geometry.cxx for geometric and colour operations too complex for headers.
Neil
4
-0
/
+8
2021-03-19
Add localeName to FontParameters for Bug [#2027].
Neil
1
-1
/
+2
2021-03-19
Switch enum to enum class.
Neil
1
-33
/
+36
2021-03-19
Ensure variables are initialised, are const where possible.
Neil
1
-21
/
+26
2020-06-24
Converting between UTF-8 and current encoding.
Neil
1
-0
/
+23
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-4
/
+4
2021-03-18
Use unique_ptr to add to RGBAImageSet.
Neil
1
-2
/
+2
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
1
-5
/
+5
2021-03-18
Use unique_ptr for Surface::Allocate 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
2
-0
/
+2
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
4
-28
/
+50
2021-03-18
ListBox options API. ListOptions is currently empty but may contain list item
Neil
1
-0
/
+6
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
-15
/
+15
2021-03-17
Remove Window::SetFont as never used.
Neil
1
-5
/
+0
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
1
-177
/
+133
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
/
+50
2021-03-17
Remove DynamicLibrary as loading lexers with SCI_LOADLEXERLIBRARY was removed
Neil
1
-36
/
+0
2021-03-16
Convert Platform from a class to a namespace. Does not change callers.
Neil
1
-5
/
+5
2021-03-16
Moved Platform.h to src as it is private to Scintilla.
Neil
2
-48
/
+48
2021-03-05
Update version number to 5.0.0.
Neil
1
-2
/
+2
2021-01-29
Update build dependencies
start-5
Neil
2
-3132
/
+44
2020-11-02
Drop building of SciLexer.dll which included lexers.
Neil
2
-171
/
+4
2020-11-02
Update DepGen to not look for lexers or lexlib.
Neil
1
-2
/
+2
2021-01-29
Remove Lexilla files from Scintilla
Neil
1
-171
/
+0
2020-11-28
Update version number to 4.4.6 and release date.
Neil
1
-2
/
+2
2020-09-05
Update version number to 4.4.5.
Neil
1
-2
/
+2
2020-08-03
Bug [#2170]. Fixed cursor flicker when click past end of file and there is an
uhf7
1
-1
/
+4
2020-07-31
Refactored ContextCursor to avoid multiple Point conversions.
Neil
1
-15
/
+15
2020-07-31
Bug [#2170]. Fixed cursor flicker over an indicator with hover style.
uhf7
1
-0
/
+2
2020-07-29
Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a mistake made.
Neil
1
-1
/
+1
2020-07-28
Fix factory leak by using global factory instead of getting from render target.
Neil
1
-4
/
+1
2020-07-27
Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap render target
Neil
1
-8
/
+11
2020-07-18
Updates for 4.4.4.
Neil
1
-2
/
+2
2020-07-17
Tidied up code using wstring, which will often avoid allocating, and fixing
Neil
1
-9
/
+9
2020-07-17
Fix truncation of locale due to not counting NUL. Add return code check.
Neil
1
-2
/
+4
2020-07-15
Hoist common conversion code into RectangleFromPRectangle.
Neil
1
-4
/
+12
2020-07-15
Stronger argument validation in BlobInline methods.
Neil
1
-1
/
+9
2020-07-15
Add extra checking and assertions for NULLs.
Neil
1
-30
/
+34
2020-07-11
Removed GetNearestColor as paletted displays are no longer supported.
Neil
1
-3
/
+1
2020-06-15
Use ReleaseUnknown to extend noexcept over finalisation.
Zufu Liu
4
-25
/
+12
2020-06-13
Add include that defines back_inserter.
Greg Smith
1
-0
/
+1
2020-06-11
Fix bug on Win32 where calling WM_GETTEXT for more text than in document could
Neil
1
-1
/
+1
[prev]
[next]