summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-09Reimplemented tableAddColumn for real.Pietro Gagliardi
2014-12-09More TODOs.Pietro Gagliardi
2014-12-09Added a list of scrollbar series articles for convenience.Pietro Gagliardi
2014-12-08More TODOs.Pietro Gagliardi
2014-12-08Began the implementation of the new Windows Table's drawCell().Pietro Gagliardi
2014-12-08Readded rowHeight(). Also tested font helper functions.Pietro Gagliardi
2014-12-08More TODOs.Pietro Gagliardi
2014-12-08Fixed up WM_PRINTCLIENT stuff.Pietro Gagliardi
2014-12-08Some TODO resolution.Pietro Gagliardi
2014-12-08Readded api.h, for WM_GETFONT/WM_SETFONT. We'll need this to re-add rowHeight().Pietro Gagliardi
2014-12-08Added tracking of header column sizes.Pietro Gagliardi
2014-12-08Filled in the draw() function for testing header resizes (when that is implem...Pietro Gagliardi
2014-12-08Added drawing scaffolds to the new Windows Table.Pietro Gagliardi
2014-12-08Added new Windows Table header columns (and this time we'll split out the dum...Pietro Gagliardi
2014-12-07More TODOs.Pietro Gagliardi
2014-12-07More TODOs.Pietro Gagliardi
2014-12-07More header control stuff: resize handling/header control repositioning.Pietro Gagliardi
2014-12-07More header support code, including header notification scaffolding.Pietro Gagliardi
2014-12-07Altered some comments.Pietro Gagliardi
2014-12-07Started re-adding the header stuff for real this time.Pietro Gagliardi
2014-12-07Some allocator cleanup in the new Table.Pietro Gagliardi
2014-12-07Altered some TODOs because <HeapAlloc> what's a last errorPietro Gagliardi
2014-12-07More TODOs.Pietro Gagliardi
2014-12-07Make tablePanic static; it should not be exported.Pietro Gagliardi
2014-12-07Let's get error handling right first time now.Pietro Gagliardi
2014-12-06"Started" re-adding the header code.Pietro Gagliardi
2014-12-05Readded main code (but stripped to its essentials for now, as everything will...Pietro Gagliardi
2014-12-05Made the various event handler arrays const.Pietro Gagliardi
2014-12-05Moved the rewrite of the new Windows Table to its /own/ folder.Pietro Gagliardi
2014-12-05Added the new Windows Table event handling framework.Pietro Gagliardi
2014-12-04More new Windows Table stuff.Pietro Gagliardi
2014-12-04Don't use GetMessagePos(); it returns the same LPARAM format... (and the POIN...Pietro Gagliardi
2014-12-04Started restructuring the Windows Table code; this creates stubs for coordina...Pietro Gagliardi
2014-12-03More TODOs.Pietro Gagliardi
2014-12-03More Windows Table work.Pietro Gagliardi
2014-12-02More TODOs. Or rather, a really big, API stupidity-reducing TODO...Pietro Gagliardi
2014-12-01Small precautionary change in Windows Table: use WM_USER + 20 instead of WM_U...Pietro Gagliardi
2014-12-01Isolated vertical scroll messages with the other vertical scroll code.Pietro Gagliardi
2014-12-01Changed the handler functions array to be const, as that's the intent.Pietro Gagliardi
2014-11-30Started splitting message handlers for the new Windows Table into their respe...Pietro Gagliardi
2014-11-30Moved the api.h include to the bottom of the include list so that when I move...Pietro Gagliardi
2014-11-30More Windows Table separation.Pietro Gagliardi
2014-11-29Started splitting the new Windows Table code into more manageable chunks.Pietro Gagliardi
2014-11-28More TODOs.Pietro Gagliardi
2014-11-27More TODOs.Pietro Gagliardi
2014-11-26Improved the example window program that was just merged.Pietro Gagliardi
2014-11-26Merge pull request #61 from adamar/masterPietro Gagliardi
2014-11-26Added basic window exampleAndrew Martin
2014-11-25Now require Go 1.4 due to crazy Go bugs unfixed in 1.3 stable releases. Thank...Pietro Gagliardi
2014-11-24Removed all the checkbox stuff for now. I need to do it a better way.Pietro Gagliardi