James Hawkins [Fri, 4 Aug 2006 00:42:05 +0000 (17:42 -0700)]
msi: Use the initial dialog position values in the database when creating the dialog window.
Jeff Latimer [Fri, 4 Aug 2006 09:47:37 +0000 (19:47 +1000)]
usp10: Fix glyph comparsion between tests.
Alexandre Julliard [Fri, 4 Aug 2006 10:04:39 +0000 (12:04 +0200)]
ntdll: Fix a race condition at thread exit.
Benjamin Arai [Fri, 4 Aug 2006 02:59:22 +0000 (19:59 -0700)]
oleaut32: Removes extra string allocation for varformat:VarMonthName.
Robert Shearman [Thu, 3 Aug 2006 19:25:28 +0000 (20:25 +0100)]
ntdll: Add an optimisation for NtQueryDirectoryFile to not read the
whole directory if the mask doesn't contain any wildcards and the file
exists on in the directory with the same case as the mask.
Hwang YunSong(황윤성) [Fri, 4 Aug 2006 00:00:29 +0000 (09:00 +0900)]
oledlg: Updated Korean resource.
Robert Reif [Fri, 4 Aug 2006 01:47:50 +0000 (21:47 -0400)]
advapi32: Add a computer SID to the registry.
Robert Reif [Thu, 3 Aug 2006 22:54:14 +0000 (18:54 -0400)]
ntdll: Fix some function arguments.
Roderick Colenbrander [Thu, 3 Aug 2006 21:29:51 +0000 (23:29 +0200)]
wined3d: Surface pitch fix.
Jacek Caban [Thu, 3 Aug 2006 20:00:30 +0000 (22:00 +0200)]
mshtml: Fix handling offset in BSCallback.
H. Verbeet [Thu, 3 Aug 2006 19:53:16 +0000 (21:53 +0200)]
wined3d: Disable vertex arrays after we're done drawing from them.
After drawing from a vertex array we should disable them, to prevent
the next draw calls from potentially reading past their ends. This
also moves the disabling of vertex attrib arrays (for shaders) into
its own function.
Dan Hipschman [Thu, 3 Aug 2006 00:36:15 +0000 (17:36 -0700)]
widl: Write forward declarations for coclass definitions.
Krzysztof Foltman [Thu, 3 Aug 2006 18:37:45 +0000 (20:37 +0200)]
riched20: Make EM_LINELENGTH work correctly for non-final paragraphs containing exactly one screen line.
Krzysztof Foltman [Thu, 3 Aug 2006 18:35:01 +0000 (20:35 +0200)]
riched20: Make EM_GETLINE work properly in 1.0 emulation mode.
Krzysztof Foltman [Thu, 3 Aug 2006 17:53:54 +0000 (19:53 +0200)]
riched20: Ctrl+A should be allowed in read-only controls too.
Jacek Caban [Thu, 3 Aug 2006 19:38:08 +0000 (21:38 +0200)]
mshtml: Added nsInputStream::Read implementation.
Robert Shearman [Thu, 3 Aug 2006 19:25:14 +0000 (20:25 +0100)]
ole32: Ensure that a returned free block is valid in storage.
Otherwise, an IStream_SetSize call followed by an IStream_Read call
could fail with STG_E_DOCFILECORRUPT.
Robert Shearman [Thu, 3 Aug 2006 19:24:57 +0000 (20:24 +0100)]
ole32: Fix CoLockObjectExternal to respect fLastUnlockReleases.
Robert Shearman [Thu, 3 Aug 2006 19:24:10 +0000 (20:24 +0100)]
msi: Fix the creation of shortcuts with a null icon index by mapping it to zero.
Andrew Talbot [Thu, 3 Aug 2006 18:33:40 +0000 (19:33 +0100)]
msvfw32: Write-strings warning fix.
Andrew Talbot [Thu, 3 Aug 2006 17:27:12 +0000 (18:27 +0100)]
ole32/tests: Write-strings warnings fix.
Andrew Talbot [Thu, 3 Aug 2006 17:51:22 +0000 (18:51 +0100)]
riched20/tests: Write-strings warnings fix.
Eric Pouech [Thu, 3 Aug 2006 17:36:10 +0000 (19:36 +0200)]
dbghelp: Properly handle variable with const value (ie without location) in dwarf code.
Alexandre Julliard [Thu, 3 Aug 2006 17:56:55 +0000 (19:56 +0200)]
server: Abstract the epoll functions a bit more.
Mikołaj Zalewski [Thu, 3 Aug 2006 16:55:52 +0000 (18:55 +0200)]
shell32: Add property ids to header files.
Francois Gouget [Thu, 3 Aug 2006 17:02:21 +0000 (19:02 +0200)]
include: Add the ShellFolderViewOC coclass.
Stefan Siebert [Thu, 3 Aug 2006 15:54:06 +0000 (17:54 +0200)]
oleaut32: GetTypeInfoType - Return TYPE_E_ELEMENTNOTFOUND if index out of bounds.
Dmitry Timoshkov [Thu, 3 Aug 2006 14:39:00 +0000 (23:39 +0900)]
hlink: Avoid double computation of the string length.
Alexandre Julliard [Thu, 3 Aug 2006 17:29:44 +0000 (19:29 +0200)]
winex11.drv: Comment out the XCloseDisplay call on process detach.
It has a tendency to trigger X11 bugs, and it's not really useful anyway.
Benjamin Arai [Wed, 2 Aug 2006 23:47:48 +0000 (16:47 -0700)]
oleaut32: Implement function olefont:OLEFontImpl_IsEqual.
Benjamin Arai [Wed, 2 Aug 2006 23:47:28 +0000 (16:47 -0700)]
oleaut32: Conformance test for olefont:OLEFontImpl_IsEqual.
Robert Reif [Thu, 3 Aug 2006 12:02:21 +0000 (08:02 -0400)]
winnt.h: Add missing define.
Roderick Colenbrander [Thu, 3 Aug 2006 10:39:04 +0000 (12:39 +0200)]
wined3d: Paletted texture support.
Mike McCormack [Thu, 3 Aug 2006 05:30:00 +0000 (14:30 +0900)]
ddraw: Don't link to wined3d, load it at runtime.
This lets ddraw dlls built on a machine with OpenGL present run on other
machines that may not have the OpenGL libraries installed.
Thomas Kho [Thu, 3 Aug 2006 00:41:02 +0000 (19:41 -0500)]
server: Remove unused thread_apc member.
Hwang YunSong(황윤성) [Wed, 2 Aug 2006 23:55:20 +0000 (08:55 +0900)]
notepad: Updated Korean resource.
Huw Davies [Wed, 2 Aug 2006 21:16:41 +0000 (22:16 +0100)]
fonts: Add that extra pixel to the variants of 'e' too.
Alexandre Julliard [Thu, 3 Aug 2006 16:20:01 +0000 (18:20 +0200)]
riched20: Fixed handling of window private data for Win64.
Krzysztof Foltman [Wed, 2 Aug 2006 20:54:03 +0000 (22:54 +0200)]
riched20: Handle incorrect calls of window procedure.
Robert Reif [Wed, 2 Aug 2006 02:33:18 +0000 (22:33 -0400)]
advapi32: Check returned data from LsaQueryInformationPolicy.
Andrew Talbot [Wed, 2 Aug 2006 18:34:26 +0000 (19:34 +0100)]
msi/tests: Write-strings warnings fix.
Andrew Talbot [Wed, 2 Aug 2006 17:19:51 +0000 (18:19 +0100)]
lz32/tests: Write-strings warning fix.
Alexandre Julliard [Wed, 2 Aug 2006 20:02:32 +0000 (22:02 +0200)]
kernel32: Make some functions static.
Alexandre Julliard [Wed, 2 Aug 2006 20:02:25 +0000 (22:02 +0200)]
hhctrl.ocx: Make some functions static.
Alexandre Julliard [Wed, 2 Aug 2006 20:02:13 +0000 (22:02 +0200)]
user: Add some missing internal Wine messages to the message spy.
Jacek Caban [Wed, 2 Aug 2006 19:30:46 +0000 (21:30 +0200)]
hlink: Added HlinkTranslateURL tub implementation.
Jacek Caban [Wed, 2 Aug 2006 19:29:58 +0000 (21:29 +0200)]
hlink: Added HlinkIsShortcut implementation.
Jacek Caban [Wed, 2 Aug 2006 19:29:04 +0000 (21:29 +0200)]
ole32: Clean up OleRun.
Krzysztof Foltman [Wed, 2 Aug 2006 18:33:26 +0000 (20:33 +0200)]
riched20: Added short descriptions to functions in run.c, just in case
anybody had any doubts about what they actually do.
Huw Davies [Wed, 2 Aug 2006 14:33:35 +0000 (15:33 +0100)]
fonts: By popular demand, add an extra pixel to the smallest strike of 'e'.
Stefan Leichter [Wed, 2 Aug 2006 18:02:33 +0000 (20:02 +0200)]
winetest: Added hlink tests.
Alexandre Julliard [Wed, 2 Aug 2006 19:59:00 +0000 (21:59 +0200)]
user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
Also use the same code for Get/SetWindowWord.
Based on a patch by Ge van Geldorp.
Mike McCormack [Wed, 2 Aug 2006 11:41:13 +0000 (13:41 +0200)]
msi: Only ever write the long path for InProcServers.
Mike McCormack [Wed, 2 Aug 2006 11:41:06 +0000 (13:41 +0200)]
msi: Register advertised components too.
Alexandre Julliard [Wed, 2 Aug 2006 11:33:01 +0000 (13:33 +0200)]
uxtheme: Make some variables static.
Alexandre Julliard [Wed, 2 Aug 2006 11:32:34 +0000 (13:32 +0200)]
oledlg: Make a string static.
Alexandre Julliard [Wed, 2 Aug 2006 11:32:05 +0000 (13:32 +0200)]
kernel32: Make the keymap entries const.
Alexandre Julliard [Wed, 2 Aug 2006 11:31:26 +0000 (13:31 +0200)]
ole32: Make some functions and variables static.
Alexandre Julliard [Wed, 2 Aug 2006 11:28:36 +0000 (13:28 +0200)]
msxml3: Make some functions and variables static.
Alexandre Julliard [Wed, 2 Aug 2006 11:26:36 +0000 (13:26 +0200)]
opengl32: Make some functions and variables static.
Alexandre Julliard [Wed, 2 Aug 2006 11:26:24 +0000 (13:26 +0200)]
glu32: Make some functions static.
Alexandre Julliard [Wed, 2 Aug 2006 11:26:14 +0000 (13:26 +0200)]
dsound: Make some functions static.
Alexandre Julliard [Wed, 2 Aug 2006 11:21:58 +0000 (13:21 +0200)]
winex11.drv: Make some functions and variables static, and get rid of x11ddraw.h.
James Hawkins [Wed, 2 Aug 2006 00:36:03 +0000 (17:36 -0700)]
msi: Add tests for SQL query markers.
James Hawkins [Tue, 1 Aug 2006 22:10:21 +0000 (15:10 -0700)]
msi: A file that does not have the msidbFileAttributesCompressed bit set should be considered non-compressed.
James Hawkins [Tue, 1 Aug 2006 20:15:34 +0000 (13:15 -0700)]
msi: Don't crash if an empty record is given to MsiProcessMessage.
James Hawkins [Tue, 1 Aug 2006 17:14:15 +0000 (10:14 -0700)]
msi: Set the install state to INSTALLSTATE_LOCAL for features with compressed files.
Robert Reif [Wed, 2 Aug 2006 01:49:15 +0000 (21:49 -0400)]
advapi32: LsaQueryInformationPolicy: do the right thing for both domains and accounts.
Juan Lang [Wed, 2 Aug 2006 00:20:33 +0000 (17:20 -0700)]
wintrust: Implement TrustIsCertificateSelfSigned.
Juan Lang [Wed, 2 Aug 2006 00:15:14 +0000 (17:15 -0700)]
crypt32: Support more types in CertRDNToStr.
Hwang YunSong(황윤성) [Tue, 1 Aug 2006 23:45:09 +0000 (08:45 +0900)]
msvfw32: Updated Korean resource.
Stefan Leichter [Tue, 1 Aug 2006 20:53:25 +0000 (22:53 +0200)]
shell32: Fix the file version string of the version resource.
Andrew Talbot [Tue, 1 Aug 2006 19:16:41 +0000 (20:16 +0100)]
kernel/tests: Write-strings warnings fix.
Andrew Talbot [Tue, 1 Aug 2006 18:38:40 +0000 (19:38 +0100)]
kernel: Write-strings warnings fixes.
Dan Hipschman [Tue, 1 Aug 2006 17:49:25 +0000 (10:49 -0700)]
oleview: Initialize TVITEM.lParam to NULL in EnumFuncs.
Francois Gouget [Tue, 1 Aug 2006 19:14:40 +0000 (21:14 +0200)]
mshtml: Remove unwarranted REG_EXPAND_SZ flags.
Alexandre Julliard [Tue, 1 Aug 2006 17:35:52 +0000 (19:35 +0200)]
libport: Fixed invalid lvalue accesses in memmove.
Hwang YunSong(황윤성) [Tue, 1 Aug 2006 08:54:06 +0000 (17:54 +0900)]
view: Updated Korean resource.
Huw Davies [Tue, 1 Aug 2006 11:22:59 +0000 (12:22 +0100)]
comctl32: Limit the width of the watermark to 164 pixels.
Huw Davies [Mon, 31 Jul 2006 14:38:14 +0000 (15:38 +0100)]
comctl32: Limit the size of the header bitmap to 49x49.
Huw Davies [Mon, 31 Jul 2006 14:28:17 +0000 (15:28 +0100)]
comctl32: Invalidate the header area so that updated titles will be drawn.
Huw Davies [Mon, 31 Jul 2006 12:58:43 +0000 (13:58 +0100)]
comctl32: Wordwrap the sub title.
Huw Davies [Mon, 31 Jul 2006 11:47:45 +0000 (12:47 +0100)]
comctl32: The titles are already converted to unicode so always use DrawTextW to write them.
Mikołaj Zalewski [Tue, 1 Aug 2006 15:20:03 +0000 (17:20 +0200)]
shell32: Send directories and non-regular files to the trash.
Dmitry Timoshkov [Tue, 1 Aug 2006 14:05:42 +0000 (23:05 +0900)]
user: Add a couple of missing bits to the SetWindowLong test.
Jacek Caban [Tue, 1 Aug 2006 12:50:52 +0000 (14:50 +0200)]
mshtml: Added implementation of put_scrollTop and put_scrollLeft.
Jacek Caban [Tue, 1 Aug 2006 12:49:57 +0000 (14:49 +0200)]
mshtml: Store HTMLElement pointer in HTMLTextContainer.
Robert Reif [Tue, 1 Aug 2006 11:35:54 +0000 (07:35 -0400)]
advapi32: More LsaQueryInformationPolicy tests.
Mike McCormack [Tue, 1 Aug 2006 18:25:36 +0000 (03:25 +0900)]
hlink: Use ShellExecute to start the link if we can't get a IHlinkTarget.
Alexandre Julliard [Tue, 1 Aug 2006 15:52:48 +0000 (17:52 +0200)]
gdi: Fixed buffer overflow in GetCharABCWidthsI.
Alexandre Julliard [Tue, 1 Aug 2006 10:37:18 +0000 (12:37 +0200)]
makedep: Always search for includes in the standard directories, even without -I option.
Alexandre Julliard [Tue, 1 Aug 2006 10:27:22 +0000 (12:27 +0200)]
makedep: Don't add dependencies for system headers.
Alexandre Julliard [Tue, 1 Aug 2006 10:16:29 +0000 (12:16 +0200)]
makedep: Get rid of restrictions on line lengths. Merge lines that end in a backslash.
Alexandre Julliard [Tue, 1 Aug 2006 10:13:57 +0000 (12:13 +0200)]
makedep: Convert to standard Wine lists.
Robert Shearman [Fri, 28 Jul 2006 00:20:30 +0000 (01:20 +0100)]
msxml3: Add progids for MSXML.DOMDocument and MSXML.FreeThreadedDOMDocument.
Don't delete the progid key when unregistering coclasses - this is now
done in unregister_progids.
Robert Shearman [Fri, 28 Jul 2006 00:20:06 +0000 (01:20 +0100)]
msxml3: Separate the writing of progids from the writing of classes.
This allows writing multiple progids that refer to one class.
Support writing out Version and VersionIndependentProgId keys for classes.
Michael Stefaniuc [Thu, 27 Jul 2006 22:00:06 +0000 (00:00 +0200)]
kernel: Wsign-compare warning fix.
Robert Reif [Mon, 31 Jul 2006 21:53:32 +0000 (17:53 -0400)]
advapi32: LsaQueryInformationPolicy update.
Update LsaQueryInformationPolicy to use correct computer name and SID.
Add support for PolicyDnsDomainInformation.
Mike McCormack [Tue, 1 Aug 2006 17:19:15 +0000 (02:19 +0900)]
hlink: Add a short test case.
Mike McCormack [Tue, 1 Aug 2006 17:15:30 +0000 (02:15 +0900)]
hlink: Use CoTaskMemAlloc when returning memory to a caller.