index
:
interesting/andlabs-ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wintable
/
main.c
Age
Commit message (
Expand
)
Author
2015-01-07
Split the actual test code from the main Table code.
Pietro Gagliardi
2015-01-06
Split out all Windows header file inclusion into a single wininclude_windows....
Pietro Gagliardi
2015-01-06
Merged wintable/new/ into wintable/.
Pietro Gagliardi
2015-01-06
Removed the initial implementation of the Windows Table. The new implementati...
Pietro Gagliardi
2014-12-03
More TODOs.
Pietro Gagliardi
2014-12-03
More Windows Table work.
Pietro Gagliardi
2014-12-01
Small precautionary change in Windows Table: use WM_USER + 20 instead of WM_U...
Pietro Gagliardi
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 respe...
Pietro Gagliardi
2014-11-30
Moved the api.h include to the bottom of the include list so that when I move...
Pietro Gagliardi
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-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 w...
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 still...
Pietro Gagliardi
2014-11-20
Wrote up a lParamInCheckbox() that we will use for properly hit-testing check...
Pietro Gagliardi
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 functio...
Pietro Gagliardi
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. C...
Pietro Gagliardi
2014-11-18
Started the work to handle checkboxes. For now, we draw just a red rectangle;...
Pietro Gagliardi
2014-11-18
Fixed keyboard navigation in the new Windows Table.
Pietro Gagliardi
2014-11-18
Elaborated some comments.
Pietro Gagliardi
2014-11-18
More critical TODOs.
Pietro Gagliardi
2014-11-18
Mostly implemented vertical scrolling on selection change. The bottom row sti...
Pietro Gagliardi
2014-11-18
Optimized new Windows Table selection redraw and did most of the work for scr...
Pietro Gagliardi
2014-11-17
Added a prev parameter to finishSelect() on the new Windows Table. This will ...
Pietro Gagliardi
2014-11-17
Added redrawRow() to the Windows Table and changed WM_SETFOCUS/WM_KILLFOCUS h...
Pietro Gagliardi
2014-11-15
Split the code to compute the last visible item in the new Windows Table into...
Pietro Gagliardi
2014-11-14
Stored the checkbox width/height in the new Windows Table. This will be neede...
Pietro Gagliardi
2014-11-13
More TODOs.
Pietro Gagliardi
2014-11-12
More TODOs.
Pietro Gagliardi
2014-11-12
Added keyboard navigation for columns in the new Windows Table.
Pietro Gagliardi
2014-11-12
More TODOs.
Pietro Gagliardi
2014-11-12
Added cell focusing to the new Windows Table. Checkbox columns need keyboard ...
Pietro Gagliardi
2014-11-11
More TODOs and redraws.
Pietro Gagliardi
2014-11-11
Started writing up the actual messages for the new Windows Table. First is ta...
Pietro Gagliardi
2014-11-10
Added the code for the checkbox image lists to the Windows Table test.
Pietro Gagliardi
2014-11-09
Started the work to add accessibility to the new Windows Table. Also adjusted...
Pietro Gagliardi
2014-11-09
Laid the foundation for accessibility in the Windows Table.
Pietro Gagliardi
2014-11-09
More TODOs.
Pietro Gagliardi
[next]