| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
There doesn't seem to be any editor using this color these days and
the result looks alien on the platform. Using grey on white looks much
more native for the platform.
|
|
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.
|
|
|
|
|