Marcus Meissner writes:
>On Wed, Jun 07, 2000 at 11:47:21AM -0500, Aric Stewart wrote:
>> This patch causes the treeview in wine to properly handle InsertItem
>> with an invalid HTREEITEM. Windows handles these like a TVI_LAST.
>>
>> Note: Corel's tree does this properly also, but the corel comctrls are
>> so extensively rewritten that i was unable to figure out a direct way to
>> use their code. Basically i expect this patch along with most of the
>> remainder of the function to be tossed out once someone take the time to
>> bring in the cleaner corel code. But for now this fixes a problem with
>> the current wine tree.
>
>The Corel treeview.c has so far deviated from the WINE HQ I see no real chance
>in merging it. (Well, at least for my knowledge.) Only replacement might be
>possible.
Last time I looked at it (in march) it was still possible to split things
up in small chunks; however I all lumped it together in one big chunk
(stupid) and mailed that to alexandre (also without mentioning the authors
of the original patches), and then it got dropped in
/dev/null (understandably).
Taking things apart could take a few days, but is certainly doable IMO.
There are however a lot of things (treeview edit control, for instance)
where I don't have test applications for, or where I think things like
`err...could be', so I wouldn't know if things were done `the right way'.
(The only place where even I would do a direct copy from corel is in the
drawing code. That part of my code is just a kludge.)
[Unfortunately I don't think that I have the time to do this myself; I have
a PhD thesis to finish and the dutch social security[+] isn't as `cooperative'
as they used to be]
[+] bastards.
Silly question: why aren't the corel-patches also mailed to wine-patches,
so alexandre can apply them at will?
Regards, alex