Alexandre Julliard
|
715804999e
|
winebuild: Added output() function to properly deal with write errors.
|
2006-08-11 20:41:29 +02:00 |
Dan Hipschman
|
05001b1ca8
|
widl: Don't generate indentation spaces on empty lines.
|
2006-08-11 20:12:38 +02:00 |
Alexandre Julliard
|
5da3e551a2
|
loader: Exit the whole process when killing the last thread.
|
2006-08-11 20:12:38 +02:00 |
Kirill K. Smirnov
|
27681bdfaf
|
winhelp: Fix LZ77 decompressor.
|
2006-08-11 20:12:38 +02:00 |
Andrew Talbot
|
4aaf1f0b9e
|
msi/tests: Write-strings warnings fix.
|
2006-08-11 19:26:50 +02:00 |
Andrew Talbot
|
92725e5299
|
msi: Write-strings warning fix.
|
2006-08-11 19:26:41 +02:00 |
Andrew Talbot
|
b6f190ee42
|
version: Write-strings warnings fix.
|
2006-08-11 19:26:33 +02:00 |
Juan Lang
|
ea79639b03
|
crypt32/tests: Only load crypt32 once.
|
2006-08-11 19:26:25 +02:00 |
Robert Reif
|
e476cf8cbc
|
lmaccess.h: Add some LOCALGROUP defines.
|
2006-08-11 19:26:18 +02:00 |
Robert Reif
|
611eb3fa8a
|
kernel32: Add IsWow64Process.
|
2006-08-11 19:26:12 +02:00 |
Andrew Talbot
|
96b6d33519
|
wldap32: Write-strings warnings fix.
|
2006-08-11 16:50:50 +02:00 |
Francois Gouget
|
c62f428d1d
|
shdocvw: Set the CLSID_Internet shell folder's attributes.
|
2006-08-11 16:50:42 +02:00 |
Mike McCormack
|
d7371fc49d
|
include: Rename indexsvr.idl to indexsrv.idl.
|
2006-08-11 14:47:30 +02:00 |
Mike McCormack
|
c4c35d33b5
|
infosoft: Use the pfnFillTextBuffer function to refresh the buffer.
|
2006-08-11 14:45:53 +02:00 |
Mike McCormack
|
510fc118dd
|
infosoft: Implement and register the language neutral wordbreaker, not the English_US one.
|
2006-08-11 14:45:44 +02:00 |
Aric Stewart
|
26985e6bec
|
user: Implement MNS_NOTIFYBYPOS.
|
2006-08-11 14:45:30 +02:00 |
Alexandre Julliard
|
c627cbd765
|
ntdll: Remove some macros and clean up the code now that all platforms use siginfo.
|
2006-08-11 14:45:11 +02:00 |
Alexandre Julliard
|
38cf3a4305
|
ntdll: Switch linux to siginfo-style signal handling.
|
2006-08-11 14:14:38 +02:00 |
Mike McCormack
|
acb7f8abe2
|
pstorec: Add a stub implementation.
|
2006-08-11 11:57:27 +02:00 |
Benjamin Arai
|
3dade1e7de
|
oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint.
|
2006-08-11 11:57:01 +02:00 |
Molle Bestefich
|
9503f6efef
|
bug_report.pl: Use correct 'wine --version' syntax.
|
2006-08-11 11:56:55 +02:00 |
Dan Hipschman
|
a20f7f46dc
|
widl: Fix incorrect version number in generated code.
|
2006-08-11 11:56:50 +02:00 |
Hwang YunSong(황윤성)
|
a17d253c5d
|
shell32: Updated Korean resource.
|
2006-08-11 11:56:42 +02:00 |
Roderick Colenbrander
|
1a3359884c
|
wined3d: Fix opengl extension call.
|
2006-08-11 11:56:36 +02:00 |
James Hawkins
|
5d37be9e56
|
msi: Only remove a file if the version to be installed is strictly newer than the old file.
|
2006-08-11 11:56:27 +02:00 |
Andrew Talbot
|
6ca620334a
|
regedit: Write-strings warnings fix.
|
2006-08-11 11:56:21 +02:00 |
Andrew Talbot
|
5ea47faf8b
|
wininet/tests: Write-strings warnings fix.
|
2006-08-11 11:56:16 +02:00 |
Phil Krylov
|
2aed652c01
|
riched20: Accept RTF header without a version number.
|
2006-08-11 11:56:07 +02:00 |
Phil Krylov
|
d360f1db51
|
riched20: Accept RTF group tokens inside colortbl destination.
|
2006-08-11 11:55:48 +02:00 |
Jan Zerebecki
|
387c982d5c
|
wined3d: Fix spelling in a comment.
|
2006-08-11 11:55:27 +02:00 |
Kai Blin
|
4ff2d893c3
|
secur32: Implement CompleteAuthToken for NTLM.
|
2006-08-11 11:55:17 +02:00 |
Alexandre Julliard
|
753c8706f5
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
Tijl Coosemans
|
529bb1adff
|
kernel/tests: Increase requested file size in two tests to hit FreeBSD file size limit.
|
2006-08-10 16:34:51 +02:00 |
Alexandre Julliard
|
50906e8139
|
Release 0.9.19.
|
2006-08-10 15:15:12 +02:00 |
Colin Pitrat
|
ab2cdead77
|
tools: Check for open return code in Perl scripts.
|
2006-08-10 11:30:37 +02:00 |
Matt Finnicum
|
22bc001c08
|
riched20: Add conformance tests for WM_SETFONT.
|
2006-08-10 11:30:03 +02:00 |
Ken Myers
|
13e4ddd2df
|
riched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT and tests.
|
2006-08-10 11:28:43 +02:00 |
Juan Lang
|
15f47b227e
|
crypt32: Implement CryptRegisterDefaultOIDFunction and CryptUnregisterDefaultOIDFunction.
|
2006-08-10 11:28:14 +02:00 |
Francois Gouget
|
3b7fb551ce
|
setupapi: Fix handling of inf paths that are quoted (due to spaces, typically).
|
2006-08-10 11:28:02 +02:00 |
Dan Hipschman
|
216171fe52
|
widl: Add ref_type (dereference typedefs) and use it.
|
2006-08-10 10:57:53 +02:00 |
Michael Stefaniuc
|
757ee19ca1
|
janitorial: Removed the rest of the redundant NULL checks before HeapFree.
|
2006-08-10 10:57:33 +02:00 |
Andrew Talbot
|
b40f4c0b17
|
version/tests: Write-strings warnings fix.
|
2006-08-10 10:57:17 +02:00 |
Andrew Talbot
|
c50fe56096
|
wineps.drv: Write-strings warnings fix.
|
2006-08-10 10:55:59 +02:00 |
Mike McCormack
|
7aeefa305f
|
user32: Remember to draw the icon when SS_CENTERIMAGE is set.
|
2006-08-10 10:55:52 +02:00 |
Alexander Nicolaysen Sørnes
|
5d72acf70b
|
shell32: Updated Norwegian Bokmål resources.
|
2006-08-10 10:55:47 +02:00 |
Alexander Nicolaysen Sørnes
|
cd9a5155ee
|
mshtml: Updated Norwegian Bokmål resources.
|
2006-08-10 10:55:40 +02:00 |
James Hawkins
|
1ff96c63a8
|
msi: Download install cabinet files if the msi package is remote.
|
2006-08-10 10:55:23 +02:00 |
Juan Lang
|
759850feff
|
crypt32: Add a couple stubs, and implement the undocumented I_CryptReadTrustedPublisherDWORDValueFromRegistry.
|
2006-08-10 10:55:13 +02:00 |
Roderick Colenbrander
|
2628627e79
|
wined3d: Surface pitch fix.
|
2006-08-10 10:54:59 +02:00 |
Roderick Colenbrander
|
31abc2febd
|
wined3d: Draw buffers support.
|
2006-08-10 10:54:50 +02:00 |