wine
20 years agoRegister Shell Drag and Drop Helper.
Steven Edwards [Wed, 13 Apr 2005 11:07:49 +0000 (11:07 +0000)] 
Register Shell Drag and Drop Helper.

20 years agoSwedish translation.
Andreas Bjerkeholt [Wed, 13 Apr 2005 11:04:49 +0000 (11:04 +0000)] 
Swedish translation.

20 years agoPartially implement CreateProcessAsUser.
Steven Edwards [Wed, 13 Apr 2005 11:02:59 +0000 (11:02 +0000)] 
Partially implement CreateProcessAsUser.

20 years agoImplemented the UnixFolder's IShellFolder2::CompareIDs method.
Michael Jung [Wed, 13 Apr 2005 11:01:10 +0000 (11:01 +0000)] 
Implemented the UnixFolder's IShellFolder2::CompareIDs method.

20 years agoImplemented VarIdiv.
Daniel Remenak [Wed, 13 Apr 2005 10:59:25 +0000 (10:59 +0000)] 
Implemented VarIdiv.

20 years ago- Fix scaling when converting MF -> EMF.
Robert Shearman [Wed, 13 Apr 2005 10:57:59 +0000 (10:57 +0000)] 
- Fix scaling when converting MF -> EMF.
- Tests for conversions (although not for the above bug).

20 years agoBetter icon handling for some special folders.
Huw Davies [Tue, 12 Apr 2005 12:00:40 +0000 (12:00 +0000)] 
Better icon handling for some special folders.
Identify and add defines for a bunch of shell icons.

20 years agoStore a pointer to the currently selected phys bitmap in the device
Alexandre Julliard [Tue, 12 Apr 2005 11:59:48 +0000 (11:59 +0000)] 
Store a pointer to the currently selected phys bitmap in the device
structure. Create a phys bitmap for the default stock bitmap too.

20 years agoAdded typedef for DEVICE_POWER_STATE.
Ivan Leo Puoti [Tue, 12 Apr 2005 11:58:43 +0000 (11:58 +0000)] 
Added typedef for DEVICE_POWER_STATE.

20 years agoImplemented enough of IShellFolder2 to make UnixFolder work within the
Michael Jung [Tue, 12 Apr 2005 11:58:05 +0000 (11:58 +0000)] 
Implemented enough of IShellFolder2 to make UnixFolder work within the
open/save-dialogs.

20 years agoStub implementation of IOleObject and IOleDocument.
Jacek Caban [Tue, 12 Apr 2005 11:57:51 +0000 (11:57 +0000)] 
Stub implementation of IOleObject and IOleDocument.

20 years agoStore the bitmap handle in the phys bitmap structure, and avoid a few
Alexandre Julliard [Tue, 12 Apr 2005 10:17:55 +0000 (10:17 +0000)] 
Store the bitmap handle in the phys bitmap structure, and avoid a few
more GDI_GetObjPtr calls.

20 years agoIf ICommDlgBrowser_OnDefaultCommand returns anything other than S_OK
Huw Davies [Tue, 12 Apr 2005 10:16:35 +0000 (10:16 +0000)] 
If ICommDlgBrowser_OnDefaultCommand returns anything other than S_OK
then we should call the default handler.

20 years agoUse ES_AUTOHSCROLL for edit box.
Robert Shearman [Tue, 12 Apr 2005 10:16:23 +0000 (10:16 +0000)] 
Use ES_AUTOHSCROLL for edit box.

20 years agoReturn DISP_E_DIVBYZERO instead of crashing when asked to divide a
Daniel Remenak [Tue, 12 Apr 2005 10:15:56 +0000 (10:15 +0000)] 
Return DISP_E_DIVBYZERO instead of crashing when asked to divide a
variant by zero.

20 years agoUse Unicode string result from GetDisplayNameOf if it isn't
Juan Lang [Tue, 12 Apr 2005 10:15:29 +0000 (10:15 +0000)] 
Use Unicode string result from GetDisplayNameOf if it isn't
representable using ANSI.

20 years agoLog missing environment vars for easier debugging.
Juan Lang [Tue, 12 Apr 2005 10:15:09 +0000 (10:15 +0000)] 
Log missing environment vars for easier debugging.

20 years agoStub out DRVM_MAPPER_RECONFIGURE support.
Robert Reif [Tue, 12 Apr 2005 10:14:57 +0000 (10:14 +0000)] 
Stub out DRVM_MAPPER_RECONFIGURE support.

20 years agoStore the pixmap depth and the DIBSECTION pointer in the phys bitmap
Alexandre Julliard [Mon, 11 Apr 2005 18:54:30 +0000 (18:54 +0000)] 
Store the pixmap depth and the DIBSECTION pointer in the phys bitmap
structure. Avoid a few GDI_GetObjPtr calls.

20 years agoAdd new powrprof.h header.
Alexandre Julliard [Mon, 11 Apr 2005 18:51:17 +0000 (18:51 +0000)] 
Add new powrprof.h header.

20 years agoReturn an error instead of crashing later on a divide by zero
Robert Shearman [Mon, 11 Apr 2005 18:50:58 +0000 (18:50 +0000)] 
Return an error instead of crashing later on a divide by zero
exception when an alignment of 0 is specified.

20 years ago- add write support to IPropertyStorage, with tests
Juan Lang [Mon, 11 Apr 2005 18:50:45 +0000 (18:50 +0000)] 
- add write support to IPropertyStorage, with tests
- misc. cleanups the tests turned up

20 years agoAdd some missing SFGAO_ defines and fix SFGAO_GHOSTED.
Huw Davies [Mon, 11 Apr 2005 18:50:15 +0000 (18:50 +0000)] 
Add some missing SFGAO_ defines and fix SFGAO_GHOSTED.

20 years agoDirectory items should have the SFGOA_FILESYSANCESTOR attribute.
Huw Davies [Mon, 11 Apr 2005 18:50:01 +0000 (18:50 +0000)] 
Directory items should have the SFGOA_FILESYSANCESTOR attribute.
Add a test for this and cleanup the shlfolder test a bit.

20 years agoDon't reference c:\windows directly.
Vincent Béron [Mon, 11 Apr 2005 18:49:40 +0000 (18:49 +0000)] 
Don't reference c:\windows directly.

20 years agoRegister control\class\{GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR}.
Juan Lang [Mon, 11 Apr 2005 18:49:28 +0000 (18:49 +0000)] 
Register control\class\{GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR}.

20 years agoAdded function/enum/structs for power management API.
Benjamin Cutler [Mon, 11 Apr 2005 18:49:10 +0000 (18:49 +0000)] 
Added function/enum/structs for power management API.

20 years agoStub implementation od IPersist, IPersistMoniker, IPersistFile,
Jacek Caban [Mon, 11 Apr 2005 16:11:52 +0000 (16:11 +0000)] 
Stub implementation od IPersist, IPersistMoniker, IPersistFile,
IMonikerProp.

20 years agoCalculate the size of the next mailslot message correctly.
Mike McCormack [Mon, 11 Apr 2005 16:11:32 +0000 (16:11 +0000)] 
Calculate the size of the next mailslot message correctly.

20 years agoEnsure A->W version of InternetCrackURL passes correct length values,
Jason Edmeades [Mon, 11 Apr 2005 16:10:50 +0000 (16:10 +0000)] 
Ensure A->W version of InternetCrackURL passes correct length values,
and associated tests.

20 years agoAvoid using ver.h in favor of winver.h.
Steven Edwards [Mon, 11 Apr 2005 16:10:33 +0000 (16:10 +0000)] 
Avoid using ver.h in favor of winver.h.

20 years agoUse the same maximum length for tags given on the command line and
Ferenc Wagner [Mon, 11 Apr 2005 16:10:01 +0000 (16:10 +0000)] 
Use the same maximum length for tags given on the command line and
tags entered in the GUI.

20 years agoAdd traces, add unit tests for IPropertyStorage, and fix the problems
Juan Lang [Mon, 11 Apr 2005 14:30:24 +0000 (14:30 +0000)] 
Add traces, add unit tests for IPropertyStorage, and fix the problems
they caught.

20 years ago- set size required correctly for all supported options
Juan Lang [Mon, 11 Apr 2005 14:26:18 +0000 (14:26 +0000)] 
- set size required correctly for all supported options
- tidy up a few lines of indenting in INET_QueryOptionHelper
- implement querying INTERNET_OPTION_PROXY

20 years agoCorrectly lock and unlock surface for a single-surface Blt() and
Matthew Mastracci [Mon, 11 Apr 2005 14:26:00 +0000 (14:26 +0000)] 
Correctly lock and unlock surface for a single-surface Blt() and
BltFast() call.

20 years agoImplement GetNamedSecurityInfo.
Hans Leidekker [Mon, 11 Apr 2005 14:25:41 +0000 (14:25 +0000)] 
Implement GetNamedSecurityInfo.

20 years agoFix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero x-offset
Rein Klazes [Mon, 11 Apr 2005 14:25:26 +0000 (14:25 +0000)] 
Fix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero x-offset
(argument left) is specified.

20 years agoSync to the latest opengl specs.
Tom Wickline [Mon, 11 Apr 2005 14:24:27 +0000 (14:24 +0000)] 
Sync to the latest opengl specs.

20 years agoAdded mousewheel support.
Hannu Valtonen [Mon, 11 Apr 2005 14:22:21 +0000 (14:22 +0000)] 
Added mousewheel support.

20 years agoFlags should be or-ed.
Paul Vriens [Mon, 11 Apr 2005 14:21:33 +0000 (14:21 +0000)] 
Flags should be or-ed.

20 years agoTab unicodification.
Dimitrie O. Paun [Mon, 11 Apr 2005 14:21:15 +0000 (14:21 +0000)] 
Tab unicodification.

20 years agoMonthCal unicodification.
Dimitrie O. Paun [Mon, 11 Apr 2005 14:21:00 +0000 (14:21 +0000)] 
MonthCal unicodification.

20 years agoMove mailslot set and query info implementation to ntdll.
Mike McCormack [Mon, 11 Apr 2005 14:20:49 +0000 (14:20 +0000)] 
Move mailslot set and query info implementation to ntdll.

20 years agoFix the icon resource ids (most were off by one).
Huw Davies [Mon, 11 Apr 2005 13:04:41 +0000 (13:04 +0000)] 
Fix the icon resource ids (most were off by one).
Fix IExtractIcon_{GetIconLocation,Extract} to use -ve icon resource
ids and fix bugs relating to confusion between resource ids and the
system imagelist indicies.
Extend the system imagelist initialization hack to load both +ve and
-ve resource ids.
Add a printer icon (that'll be used by an upcoming printer folder
patch).

20 years agoSpanish translations updated.
José Manuel Ferrer Ortiz [Mon, 11 Apr 2005 13:01:46 +0000 (13:01 +0000)] 
Spanish translations updated.

20 years agoAdded missing OleDraw() declaration.
Michael Lin [Mon, 11 Apr 2005 13:00:41 +0000 (13:00 +0000)] 
Added missing OleDraw() declaration.

20 years agoMake static some functions used only in a single file.
Vincent Béron [Mon, 11 Apr 2005 13:00:28 +0000 (13:00 +0000)] 
Make static some functions used only in a single file.

20 years agoInitialize primary buffer on open.
Robert Reif [Mon, 11 Apr 2005 13:00:00 +0000 (13:00 +0000)] 
Initialize primary buffer on open.

20 years agoImplement SetupDiClassNameFromGuidExA.
Juan Lang [Mon, 11 Apr 2005 12:59:45 +0000 (12:59 +0000)] 
Implement SetupDiClassNameFromGuidExA.

20 years agoAdd a few missing declarations.
Juan Lang [Mon, 11 Apr 2005 12:59:25 +0000 (12:59 +0000)] 
Add a few missing declarations.

20 years agoRemoved inclusion of process.h (not needed and breaks with gcc4).
Marcus Meissner [Mon, 11 Apr 2005 12:59:17 +0000 (12:59 +0000)] 
Removed inclusion of process.h (not needed and breaks with gcc4).

20 years agoAdd stub for FaultInIEFeature.
Mike McCormack [Mon, 11 Apr 2005 12:58:58 +0000 (12:58 +0000)] 
Add stub for FaultInIEFeature.

20 years agoAdd uCLSSPEC, CSPLATFORM and QUERYCONTEXT structures.
Mike McCormack [Mon, 11 Apr 2005 12:58:44 +0000 (12:58 +0000)] 
Add uCLSSPEC, CSPLATFORM and QUERYCONTEXT structures.

20 years agoAudit the code against Comctl32.dll version 6.0.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:58:30 +0000 (12:58 +0000)] 
Audit the code against Comctl32.dll version 6.0.
Handle notification and styles as in the other controls.
Maintain the const for strings throughout parsing.

20 years agoRemove reference to nonexistant strmif.h.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:58:13 +0000 (12:58 +0000)] 
Remove reference to nonexistant strmif.h.

20 years agoClear systemtime struct so we don't return garbage in uninitialized
Ulrich Czekalla [Mon, 11 Apr 2005 12:57:57 +0000 (12:57 +0000)] 
Clear systemtime struct so we don't return garbage in uninitialized
fields.

20 years agoFix a typo in uninstaller's english appname.
Hannu Valtonen [Mon, 11 Apr 2005 12:57:32 +0000 (12:57 +0000)] 
Fix a typo in uninstaller's english appname.

20 years agoRun msi files with msiexec.
Hannu Valtonen [Mon, 11 Apr 2005 12:57:26 +0000 (12:57 +0000)] 
Run msi files with msiexec.
Change Control Panel\Desktop to correct case.

20 years agoFix array index crash in buidling GDI palette from logical palette.
Glenn Wurster [Mon, 11 Apr 2005 12:57:10 +0000 (12:57 +0000)] 
Fix array index crash in buidling GDI palette from logical palette.

20 years agoMake crypt functions more robust in case of incorrect api usage.
Michael Jung [Mon, 11 Apr 2005 12:55:36 +0000 (12:55 +0000)] 
Make crypt functions more robust in case of incorrect api usage.

20 years agoFix potential region leak.
Raphael Junqueira [Mon, 11 Apr 2005 12:54:53 +0000 (12:54 +0000)] 
Fix potential region leak.

20 years agoCreate the 'Test' value in a temporary subkey to avoid conflicts
James Hawkins [Mon, 11 Apr 2005 12:52:32 +0000 (12:52 +0000)] 
Create the 'Test' value in a temporary subkey to avoid conflicts
between tests.

20 years agoAdded cryptdll/ and stdole32.tlb/.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:52:20 +0000 (12:52 +0000)] 
Added cryptdll/ and stdole32.tlb/.

20 years agoRemove nonstandard type LPLPVOID.
James Hawkins [Mon, 11 Apr 2005 12:52:00 +0000 (12:52 +0000)] 
Remove nonstandard type LPLPVOID.

20 years agoMore notes about the inner workings of DCOM.
Mike Hearn [Mon, 11 Apr 2005 12:51:36 +0000 (12:51 +0000)] 
More notes about the inner workings of DCOM.

20 years agoCreate the GL texture id at texture-binding time.
Lionel Ulmer [Mon, 11 Apr 2005 12:51:22 +0000 (12:51 +0000)] 
Create the GL texture id at texture-binding time.

20 years ago- EM_CANPASTE implemented
Krzysztof Foltman [Mon, 11 Apr 2005 12:50:48 +0000 (12:50 +0000)] 
- EM_CANPASTE implemented
- updated TODO list (including list of (un)implemented messages)
- fixed WM_PASTE (the previous version might not close the clipboard
  if it didn't contain a usable format)
- scrollbar operations (like clicking on arrows) should update
  scrollbar's current position

20 years agoFix a typo in a comment.
Vincent Béron [Mon, 11 Apr 2005 12:50:19 +0000 (12:50 +0000)] 
Fix a typo in a comment.

20 years agoCleanup the API docs. Few indentation/formatting fixes.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:50:01 +0000 (12:50 +0000)] 
Cleanup the API docs. Few indentation/formatting fixes.

20 years agoChanged regression test to make sure position is correctly checked
Robert Reif [Mon, 11 Apr 2005 12:49:22 +0000 (12:49 +0000)] 
Changed regression test to make sure position is correctly checked
when a different type is returned.
Added Jeremy White's WAVE_FORMAT_DIRECT/WAVE_MAPPER fix.
Added waveInGetPosition checks.

20 years agoCorrectly handle where waveOutGetPosition changes timepos.wType
Robert Reif [Mon, 11 Apr 2005 12:49:04 +0000 (12:49 +0000)] 
Correctly handle where waveOutGetPosition changes timepos.wType
because the requested type is not supported.
Added Jeremy White's waveOutGetPosition fix to waveInGetPosition.

20 years agoOnly do unicode conversion in HTML Help control when filename is
Mike Hearn [Mon, 11 Apr 2005 12:47:40 +0000 (12:47 +0000)] 
Only do unicode conversion in HTML Help control when filename is
specified.

20 years agoLoad and display bitmaps in the dialogs.
Mike McCormack [Mon, 11 Apr 2005 12:47:20 +0000 (12:47 +0000)] 
Load and display bitmaps in the dialogs.

20 years agoIn ScrollWindowEx, if the window already has an update region then add
Rein Klazes [Mon, 11 Apr 2005 12:47:01 +0000 (12:47 +0000)] 
In ScrollWindowEx, if the window already has an update region then add
this to hrgnUpdate. With a conformance test.

20 years agoSilence some signedness warnings.
Ferenc Wagner [Mon, 11 Apr 2005 12:46:28 +0000 (12:46 +0000)] 
Silence some signedness warnings.

20 years agoIntroduced an X_PHYSBITMAP structure to allow storing more x11drv
Alexandre Julliard [Thu, 31 Mar 2005 19:13:03 +0000 (19:13 +0000)] 
Introduced an X_PHYSBITMAP structure to allow storing more x11drv
information about a bitmap than just the pixmap id.

20 years agoFix some incorrect uses of the ok macro where the result depends on
Rein Klazes [Thu, 31 Mar 2005 19:07:08 +0000 (19:07 +0000)] 
Fix some incorrect uses of the ok macro where the result depends on
the evaluation order of its arguments.

20 years agoImplement and test _chsize.
Hans Leidekker [Thu, 31 Mar 2005 19:06:10 +0000 (19:06 +0000)] 
Implement and test _chsize.

20 years agoAvoid directly accessing the BITMAPOBJ structure.
Alexandre Julliard [Thu, 31 Mar 2005 19:05:48 +0000 (19:05 +0000)] 
Avoid directly accessing the BITMAPOBJ structure.

20 years agoRemoved the no longer needed X11DRV_get_client_area_offset function.
Alexandre Julliard [Thu, 31 Mar 2005 15:44:20 +0000 (15:44 +0000)] 
Removed the no longer needed X11DRV_get_client_area_offset function.

20 years agoReturn the coordinates information needed to setup the DC parameters
Alexandre Julliard [Thu, 31 Mar 2005 15:36:57 +0000 (15:36 +0000)] 
Return the coordinates information needed to setup the DC parameters
in the get_visible_region request instead of requiring the client to
compute it again.

20 years agoIf ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead
Rein Klazes [Thu, 31 Mar 2005 15:30:25 +0000 (15:30 +0000)] 
If ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead
calculate DCX_CLIPSIBLINGS, DCX_PARENTCLIP and DCX_CLIPCHILDREN. The
DCX_CLIPCHILDREN is not used when ScrollWindowEx is called with a
SW_SCROLLCHILDREN flag. With a couple of regression tests.

20 years agoFix a copy&paste bug in get_buffer_pe.
Rein Klazes [Thu, 31 Mar 2005 15:28:54 +0000 (15:28 +0000)] 
Fix a copy&paste bug in get_buffer_pe.

20 years agoEliminate forward declarations, make functions static.
Mike McCormack [Thu, 31 Mar 2005 15:26:30 +0000 (15:26 +0000)] 
Eliminate forward declarations, make functions static.

20 years agoAsk for a tag if one was not given on the command line.
Ferenc Wagner [Thu, 31 Mar 2005 15:22:41 +0000 (15:22 +0000)] 
Ask for a tag if one was not given on the command line.

20 years agoAdded support for the DC meta region.
Alexandre Julliard [Thu, 31 Mar 2005 10:19:40 +0000 (10:19 +0000)] 
Added support for the DC meta region.

20 years agoStub implementation of HTMLDocument2 interface.
Jacek Caban [Thu, 31 Mar 2005 10:08:02 +0000 (10:08 +0000)] 
Stub implementation of HTMLDocument2 interface.

20 years agoUse textlen instead of len.
Paul Vriens [Thu, 31 Mar 2005 10:07:26 +0000 (10:07 +0000)] 
Use textlen instead of len.
Use textheight as the return value of DrawTextA.

20 years agoFix GetFileSecurityA test on Win98.
Stefan Leichter [Thu, 31 Mar 2005 10:07:11 +0000 (10:07 +0000)] 
Fix GetFileSecurityA test on Win98.

20 years agoDon't stop looking for devices if one can't be opened.
Paul van Schayck [Thu, 31 Mar 2005 10:07:02 +0000 (10:07 +0000)] 
Don't stop looking for devices if one can't be opened.

20 years agoSet the registry keys under HCU\Software\Microsoft\Windows
Huw Davies [Thu, 31 Mar 2005 10:06:46 +0000 (10:06 +0000)] 
Set the registry keys under HCU\Software\Microsoft\Windows
NT\CurrentVersion to mimic the win.ini values.

20 years agoFix up PIDL dumping code.
Mike McCormack [Thu, 31 Mar 2005 10:05:59 +0000 (10:05 +0000)] 
Fix up PIDL dumping code.

20 years agoJapanese 106 Keyboard fix.
Aric Cyr [Thu, 31 Mar 2005 10:05:48 +0000 (10:05 +0000)] 
Japanese 106 Keyboard fix.

20 years agoImplement mailslots.
Mike McCormack [Wed, 30 Mar 2005 19:02:15 +0000 (19:02 +0000)] 
Implement mailslots.

20 years ago- Make GetSystemMenu respect CS_NOCLOSE.
Dmitry Timoshkov [Wed, 30 Mar 2005 18:59:27 +0000 (18:59 +0000)] 
- Make GetSystemMenu respect CS_NOCLOSE.
- EnableMenuItem should not generate WM_WINDOWPOSCHANGING message.
- Make nonclient code check for presence of SC_CLOSE, not CS_NOCLOSE
  window class style.
- Add a test case.

20 years agoRemoved the incomplete signature checking code.
Michael Jung [Wed, 30 Mar 2005 18:56:41 +0000 (18:56 +0000)] 
Removed the incomplete signature checking code.

20 years agoThe update region passed in WM_NCPAINT and the clipping region passed
Alexandre Julliard [Wed, 30 Mar 2005 17:11:46 +0000 (17:11 +0000)] 
The update region passed in WM_NCPAINT and the clipping region passed
to GetDCEx have to be in screen coordinates.

20 years agoAssorted spelling fixes.
Francois Gouget [Wed, 30 Mar 2005 17:08:31 +0000 (17:08 +0000)] 
Assorted spelling fixes.

20 years agoAdded IMonikerProp and IInternetPriority interfaces.
Jacek Caban [Wed, 30 Mar 2005 17:05:22 +0000 (17:05 +0000)] 
Added IMonikerProp and IInternetPriority interfaces.

20 years agoAdded some definitions.
Jacek Caban [Wed, 30 Mar 2005 17:05:12 +0000 (17:05 +0000)] 
Added some definitions.