wiki

2013-01-20 Thread Rico Schüller
Hi, is anyone able to get the wiki up again? Somehow the wiki (http://wiki.winehq.org/) is not reachable from here. Cheers Rico

Re: wiki

2013-01-20 Thread André Hentschel
Am 20.01.2013 17:21, schrieb Rico Schüller: Hi, is anyone able to get the wiki up again? Somehow the wiki (http://wiki.winehq.org/) is not reachable from here. Cheers Rico Forwarding to Dimi, but i would not expect much on a sunday ;) -- Best Regards, André Hentschel

Re: [3/6] windowscodecs: Implement tiff encoder options (TiffCompressionMethod and CompressionQuality)

2013-01-20 Thread Ludger Sprenker
Am Sonntag, 20. Januar 2013, 12:53:56 schrieb Dmitry Timoshkov: Ludger Sprenker lud...@sprenker.net wrote: +read_hr = IPropertyBag2_Read(pIEncoderOptions, 2, pb, NULL, v, hr); +if (SUCCEEDED(hr)) Looks like a typo. Yes, it is typo. I am checking SUCCEEDED(read_hr) in the

Re: macdrv: implement getting and setting the screen saver state.

2013-01-20 Thread C.W. Betts
On Jan 20, 2013, at 12:38 AM, Ken Thomases k...@codeweavers.com wrote: Hi, On Jan 19, 2013, at 4:08 PM, C.W. Betts wrote: This implements getting and setting the screen saver state on the Mac Wine driver. Thanks for your contribution to the Mac driver. There are some issues with

Re: wiki

2013-01-20 Thread Dimi Paun
On 13-01-20 11:52 AM, André Hentschel wrote: Am 20.01.2013 17:21, schrieb Rico Schüller: Hi, is anyone able to get the wiki up again? Somehow the wiki (http://wiki.winehq.org/) is not reachable from here. Cheers Rico Forwarding to Dimi, but i would not expect much on a sunday ;) Our

Re: wiki

2013-01-20 Thread Jeremy White
Our server is up, but it looks like the winehq DNS has a problem: Hmm. I'm not seeing that; if I use dig on all 3 of the winehq.org DNS servers, I get the appropriate record, and a dig against 4.4.4.4 and 8.8.8.8 get the cname as well... Cheers, Jeremy

Re: macdrv: implement getting and setting the screen saver state.

2013-01-20 Thread Ken Thomases
On Jan 20, 2013, at 11:47 AM, C.W. Betts wrote: On Jan 20, 2013, at 12:38 AM, Ken Thomases k...@codeweavers.com wrote: On Jan 19, 2013, at 4:08 PM, C.W. Betts wrote: +CFNumberRef count = CFDictionaryGetValue(assertsionStats, kIOPMAssertionTypeNoDisplaySleep); +

Re: macdrv: implement getting and setting the screen saver state, version 2

2013-01-20 Thread Ken Thomases
Hi, On Jan 20, 2013, at 2:00 PM, C.W. Betts wrote: This version implements changes and advice from Ken Thomases, including using kIOPMAssertionTypePreventUserIdleDisplaySleep on Lion and later. Also, some comments were added. +//Get pre-Lion no display sleep counts