summaryrefslogtreecommitdiff
path: root/wintable/new/util.h
AgeCommit message (Collapse)Author
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi
2014-12-22Changed the memory allocator used in util.h so that code will work on real ↵Pietro Gagliardi
Windowss because LocalAlloc() doesn't want to.
2014-12-21Added mouse tracking code. Not used yet.Pietro Gagliardi
2014-12-14Unified all column width accesses to a columnWidth() function.Pietro Gagliardi
2014-12-12Defined tableFree(NULL).Pietro Gagliardi
2014-12-09Reimplemented tableAddColumn for real.Pietro Gagliardi
2014-12-08Readded rowHeight(). Also tested font helper functions.Pietro Gagliardi
2014-12-07Some allocator cleanup in the new Table.Pietro Gagliardi
2014-12-05Readded main code (but stripped to its essentials for now, as everything ↵Pietro Gagliardi
will be slowly readded, but in a different order) and fixed compilation errors (and some warnings).
2014-12-05Moved the rewrite of the new Windows Table to its /own/ folder.Pietro Gagliardi