Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constants for processing character encodings or similar and where declaring
constants would make the code more obscure, not less.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|