Re: *** GMX Spamverdacht *** MSYS touch.exe timestamp resolution issue on Wine-1.6

2013-10-13 Thread Thorsten Kani
Am 12.10.2013 23:28, schrieb Alan W. Irwin: Under MSYS bash.exe if I use the touch command I only get 1-second resolution when reading the results. bash.exe-3.1$ touch touch1.test touch2.test bash.exe-3.1$ ls --full-time touch*.test -rw-r--r-- 1 wine 544 0 2013-10-12 13:57:58.0 -0700 tou

Re: Small Direct3D milestone . Thank you - Wine team!

2007-05-11 Thread Thorsten Kani
Fascinating work - please continue it! Please note that i am exited from Wine as a whole - without people doing the 'unsexy' jobs (eg: COM Work...), Wine would never be succesful. ;) so long, Thorsten Stefan Dösinger schrieb: Hi! With Wine 0.9.37 we've archieved something that I allo

Re: Listview notify_dispinfoT Messageformat

2004-11-01 Thread Thorsten Kani
I asked the List about the Problem and how to solve it correctly. Please excuse my bad English (: - will try your patch asap. Tho Why are you saying that. The code treats LVN_GETDISPINFOW special because it's the only type of message that *gets* textual data rather then sending. SO for this reason

Re: Listview notify_dispinfoT Messageformat

2004-10-31 Thread Thorsten Kani
Oh, come on, it was just a few more lines of code. In fact, I was happy with the code as it standed (that's no surprise, as I wrote it :)). I think we should just revert to it, and accept changes only with supporting tests. At the time that Aric submitted the patch, I was rather unhappy with it, b

Re: Listview notify_dispinfoT Messageformat

2004-10-28 Thread Thorsten Kani
Testing out your more general solution introduced no Problems with the Listview on my Testsystem. If the Patch gets applied, i will modify the callers of notify_dispinfo to respect that "isW" isnt longer used. Tho Robert Shearman wrote: Thorsten Kani wrote: Hello, Testing showe

Listview notify_dispinfoT Messageformat

2004-10-27 Thread Thorsten Kani
Hello, Testing showed that the current implementation of notify_dispinfoT doesnt work with W2K. (or at least not with SP4 (: ) The attached patch corrects that our Listview doesnt display anything on native. Following assumption proved to be wrong for the Message LVN_GETDISPINFOW: /* With test

Toolbar control Messages causing WM_PAINT

2004-10-21 Thread Thorsten Kani
I did a quick check of ToolbarMessages that cause WM_PAINT instantly: TB_CHANGEBITMAP TB_CHECKBUTTON TB_DELETEBUTTON TB_ENABLEBUTTON TB_INDERTERMINATE TB_MARKBUTTON TB_PRESSBUTTON TB_SETBITMAPSIZE TB_SETBUTTONSIZE TB_SETBUTTONWIDTH TB_SETCOLOSCHEME TB_SETIMAGELIST TB_SETINDENT TB_SETINSERTMARK TB_S

Re: Startmenu

2004-10-20 Thread Thorsten Kani
a good compromise in this case ? Tho <http://dict.leo.org/se?p=/Mn4k.&search=tradeoff> Robert Shearman wrote: Thorsten Kani wrote: Nice Patch - looks good now! EDIT: i have changed the offsets and used SM_C*y*BORDER instead of SM_C*y*EDGE. (According to MSDN, cxedge is used for 3D whil

Re: Startmenu

2004-10-19 Thread Thorsten Kani
...now with screenshots included. Hi, I took a look at the Startmenu. It does its job except for the following minor problems: -Keyboard input is completely ignored -Icon Backgrounds are white instead of grey -All the Icons were drawn a few pixels below where they belong, wich makes them a bit o

Startmenu

2004-10-18 Thread Thorsten Kani
Hi, I took a look at the Startmenu. It does its job except for the following minor problems: -Keyboard input is completely ignored -Icon Backgrounds are white instead of grey -All the Icons were drawn a few pixels below where they belong, wich makes them a bit overdrawn by the Icon below. -The S

Re: fix tbn_deletingbutton

2004-10-17 Thread Thorsten Kani
First, thank you both for supporting me in this case (: Actually my totally lack of C knowledge is something i have to work on asap. -- Rob, i have tried your patch and it fixes the problem. seeing my mistake using TBUTTON_INFO as TBBUTTON makes me realize that i wasnt at least too far away fro

Re: fix tbn_deletingbutton

2004-10-17 Thread Thorsten Kani
revised the patch following your comments. please let me know if you see anything left to do before it can be applied. Thorsten Index: toolbar.c === RCS file: /home/wine/wine/dlls/comctl32/toolbar.c,v retrieving revision 1.194 diff -r1

Re: Commctl32 Stubs

2004-10-14 Thread Thorsten Kani
dinal. As for the last one, Explorer throwed exception STATUS_ORDINAL_NOT_FOUND while trying to load shlwapi.dll. It came out that it was trying to import Imagelist_SetColortable. (With this Stub, Explorer and IE works.) Thorsten Robert Shearman wrote: Thorsten Kani wrote: Added -SetPathWordBrea

Re: Stupid thing to try ...

2004-10-14 Thread Thorsten Kani
Lars Segerlund wrote: I was thinking of a silly thing to try, namely replacing windows dll's with wines, does anybody have any thoughts about it ? I just thought about it as a debugging trick I wanted to try, but I don't know enough to evaluate if it's even worth trying. So what about it, is it w