Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-06 | Ensure correct mouse position for double click. | John Ankarström | |
2022-08-06 | Rearrange source. | John Ankarström | |
2022-08-05 | Rename Dragger functions. | John Ankarström | |
2022-08-04 | Add comments. | John Ankarström | |
2022-08-03 | Use Pascal case for all functions. | John Ankarström | |
2022-08-03 | Split common.h to util.h, wcharptr.h and win.h. | John Ankarström | |
2022-08-03 | Minor improvements. | John Ankarström | |
2022-08-03 | Clean up Dragger. | John Ankarström | |
2022-08-02 | Remember data list view height across sessions. | John Ankarström | |
2022-08-02 | Double-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-02 | Implement draggable split. | John Ankarström | |
Next step is to allow a double click to reset the split to be automatically resized. |