Steven Edwards [Wed, 13 Apr 2005 11:07:49 +0000 (11:07 +0000)]
Register Shell Drag and Drop Helper.
Andreas Bjerkeholt [Wed, 13 Apr 2005 11:04:49 +0000 (11:04 +0000)]
Swedish translation.
Steven Edwards [Wed, 13 Apr 2005 11:02:59 +0000 (11:02 +0000)]
Partially implement CreateProcessAsUser.
Michael Jung [Wed, 13 Apr 2005 11:01:10 +0000 (11:01 +0000)]
Implemented the UnixFolder's IShellFolder2::CompareIDs method.
Daniel Remenak [Wed, 13 Apr 2005 10:59:25 +0000 (10:59 +0000)]
Implemented VarIdiv.
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).
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.
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.
Ivan Leo Puoti [Tue, 12 Apr 2005 11:58:43 +0000 (11:58 +0000)]
Added typedef for DEVICE_POWER_STATE.
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.
Jacek Caban [Tue, 12 Apr 2005 11:57:51 +0000 (11:57 +0000)]
Stub implementation of IOleObject and IOleDocument.
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.
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.
Robert Shearman [Tue, 12 Apr 2005 10:16:23 +0000 (10:16 +0000)]
Use ES_AUTOHSCROLL for edit box.
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.
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.
Juan Lang [Tue, 12 Apr 2005 10:15:09 +0000 (10:15 +0000)]
Log missing environment vars for easier debugging.
Robert Reif [Tue, 12 Apr 2005 10:14:57 +0000 (10:14 +0000)]
Stub out DRVM_MAPPER_RECONFIGURE support.
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.
Alexandre Julliard [Mon, 11 Apr 2005 18:51:17 +0000 (18:51 +0000)]
Add new powrprof.h header.
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.
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
Huw Davies [Mon, 11 Apr 2005 18:50:15 +0000 (18:50 +0000)]
Add some missing SFGAO_ defines and fix SFGAO_GHOSTED.
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.
Vincent Béron [Mon, 11 Apr 2005 18:49:40 +0000 (18:49 +0000)]
Don't reference c:\windows directly.
Juan Lang [Mon, 11 Apr 2005 18:49:28 +0000 (18:49 +0000)]
Register control\class\{GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR}.
Benjamin Cutler [Mon, 11 Apr 2005 18:49:10 +0000 (18:49 +0000)]
Added function/enum/structs for power management API.
Jacek Caban [Mon, 11 Apr 2005 16:11:52 +0000 (16:11 +0000)]
Stub implementation od IPersist, IPersistMoniker, IPersistFile,
IMonikerProp.
Mike McCormack [Mon, 11 Apr 2005 16:11:32 +0000 (16:11 +0000)]
Calculate the size of the next mailslot message correctly.
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.
Steven Edwards [Mon, 11 Apr 2005 16:10:33 +0000 (16:10 +0000)]
Avoid using ver.h in favor of winver.h.
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.
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.
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
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.
Hans Leidekker [Mon, 11 Apr 2005 14:25:41 +0000 (14:25 +0000)]
Implement GetNamedSecurityInfo.
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.
Tom Wickline [Mon, 11 Apr 2005 14:24:27 +0000 (14:24 +0000)]
Sync to the latest opengl specs.
Hannu Valtonen [Mon, 11 Apr 2005 14:22:21 +0000 (14:22 +0000)]
Added mousewheel support.
Paul Vriens [Mon, 11 Apr 2005 14:21:33 +0000 (14:21 +0000)]
Flags should be or-ed.
Dimitrie O. Paun [Mon, 11 Apr 2005 14:21:15 +0000 (14:21 +0000)]
Tab unicodification.
Dimitrie O. Paun [Mon, 11 Apr 2005 14:21:00 +0000 (14:21 +0000)]
MonthCal unicodification.
Mike McCormack [Mon, 11 Apr 2005 14:20:49 +0000 (14:20 +0000)]
Move mailslot set and query info implementation to ntdll.
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).
José Manuel Ferrer Ortiz [Mon, 11 Apr 2005 13:01:46 +0000 (13:01 +0000)]
Spanish translations updated.
Michael Lin [Mon, 11 Apr 2005 13:00:41 +0000 (13:00 +0000)]
Added missing OleDraw() declaration.
Vincent Béron [Mon, 11 Apr 2005 13:00:28 +0000 (13:00 +0000)]
Make static some functions used only in a single file.
Robert Reif [Mon, 11 Apr 2005 13:00:00 +0000 (13:00 +0000)]
Initialize primary buffer on open.
Juan Lang [Mon, 11 Apr 2005 12:59:45 +0000 (12:59 +0000)]
Implement SetupDiClassNameFromGuidExA.
Juan Lang [Mon, 11 Apr 2005 12:59:25 +0000 (12:59 +0000)]
Add a few missing declarations.
Marcus Meissner [Mon, 11 Apr 2005 12:59:17 +0000 (12:59 +0000)]
Removed inclusion of process.h (not needed and breaks with gcc4).
Mike McCormack [Mon, 11 Apr 2005 12:58:58 +0000 (12:58 +0000)]
Add stub for FaultInIEFeature.
Mike McCormack [Mon, 11 Apr 2005 12:58:44 +0000 (12:58 +0000)]
Add uCLSSPEC, CSPLATFORM and QUERYCONTEXT structures.
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.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:58:13 +0000 (12:58 +0000)]
Remove reference to nonexistant strmif.h.
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.
Hannu Valtonen [Mon, 11 Apr 2005 12:57:32 +0000 (12:57 +0000)]
Fix a typo in uninstaller's english appname.
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.
Glenn Wurster [Mon, 11 Apr 2005 12:57:10 +0000 (12:57 +0000)]
Fix array index crash in buidling GDI palette from logical palette.
Michael Jung [Mon, 11 Apr 2005 12:55:36 +0000 (12:55 +0000)]
Make crypt functions more robust in case of incorrect api usage.
Raphael Junqueira [Mon, 11 Apr 2005 12:54:53 +0000 (12:54 +0000)]
Fix potential region leak.
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.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:52:20 +0000 (12:52 +0000)]
Added cryptdll/ and stdole32.tlb/.
James Hawkins [Mon, 11 Apr 2005 12:52:00 +0000 (12:52 +0000)]
Remove nonstandard type LPLPVOID.
Mike Hearn [Mon, 11 Apr 2005 12:51:36 +0000 (12:51 +0000)]
More notes about the inner workings of DCOM.
Lionel Ulmer [Mon, 11 Apr 2005 12:51:22 +0000 (12:51 +0000)]
Create the GL texture id at texture-binding time.
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
Vincent Béron [Mon, 11 Apr 2005 12:50:19 +0000 (12:50 +0000)]
Fix a typo in a comment.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:50:01 +0000 (12:50 +0000)]
Cleanup the API docs. Few indentation/formatting fixes.
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.
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.
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.
Mike McCormack [Mon, 11 Apr 2005 12:47:20 +0000 (12:47 +0000)]
Load and display bitmaps in the dialogs.
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.
Ferenc Wagner [Mon, 11 Apr 2005 12:46:28 +0000 (12:46 +0000)]
Silence some signedness warnings.
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.
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.
Hans Leidekker [Thu, 31 Mar 2005 19:06:10 +0000 (19:06 +0000)]
Implement and test _chsize.
Alexandre Julliard [Thu, 31 Mar 2005 19:05:48 +0000 (19:05 +0000)]
Avoid directly accessing the BITMAPOBJ structure.
Alexandre Julliard [Thu, 31 Mar 2005 15:44:20 +0000 (15:44 +0000)]
Removed the no longer needed X11DRV_get_client_area_offset function.
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.
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.
Rein Klazes [Thu, 31 Mar 2005 15:28:54 +0000 (15:28 +0000)]
Fix a copy&paste bug in get_buffer_pe.
Mike McCormack [Thu, 31 Mar 2005 15:26:30 +0000 (15:26 +0000)]
Eliminate forward declarations, make functions static.
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.
Alexandre Julliard [Thu, 31 Mar 2005 10:19:40 +0000 (10:19 +0000)]
Added support for the DC meta region.
Jacek Caban [Thu, 31 Mar 2005 10:08:02 +0000 (10:08 +0000)]
Stub implementation of HTMLDocument2 interface.
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.
Stefan Leichter [Thu, 31 Mar 2005 10:07:11 +0000 (10:07 +0000)]
Fix GetFileSecurityA test on Win98.
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.
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.
Mike McCormack [Thu, 31 Mar 2005 10:05:59 +0000 (10:05 +0000)]
Fix up PIDL dumping code.
Aric Cyr [Thu, 31 Mar 2005 10:05:48 +0000 (10:05 +0000)]
Japanese 106 Keyboard fix.
Mike McCormack [Wed, 30 Mar 2005 19:02:15 +0000 (19:02 +0000)]
Implement mailslots.
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.
Michael Jung [Wed, 30 Mar 2005 18:56:41 +0000 (18:56 +0000)]
Removed the incomplete signature checking code.
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.
Francois Gouget [Wed, 30 Mar 2005 17:08:31 +0000 (17:08 +0000)]
Assorted spelling fixes.
Jacek Caban [Wed, 30 Mar 2005 17:05:22 +0000 (17:05 +0000)]
Added IMonikerProp and IInternetPriority interfaces.
Jacek Caban [Wed, 30 Mar 2005 17:05:12 +0000 (17:05 +0000)]
Added some definitions.