| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
attempted on a position outside the document.
Positions are checked earlier to prevent actions partly succeeding.
This is implemented with a new exception type Failure which should be caught by
platform layer's API handling code to produce a more granular error status.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_SETDRAGDROPENABLED. Fully implemented on Win32 but may only prevent dragging
on other platforms.
|
|
|
|
|
|
nothrow default constructable.
|
|
|
|
|
|
produces sensible values when DBCS lead byte followed by non trail byte.
|
|
|
|
|
|
|
|
Enlarge bitmap to avoid visible blank background between items.
|
|
|
|
|
|
|
|
|
|
through this now.
|
|
|
|
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.
|
|
|
|
|
|
constants for processing character encodings or similar and where declaring
constants would make the code more obscure, not less.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UINT32.
|
|
Otherwise there may be a crash inside DirectWrite.
|
|
|
|
|
|
|
|
memory to cache folding data for each DBCS code page used.
|
|
|
|
|
|
|
|
defaulting DIR_O to src\obj.
|
|
|
|
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
|