Rob Shearman
|
247b0c9b8e
|
ntdll: Add a stub implementation of FSCTL_PIPE_IMPERSONATE that just impersonates the token of the current process.
|
2007-09-14 14:23:38 +02:00 |
Rob Shearman
|
bcfe954451
|
advapi32: Fix ImpersonateNamedPipeClient to pass in a pointer to an IO_STATUS_BLOCK to NtFsControl.
Otherwise, NtFsControl file won't do anything except return STATUS_INVALID_PARAMETER.
|
2007-09-14 14:23:35 +02:00 |
Aric Stewart
|
7d947c16cb
|
propsheet: Do not change idea of size when new pages are added.
|
2007-09-14 14:23:29 +02:00 |
Hwang YunSong(황윤성)
|
adc09ad52a
|
mshtml: Updated Korean resource.
|
2007-09-13 13:40:14 +02:00 |
Lei Zhang
|
5079d20ffe
|
user32: Edit control should respond to ctrl + z.
|
2007-09-13 13:36:23 +02:00 |
Americo Jose Melo
|
c5ba90131e
|
Update the Portuguese translation.
|
2007-09-13 13:28:26 +02:00 |
Jacek Caban
|
b733e95859
|
mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object.
|
2007-09-13 13:26:47 +02:00 |
Jacek Caban
|
bb90785a68
|
mshtml: Added IHTMLAnchorElement stub implementation.
|
2007-09-13 13:26:01 +02:00 |
Andrew Talbot
|
c289a338b3
|
shell32: Constify some variables.
|
2007-09-13 12:45:15 +02:00 |
Roderick Colenbrander
|
2a839e96c9
|
wgl: Fix a major ATI regression.
ATI's latest drivers (8.41.7) don't advertise visualids anymore for GLXFBConfigs.
|
2007-09-13 12:44:59 +02:00 |
Stefan Dösinger
|
c0c2319c7a
|
wined3d: Implement UpdateTexture for volumes.
|
2007-09-13 11:38:54 +02:00 |
Stefan Dösinger
|
bc69315f78
|
wined3d: texm3x3(v)spec normalizes the normal vector.
|
2007-09-13 11:38:46 +02:00 |
Stefan Dösinger
|
0af52d2ac4
|
wined3d: Disable some volume texture formats.
|
2007-09-13 11:38:38 +02:00 |
Stefan Dösinger
|
3b07663b90
|
wined3d: Convert the colors to the surface format for colorfill.
|
2007-09-13 11:38:32 +02:00 |
Jacek Caban
|
29be901376
|
mshtml: Added IHTMLTxtRange::put_text tests.
|
2007-09-13 11:36:33 +02:00 |
Jacek Caban
|
964479afa9
|
mshtml: Added IHTMLTxtRange::move("word") implementation.
|
2007-09-13 11:36:16 +02:00 |
Jacek Caban
|
d6c14fba3e
|
mshtml: Added IHTMLTxtRange::moveEnd implementation.
|
2007-09-13 11:35:58 +02:00 |
Jacek Caban
|
11591e7720
|
mshtml: Added IHTMLTxtRange::move("character") implementation.
|
2007-09-13 11:35:36 +02:00 |
Jacek Caban
|
c1057b43a2
|
mshtml: Fixed ref count in parentElement.
|
2007-09-13 11:34:57 +02:00 |
Jacek Caban
|
efe3232087
|
mshtml: Added IHTMLTxtRange::expand implementation.
|
2007-09-13 11:34:52 +02:00 |
Jacek Caban
|
6859de16f6
|
mshtml: Added IHTMLTxtRange tests.
|
2007-09-13 11:34:07 +02:00 |
Jacek Caban
|
1a7d41b739
|
mshtml: Reimplement IHTMLTxtRange::get_text.
|
2007-09-13 11:34:04 +02:00 |
Lionel Debroux
|
85022e50c2
|
setupapi: Fix memory leak (found by Smatch).
|
2007-09-13 11:04:52 +02:00 |
Francois Gouget
|
5ac6e1f5c5
|
crypt32: We don't consider sys/types.h to be a conditional include.
|
2007-09-13 11:01:00 +02:00 |
Roderick Colenbrander
|
ad692f2a83
|
wined3d: Add PBO support for dynamically locked surfaces.
|
2007-09-13 11:00:47 +02:00 |
Andrew Talbot
|
3d61013e7c
|
avifil32: Fix some memory leaks.
|
2007-09-13 10:54:54 +02:00 |
Juan Lang
|
ae8e8a0a57
|
wintrust: Don't prefer native version.
|
2007-09-13 10:54:49 +02:00 |
Juan Lang
|
40f33d6568
|
wintrust: Implement WinVerifyTrust.
|
2007-09-13 10:54:41 +02:00 |
Juan Lang
|
0463f99b73
|
wintrust: Partially implement SoftpubAuthenticode.
|
2007-09-13 10:54:34 +02:00 |
Juan Lang
|
277ef05efb
|
wintrust: Save signer cert so chain can be created.
|
2007-09-13 10:54:29 +02:00 |
Juan Lang
|
b13d16a0da
|
wintrust: Implement SoftpubCleanup.
|
2007-09-13 10:54:22 +02:00 |
Alexandre Julliard
|
f9ebe5ab8f
|
gdi32: Don't store a DC pointer in the metafile devices.
|
2007-09-12 20:23:03 +02:00 |
Alexandre Julliard
|
0a134e9e3f
|
kernel32: GetTempPath should try the USERPROFILE and the Windows directory too.
|
2007-09-12 16:52:59 +02:00 |
Lionel Debroux
|
82ef8d7239
|
advapi32: Replace SERV_free by HeapFree.
|
2007-09-12 14:09:17 +02:00 |
Lionel Debroux
|
d7abb09b46
|
setupapi: Fix HeapFree of wrong pointer (found by Smatch).
|
2007-09-12 14:07:49 +02:00 |
Rob Shearman
|
1fbedd92d4
|
mshtml: Implement IDM_HYPERLINK.
|
2007-09-12 14:06:54 +02:00 |
Rob Shearman
|
41a3b734f9
|
mshtml: Implement PersistStreamInit_IsDirty when in edit mode.
|
2007-09-12 14:06:01 +02:00 |
Rob Shearman
|
006d9f940d
|
mshtml: Store the nsIEditor interface in the NSContainer object for use in implementing editor commands.
|
2007-09-12 14:05:17 +02:00 |
Rob Shearman
|
97f389451d
|
ole32: Fix the default unload delay to depend on the threading model of the component loaded.
|
2007-09-12 14:04:59 +02:00 |
Rob Shearman
|
5ffe867dc7
|
ole32: Implement CoFreeUnusedLibrariesEx.
Fix CoFreeUnusedLibraries to use a delay of 10 minutes when used with
multi-threaded apartments.
|
2007-09-12 14:04:56 +02:00 |
Chris Robinson
|
f0e0e9fb9b
|
winex11: Remove improper comment and dead code from SetPixelFormat.
|
2007-09-12 12:46:52 +02:00 |
Chris Robinson
|
e46d621bb6
|
winex11: Remove useless checks from wglCreateContext.
|
2007-09-12 12:46:47 +02:00 |
Chris Robinson
|
57380c2d9a
|
winex11: Free visual info stored with the context.
|
2007-09-12 12:46:43 +02:00 |
Andrew Talbot
|
15d591fa08
|
shell32: Constify some variables.
|
2007-09-12 12:41:07 +02:00 |
Andrew Talbot
|
66cd1fd748
|
shell32: Constify a variable.
|
2007-09-12 12:40:47 +02:00 |
Chris Robinson
|
f825db6d0f
|
winex11: Don't assume just one on-screen pixel format.
|
2007-09-12 12:37:46 +02:00 |
Chris Robinson
|
6c5b58a44a
|
winex11: Simplify ConvertPixelFormatWGLtoGLX.
|
2007-09-12 12:37:22 +02:00 |
Chris Robinson
|
5221921fa6
|
winex11: Don't choose pixel formats with incorrect doublebuffer/stereo settings.
|
2007-09-12 12:36:38 +02:00 |
Stefan Dösinger
|
160258b637
|
wined3d: Implement mipmap auto generation.
|
2007-09-12 12:10:25 +02:00 |
Stefan Dösinger
|
5ab9d85c39
|
wined3d: Implement texbeml.
|
2007-09-12 12:10:03 +02:00 |