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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
Simplify Converter and avoid warnings.
Neil Hodgson
1
-5
/
+2
2022-01-30
Avoid type safety warnings.
Neil
1
-13
/
+11
2022-01-30
Use noexcept and const to avoid warnings.
Neil
1
-5
/
+5
2022-01-30
Simplify pango_layout_set_text and suppress type warnings.
Neil
1
-11
/
+15
2022-01-30
Use unique_ptr for PangoContext and PangoLayout.
Neil Hodgson
1
-40
/
+36
2022-01-30
Use language field instead of calling pango_context_get_language as now always
Neil Hodgson
1
-2
/
+2
2022-01-30
Feature [feature-requests:#1427] Make GTK MeasureWidths and
Neil Hodgson
1
-11
/
+66
2022-01-28
Guard macOS option for dynamic library from being active on Linux.
Neil Hodgson
1
-1
/
+3
2022-01-28
Use Pango library pango_units_from_double pango_units_to_double instead of
Neil Hodgson
1
-19
/
+8
2022-01-28
Bug [#2310] Use fractional glyph positions on GTK to make monospaced fonts work
Neil Hodgson
1
-0
/
+9
2022-01-22
Feature [feature-requests:#1422] Minor improvements to line layout and wrapping.
Zufu Liu
5
-18
/
+21
2022-01-20
Hide details of PositionCache.
Neil
5
-41
/
+65
2022-01-17
Feature [feature-requests:#1427] Make Cocoa MeasureWidths and
Neil Hodgson
3
-58
/
+42
2022-01-14
Remove unnecessary inclusion of POSIX headers.
Neil Hodgson
3
-9
/
+0
2022-01-13
Optimize GetColumn a little.
Neil
1
-0
/
+3
2022-01-13
Feature [feature-requests:#1427] Make SurfaceD2D::MeasureWidths and
Zufu Liu
1
-61
/
+60
2022-01-13
Remove tests for pD2DFactory and pIDWriteFactory that can not fail.
Zufu Liu
2
-12
/
+12
2022-01-12
Remove checking for lexers as Scintilla can no longer be built with lexers.
Neil
1
-3
/
+1
2022-01-11
Correct comment about dependency generation.
Neil
3
-3
/
+3
2022-01-13
Feature [feature-requests:#1425] Allow Scintilla to run if built without curs...
Christian Schmitz
2
-0
/
+7
2022-01-11
Bug [#2306] Allow choice of object file directory with makefile by setting DI...
Arkadiusz Michalski
4
-75
/
+85
2022-01-11
Remove verticalDeviceResolution field which was no longer used from revision ...
Neil Hodgson
2
-2
/
+0
2021-12-16
Feature [feature-requests:#1422] Fix scrollbar with annotations and wrapping.
Zufu Liu
2
-0
/
+7
2021-12-12
Fix some minor analysis warnings.
Neil
1
-5
/
+7
2021-12-12
Fix ambiguity for Qt on Linux with gcc.
Neil Hodgson
1
-2
/
+2
2021-12-12
Fix potential Qt bug with position truncation for ImSurroundingText on huge
Neil
1
-14
/
+2
2021-12-12
Type harmonization between Scintilla and Qt types.
Neil
1
-22
/
+23
2021-12-12
Use types that adapt to 64-bit mode to avoid potential issues on huge documents.
Neil
2
-16
/
+16
2021-12-12
Ensure enough room for NUL terminator in string return values.
Neil
2
-3
/
+7
2021-12-12
Made compatible with Qt 6.
Fan Yang
4
-1
/
+33
2021-12-07
Added tag rel-5-1-5 for changeset c9556e17e892
Neil
1
-0
/
+1
2021-12-07
Remove some outdated and unimportant text from documentation.
rel-5-1-5
Neil
1
-6
/
+0
2021-12-03
Updates for 5.1.5.
Neil
9
-19
/
+20
2021-12-03
Remove comment that is no longer correct.
Neil
1
-1
/
+0
2021-12-01
Bug [#2300] Abandon drag when rectangle is empty as empty image caused crash.
Chinh Nguyen
2
-0
/
+6
2021-12-01
Bug [#2292] Better fix to draw margin means drawHashMarksAndLabelsInRect called.
Chinh Nguyen
1
-1
/
+1
2021-11-30
Bug [#2292] Fix bug where margin would not draw when scrolled.
Rowan Daniell
2
-0
/
+8
2021-11-27
Bug [#2299] Set active state correctly at creation.
Rowan Daniell
2
-1
/
+6
2021-11-25
Added mention of x-studio.
Neil
1
-0
/
+4
2021-11-24
For iterators, make constructors explicit, remove operators that are defaulted
Neil
1
-72
/
+17
2021-11-23
Fix warnings from Qt Creator 5.
Neil Hodgson
4
-24
/
+17
2021-11-21
Bug [#2296] Fix multi-monitor widget positioning on wayland
Jan Dolinar
2
-0
/
+17
2021-11-22
Make const where correct.
Neil
1
-2
/
+2
2021-11-22
Move common Win32 functions for releasing IUnknown* and DLL function access into
Neil
8
-46
/
+69
2021-11-22
Bug [#2295] Fix potential memory leak with Korean language input.
Zufu Liu
4
-61
/
+73
2021-11-16
Remove some casts that are not needed and a long-disused assertion.
Neil
1
-3
/
+2
2021-11-13
Bug [#2294] Fix assertion failure with autocompletion list when order is
Neil
3
-2
/
+51
2021-11-12
Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla
Neil
5
-118
/
+5
2021-11-12
Remove ScintillaEditPy as its prerequisites are unsupported.
Neil
9
-799
/
+6
2021-11-12
Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistent
Neil
4
-28
/
+38
[next]