Juan Lang [Fri, 15 Apr 2005 14:09:27 +0000 (14:09 +0000)]
Add proxy/stub options to widl man page.
Juan Lang [Fri, 15 Apr 2005 14:09:18 +0000 (14:09 +0000)]
Implement FmtIdToPropStgName & PropStgNameToFmtId, with tests.
Robert Shearman [Fri, 15 Apr 2005 14:09:05 +0000 (14:09 +0000)]
Fix TB_GETBUTTONSIZE to return the correct width/height for no
buttons.
Robert Shearman [Fri, 15 Apr 2005 14:08:39 +0000 (14:08 +0000)]
- Use SetWindowPos to move the buddy window into position instead of
destroying it and recreating it at the new position.
- Clear the background in WM_VSCROLL to avoid problems with
antialiased text drawing on top of itself multiple times.
Mike McCormack [Fri, 15 Apr 2005 14:08:18 +0000 (14:08 +0000)]
Add prototypes for some Gdi* functions.
Dimitrie O. Paun [Thu, 14 Apr 2005 13:58:45 +0000 (13:58 +0000)]
Keep track of WS_DISABLED explicitely, as it doesn't generate a
WM_STYLECHANGED message.
Dimitrie O. Paun [Thu, 14 Apr 2005 13:58:25 +0000 (13:58 +0000)]
Add support for LVN_ODSTATECHANGED.
Minor typo fixes.
Mike McCormack [Thu, 14 Apr 2005 13:57:55 +0000 (13:57 +0000)]
Implement GdiIs*DC functions.
Robert Shearman [Thu, 14 Apr 2005 13:57:27 +0000 (13:57 +0000)]
Add a test for a menu problem I found.
Robert Shearman [Thu, 14 Apr 2005 13:56:29 +0000 (13:56 +0000)]
Recalculate the menu on calling ModifyMenu so that the menu items are
shown at the correct width.
Vitaliy Margolen [Thu, 14 Apr 2005 13:56:12 +0000 (13:56 +0000)]
Send notifies after invalidating changed areas.
Don't use custom draw returned colors for control.
Alexandre Julliard [Thu, 14 Apr 2005 12:50:54 +0000 (12:50 +0000)]
Fixed a buffer overflow.
Rein Klazes [Thu, 14 Apr 2005 12:48:31 +0000 (12:48 +0000)]
In X11DRV_DIB_SetImageBits avoid BadMatch errors when calling
XGetSubImage.
Alexandre Julliard [Thu, 14 Apr 2005 12:48:11 +0000 (12:48 +0000)]
Include Xmd.h in x11drv.h with the proper defines to make it work, and
remove related hacks in various C files.
Rein Klazes [Thu, 14 Apr 2005 11:32:53 +0000 (11:32 +0000)]
Fix decoding printf format in case the field width specifier is a '*'.
Michael Lin [Thu, 14 Apr 2005 11:32:44 +0000 (11:32 +0000)]
Change menu item options to use optional comma.
Michael Lin [Thu, 14 Apr 2005 11:32:28 +0000 (11:32 +0000)]
Define WINUSERAPI.
Daniel Remenak [Thu, 14 Apr 2005 11:32:10 +0000 (11:32 +0000)]
Remove unused variable in _copy_arg.
Benjamin Cutler [Thu, 14 Apr 2005 11:31:39 +0000 (11:31 +0000)]
Better handling of hInternet == NULL for INTERNET_OPTION_PROXY in
INET_QueryOptionHelper. MSDN says to return 'global proxy info' when
hInternet == NULL. Thanks to Juan Lang for helping with this.
Duane Clark [Thu, 14 Apr 2005 11:31:17 +0000 (11:31 +0000)]
Monday is day number '1'.
Set day of week when a day is selected in the calender.
Use fixed width fields in datetime.
DTS_TIMEFORMAT is a two bit field, so test accordingly.
Reposition and resize the updown control when the datetime control is
resized.
Respond to updown inputs.
Jacek Caban [Thu, 14 Apr 2005 11:30:50 +0000 (11:30 +0000)]
Added more implementation of IDocumentView.
Robert Shearman [Thu, 14 Apr 2005 11:30:31 +0000 (11:30 +0000)]
- Add neutral English resources.
- Add a control for editing binary data.
- Add a binary value editor dialog.
Rein Klazes [Thu, 14 Apr 2005 11:30:09 +0000 (11:30 +0000)]
In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
flag from the calling process to the console process. Make wineconsole
use the CmdShow parameter in the ShowWindow call.
Alexandre Julliard [Wed, 13 Apr 2005 16:13:45 +0000 (16:13 +0000)]
Moved handling of the 55AA pattern brush to syscolor.c so that it can
be made a system object (found by Rein Klazes).
Benjamin Cutler [Wed, 13 Apr 2005 16:11:36 +0000 (16:11 +0000)]
Check for an invalid hInternet handle in INET_QueryOptionHelper for
INTERNET_OPTION_PROXY before attempting to use it.
Alexandre Julliard [Wed, 13 Apr 2005 16:11:18 +0000 (16:11 +0000)]
Moved the BITMAPOBJ structure to gdi_private.h.
Marcus Meissner [Wed, 13 Apr 2005 15:23:29 +0000 (15:23 +0000)]
Terminate XCreateIC() argument list with NULL instead of just 0.
Alexandre Julliard [Wed, 13 Apr 2005 15:23:15 +0000 (15:23 +0000)]
Use an X context to associate the phys bitmap data to a bitmap handle
instead of directly accessing the bitmap structure.
Huw Davies [Wed, 13 Apr 2005 15:18:32 +0000 (15:18 +0000)]
RegisterClipboardFormat takes a unicode string now.
Alex Villacís Lasso [Wed, 13 Apr 2005 15:18:02 +0000 (15:18 +0000)]
- Fix leftover negative sign in height parameter for transparent
bitmap.
- Properly announce whether bitmap is transparent in get_Attributes.
- GIF transparency is now palette-index based, instead of RGB based.
- Keep original bitmap and XOR mask separate, so that get_Handle
returns original bitmap.
Martin Fuchs [Wed, 13 Apr 2005 15:17:16 +0000 (15:17 +0000)]
Correct comments of some export ordinals.
Dimitrie O. Paun [Wed, 13 Apr 2005 15:16:40 +0000 (15:16 +0000)]
Remove the need for the non-standard (Close|Delete)MetaFile16().
Alexandre Julliard [Wed, 13 Apr 2005 14:45:27 +0000 (14:45 +0000)]
Moved the driver-independent part of CreateDIBSection into GDI.
Jacek Caban [Wed, 13 Apr 2005 14:41:19 +0000 (14:41 +0000)]
- Added IOleDocumentView interface.
- Added implementation of DoVerb and CreateView.
James Hawkins [Wed, 13 Apr 2005 14:40:58 +0000 (14:40 +0000)]
Pass an empty string instead of NULL to RegDeleteKey to delete hKey.
Vitaliy Margolen [Wed, 13 Apr 2005 14:40:42 +0000 (14:40 +0000)]
Dump whole NMHEADERA notify structure for TreeViews.
Vitaliy Margolen [Wed, 13 Apr 2005 14:40:12 +0000 (14:40 +0000)]
Draw only visible tabs.
Robert Reif [Wed, 13 Apr 2005 14:39:49 +0000 (14:39 +0000)]
Fully implement WAVEDEVICEMAPPING property set.
Huw Davies [Wed, 13 Apr 2005 14:39:27 +0000 (14:39 +0000)]
Add a unicode pidl type.
Improve support for PT_YAGUID.
Improve IShellLink debugging.
Alexandre Julliard [Wed, 13 Apr 2005 11:23:24 +0000 (11:23 +0000)]
Store DIB section information directly in the phys bitmap structure
and get rid of the X11DRV_DIBSECTION structure.
Get rid of the unused AuxMod DIB state.
Marcus Meissner [Wed, 13 Apr 2005 11:17:00 +0000 (11:17 +0000)]
Use correct movw instead of movl when handling segment registers.
Juan Lang [Wed, 13 Apr 2005 11:13:55 +0000 (11:13 +0000)]
Implement PropSys{Alloc|Free}String, and support BSTRs in
PropVariant{Clear|Copy} using them.
Phil Krylov [Wed, 13 Apr 2005 11:11:03 +0000 (11:11 +0000)]
Make RTF reader fall back to simple text if a correct RTF header is
not detected. This should fix some installers.
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.