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
2023-10-03
Fix warning from Python 3.12.
Neil
1
-2
/
+2
2023-09-27
Bug [#2402]. Fix invisible text on macOS 14 Sonoma when building with Xcode 15.
Chinh Nguyen
3
-0
/
+8
2023-09-27
Deprecated methods disableFlushWindow and enableFlushWindow are avoided on
Neil Hodgson
3
-4
/
+26
2023-09-27
Update test application for Xcode 15 which requires deployment target 10.13+.
Neil Hodgson
1
-8
/
+21
2023-09-27
Updates for Xcode 15 which requires deployment target 10.13+.
Neil Hodgson
1
-6
/
+9
2023-09-25
Update cppcheck to 2.12.
Neil
1
-3
/
+4
2023-09-22
Added tag rel-5-3-7 for changeset cc94762d429e
Neil
1
-0
/
+2
2023-09-22
Removed tag rel-5-3-7
rel-5-3-7
Neil
1
-0
/
+2
2023-09-22
Update download sizes.
Neil
1
-2
/
+2
2023-09-22
Added tag rel-5-3-7 for changeset 540baa6ea9e0
Neil
1
-0
/
+1
2023-09-18
Updates for version 5.3.7.
Neil
9
-20
/
+20
2023-09-13
Fix assertion failure on some systems when an INDIC_SQUIGGLEPIXMAP drawn for a
Enrico Tröger
2
-0
/
+6
2023-08-29
Bug [#2400]. Fix building with non-English environment.
Neil
3
-1
/
+7
2023-08-28
Bug [#2401]. gtk: Set type hint for GTK_WINDOW_POPUP windows
Jiří Techet
3
-0
/
+7
2023-08-24
Fix potential crash when using IME with large amount of text selected.
Neil
2
-1
/
+4
2023-08-02
Bug [#2395]. Allow parent window to handle context menu events by setting as
Gary James
2
-0
/
+16
2023-07-26
Added tag rel-5-3-6 for changeset 57bcb62d635c
Neil
1
-0
/
+1
2023-07-23
Updates for version 5.3.6.
rel-5-3-6
Neil
9
-21
/
+20
2023-07-14
Feature [feature-requests:#1488] Stop aligning IME candidate window to target on
johnsonj
3
-13
/
+8
2023-07-01
Simplify sel.Range(sel.Main()) to sel.RangeMain().
Neil
1
-3
/
+3
2023-06-28
Update suppressions for cppcheck 2.11.
Neil
1
-12
/
+30
2023-06-28
Add const where viable.
Neil
4
-4
/
+4
2023-06-28
Replace c-style cast with c++ explicit reinterpret_cast.
Neil
1
-1
/
+1
2023-06-25
Strip line end white-space.
Neil
6
-9
/
+9
2023-06-23
Ensure local variable initialised.
Neil
1
-1
/
+1
2023-06-23
Replace numeric character entity "#10003" with "check" for clarity.
Neil
1
-50
/
+50
2023-06-23
Update to IME support matrix showing that Qt now supports Delete Surrounding.
johnsonj
1
-23
/
+23
2023-06-22
Bug [#2382]. Fix reverse arrow cursor when scaled.
Markus Nißl
4
-46
/
+104
2023-06-18
Implement replacement for IMEs which may help with actions like reconversion.
johnsonj
2
-0
/
+15
2023-06-15
For IMEs, update micro focus when selection changes.
johnsonj
2
-0
/
+7
2023-06-08
Bug [#2333]. Hide cursor when typing if SPI_GETMOUSEVANISH system setting is on.
johnsonj
2
-8
/
+31
2023-06-04
Feature [feature-requests:#1486] Redraw calltip after showing.
Neil
2
-0
/
+14
2023-05-31
Added tag rel-5-3-5 for changeset 1c5360ebe7b0
Neil
1
-0
/
+1
2023-05-27
Updates for version 5.3.5.
rel-5-3-5
Neil
9
-20
/
+20
2023-05-26
Return correct position within paragraph for IME in characters instead of bytes.
johnsonj
2
-1
/
+4
2023-05-14
Replace CP-437 with ISO-8859-1 as neutral encoding as more common and standard.
Neil
1
-2
/
+2
2023-05-12
Bug [#2240]. Add documentation about IME support.
johnsonj
1
-1
/
+68
2023-05-09
Stop movement of IME candidate box.
johnsonj
2
-5
/
+14
2023-05-09
Used full name for credit.
Neil
1
-1
/
+1
2023-05-08
On Qt for Cocoa, fix crash in entry of multi-character strings with IME.
chengzhi
2
-2
/
+14
2023-05-06
Feature [feature-requests:#1310] Implement IME context with IMR_DOCUMENTFEED.
johnsonj
2
-0
/
+52
2023-05-02
Added Notepad Next to list of related projects.
johnsonj
1
-0
/
+4
2023-04-24
Remove dead links.
Neil
1
-4
/
+0
2023-04-21
Added SciTEQt and Dolphin Smalltalk to list of related projects.
johnsonj
1
-0
/
+8
2023-04-14
Update logo for web site.
Neil
3
-4
/
+8
2023-04-13
Use & instead of cast to avoid warning in header.
Neil
1
-3
/
+4
2023-04-11
Follow rule-of-zero to omit standard methods.
Neil
2
-10
/
+1
2023-04-11
Feature [feature-requests:#1485] Follow rule-of-zero to omit standard methods.
Neil
1
-7
/
+1
2023-04-09
Feature [feature-requests:#1485] Follow rule-of-zero to omit standard methods.
Zufu Liu
1
-9
/
+3
2023-04-09
Feature [feature-requests:#1485] Change COM class implementation from C to C++.
Zufu Liu
1
-166
/
+139
[prev]
[next]