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
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
/
qt
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-22
Updates for version 5.5.5.
Neil
2
-2
/
+2
2025-01-22
Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.
Neil
1
-0
/
+5
2025-01-04
Use const, unnamed namespace, and named constant.
Neil
1
-34
/
+40
2025-01-04
Fix bug where double-click stopped working after running for weeks.
Neil
1
-4
/
+16
2024-12-15
Updates for version 5.5.4.
rel-5-5-4
Neil
2
-2
/
+2
2024-11-26
Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.
Neil
2
-0
/
+2
2024-10-14
Updates for version 5.5.3.
Neil
2
-2
/
+2
2024-08-18
Updates for version 5.5.2.
rel-5-5-2
Neil
2
-2
/
+2
2024-08-15
Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
Neil
1
-0
/
+27
2024-08-15
Include <string> header as this is required with Visual C++ 2022 17.11.
Neil
2
-0
/
+2
2024-08-09
Simplify code that sets an empty selection at a position.
Neil
1
-2
/
+1
2024-07-19
Updates for version 5.5.1.
rel-5-5-1
Neil
2
-2
/
+2
2024-05-07
Update suppressions for cppcheck 2.14.
Neil
1
-1
/
+1
2024-04-19
Updates for version 5.5.0.
rel-5-5-0
Neil
2
-2
/
+2
2024-03-09
Updates for version 5.4.3.
rel-5-4-3
Neil
2
-2
/
+2
2024-03-02
Updates for version 5.4.2.
rel-5-4-2
Neil
2
-2
/
+2
2024-03-02
Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.
John Ehresman
2
-3
/
+3
2024-02-01
Move UndoHistory into its own module that is accessible from CellBuffer and
Neil
2
-0
/
+3
2024-01-17
Fix reference from ScintillaDocument to Document to match change in 5.4.1
Neil
2
-2
/
+7
2023-12-22
Updates for version 5.4.1.
Neil
2
-2
/
+2
2023-12-01
Allow building with Qt 6.x by adding core5compat compatibility library.
Neil Hodgson
1
-0
/
+1
2023-11-18
Updates for version 5.4.0.
rel-5-4-0
Neil Hodgson
2
-2
/
+2
2023-11-02
Updates for version 5.3.8.
Neil
2
-2
/
+2
2023-10-10
Share definition of colour used for IME indicators on most platforms.
Neil
1
-2
/
+0
2023-09-18
Updates for version 5.3.7.
Neil
2
-2
/
+2
2023-08-24
Fix potential crash when using IME with large amount of text selected.
Neil
1
-1
/
+1
2023-08-02
Bug [#2395]. Allow parent window to handle context menu events by setting as
Gary James
1
-0
/
+3
2023-07-23
Updates for version 5.3.6.
rel-5-3-6
Neil
2
-2
/
+2
2023-07-14
Feature [feature-requests:#1488] Stop aligning IME candidate window to target on
johnsonj
1
-8
/
+0
2023-06-28
Add const where viable.
Neil
1
-1
/
+1
2023-06-18
Implement replacement for IMEs which may help with actions like reconversion.
johnsonj
1
-0
/
+11
2023-06-15
For IMEs, update micro focus when selection changes.
johnsonj
1
-0
/
+3
2023-05-27
Updates for version 5.3.5.
rel-5-3-5
Neil
2
-2
/
+2
2023-05-26
Return correct position within paragraph for IME in characters instead of bytes.
johnsonj
1
-1
/
+1
2023-05-09
Stop movement of IME candidate box.
johnsonj
1
-5
/
+11
2023-05-08
On Qt for Cocoa, fix crash in entry of multi-character strings with IME.
chengzhi
1
-2
/
+9
2023-03-04
Updates for version 5.3.4.
rel-5-3-4
Neil
2
-2
/
+2
2023-02-22
Remove _CRT_SECURE_NO_DEPRECATE.
Neil
3
-4
/
+4
2023-02-04
Updates for version 5.3.3.
Neil
2
-2
/
+2
2023-01-17
Allow scrolling with mouse wheel when scroll bar hidden.
Mitchell Foral
1
-11
/
+3
2023-01-14
Bug [#2373]. Fix indicator drawing past left of text pane over margin.
John Ehresman
1
-1
/
+1
2022-12-02
Updates for version 5.3.2.
rel-5-3-2
Neil
2
-2
/
+2
2022-12-01
On Qt, allow string form XPM images for SCI_REGISTERIMAGE.
Mitchell Foral
1
-1
/
+4
2022-10-29
On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.
dail8859
2
-14
/
+7
2022-10-09
Update version number to 5.3.1.
Neil
2
-2
/
+2
2022-09-12
Remove NotifyLexerChanged notification from DocWatcher.
Neil
2
-6
/
+0
2022-08-24
Updates for 5.3.0 release.
Neil
2
-2
/
+2
2022-08-13
Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tied
Neil
1
-4
/
+4
2022-08-01
Force window onto screen when above it. Helps show autompletion when scrolled
Neil
1
-0
/
+2
2022-08-01
Avoid crash when point of autocompletion not on any screen by assuming the
Neil
1
-0
/
+3
[next]