PB
|
f57f214122
|
Remove BCC-specific hdrstop pragma from everywhere
|
2020-10-12 21:58:37 +02:00 |
|
Jens Göpfert
|
a8d89b9ced
|
fixed memory leak
|
2019-01-08 00:12:51 +01:00 |
|
Vadim Zeitlin
|
090491cdbc
|
Minor style and formatting clean up of the new code
Fix typos in comments and indent them.
Wrap over-long lines.
Remove useless top-level const.
|
2018-12-07 04:17:16 +01:00 |
|
Vadim Zeitlin
|
9eea5cae23
|
Make RowRanges::GetSize() inline
No real changes.
|
2018-12-07 04:05:19 +01:00 |
|
Vadim Zeitlin
|
85557d818d
|
Replace a silent "impossible" return with a wxCHECK_RET()
Instead of writing a comment saying that something is not supposed to
happen, add an assertion verifying that it actually doesn't happen.
|
2018-12-07 04:05:19 +01:00 |
|
Vadim Zeitlin
|
7a949b4566
|
Remove unnecessary wx/log.h from rowheightcache.cpp
Also remove commented out wxLogMessage() call.
|
2018-12-07 04:05:19 +01:00 |
|
jensgoe
|
d6a137b730
|
Improve wxDataViewCtrl performance with wxDV_VARIABLE_LINE_HEIGHT
Store the line heights in a cache to make the (generic) wxDataViewCtrl
usable with this style.
|
2018-12-07 04:05:16 +01:00 |
|