Age | Commit message (Collapse) | Author | Files | Lines |
|
Avoid processing characters multiple times by relying on from_chars munching
digit characters instead of searching for delimiters.
|
|
|
|
|
|
bidirectional mode which is used for accessibility on macOS with VoiceOver.
Avoid out-of-bounds access.
|
|
|
|
|
|
Enlarge bitmap to avoid visible blank background between items.
|
|
|
|
|
|
|
|
|
|
allocations succeed and others fail.
|
|
|
|
for validity check.
|
|
|
|
|
|
Clarify code a little.
|
|
|
|
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
|
|
surrounding to better position candidate window.
|
|
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
|
|
|
|
|
|
|
|
|
|
|
|
composition active.
|
|
|
|
|
|
bug where scroll position not restored in non-wrap mode.
|
|
|
|
|
|
|
|
|
|
through this now.
|
|
folding symbols for many years.
|
|
|
|
parameter naming.
|
|
|
|
pointers as integers to window procedures.
|
|
member function ListBoxX::ListProc so it can directly access state.
Stop using GWLP_USERDATA to hold the previous window procedure of subclassed
window since it can be stored in the ListBoxX object with better type-safety.
Decrease warnings for reinterpret_cast since it is a common Win32 idiom to pass
pointers as integers to window procedures.
|
|
SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|