How do I put a table of contents on one of our wiki pages?

2007-05-01 Thread Scott Ritchie
The new FAQ is coming along fairly well, however it obviously needs a table of contents at this point. I combed through the documentation, but can't find anything. Does someone know? Thanks, Scott Ritchie

Direct3D viewport problems

2007-05-01 Thread Robert Fairlie
Hello, I'm having problems with DirectX viewports under Wine. I'm rendering to an offscreen surface and then copying the contents of the offscreen surface to a window. I first set the viewport to coincide with the window, i.e.

Re: [PATCH 9/11] msi: automation: Expose Installer object.

2007-05-01 Thread Alexandre Julliard
Misha Koshelev [EMAIL PROTECTED] writes: --- dlls/msi/automation.c |6 ++ dlls/msi/msi_main.c |6 -- dlls/msi/msipriv.h |3 +++ dlls/msi/tests/automation.c | 38 +- The tests fail here: ../../../tools/runtest

Re: Direct3D viewport problems

2007-05-01 Thread H. Verbeet
On 01/05/07, Robert Fairlie [EMAIL PROTECTED] wrote: Since iSize is only about a fifth of the window height, I would expect the arrow to be displayed at the bottom left of the window. but it's actually being displayed at the top left. The main part of the scene rendered with the first viewport

Re: hhctrl.ocx: Parse HTML entities in the table of contents.

2007-05-01 Thread Alexandre Julliard
Robert Shearman [EMAIL PROTECTED] writes: +/* hexadecimal entity */ +while ((*p = '0' *p = '9') || (*p = 'a' *p = 'f') || + (*p = 'A' *p = 'F') || (*p == ';')) +p++; You should exit the loop at the first ';'. Also

Offer to upgrade the winehq Bugzilla

2007-05-01 Thread Jan Zerebecki
The guy (nick mkanat) who admins buggbot on freenode (see ##bugzilla-world ) said he would upgrade our bugzilla for us, paid by his company in exchange for a link in the footer or front page, just mentioning that we did the upgrade. I'm not sure how much a link on the bugzilla page footer/menu is

Re: How do I put a table of contents on one of our wiki pages?

2007-05-01 Thread Dimi Paun
On Mon, 2007-04-30 at 23:40 -0700, Scott Ritchie wrote: Does someone know? Yes, use: [[TableOfContents()]] Take a look at GitWine for an example: http://wiki.winehq.org/GitWine -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

Re: [try2] gdi32 : Completes WidenPath Implementation

2007-05-01 Thread Laurent Vromman
I have sent this patch last week with the correction Alexandre asked me to do. It is still not on the repository. Is there anything wrong again ? Any comments are welcomed and will be applied if necessary. Laurent Laurent Vromman a écrit : This second try includes Alexandre comments and

Re: Offer to upgrade the winehq Bugzilla

2007-05-01 Thread Jeremy Newman
Seems like a fair deal to me. Bugzilla certainly needs the work. On Tue, 2007-05-01 at 14:14 +0200, Jan Zerebecki wrote: The guy (nick mkanat) who admins buggbot on freenode (see ##bugzilla-world ) said he would upgrade our bugzilla for us, paid by his company in exchange for a link in the

http access ot GIT?

2007-05-01 Thread Ben Taylor
Found myself behind an http-proxy and can't seem to find the magic to use the http proxy to update my git archive. Is there a way to use an http proxy (squid) with wine's git? Ben

Re: Winscard support (for smart cards)

2007-05-01 Thread Eric Pouech
Mounir IDRASSI a écrit : Hi all, Followings your comments, I have rewritten the header files and split winscard.c into smaller files. You'll find attached with this email a patch containing only the headers and a skeleton for this dll. Once integrated into the source tree, I'll provide another

Re: Winscard support (for smart cards)

2007-05-01 Thread Mounir IDRASSI
Hi Eric, I am afraid I don't see any MS comments in scarderr.h: I have written all the file from scratch and the comments are mine. Can you point them out please? In the final implementation, all the functions are needed even if they are stubs because they can be called by applications that ignore

Re: http access ot GIT?

2007-05-01 Thread Tom Spear
On 5/1/07, Ben Taylor [EMAIL PROTECTED] wrote: Found myself behind an http-proxy and can't seem to find the magic to use the http proxy to update my git archive. Is there a way to use an http proxy (squid) with wine's git? What error are you getting? If no error, then if you to try to clone

Re: Winscard support (for smart cards)

2007-05-01 Thread Eric Pouech
Mounir IDRASSI a écrit : Hi Eric, I am afraid I don't see any MS comments in scarderr.h: I have written all the file from scratch and the comments are mine. Can you point them out please? sorry, I didn't actually compare the files, just saw the comments (my bad) In the final implementation,

Re: Winscard support (for smart cards)

2007-05-01 Thread Mounir IDRASSI
Hi, Please find attached the patch for adding header files for the support of smart cards through Winscard dll. If it's OK, should I post it elsewhere? Thanks in advance. Mounir IDRASSI IDRIX - Cryptography and IT Security Experts http://www.idrix.fr Eric Pouech wrote: sorry, I didn't

Re: Winscard support (for smart cards)

2007-05-01 Thread Eric Pouech
Mounir IDRASSI a écrit : Hi, Please find attached the patch for adding header files for the support of smart cards through Winscard dll. If it's OK, should I post it elsewhere? Thanks in advance. yes to [EMAIL PROTECTED] A+ -- Eric Pouech The problem with designing something completely

Re: http access ot GIT?

2007-05-01 Thread Tom Spear
On 5/1/07, Ben Taylor [EMAIL PROTECTED] wrote: -- Original message -- From: Tom Spear [EMAIL PROTECTED] On 5/1/07, Ben Taylor [EMAIL PROTECTED] wrote: Found myself behind an http-proxy and can't seem to find the magic to use the http proxy to update my

Re: Direct3D viewport problems

2007-05-01 Thread Stefan Dösinger
Am Dienstag 01 Mai 2007 13:17 schrieb H. Verbeet: On 01/05/07, Robert Fairlie [EMAIL PROTECTED] wrote: Since iSize is only about a fifth of the window height, I would expect the arrow to be displayed at the bottom left of the window. but it's actually being displayed at the top left. The

Re: http access ot GIT?

2007-05-01 Thread H. Verbeet
On 01/05/07, Tom Spear [EMAIL PROTECTED] wrote: Did you try changing the git:// to http:// ? That is supposed to work thru port 80 with or without squid. YMMV IIRC you need to set the http_proxy env. var correctly as well.

Any way to get the current code besides git?

2007-05-01 Thread Tom Spear
I'm having an issue using git at work, where it will start downloading the packs, and then just stalls out at the same pack every time.. This has occurred since I first started working here Maybe someone knows the problem, and a solution? If not, is there a way to get git to show file names

Re: http access ot GIT?

2007-05-01 Thread Ben Taylor
-- Original message -- From: H. Verbeet [EMAIL PROTECTED] On 01/05/07, Tom Spear [EMAIL PROTECTED] wrote: Did you try changing the git:// to http:// ? That is supposed to work thru port 80 with or without squid. YMMV IIRC you need to set the http_proxy

Re: [try2] gdi32 : Completes WidenPath Implementation

2007-05-01 Thread Alexandre Julliard
Laurent Vromman [EMAIL PROTECTED] writes: I have sent this patch last week with the correction Alexandre asked me to do. It is still not on the repository. Is there anything wrong again ? Any comments are welcomed and will be applied if necessary. You didn't fix the memory leaks I

Re: Fw: [PATCH] CMD.exe: Remove code duplication for _splitpath

2007-05-01 Thread Alexandre Julliard
Ann Jason Edmeades [EMAIL PROTECTED] writes: Well, I am trying to convert cmd.exe to unicode, and was hoping to use the wide crt functions to replace e.g. strstr, strdup etc. This way it's a relatively simple transition from char to WCHAR without having to rewrite other functions. LstrcatW

Re: Any way to get the current code besides git?

2007-05-01 Thread Alexandre Julliard
Tom Spear [EMAIL PROTECTED] writes: I'm having an issue using git at work, where it will start downloading the packs, and then just stalls out at the same pack every time.. This has occurred since I first started working here One of the packs is pretty large, most likely you didn't wait long

Re: Any way to get the current code besides git?

2007-05-01 Thread Tom Spear
On 5/1/07, Alexandre Julliard [EMAIL PROTECTED] wrote: Tom Spear [EMAIL PROTECTED] writes: I'm having an issue using git at work, where it will start downloading the packs, and then just stalls out at the same pack every time.. This has occurred since I first started working here One of the

Re: Any way to get the current code besides git?

2007-05-01 Thread Alexandre Julliard
Tom Spear [EMAIL PROTECTED] writes: Haven't killed it yet and been waiting for 2 hours.. I'm on a T-3 afaik. Last line that prints before it just sits is: walk 4eea356e2d39f1a958afb4d8f5b54381e8972ecf That's precisely the last object before the big pack. Note that the processing of the

Compiling 32bit winelib apps on x86_64

2007-05-01 Thread Stefan Brüns
Hi, I had some problems compiling 32bit winelib apps on x86_64 - the tools tried to build for 64bit all the time. I had to change a few things in the winemaker created Makefile to make it work: _exe_LDFLAGS: added -Wb,--as-cmd='as --32',--ld-cmd='ld -melf_i386' CC: added -m32 CXX: added -m32

Re: Any way to get the current code besides git?

2007-05-01 Thread EA Durbin
I had issues with older versions of git. I think cvs still works. http://winehq.org/site/cvs _ Mortgage rates near historic lows. Refinance $200,000 loan for as low as $771/month*

Re: Any way to get the current code besides git?

2007-05-01 Thread EA Durbin
If you use the cvs web browser interface and view for example the dll msi and sort by age you will see the recent patches that have been applied show up here with the time they were applied. It is currently showing ones applied 8 hours ago. From: [EMAIL PROTECTED] (Ben Taylor) To: EA Durbin

dbghelp performance

2007-05-01 Thread Markus Amsler
I've played around with dbghelp performance. My test case was breaking at an unknown symbol (break gaga) while WoW was loaded in the debugger (wine winedbg WoW.exe). The time was hand stopped, memory usage measured with ps -AF and looked at the RSS column. Test Time(s)