summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-11-23Added a "flag" (actually just specify at least one argument; doesn't matter w...Pietro Gagliardi
2014-11-23More TODOs.Pietro Gagliardi
2014-11-23More TODOs.Pietro Gagliardi
2014-11-22More TODOs.Pietro Gagliardi
2014-11-21Added checkbox heights to rowHeight() in the new Windows Table.Pietro Gagliardi
2014-11-20More TODOs.Pietro Gagliardi
2014-11-20More TODOs.Pietro Gagliardi
2014-11-20Implemented mouse hot-tracking for checkboxes. Clicking and dragging is still...Pietro Gagliardi
2014-11-20Wrote up a lParamInCheckbox() that we will use for properly hit-testing check...Pietro Gagliardi
2014-11-19More mouse tracking. This is getting complicated the way I'm doing it...Pietro Gagliardi
2014-11-19Split the code to turn x/y LPARAM into a row/column number to its own functio...Pietro Gagliardi
2014-11-19More checkbox mouse code. This implements tracking.Pietro Gagliardi
2014-11-19More TODOs.Pietro Gagliardi
2014-11-18Began the work for actually doing checkbox events in the new Windows Table. C...Pietro Gagliardi
2014-11-18Started the work to handle checkboxes. For now, we draw just a red rectangle;...Pietro Gagliardi
2014-11-18Fixed keyboard navigation in the new Windows Table.Pietro Gagliardi
2014-11-18Elaborated some comments.Pietro Gagliardi
2014-11-18More critical TODOs.Pietro Gagliardi
2014-11-18Mostly implemented vertical scrolling on selection change. The bottom row sti...Pietro Gagliardi
2014-11-18Optimized new Windows Table selection redraw and did most of the work for scr...Pietro Gagliardi
2014-11-17Added a prev parameter to finishSelect() on the new Windows Table. This will ...Pietro Gagliardi
2014-11-17Added redrawRow() to the Windows Table and changed WM_SETFOCUS/WM_KILLFOCUS h...Pietro Gagliardi
2014-11-16More TODOs.Pietro Gagliardi