1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced expensive calls to ClientToDisplayRect with ClientXToDisplayRectX More... about 11 years ago
RowIndexAt now avoids long pointless iteration More... about 11 years ago
Calls to RowYDifference now made through small helper methods More... about 11 years ago
Added comment 'label' on all row loops More... about 11 years ago
Replaced costly calls to DisplayRectangle with DisplayRectangleLeft More... about 11 years ago
Added break to row-iteration method to limit number of loops More... about 11 years ago
Removed unnecessary call to method that iterates through all rows More... about 11 years ago
Reduced the number of de-referencing in high usage methods More... about 11 years ago
Small tidy up More... about 11 years ago
Corrected a comment. More... about 11 years ago
Fix for Arithmetic operator overloading when using the mouse wheel on 64 bit systems. Fix from thefox_hh. More... about 11 years ago
If word wrapping is enabled, then UpdateScrollBars() is called just after the first paint event, so that scrollbars are correctly calculated, taking into account the actual rendered height of rows. Without this you sometimes did not see the scrollbar when XPTable loaded, as it had assumed the default row height for all rows when deciding to show the scrollbar of not. More... about 11 years ago
Now correctly calculates row height when there is more than one word-wrapped cell in a row. Thanks to Abris on CodeProject. More... about 11 years ago
Fix by schoetbi: [PATCH 4/6] Fixed Exception: (SARA-1789) More... about 12 years ago
Fix by schoetbi: [PATCH 3/6] Fixed index out of range exception More... about 12 years ago
Fix by schoetbi: [PATCH 2/6] avoid nullref exception More... about 12 years ago
Added new ImageSizeMode NoClip, which does not scale or clip the image. More... over 12 years ago
Fix from Adam which cures crash when drawing table which contains a row with less cells than there are columns in the ColumnModel. More... over 13 years ago
Added Cell Property SuppressEditorTerminatorBeep to Table class. This suppresses the beep when the Enter or Escape keys are pressed when editing a TextColumn cell. More... over 13 years ago
Fixed compile error More... over 13 years ago
Small display glitch that drew the right-handmost cell of a row too wide. It seems to have been a fudge for some earlier problems with scrollbar handling. More... over 13 years ago
If not in multi-select mode, clicking on a selected cell does nothing (to allow for drag n drop of multi-selected sets of cells) More... over 13 years ago
The Cell.WordWrap value only had an effect if it was set before being added to the Row. More... over 13 years ago
Vertical gridlines are now drawn correctly for all GridLines modes. Also there is a new flag (GridLinesContrainedToData) that can be used to prevent grid lines from being drawn beyond the rows/columns that actually contain data. The default value for this is false, to keep the current behaviour. More... over 13 years ago
Using arrow keys to navigate cells did not understand ColSpanned cells. More... over 13 years ago
Just formatting. More... over 13 years ago
Invoking WordWrap in cell caused loss of Row style. Properties on the CellStyle and RowStyle classes now have associated properties indicating whether they are set. More... over 13 years ago
ClearAllData() now just calls Rows.Clear() (leaving the rest of the TableModel untouched). More... over 13 years ago
Added ClearAllData that clears the TableModel but not the ColumnModel. More... over 13 years ago
WordWrapped cells were being flagged as 'trimmed' which meant that any cell-specific tooltip was being overriden by the default tooltip (i.e. the full text of the cell). More... over 13 years ago