| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-11-18 | Updates for version 5.4.0.rel-5-4-0 | Neil Hodgson | 1 | -0/+11 | |
| 2023-11-02 | Fix typo. | Neil | 1 | -1/+1 | |
| 2023-11-02 | Updates for version 5.3.8. | Neil | 1 | -1/+4 | |
| 2023-10-29 | Bug [#2078]. Fix rectangular selections with SCI_MOVESELECTEDLINESUP and | Neil | 1 | -0/+4 | |
| SCI_MOVESELECTEDLINESDOWN. | |||||
| 2023-10-15 | Bug [#2405]. Fix incorrect substitution when searching for a regular expression | Zufu Liu | 1 | -0/+4 | |
| backwards. | |||||
| 2023-10-04 | Significantly reduce memory used for deleting contiguous ranges backwards. | Neil | 1 | -0/+4 | |
| Compresses sequences of same item in vectors by adding a count field. Fixes Notepad++ issue 13442. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442 | |||||
| 2023-09-27 | Bug [#2402]. Fix invisible text on macOS 14 Sonoma when building with Xcode 15. | Chinh Nguyen | 1 | -0/+4 | |
| 2023-09-27 | Deprecated methods disableFlushWindow and enableFlushWindow are avoided on | Neil Hodgson | 1 | -0/+11 | |
| macOS 10.14+. Test application contains example calls that exercize this when available. | |||||
| 2023-09-18 | Updates for version 5.3.7. | Neil | 1 | -1/+1 | |
| 2023-09-13 | Fix assertion failure on some systems when an INDIC_SQUIGGLEPIXMAP drawn for a | Enrico Tröger | 1 | -0/+4 | |
| zero-width character. | |||||
| 2023-08-29 | Bug [#2400]. Fix building with non-English environment. | Neil | 1 | -0/+5 | |
| 2023-08-28 | Bug [#2401]. gtk: Set type hint for GTK_WINDOW_POPUP windows | Jiří Techet | 1 | -0/+4 | |
| Without setting the hint the popup windows lead to some obscure behavior on macOS when the main window is full screened, see https://gitlab.gnome.org/GNOME/gtk/-/issues/5716 https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5778 while the solution from 5778 might be a sufficient workaround, setting the hints might be a good idea in general so the window manager knows better the purpose of these windows. | |||||
| 2023-08-24 | Fix potential crash when using IME with large amount of text selected. | Neil | 1 | -0/+3 | |
| Allows for extra NUL terminator in allocation. | |||||
| 2023-08-02 | Bug [#2395]. Allow parent window to handle context menu events by setting as | Gary James | 1 | -0/+13 | |
| ignored. | |||||
| 2023-07-23 | Updates for version 5.3.6.rel-5-3-6 | Neil | 1 | -1/+1 | |
| 2023-07-14 | Feature [feature-requests:#1488] Stop aligning IME candidate window to target on | johnsonj | 1 | -0/+8 | |
| Win32 and Qt. | |||||
| 2023-06-22 | Bug [#2382]. Fix reverse arrow cursor when scaled. | Markus Nißl | 1 | -0/+4 | |
| 2023-06-18 | Implement replacement for IMEs which may help with actions like reconversion. | johnsonj | 1 | -0/+4 | |
| 2023-06-15 | For IMEs, update micro focus when selection changes. | johnsonj | 1 | -0/+4 | |
| 2023-06-08 | Bug [#2333]. Hide cursor when typing if SPI_GETMOUSEVANISH system setting is on. | johnsonj | 1 | -0/+4 | |
| 2023-06-04 | Feature [feature-requests:#1486] Redraw calltip after showing. | Neil | 1 | -0/+13 | |
| 2023-05-27 | Updates for version 5.3.5.rel-5-3-5 | Neil | 1 | -1/+1 | |
| 2023-05-26 | Return correct position within paragraph for IME in characters instead of bytes. | johnsonj | 1 | -0/+3 | |
| 2023-05-09 | Stop movement of IME candidate box. | johnsonj | 1 | -0/+3 | |
| 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 | 1 | -0/+5 | |
| https://github.com/dail8859/NotepadNext/issues/194 https://github.com/dail8859/NotepadNext/pull/372 | |||||
| 2023-05-06 | Feature [feature-requests:#1310] Implement IME context with IMR_DOCUMENTFEED. | johnsonj | 1 | -0/+4 | |
| 2023-03-27 | Bug [#1923]. Remove dependence on MSIMG32.DLL on Win32 by replacing AlphaBlend | Mat Berchtold | 1 | -0/+13 | |
| by GdiAlphaBlend. | |||||
| 2023-03-04 | Updates for version 5.3.4.rel-5-3-4 | Neil | 1 | -1/+1 | |
| 2023-03-02 | Add multithreaded wrap to significantly improve performance of wrapping large | Neil | 1 | -0/+3 | |
| files. | |||||
| 2023-02-15 | Feature [feature-requests:#1477] More typesafe bindings of *Full APIs in | Zufu Liu | 1 | -0/+4 | |
| ScintillaCall. | |||||
| 2023-02-14 | Fix a potential crash with autocompletion list fill-ups where a SCN_CHARADDED | Mitchell Foral | 1 | -0/+4 | |
| handler retriggered an autocompletion list, but with no items that match the typed character. | |||||
| 2023-02-13 | Where a multi-byte character contains multiple styles, display each byte as a | Neil | 1 | -0/+5 | |
| representation. This makes it easier to see and fix lexers that change styles mid-character, commonly because they use fixed size buffers. | |||||
| 2023-02-12 | Fix clipping of line end wrap symbol for SC_WRAPVISUALFLAGLOC_END_BY_TEXT. | Neil | 1 | -0/+3 | |
| 2023-02-12 | Bug [#2378]. Fix overlapping of text with line end wrap marker. | Zufu Liu | 1 | -0/+12 | |
| 2023-02-04 | Updates for version 5.3.3. | Neil | 1 | -1/+1 | |
| 2023-01-27 | Feature [feature-requests:#1476] Add support for surrounding text in GTK ↵ | Colomban Wendling | 1 | -0/+4 | |
| input methods Add support for retrieving and deleting surrounding text from input methods on GTK. | |||||
| 2023-01-28 | Change log. | Neil | 1 | -1/+2 | |
| 2023-01-25 | When an autocompletion list is shown in response to SCN_CHARADDED, do not | Mitchell Foral | 1 | -0/+4 | |
| process character as fill-up or stop. This avoids closing immediately when a character may both trigger and finish autocompletion. | |||||
| 2023-01-17 | Bug [#2375]. On Win32, fix scrolling speed to not be too fast. | Enrico Tröger | 1 | -0/+5 | |
| 2023-01-17 | Fix SCI_VERTICALCENTRECARET to update the vertical scroll position. | Mitchell Foral | 1 | -0/+3 | |
| 2023-01-17 | Allow scrolling with mouse wheel when scroll bar hidden. | Mitchell Foral | 1 | -0/+3 | |
| 2023-01-14 | Bug [#2373]. Fix indicator drawing past left of text pane over margin. | John Ehresman | 1 | -0/+4 | |
| 2023-01-14 | Bug [#2374]. Fix character input bug where dotless 'i' and some other extended | Neil Hodgson | 1 | -0/+7 | |
| Latin characters could not be entered. The change also stops SCI_ASSIGNCMDKEY from working with these characters. | |||||
| 2023-01-10 | Bug [#2372]. Fix SCI_LINESJOIN bug where carriage returns were incorrectly | Zufu Liu | 1 | -0/+4 | |
| retained. | |||||
| 2023-01-10 | Add 5.3.3. | Neil | 1 | -0/+8 | |
| 2022-12-02 | Updates for version 5.3.2.rel-5-3-2 | Neil | 1 | -1/+1 | |
| 2022-12-01 | Change release compilation optimization option to favour speed over space. | Mitchell Foral | 1 | -0/+4 | |
| -O2 for MSVC and -O3 for gcc and clang. Change code in Editor.cxx to avoid a warning that occurs with gcc -O3. | |||||
| 2022-12-01 | On Qt, allow string form XPM images for SCI_REGISTERIMAGE. | Mitchell Foral | 1 | -0/+3 | |
| 2022-11-28 | Bug [#2363]. Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND to | Michael Heath | 1 | -0/+8 | |
| go to the start position of the paragraph containing the caret. Only if the caret is already at the start of the paragraph will it go to the start of the previous paragraph. | |||||
