Hi!
Mike McCormack : user32: Remember to draw the icon when SS_CENTERIMAGE is set.
http://www.winehq.org/pipermail/wine-cvs/2006-August/025297.html
We have this...
if (style & SS_CENTERIMAGE)
{
iconRect.left = (rc.right - rc.left) / 2 - bm.bmWidth / 2;
iconRect.top = (rc.bottom - rc.top) / 2 - bm.bmHeight / 2;
iconRect.right = iconRect.left + bm.bmWidth;
iconRect.bottom = iconRect.top + bm.bmHeight;
FillRect( hdc, &iconRect, hbrush ); /* Wine source has &rc */
} ^^^^^---< here!
else
{
FillRect( hdc, &rc, hbrush );
DrawIconEx( hdc, rc.left, rc.top, hIcon, rc.right - rc.left,
rc.bottom - rc.top, 0, NULL, DI_NORMAL );
}
Wine, after patch,
if (style & SS_CENTERIMAGE)
{
iconRect.left = (rc.right - rc.left) / 2 - info->nWidth / 2;
iconRect.top = (rc.bottom - rc.top) / 2 - info->nHeight / 2;
iconRect.right = iconRect.left + info->nWidth;
iconRect.bottom = iconRect.top + info->nHeight;
}
FillRect( hdc, &rc, hbrush );
DrawIconEx( hdc, rc.left, rc.top, hIcon, rc.right - rc.left,
rc.bottom - rc.top, 0, NULL, DI_NORMAL );
Funny, he did not notice this and what is all that math for if you are not going to use it.
We use iconRect wine does not. I did point this out on winehakers. I did not stay
due to the rude behavior of most wine developers.
Making a note here to: not sync this patch to static.c.
Thanks,
James
Hi
I I got the clipboard patch from thomas and waiting on the final dectsions from him.
Thomas need some time to review it. for it is around 121Kbytes big
I did test it in ReactOS and I alot happy
1. Copy text and picture betwin program is working with this big patch
2. Copy file from one place to anyther working. But I wisch it show file copy when it doing it
3. copy file to the desktop does not working nug in explore ??
4. move icon on the desktop is a new bug in win32k.
5. mark the text is white background with white text instead for invert background with white text
6. cut/copy/paste is working
7. keys like cut/copy/paste (ctrl+x,ctrl+c,ctrl+v) is working in all program I tested.
say this patch is really good sussess and adding a clipboard to reactos. that working betwin program and u can copy/paste files and more
I say it it is up to thomas to aprove the code. I have not looked at the code at, more that a fast preview.
Hi,
just stopped by to ask if someone has tried running Banyan Vines on
ReactOS? Do you think it could work or is something fundamentally missing?
Thx for replying,
Chris
Hi,
I found the ReactOS project by chance and it seems to be very intresting
to me, thats why I'd like to spend some time to help you with it. I
think I'm quiet experienced with small (hobby-)projects I've develloped
myself or with help of a small group, but unfortunatily I have not any
experience with that large projects. So I don't know where to start and
how I might help you.
Can someone tell me how to get startet best?
Best regards,
Thomas
Hello,
I just published the 07/2006 ReactOS Status Report. It contains a
detailed overview of the work done since the last status update,
current status, and some future plans of the project, in a way
suitable for a wide audience.
I hope you enjoy the report, and I beg my pardon if someone's
progress is not included - I tried to gather as much information as
possible, but if some developers did not want to share their success
- it's their wish :-)
Please look at http://www.reactos.org to the News section in order to
download the Status Report in your preferable format (this email has
it in Rich Text Format as an attachment).
WBR,
Aleksey Bragin.
Hi
it is working now after alot of hours down.
so we are back at freenode.net
I sugest if some thing happen to freenode.net
we meetings in efnet until freenode.net is working again
what do people think of that backup plan
DrFred just mangers getting a answers
DrFred: [09:54] EdgyEft: nachos: they're having spasms after some idiots hacked them
(10:01:08) DrFred: I got voice in #freenet-social
(10:01:29) DrFred: [09:55] rob: the servers are working fine, we are just working on a fix for the previous issue
[09:56] rob: shoudn't be much longer until everything is back to normal
HI
only four of ReactOS devloper are in connected to freenode.net irc chanel at moment
rest are being refuse to connect to freenode.net. and it is extream few freenode.net admin
on thuse servers. DrFred are trying get hold on freenode.net admin
mean time I sugest we using a temperay channel and irc servers until freenode.net
return to normal state.
I sugest efnet channel #reactos mean time. one of efnet servers irc.efnet.fr
I am already there
I hope all user and devlopers reading this
for we do not known when freenode.net returns to normal when it does we switch back