Karol Bieniaszewski

Results 150 comments of Karol Bieniaszewski

> Why exactly? When some change is in the master i must compare it to my already changed/different sources. Then merging in some situations are not trivial. It is different...

> Well, I fear this applies to both directions. If you merge my changes, it is already merged with your code and you see only changes to this code. This...

I see no way to do this from my fork, also from new branch with only this change :/ It always show me whole comparision tree in pull request. I...

All looks ok but > We should discuss to throw old and rarely used features overboard, like tiled background and own drawn alpha-blended selection but this one should stay. I...

I can change all to alias TDimension but two questions 1. change also events? 2. change also published properties? If not this is harder task - because some properties are...

> - Since FMX uses the type single for coordinates and dimensions, while VCL uses Integer, we should create an lais to avoid having too many $ifdef in the code....

I suppose you can cherry-pick this particular commit

Added support of header drawing - its columns and button styles Still few pixel issues but near to compleated

Added some click events, expand, collapse, header column resize, focus rect.. It looks now really promissing :)

If realy considered i will change it not to be **private** only as **protected**. You can not imagine what users can do with VT, limiting this to private will be...