aboutsummaryrefslogtreecommitdiff
path: root/c/layout.cpp
AgeCommit message (Collapse)Author
2022-08-06Ensure correct mouse position for double click.John Ankarström
2022-08-04Use C++ casts, nullptr.John Ankarström
2022-08-03Use Pascal case for all functions.John Ankarström
2022-08-03Split common.h to util.h, wcharptr.h and win.h.John Ankarström
2022-08-03Clean up Dragger.John Ankarström
2022-08-03Load uxtheme dynamically.John Ankarström
In case it is not supported. If I am not mistaken, SWI-Prolog supports Windows 2000, so there is no reason why Episode Browser shouldn't.
2022-08-02Double-click dragger to reset.John Ankarström
One cannot use WM_LBUTTONDBLCLK here, because it relies on WM_LBUTTONDOWN being passed to the default message handler.
2022-08-02Implement draggable split.John Ankarström
Next step is to allow a double click to reset the split to be automatically resized.