| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | Revert "Attempted to fix broken coordinate calculations for out-of-cell ↵ | Pietro Gagliardi | |
| clicks..." That didn't do it; will need to use a debugger. This reverts commit 25e51003609d1f472ed0c7d8858ed32c16166169. | |||
| 2014-12-16 | Attempted to fix broken coordinate calculations for out-of-cell clicks... | Pietro Gagliardi | |
| 2014-12-16 | Implemented keyboard selection. Now I need to fix /mouse/ selections that ↵ | Pietro Gagliardi | |
| select nothing, because apparently /that/ was broken... | |||
| 2014-12-16 | Added some links. | Pietro Gagliardi | |
| 2014-12-16 | Punctuation fix. | Pietro Gagliardi | |
| 2014-12-16 | Finished keyboard selection notes. Will implement later. | Pietro Gagliardi | |
| 2014-12-15 | More keyboard selection notes. | Pietro Gagliardi | |
| 2014-12-15 | More keyboard selection notes. | Pietro Gagliardi | |
| 2014-12-15 | More TODOs. | Pietro Gagliardi | |
| 2014-12-15 | Wrote up some notes on how to do keyboard selection. | Pietro Gagliardi | |
| 2014-12-14 | Fixed selection scrolling. | Pietro Gagliardi | |
| 2014-12-14 | More TODOs. | Pietro Gagliardi | |
| 2014-12-14 | Mostly fixed up the horizontal scrolling implementation in doselect(). | Pietro Gagliardi | |
| 2014-12-14 | Implemented horizontal scroll on the left in doselect(). Horizontal scroll ↵ | Pietro Gagliardi | |
| on the right is mostly written, but nonworking. | |||
| 2014-12-14 | Unified all column width accesses to a columnWidth() function. | Pietro Gagliardi | |
| 2014-12-14 | Implemented vertical scrolling on selection changes. | Pietro Gagliardi | |
| 2014-12-14 | Optimized the redrawing of selected rows in doselect(). | Pietro Gagliardi | |
| 2014-12-14 | Implemented rowColumnToClientRect() (was rowColumnToClientCoord() but ↵ | Pietro Gagliardi | |
| decided that the full RECT would be more useful); not sure if I'm going to actually use it now though since full-on redrawing the old and new rows would probably be more correct in doselect()... | |||
| 2014-12-13 | More TODOs. | Pietro Gagliardi | |
| 2014-12-13 | Implemented mouse click selection. | Pietro Gagliardi | |
| 2014-12-13 | Implemented clientCoordToRowColumn(). | Pietro Gagliardi | |
| 2014-12-13 | Resolved some TODOs. | Pietro Gagliardi | |
| 2014-12-13 | Fixed up some TODOs | Pietro Gagliardi | |
| 2014-12-13 | Started to lay down the groundwork for handling selection. | Pietro Gagliardi | |
| 2014-12-12 | Cleared some TODOs. | Pietro Gagliardi | |
| 2014-12-12 | Added wheel scrolling. | Pietro Gagliardi | |
| 2014-12-12 | More reminders/TODOs. | Pietro Gagliardi | |
| 2014-12-12 | ok fixed that bug | Pietro Gagliardi | |
| 2014-12-12 | Added vscroll to the drawing code. Now to figure out why it stops early... | Pietro Gagliardi | |
| 2014-12-12 | Added vertical scroll. The drawing code will now need updating... | Pietro Gagliardi | |
| 2014-12-12 | Isolated the scrolling code to avoid code duplication in something so sensitive. | Pietro Gagliardi | |
| 2014-12-12 | Got rid of a bogus assignment to t->hpagesize. | Pietro Gagliardi | |
| 2014-12-12 | More TODOs. | Pietro Gagliardi | |
| 2014-12-12 | Defined tableFree(NULL). | Pietro Gagliardi | |
| 2014-12-12 | Started tying all the threads together in the drawing loop for real. | Pietro Gagliardi | |
| 2014-12-11 | Fixed twitchy text. | Pietro Gagliardi | |
| 2014-12-11 | More TODOs. | Pietro Gagliardi | |
| 2014-12-11 | Fixed up the whole horizontal scroll glitching mess. Now to tackle the ↵ | Pietro Gagliardi | |
| twitchy text... | |||
| 2014-12-11 | Removed a call to repositionHeader() in the resize handler; we already do ↵ | Pietro Gagliardi | |
| this in hscrollto(), which is called by updateTableWidth(). | |||
| 2014-12-11 | More TODOs... | Pietro Gagliardi | |
| 2014-12-11 | Started the work for reimplementing rows. | Pietro Gagliardi | |
| 2014-12-11 | Mostly finisshed up horizontal scrolling by hooking it up to everything ↵ | Pietro Gagliardi | |
| else. The sample text draw doesn't seem to be working correctly, but I'm not sure /when/ it breaks right now... | |||
| 2014-12-11 | Removed error check in ScrollWindowEx() call for now pending a wine bug ↵ | Pietro Gagliardi | |
| (https://bugs.winehq.org/show_bug.cgi?id=37706). | |||
| 2014-12-10 | Added a cast to a tableRealloc() call. | Pietro Gagliardi | |
| 2014-12-10 | More TODOs. | Pietro Gagliardi | |
| 2014-12-10 | Wrote up the hscroll code. Not sure why it doesn't work yet. Not yet applied ↵ | Pietro Gagliardi | |
| to headers or drawing. | |||
| 2014-12-10 | Added headerHeight to the new Table. | Pietro Gagliardi | |
| 2014-12-10 | Moved Table width calculation out of recomputeHScroll() and into ↵ | Pietro Gagliardi | |
| updateTableWidth(); also stored width in the Table itself. | |||
| 2014-12-10 | More future plans. | Pietro Gagliardi | |
| 2014-12-10 | Changed from recomputeHScroll() to updateTableWidth() as we will store the ↵ | Pietro Gagliardi | |
| table width separately and just use one call to SetScrollInfo() for everything to avoid weirdness. | |||
