Vincent Povirk
|
f4a4a1c054
|
shell32: Implement SHPathPrepareForWrite.
|
2007-09-14 16:20:14 +02:00 |
Vincent Povirk
|
6fe28bbee3
|
shell32: Add tests for SHPathPrepareForWrite.
|
2007-09-14 16:20:14 +02:00 |
Vincent Povirk
|
f6aa17ce28
|
shell32: Add SHPathPrepareForWrite and related constants.
|
2007-09-14 16:20:14 +02:00 |
Rob Shearman
|
3f431a0646
|
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
|
2007-09-14 14:43:46 +02:00 |
Dan Hipschman
|
5e84eb9a47
|
widl: Add padding to the end of complex structures.
|
2007-09-14 14:43:13 +02:00 |
Andrew Talbot
|
1ca7435754
|
comdlg32: Fix some memory leaks.
|
2007-09-14 14:43:07 +02:00 |
Andrew Talbot
|
4ccd78c2a1
|
comctl32: Fix a memory leak.
|
2007-09-14 14:42:59 +02:00 |
Stefan Dösinger
|
02114ac21f
|
wined3d: The D3DSI_COISSUE flag changes the behavior of cnd.
|
2007-09-14 14:26:26 +02:00 |
Stefan Dösinger
|
8273cfdf01
|
wined3d: Fix texdp3tex in glsl.
|
2007-09-14 14:26:17 +02:00 |
Stefan Dösinger
|
c96236ff3e
|
wined3d: Add a test for the cnd instruction.
|
2007-09-14 14:26:08 +02:00 |
Stefan Dösinger
|
271fb0052f
|
wined3d: Add support for showing a logo.
|
2007-09-14 14:26:00 +02:00 |
Stefan Dösinger
|
7248354067
|
wined3d: Pixel shader 1.x constants are clamped to [-1;1].
|
2007-09-14 14:23:45 +02:00 |
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 |
Jacek Caban
|
1ab3dbd55e
|
mshtml.idl: Added IHTMLAnchorElement.
|
2007-09-13 13:25:57 +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 |
Dan Hipschman
|
ce4055c573
|
widl: Fix an unused parameter warning on write_conf_or_var_desc.
|
2007-09-13 12:44:18 +02:00 |
Dan Hipschman
|
177346f1b6
|
widl: Add calls to NdrFooFree for more types in server stubs.
|
2007-09-13 12:44:12 +02:00 |
Dan Hipschman
|
7deb62505c
|
widl: Use the correct functions for interface pointers in stubs.
|
2007-09-13 12:44:07 +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 |
Francois Gouget
|
547b0f3417
|
faultrep: Update win32.api to fix the winapi_check warnings.
|
2007-09-13 11:00:57 +02:00 |
Roderick Colenbrander
|
ad692f2a83
|
wined3d: Add PBO support for dynamically locked surfaces.
|
2007-09-13 11:00:47 +02:00 |
Alexander Nicolaysen Sørnes
|
7226f88f55
|
wordpad: Prevent white flickering on window resize.
|
2007-09-13 10:59:39 +02:00 |
Alexander Nicolaysen Sørnes
|
8710108b24
|
wordpad: Clean up font effects toggling code.
|
2007-09-13 10:59:32 +02:00 |
Alexander Nicolaysen Sørnes
|
0397146d72
|
wordpad: Resize rebar control on window resize.
|
2007-09-13 10:59:25 +02:00 |
Alexander Nicolaysen Sørnes
|
b3162df54a
|
wordpad: Remove RB_SIZETORECT call.
|
2007-09-13 10:59:19 +02:00 |
Alexander Nicolaysen Sørnes
|
93dc2338b2
|
wordpad: More error handling for printing/print preview.
|
2007-09-13 10:59:12 +02:00 |
Alexander Nicolaysen Sørnes
|
f6cc0086fe
|
wordpad: Allow changing font effects in the choose font dialog.
|
2007-09-13 10:59:03 +02:00 |
Alexander Nicolaysen Sørnes
|
48aba990bc
|
wordpad: Add replace dialog.
|
2007-09-13 10:58:53 +02:00 |
Alexander Nicolaysen Sørnes
|
917fc5fd48
|
wordpad: Set icon according to format.
|
2007-09-13 10:57:16 +02:00 |