Re: ImmNotifyIMM with CPS_CANCEL fully clears the composition string. Also enable respective tests

2008-01-05 Thread Michael Jung
This fixes the hang in Excel 2003 Viewer for me. Thanks! -- Michael Jung [EMAIL PROTECTED]

Re: Window decorations missing on Compiz/Debian Etch

2007-10-11 Thread Michael Jung
list or somesuch w.r.t. this problem? Google didn't help. Thanks, -- Michael Jung [EMAIL PROTECTED]

Re: Window decorations missing on Compiz/Debian Etch

2007-10-04 Thread Michael Jung
Michael Jung wrote: since a couple of weeks all wine GUI applications are missing the window manager decorations on my Debian Etch box with the Compiz window manager. I did'nt get to doing a bisect until today. The problematic patch seems to be: --- commit

Re: Window decorations missing on Compiz/Debian Etch

2007-09-02 Thread Michael Jung
Hi, L. Rahyen wrote: On Saturday September 1 2007 16:35, Michael Jung wrote: Hi all, since a couple of weeks all wine GUI applications are missing the window manager decorations on my Debian Etch box with the Compiz window manager. Have you tried to report this bug to Compiz developers

Re: Window decorations missing on Compiz/Debian Etch

2007-09-02 Thread Michael Jung
, -- Michael Jung [EMAIL PROTECTED]

Window decorations missing on Compiz/Debian Etch

2007-09-01 Thread Michael Jung
as of today (wine-0.9.44-g282696b). Bye, -- Michael Jung [EMAIL PROTECTED] libGL warning: 3D driver claims to not support visual 0x4b trace:x11drv:xinerama_init monitor 0x1: (0,0)-(1024,768) (primary) trace:x11drv:xinerama_init virtual size: (0,0)-(1024,768) primary size: 1024x768

Re: kernel32: Add a couple of weird PE images

2006-12-13 Thread Michael Jung
, a faster way to test for a power of two is: alignment !(alignment (alignment-1)) Bye, -- Michael Jung [EMAIL PROTECTED]

Open Invention Network

2006-04-26 Thread Michael Jung
definition list? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: File dialog regression?

2006-04-20 Thread Michael Jung
. You have to regenerate the fake dlls. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32: Unicode'ify ISFHelper interface

2006-03-05 Thread Michael Jung
)/sizeof(WCHAR)+3) Why 4 in one place and 3 in the other? That's because the sizeof expression counts the terminating zero, while strlen does'nt. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: fixme:commdlg:GetFileName95 Flags 0x00900000 not yet implemented

2006-03-05 Thread Michael Jung
them. I would like to take a look at this, but I don't have a Notes license. Do you observe this behaviour with any other program available for free or with a demo version availabe? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: fixme:commdlg:GetFileName95 Flags 0x00900000 not yet implemented

2006-03-05 Thread Michael Jung
to browse the old drive letter based shell namespace (under 'My Computer' or 'Arbeitsplatz' on a german system) and figure if the problem persists there, too? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Debugging

2006-02-24 Thread Michael Jung
://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/blockinput.asp In fact, we do have a commented out stub in dlls/user/user32.spec # @ stub BlockInput Bye, -- Michael Jung [EMAIL PROTECTED]

Re: What to do??? -- WINE 0.9.3-0.9.7 and Photoshop 7

2006-02-14 Thread Michael Jung
=c362d7c35ba3c02d68a9b7e42b48db210a901667 -- Michael Jung [EMAIL PROTECTED]

Re: [winecfg] Localize app specific title

2006-02-13 Thread Michael Jung
be changed if necessary for certain locales. Bye, -- Michael Jung [EMAIL PROTECTED]

bugzilla account

2006-02-12 Thread Michael Jung
Hi, I would like to change the status of bug 4322 to FIXED, but I'm not 'empowered' to do it. Whom do I have to talk to? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Problems compiling latest git version

2006-02-09 Thread Michael Jung
an explicit binding handle! make[1]: *** [mshtml.h] Error 2 make[1]: Leaving directory `/wine/wine-git/include' make: *** [include] Error 2 A 'make distclean' and a fresh compile solved this problem for me. Bye, -- Michael Jung [EMAIL PROTECTED]

unixfs: Use realpath instead of canonicalize_file_name for portability reasons.

2006-02-02 Thread Michael Jung
Not quite sure about this one. The man page on realpath states that it's broken by design since some symstems don't have an upper bound on filename lengths. canonicalize_file_name uses dynamic memory, but isn't available on non GNU systems. We could provide a realpath based

Re: dlls/shell32/shfldr_unixfs.c breaks non-GNU/Linux platforms

2006-02-01 Thread Michael Jung
fails, we'll have to re-implement path-canonicalization. But I would prefer to use a library function. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32/shellpath [3/3]: (RESEND) Create symlinks to $HOME based directories during SHELL_RegisterFolders.

2006-01-29 Thread Michael Jung
On Sunday 29 January 2006 10:38, Michael Jung wrote: ChangeLog: Create $HOME targeted symbolic links during SHELL_RegisterFolders. I've just realized that unixfs has a problem with the symlink stuff. It evaluates symbolic links in UNIXFS_get_unix_path and then doesn't find a DOS path

Re: Problems with references to drive Z: in registry's User Shell Folders

2006-01-26 Thread Michael Jung
. It would still work without the symlinks. With Desktop and MyDocuments being mapped into the profile directory, though. Do you see any problems with this? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Problems with references to drive Z: in registry's User Shell Folders

2006-01-26 Thread Michael Jung
in wineprefixcreate, which is not implemented yet. Should not be too much work, though. Sorry for the huge winecfg patch, but most of it is due to resource updates. Could this go into cvs? Bye, -- Michael Jung [EMAIL PROTECTED] Subject: [PATCH] Support setting symlinks for 'Desktop' and 'My Documents

Problems with references to drive Z: in registry's User Shell Folders

2006-01-25 Thread Michael Jung
, -- Michael Jung [EMAIL PROTECTED]

Re: Problems with references to drive Z: in registry's User Shell Folders

2006-01-25 Thread Michael Jung
at it and tell me what you think? Are you afraid of name clashes? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Problems with references to drive Z: in registry's User Shell Folders

2006-01-25 Thread Michael Jung
for the Desktop and the My Documents folders. And add a command line option to set reasonable defaults in a GUI-less mode to be called from wineprefixcreate. Is it ok to rename winecfg's Appearance tab to Desktop Integration and put this stuff there? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Unixfs as ShellFSFolder?

2006-01-18 Thread Michael Jung
jump in, once we are at this point. Thanks for your comments, -- Michael Jung [EMAIL PROTECTED]

Re: CVS build error on RH9

2006-01-18 Thread Michael Jung
On Thursday 19 January 2006 02:21, Robert Reif wrote: The patch attached to this mail should be the proper way to fix this, but I'm not able to test it myself right now. Works for me. For me too. Bye, -- Michael Jung [EMAIL PROTECTED]

Unixfs as ShellFSFolder?

2006-01-17 Thread Michael Jung
files changed, 1 insertions(+), 1 deletions(-) Bye, -- Michael Jung [EMAIL PROTECTED] b4c74494324ef105c2ef224f7e4f24d0862ebb12 diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index 9b92c26..5016196 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c @@ -64,7 +64,7

Re: winecfg: Problems with audio configuration

2006-01-03 Thread Michael Jung
around a bug in the arts library. It fixes the problem for me. Would be nice if this could go into CVS, even if it is just a hack. I guess it crashes on any Debian Sarge setup? Your patch is missing an ntdll import. I've attached an updated version. Bye, -- Michael Jung [EMAIL PROTECTED] Index: dlls

Re: winecfg: Problems with audio configuration

2006-01-02 Thread Michael Jung
PROTECTED]:~$ cat /proc/asound/card1/id Modem Bye, -- Michael Jung [EMAIL PROTECTED] ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory wine: Unhandled page fault

Re: unixfs: Implemented WinXP style pidl-format

2005-12-27 Thread Michael Jung
Could you please ignore this patch. I'm experiencing some problems with it. I'll send a new version soon. On Tuesday 27 December 2005 16:44, Michael Jung wrote: Changelog: Store filenames in CP_ACP and WCHAR in the SHITEMIDs Removed some wine_todo's for tests that now succeed

Re: [lostwages] Remove winetools from download page

2005-12-22 Thread Michael Jung
prefer, Happy Holidays ;) -- Michael Jung [EMAIL PROTECTED]

Re: [lostwages] Remove winetools from download page

2005-12-20 Thread Michael Jung
). In my opinion he deserves some respect from our part. We should give him a chance to fix the problems with winetools before we silently remove the link. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Create new mailing list wine-isv?

2005-12-16 Thread Michael Jung
up when something in underlying linux software changes. May it be the kernel or X. Success is measured by your ability to maintain enthusiasm between failures. - Sir Winston Churchill Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Create new mailing list wine-isv?

2005-12-16 Thread Michael Jung
interpret this? All I meant to say is that Wine is great and very successfull at working against the odds. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Create new mailing list wine-isv?

2005-12-16 Thread Michael Jung
. If someone plans to do a new multi-platform project, I'm pretty sure no one in their right mind would suggest wine to do it. But there is a whole lot of legacy applications for which the only economically feasible way to port them to linux might be via wine. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32: Bind to correct drop target after drag scrolling

2005-12-08 Thread Michael Jung
of the drag-modifier-keys (shift+ctrl) is pressed or released. Wine doesn't do neither yet. Is there any sensible way to transform this into a unit test? Or do we have a repository for this kind of small test applications, which are hard to implement as unit-tests? Bye, -- Michael Jung [EMAIL

Re: shell32: Bind to correct drop target after drag scrolling

2005-12-05 Thread Michael Jung
= MOUSEEVENTF_MOVE; +SendInput(1, input, sizeof(input)); } /** Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Make check failure

2005-12-04 Thread Michael Jung
crypt.c:710: Test failed: expected 234, got 0 I'll work on it when I get home. Just wanted to note that this only seems to happen if you run the test for the first time with a pristine .wine directory. It succeeds for me if I run it a second time. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32: adding CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders...

2005-11-30 Thread Michael Jung
. Furthermore, this patch seems to be generated relative to the dlls/shell32 subfolder. Please generate patches from the root of wine's tree. You'll find more info at http://www.winehq.org/site/sending_patches Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Question about current Shell Folder registry settings...

2005-11-29 Thread Michael Jung
' folders in $HOME and, if they are present, map to those instead. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: GetOpenFileNameA has trouble with UTF-8 locale and UTF-8 encoded pathname

2005-11-22 Thread Michael Jung
it break the unixfs extension? Alex, could you please try if the attached patch fixes the problem? Bye, -- Michael Jung [EMAIL PROTECTED] Index: dlls/shell32/shfldr_unixfs.c === RCS file: /home/wine/wine/dlls/shell32/shfldr_unixfs.c,v

Re: GetOpenFileNameA has trouble with UTF-8 locale and UTF-8 encoded pathname

2005-11-21 Thread Michael Jung
permits. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: What would most aid WINE development?

2005-11-20 Thread Michael Jung
the legal barriers. Bringing this argument to court could mean opening pandora's box, though. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Measuring Wine's API completeness

2005-11-13 Thread Michael Jung
' or respectively 'SKETCHY' implementation status flag. This would give us a head start with the number of API's tagged. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Measuring Wine's API completeness

2005-11-13 Thread Michael Jung
), running wine-test and then have some script recurse into the dll directories and analyse and build summary information out of the '*.c.gcov' files? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Ok to call CoInitialize in the file dialogs?

2005-11-11 Thread Michael Jung
SHBrowseForFolder, it's un-initialized again afterwards. Bye, -- Michael Jung [EMAIL PROTECTED]

Measuring Wine's API completeness

2005-11-10 Thread Michael Jung
exposed via the APIs, we probably would have to think about a similar machine parsable documentation scheme here. What do people think about this? Bye, -- Michael Jung [EMAIL PROTECTED]

Regression in patch 21129

2005-11-08 Thread Michael Jung
Hi, The patch http://cvs.winehq.org/patch.py?id=21129 caused a regression, which shows in emule's options dialog (v0.46c). I've attached screenshots. A number of err:imagelist:ImageList_ReplaceIcon no color! messages are given on the console. Bye, -- Michael Jung [EMAIL PROTECTED] emule

Re: Regression with icons being black?

2005-11-08 Thread Michael Jung
=21129 Bye, -- Michael Jung [EMAIL PROTECTED]

Ok to call CoInitialize in the file dialogs?

2005-11-08 Thread Michael Jung
to SHBrowseForFolder and the file dialogs? Bye, -- Michael Jung [EMAIL PROTECTED] Index: dlls/shell32/brsfolder.c === RCS file: /home/wine/wine/dlls/shell32/brsfolder.c,v retrieving revision 1.65 diff -u -p -r1.65 brsfolder.c --- dlls/shell32

Re: Ok to call CoInitialize in the file dialogs?

2005-11-08 Thread Michael Jung
before returning from SHBrowseForFolder in this case. Did I understand this stuff correctly? Thanks for your reply. -- Michael Jung [EMAIL PROTECTED]

Re: shell32: SHELL32_GetItemAttributes()

2005-11-01 Thread Michael Jung
|SFGAO_CANRENAME|SFGAO_CANLINK; } Ah, I see. Sorry for the noise. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: UnixFolder_IShellFOlder used instead of SHELL32_IShellFolder

2005-11-01 Thread Michael Jung
not be possible for windows programs! Actually, you can't. OpenFile, CreateFile and the like are still based on DOS paths. It's only deep inside shell32, that the unix api's are called to browse the unix filesystem. Everything that goes in and out are DOS paths. Bye, -- Michael Jung [EMAIL

Re: shell32: SHELL32_GetItemAttributes()

2005-10-31 Thread Michael Jung
= _ILGetFileAttributes (pidl, NULL, 0); Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Fix SERIOUS bug in winecfg

2005-10-25 Thread Michael Jung
is why the file dialogs won't work. Bye, -- Michael Jung [EMAIL PROTECTED]

Querying the id of an icon

2005-10-19 Thread Michael Jung
of the returned icon? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: listview: infoPtr might be invalid after WM_NOTIFY

2005-10-18 Thread Michael Jung
Hi all, I've scanned wine-devel and wine-patches and have seen that more patches got in to fix the file dialog crash, but that none was applied. Was there any consensus on how this should be fixed? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: listview crash fix

2005-09-25 Thread Michael Jung
Hi Dimi, On Fri, 23 Sep 2005, Dimi Paun wrote: Is this one working for you? Sorry, not much tested here other than a quick compile, it's past 2:30am already... Sorry, I'm currently on vacation in Peru and won't be able to test this for the next three weeks. Bye, -- Michael Jung [EMAIL

Re: listview crash fix

2005-09-16 Thread Michael Jung
Hi Dimi, On Friday 16 September 2005 14:41, Dimi Paun wrote: Try this instead, I forgot you're not supposed to return directly out of a __TRY block. Seems to work fine for me (I had to add an ntdll import to the Makefile to get it to link). No crashes thus far. Bye, -- Michael Jung [EMAIL

Re: listview crash fix

2005-09-14 Thread Michael Jung
this scheme. I've only changed as much as necessary to fix the problem, though. Bye, -- Michael Jung [EMAIL PROTECTED] Index: dlls/comctl32/listview.c === RCS file: /home/wine/wine/dlls/comctl32/listview.c,v retrieving revision 1.430 diff

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-09-08 Thread Michael Jung
. Bye, -- Michael Jung [EMAIL PROTECTED] Index: dlls/comctl32/listview.c === RCS file: /home/wine/wine/dlls/comctl32/listview.c,v retrieving revision 1.429 diff -u -p -r1.429 listview.c --- dlls/comctl32/listview.c 30 Aug 2005 10:07:17

Re: Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-09-08 Thread Michael Jung
Hello Dimi, On Thursday 08 September 2005 23:37, Phil Krylov wrote: Michael Jung [EMAIL PROTECTED] wrote: Wouldn't it be enough to call notify_click after notify_itemactivate? I've attached a modification of your patch, which does just this. Seems to work fine for me. Probably, but what

Re: wine/dlls/shell32 shresdef.h shres.rc shfldr_u ...

2005-09-07 Thread Michael Jung
, the correct fix for wine would probably be to try to load the given dll via LoadModule, if all other methods fail in PrivateExtractIcon. Unfortunetaly, I don't have time to work on this at the moment, and probably won't have for the next months. Bye, -- Michael Jung [EMAIL PROTECTED]

Need help debugging a memory corruption bug in shfldr_unixfs.c

2005-08-26 Thread Michael Jung
, but to now avail. So my questions are: 1) Can someone give me some advice on how to debug such a problem? 2) Did other people see this bug already? 3) Would valgrind be of help to debug this? Thanks, -- Michael Jung [EMAIL PROTECTED]

Re: Loading resources from wine dlls

2005-08-25 Thread Michael Jung
for an ELF header and then for an enclosed PE header in USER32_GetResourceTable (and then return IMAGE_NT_SIGNATURE and the correct pointer)? Where can I find informations about the format of ELF wrapped PEs? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Loading resources from wine dlls

2005-08-25 Thread Michael Jung
On Thursday 25 August 2005 09:56, Michael Jung wrote: Would it be ok to look for an ELF header and then for an enclosed PE header in USER32_GetResourceTable (and then return IMAGE_NT_SIGNATURE and the correct pointer)? Where can I find informations about the format of ELF wrapped PEs

Loading resources from wine dlls

2005-08-24 Thread Michael Jung
system). Are there any plans on how to fix this? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32: Some tests for FolderShortcut class (3rd try)

2005-08-23 Thread Michael Jung
Hi Alexandre, On Monday 22 August 2005 17:04, Michael Jung wrote: Changelog: Added some tests for CLSID_FolderShortcut objects Are there any further problems with this patch? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: dlls/shell32/pidl.c

2005-08-15 Thread Michael Jung
a pointer to right location in pidl. This means you should not free it. There's still the problem that the shell folder isn't released in failure cases. Sorry, I didn't realize this. Once again I'm impressed that Alexandre always catches those things. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: SHGetPathFromIDList problem

2005-08-13 Thread Michael Jung
. Bye, -- Michael Jung [EMAIL PROTECTED] Index: dlls/shell32/pidl.c === RCS file: /home/wine/wine/dlls/shell32/pidl.c,v retrieving revision 1.133 diff -u -p -r1.133 pidl.c --- dlls/shell32/pidl.c 8 Jul 2005 14:18:32 - 1.133 +++ dlls

Re: compile error in current cvs

2005-08-04 Thread Michael Jung
On Thursday 04 August 2005 18:35, Stefan Leichter wrote: current cvs does not compile for me. Im on SuSE 9.0 This seems to be a missing configure check for the libxml2 development headers. For a quick fix on Debian sarge you can install the libxml2-dev package. Bye, -- Michael Jung [EMAIL

Buttons in window title bar

2005-07-21 Thread Michael Jung
or in MDI applications though)? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Buttons in window title bar

2005-07-21 Thread Michael Jung
select the Wine Marlett font in notepad's font selection dialog. If I type '01r' I get the 'Minimize','Maximize' and 'Close' symbols. Still I only see the 3 rectangles instead of the window title bar buttons. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: HHCTRL.OCX: fix W to A call

2005-07-21 Thread Michael Jung
, but I thought there is a consensus to always use the unicode APIs. There are several occurences in my patches, where I would have prefered to use the ascii APIs (especially in RegQueryValue and the like). Would that be ok? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: unixfs and CP_ACP versus CP_UNIXCP

2005-07-18 Thread Michael Jung
system, CP_UNIXCP is probably more appropriate. See wcstoumbs in ntdll, which uses unix_cptable, set by kernel32, which uses the same table for CP_UNIXCP Thanks for the tip! I'll fix this. Bye, -- Michael Jung [EMAIL PROTECTED]

Redraw problem with comboboxes on tab controls

2005-07-13 Thread Michael Jung
is familiar with the combobox code could have a look at it, that would be nice. Bye, -- Michael Jung [EMAIL PROTECTED] tabs.tar.gz Description: application/tgz

Re: (long) From the front lines: 20050628 release impressions

2005-07-01 Thread Michael Jung
of them. Would be interesting to see what has happened here. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Delays in FileOpen

2005-06-30 Thread Michael Jung
? There was a problem in SHGetPathFromIDList, which caused a delay in the file dialogs. I hope it was fixed with this patch, applied at the 2005/06/25. http://cvs.winehq.org/patch.py?id=18448 Does your local tree already contain this patch? Bye, -- Michael Jung [EMAIL PROTECTED]

unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
be back to the old behaviour: HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\ {9D20AAE8-0625-44B0-9CA7-71889C2254D9} This will also help you to figure out if a problem is due to unixfs. If you do 'regsvr32 shell32' again, the key will be re-created. Bye, -- Michael Jung

Re: unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
'. So for a fresh install, you will end up with unixfs. But if you already have a '.wine' directory and want unixfs to be registered, you'll have to do it by hand. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
to select files, which are accessible by wine. The unix directories, which are not accessible, are much like the MyComputer folder in that they don't map to a windows filesystem location. Bye, -- Michael Jung [EMAIL PROTECTED]

Where to map the unixfs extension

2005-06-27 Thread Michael Jung
would'nt see the drives until he does so. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32: Implement SHGetPathFromIDList based on GetDisplayNameOf

2005-06-24 Thread Michael Jung
, -- Michael Jung [EMAIL PROTECTED]

loop in SHGetPathFromIDList

2005-06-24 Thread Michael Jung
will investigate this further over the weekend. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: winecfg's registry convience functions

2005-06-23 Thread Michael Jung
Hi, On Wednesday 22 June 2005 13:26, Michael Jung wrote: On Wednesday 22 June 2005 13:08, Mike Hearn wrote: One thing we might want to look into is integrating with the GNOME/GTK+ file roots. In the new file picker, it hides the UNIX by default and you have multiple roots like DVD Drive

Re: shell32: Implement SHGetPathFromIDList based on GetDisplayNameOf

2005-06-23 Thread Michael Jung
problems with it up to now. Would be cool if I could have a look at the code to find the problem. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: winecfg's registry convience functions

2005-06-22 Thread Michael Jung
On Tuesday 21 June 2005 22:21, Mike Hearn wrote: On Mon, 20 Jun 2005 20:46:00 +0200, Michael Jung wrote: My question is: Am I doomed to implement the caching on my own for this key, should I generalize the helper functions, or do you think this configuration option should'nt be in winecfg

Re: [shell32] Load file context menu from resources (try 3)

2005-06-22 Thread Michael Jung
the correct behaviour on windows. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: winecfg's registry convience functions

2005-06-22 Thread Michael Jung
. So we would have multiple instances of the MyDocuments shell folder with different names (like Home, DVD Drive, ...) and different target directories (like /home/foobar or /cdrom), configured with winecfg (or perhaps read from the gnome config). Bye, -- Michael Jung [EMAIL PROTECTED]

winecfg's registry convience functions

2005-06-20 Thread Michael Jung
generalize the helper functions, or do you think this configuration option should'nt be in winecfg at all? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: unixfs: cache canonicalized unix paths corresponding to dos devices

2005-06-16 Thread Michael Jung
caching scheme, but if you don't like the current one, I'll give it some more thought. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: unixfs: cache canonicalized unix paths corresponding to dos devices

2005-06-16 Thread Michael Jung
On Thursday 16 June 2005 23:11, Dimi Paun wrote: Can't we just invalidate the cache if we notice things have changed? Yes, that should'nt be too hard. Would that be ok, Alexandre? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: tester needed

2005-06-14 Thread Michael Jung
Enterprise Edition. No mentioning of a service pack. So I guess, sp1 is not installed. If you want me to, I can run the test (I do have a normal user account only, though). Bye, -- Michael Jung [EMAIL PROTECTED]

Re: shell32: BindToObject should fail, if called with empty pidl

2005-06-06 Thread Michael Jung
Hi Uwe, On Monday 06 June 2005 10:59, Uwe Bonnes wrote: Can you perhaps provide a testcase? I pays off the long term... A testcase is included in the patch. Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-30 Thread Michael Jung
restricted to shfldr_unixfs? Do you think those could be sent as a separate patch already? That would be sweet. Bye, -- Michael Jung [EMAIL PROTECTED]

CRYPTPROTECT_LOCAL_MACHINE in CryptProtectData

2005-05-30 Thread Michael Jung
. On possible implementation would be to derive the key from the computer name (GetComputerName) instead of from the user's login name, if the flag is set. Would you mind implementing something like this? Bye, -- Michael Jung [EMAIL PROTECTED]

Re: Optionally map the unix filesystem instead of drive letters into the shell namespace

2005-05-27 Thread Michael Jung
attached the diff file for the rest of the changes that's on the core libraries. I'm not the one to judge, but in my opinion this is pretty heavy weight. Ciao, -- Michael Jung [EMAIL PROTECTED]

Re: Write problem with MS Office 2003

2005-05-26 Thread Michael Jung
is attached for reference. Applies fine for me in the top level wine directory with patch -p0 shell32.diff Bye, -- Michael Jung [EMAIL PROTECTED]

IShellFolder::GetDisplayNameOf vs. SHGetPathFromIDList

2005-05-26 Thread Michael Jung
into wine's test framework (or am I wrong?). Could you (or anybody on wine-devel) give me a hint? Thanks, -- Michael Jung [EMAIL PROTECTED]

  1   2   >