Re: TrashCan Day 3 - Use FreeDesktop TrashCan

2005-04-15 Thread Diego 'Flameeyes' Pettenò
On Friday 15 April 2005 21:42, Steven Edwards wrote: > currently KDE does something totally different Well actually KDE 3.4 uses the trash specs. Was the ones before which doesn't use it. -- Diego "Flameeyes" Pettenà http://wwwstud.dsi.unive.it/~dpetteno/ pgpQtjTtmVME1.pg

Re: Wine packages, universe maintainence, and myself

2005-01-30 Thread Diego 'Flameeyes' PettenÃ
n in his themes, it doesn't go look in the hicolor one). -- Diego "Flameeyes" Pettenà [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/ pgpcurQ7IhEYX.pgp Description: PGP signature

Re: Get rid of DPRINTF in wininet

2004-12-30 Thread Diego 'Flameeyes' Pettenò
On Thursday 30 December 2004 17:15, Dimitrie O. Paun wrote: > I'm afraid it is . This is a case where the wine_dbg_sprintf() > business is in order. This time at least I know what I did wrong ^^ I'll fix these up as soon as I understand how wine_dbg_sprintf() works :) --

NLS/IME functions

2004-12-30 Thread Diego 'Flameeyes' Pettenò
done? Implement stub-functions for every nls/ime function? Or simply ignore them for now? Thanks for the time, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/ pgpH4khZL4gzm.pgp Description: PGP signature

Re: user32: stub implementations for WINNLS* functions

2004-12-26 Thread Diego 'Flameeyes' Pettenò
the microsoft headers. Ok I sent a new patch with winnls32.h header, but still only the WINNLS* functions, as the other IMEs functions seems to have had the same fate as these, I wasn't sure if should be stub-implemented or not. Regards, -- Diego "Flameeyes" Pet

Re: user32: stub implementations for WINNLS* functions

2004-12-25 Thread Diego 'Flameeyes' Pettenò
e without them. It also seems not to call them, at least not before crash for other reasons. I thought that the spec-stubs was the ones which breaks things, for this I tried to have implementation-stubs. Regards, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flam

Re: user32: stub implementations for WINNLS* functions

2004-12-25 Thread Diego 'Flameeyes' Pettenò
e right way to add these? Adding winnls32.h, and stubs all the functions in it, inside a ime.c file? Thanks, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/ pgphbadCk5XjJ.pgp Description: PGP signature

Re: Wine Bug Busters @ 7pm GMT

2004-12-06 Thread Diego 'Flameeyes' PettenÃ
tonet.it/WineBugBusters.log Here there's the log, until uhm now :) sorry if it's a little bit overflowed. Regards, -- Diego "Flameeyes" Pettenà [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/ pgpaCKlpBOUT3.pgp Description: PGP signature

Re: Fun desktop integration tasks

2004-11-27 Thread Diego 'Flameeyes' PettenÃ
On Saturday 27 November 2004 22:14, Mike Hearn wrote: > Hint: in modern GNOME desktops you can > use the "gnome-open" program to make this automatic. There is a KDE > equivalent. In kde the command is 'kfmclient openUrl '. -- Diego "Flameeyes

Re: Directx9

2004-09-13 Thread Diego 'Flameeyes' Pettenò
op apps. IMHO a temporary branch until completion of the new support can be a good way. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: [SHLWAPI] Implemented PathSearchAndQualify (another fix)

2004-09-10 Thread Diego 'Flameeyes' Pettenò
On Friday 10 September 2004 19:30, Vincent Béron wrote: > Not likely if the patch is not attached... ;) Thanks, seems like KNode says nothing if the permissions of the wannabe attached file are messed up :) -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: UltimaOnLine: X11DRV_CritSection deadlock

2004-09-09 Thread Diego 'Flameeyes' Pettenò
shed in this case, because the game still works, it's the rest of the system which is a lot slower after that. Using winedbg can be an idea, but to reproduce the error I need to play, so I don't think I can put wine in synchronous mode, which IIRC make it slower than

UltimaOnLine: X11DRV_CritSection deadlock

2004-09-07 Thread Diego 'Flameeyes' Pettenò
ible to have a +all with it without using the delayed debug, but I'm not able to find out the patch into wine-patches, if someone can point a link for it, I'll try to do that. If no one has idea of what problem is this, I'll report it as a bug, but maybe it's only an applicatio

Re: Wine Developer Cheatsheet, v1

2004-09-06 Thread Diego 'Flameeyes' Pettenò
string to a unicode one and reverse? So I can redo the patch with the calls :) Thanks, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: Wine Developer Cheatsheet, v1

2004-09-04 Thread Diego 'Flameeyes' Pettenò
Components problems with the builtin one, which wasn't accepted for some problem about the style and the placement of the variables. I posted it as a bug at http://bugs.winehq.org/show_bug.cgi?id=2385 . If you can add something about the coding style I can fix it up and repost it for inclusi

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Diego 'Flameeyes' Pettenò
this if someone has the skills and the time to fix it. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Diego 'Flameeyes' Pettenò
h filter some flags, or that can't be build correctly with certainly flags. If you take the gentoo's ebuilds there are a lot of filter-flag commands to remove some flags (-fforce-addr for example make xine's build process merely fail). -- Diego "Flameeyes"

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-03 Thread Diego 'Flameeyes' Pettenò
the Mandrake's flags are similar to the one Acke Carlsson sent me from Mandrake 9.2 (but I think so). In this case that binaries are built with -fomit-frame-pointer and the teory of Rein Klazes is right, the problems are in Mandrake Binaries and by-hand compiled versions with -fomit-frame-poi

Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-02 Thread Diego 'Flameeyes' Pettenò
go to the gcc parameters. Regards, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: Possible fun project/todo list item?

2004-09-02 Thread Diego 'Flameeyes' Pettenò
/local/firefox /opt/mozilla /opt/netscape /opt/MozillaFirebird /opt/firefox" I think that for Gentoo it can avoid the use of /usr/lib/MozillaFirebird (the old directory) because it can depend directly on dev-libs/libnss to be clean. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: Possible fun project/todo list item?

2004-09-02 Thread Diego 'Flameeyes' Pettenò
hey have, also if the site doesn't show them. Gentoo has a dev-libs/nss ebuild to build this without the need of Mozilla and download them from ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/ where there are also many binaries. -- Diego "Flameeyes"

Re: runtime change to WINEDEBUG output

2004-08-26 Thread Diego 'Flameeyes' Pettenò
first window is loaded... -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: runtime change to WINEDEBUG output

2004-08-25 Thread Diego 'Flameeyes' Pettenò
access the system menu opening the first menu (usually File) and then moving to left (so the previous menu, which is the system menu :) ). -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: formal standard for wine devel style

2004-07-30 Thread Diego 'Flameeyes' Pettenò
Mike Hearn wrote: > Really? Which patch was that? Probably was mine, I posted it some time ago and was rejected. I posted it on Bug #2387 (http://bugs.winehq.org/show_bug.cgi?id=2387) -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

LockWindowUpdate status

2004-07-26 Thread Diego 'Flameeyes' Pettenò
start trying random things to found out where the problem is :) Regards, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/ pgpMko63FxfDB.pgp Description: PGP signature

RelayExclude

2004-07-26 Thread Diego 'Flameeyes' Pettenò
layExclude last year when I debugged another app, but seems like now this setting is ignored. I also tried to add the complete ntdll.RtlEnterCriticalSection name, but nothing changed. Any suggestion? TIA, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: how can I find what functions a dll file provides?

2004-07-24 Thread Diego 'Flameeyes' Pettenò
(seems strange because it's a microsoft product, but that's it ;) It's also useful to track down which dlls uses an executable and then try to load the native ones. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: out of sync (MSDN) web references in the wine code

2004-07-24 Thread Diego 'Flameeyes' Pettenò
ould only point to a location on a site, with a given id, which in turn will redirect to the right page. If the page is moved, only the table should be updated, so that new requests will be redirected to the new page. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: slightly OT: c expression evaluation order

2004-07-24 Thread Diego 'Flameeyes' Pettenò
t.d) uses this syntax for some conditional statements. So it should be sure that there won't be a null pointer deference. Regards, -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/ pgp3nTH0X1paz.pgp Description: PGP signature

Re: Is bugzilla worth keeping?

2004-07-24 Thread Diego 'Flameeyes' Pettenò
n' to the use of bugzilla can help address the bigger issues. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Re: PathSearchAndQualify patch (from 2003/12/22) not applied?

2004-07-17 Thread Diego 'Flameeyes' Pettenò
all, but with my patch (or using the native shlwapi) it works well, so I think this could replace native shlwapi in many applications. -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

Missing SHLWAPI function

2004-07-11 Thread Flameeyes
ed exception. If someone want's to give it a try and help me get it working, it's FileXplorer at www.sepham.com . -- Diego "Flameeyes" Pettenò [EMAIL PROTECTED] - http://flameeyes.web.ctonet.it/

[PATCH] SHLWapi fixes - Need cleanup

2004-04-13 Thread Flameeyes
ssibly merge it, the patch can be downloaded from http://flameeyes.web.ctonet.it/patches/wine-shlwapi_20031219.diff . Should apply well also in the current version, because it never created conflicts with code in CVS. HTH -- Flameeyes <[EMAIL PROTECTED]> http://flameeyes.web.ctonet.it/

Still having problems with Wine CVS

2004-01-06 Thread Flameeyes
epends.exe" failed, status c142 Only the path changes (correctly), the status code is always the same. Can anyone help me? -- Flameeyes <[EMAIL PROTECTED]> You can find LIRC for 2.6 kernels at http://flameeyes.web.ctonet.it/

Re: Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]

2003-12-24 Thread Flameeyes
Flameeyes wrote: > The second is a big problem: when starting the client, it gives an out of > memory error. I can't find where the problem is because I don't know for > sure which trace channel has the functions for memory statistics. This seems to the cause of the problem:

Re: Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]

2003-12-23 Thread Flameeyes
ted function. > --debugmsg +relay to find out what fails. Yes, I was suspecting this, because I have a lot of memory ;) Thanks for the hint, I'll investigate on this to find out the problem. -- Flameeyes <[EMAIL PROTECTED]> You can find LIRC for 2.6 kernels at http://flameeyes.web.ctonet.it/

Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]

2003-12-23 Thread Flameeyes
;ll investigate better and try to fix it. -- Flameeyes <[EMAIL PROTECTED]> You can find LIRC for 2.6 kernels at http://flameeyes.web.ctonet.it/

Re: ilink32

2003-12-22 Thread Flameeyes
th the version of windows provided to ilink32. If anyone can help me to find where reservations are wrote, I'll try to find them out and add them. -- Flameeyes <[EMAIL PROTECTED]> You can find LIRC for 2.6 kernels at http://flameeyes.web.ctonet.it/

Problems with ilink32

2003-12-19 Thread Flameeyes
} the problem is that now the patch doesn't apply on wine. How can I do to continue working with BCB under wine? Thanks. -- Flameeyes <[EMAIL PROTECTED]> http://flameeyes.web.ctonet.it/