| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
twitchy text...
|
|
this in hscrollto(), which is called by updateTableWidth().
|
|
|
|
|
|
else. The sample text draw doesn't seem to be working correctly, but I'm not sure /when/ it breaks right now...
|
|
(https://bugs.winehq.org/show_bug.cgi?id=37706).
|
|
|
|
|
|
to headers or drawing.
|
|
|
|
updateTableWidth(); also stored width in the Table itself.
|
|
|
|
table width separately and just use one call to SetScrollInfo() for everything to avoid weirdness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implemented).
|
|
|
|
dummy data).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will be slowly readded, but in a different order) and fixed compilation errors (and some warnings).
|
|
|
|
|
|
|
|
|
|
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!).
|
|
coordinate system management.
|