| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-07 | More TODOs. | Pietro Gagliardi | |
| 2014-12-07 | More TODOs. | Pietro Gagliardi | |
| 2014-12-07 | More header control stuff: resize handling/header control repositioning. | Pietro Gagliardi | |
| 2014-12-07 | More header support code, including header notification scaffolding. | Pietro Gagliardi | |
| 2014-12-07 | Altered some comments. | Pietro Gagliardi | |
| 2014-12-07 | Started re-adding the header stuff for real this time. | Pietro Gagliardi | |
| 2014-12-07 | Some allocator cleanup in the new Table. | Pietro Gagliardi | |
| 2014-12-07 | Altered some TODOs because <HeapAlloc> what's a last error | Pietro Gagliardi | |
| 2014-12-07 | More TODOs. | Pietro Gagliardi | |
| 2014-12-07 | Make tablePanic static; it should not be exported. | Pietro Gagliardi | |
| 2014-12-07 | Let's get error handling right first time now. | Pietro Gagliardi | |
| 2014-12-06 | "Started" re-adding the header code. | Pietro Gagliardi | |
| 2014-12-05 | Readded 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-05 | Made the various event handler arrays const. | Pietro Gagliardi | |
| 2014-12-05 | Moved the rewrite of the new Windows Table to its /own/ folder. | Pietro Gagliardi | |
| 2014-12-05 | Added the new Windows Table event handling framework. | Pietro Gagliardi | |
| 2014-12-04 | More new Windows Table stuff. | 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. | |||
| 2014-12-03 | More TODOs. | Pietro Gagliardi | |
| 2014-12-03 | More Windows Table work. | Pietro Gagliardi | |
| 2014-12-02 | More TODOs. Or rather, a really big, API stupidity-reducing TODO... | Pietro Gagliardi | |
| 2014-12-01 | Small precautionary change in Windows Table: use WM_USER + 20 instead of ↵ | Pietro Gagliardi | |
| WM_USER just in case we ever get dialog manager messages (which are the first few WM_USER messages because technically they belong to WC_DIALOG). | |||
| 2014-12-01 | Isolated vertical scroll messages with the other vertical scroll code. | Pietro Gagliardi | |
| 2014-12-01 | Changed the handler functions array to be const, as that's the intent. | Pietro Gagliardi | |
| 2014-11-30 | Started splitting message handlers for the new Windows Table into their ↵ | Pietro Gagliardi | |
| respective files. | |||
| 2014-11-30 | Moved the api.h include to the bottom of the include list so that when I ↵ | Pietro Gagliardi | |
| move the public-facing API code (namely the WM_SETFONT handler) there we can use functions defined later. | |||
| 2014-11-30 | More Windows Table separation. | Pietro Gagliardi | |
| 2014-11-29 | Started splitting the new Windows Table code into more manageable chunks. | Pietro Gagliardi | |
| 2014-11-28 | More TODOs. | Pietro Gagliardi | |
| 2014-11-27 | More TODOs. | Pietro Gagliardi | |
| 2014-11-26 | Improved the example window program that was just merged. | Pietro Gagliardi | |
| 2014-11-26 | Merge pull request #61 from adamar/master | Pietro Gagliardi | |
| Added basic window example. Thanks @adamar. | |||
| 2014-11-26 | Added basic window example | Andrew Martin | |
| 2014-11-25 | Now require Go 1.4 due to crazy Go bugs unfixed in 1.3 stable releases. ↵ | Pietro Gagliardi | |
| Thanks to github user @infogulch. | |||
| 2014-11-24 | Removed all the checkbox stuff for now. I need to do it a better way. | Pietro Gagliardi | |
| 2014-11-23 | Added a "flag" (actually just specify at least one argument; doesn't matter ↵ | Pietro Gagliardi | |
| what) to the Windows Table main() to specify using the lfMessageFont, for vertical centering testing purposes. | |||
| 2014-11-23 | More TODOs. | Pietro Gagliardi | |
| 2014-11-23 | More TODOs. | Pietro Gagliardi | |
| 2014-11-22 | More TODOs. | Pietro Gagliardi | |
| 2014-11-21 | Added checkbox heights to rowHeight() in the new Windows Table. | Pietro Gagliardi | |
| 2014-11-20 | More TODOs. | Pietro Gagliardi | |
| 2014-11-20 | More TODOs. | Pietro Gagliardi | |
| 2014-11-20 | Implemented mouse hot-tracking for checkboxes. Clicking and dragging is ↵ | Pietro Gagliardi | |
| still an issue, but :S | |||
| 2014-11-20 | Wrote up a lParamInCheckbox() that we will use for properly hit-testing ↵ | Pietro Gagliardi | |
| checkboxes in the new Windows Table. | |||
| 2014-11-19 | More mouse tracking. This is getting complicated the way I'm doing it... | Pietro Gagliardi | |
| 2014-11-19 | Split the code to turn x/y LPARAM into a row/column number to its own ↵ | Pietro Gagliardi | |
| function. The mouse tracking code will need it. | |||
| 2014-11-19 | More checkbox mouse code. This implements tracking. | Pietro Gagliardi | |
| 2014-11-19 | More TODOs. | Pietro Gagliardi | |
| 2014-11-18 | Began the work for actually doing checkbox events in the new Windows Table. ↵ | Pietro Gagliardi | |
| Currently it mostly responds correctly to mouse presses and releases; it just needs to be hit-tested properly. | |||
