| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-05 | Moved the rewrite of the new Windows Table to its /own/ folder. | Pietro Gagliardi | |
| 2014-12-04 | Don't use GetMessagePos(); it returns the same LPARAM format... (and the ↵ | Pietro Gagliardi | |
| POINT in MSG is in screen coordinates, which means we need to call the potentially-erroring ScreenToClient(), and /even then/ we would need to hack up the message pump to get that point out, which is not guaranteed if someone takes our Table code and uses it in their own Windows program, or if I even export this Table for such use!). | |||
| 2014-12-04 | Started restructuring the Windows Table code; this creates stubs for ↵ | Pietro Gagliardi | |
| coordinate system management. | |||
