Pierre d'Herbemont
|
5ff751156d
|
kernel32: Remove unneeded headers.
|
2006-12-13 16:05:11 +01:00 |
Alexandre Julliard
|
3dc21d387b
|
ntdll: Map the PE header up to the specified size, and clear the rest of the page.
|
2006-12-13 16:04:49 +01:00 |
Dmitry Timoshkov
|
64b2ca2573
|
kernel32: Add the data that mimics the PE image which upack creates.
|
2006-12-13 16:04:48 +01:00 |
Jacek Caban
|
bb52f14d59
|
urlmon: Use pluggable protocol in CoInternetCompareUrl.
|
2006-12-13 16:04:48 +01:00 |
Jacek Caban
|
35e0e994ce
|
urlmon: Added application/x-msdownload mime filter.
|
2006-12-13 16:04:48 +01:00 |
Andrew Talbot
|
ac550a88ef
|
msvcrt/tests: Cast-qual warnings fix.
|
2006-12-13 11:49:06 +01:00 |
Andrew Talbot
|
9cf1579aad
|
ntdll/tests: Cast-qual warning fix.
|
2006-12-13 11:49:01 +01:00 |
Alexandre Julliard
|
aa25e2938c
|
winex11.drv: Fixed computation of viewport and scissor position.
|
2006-12-12 21:07:39 +01:00 |
Pierre d'Herbemont
|
221b044740
|
user32: Factorize graphics driver SetParent into user32.
|
2006-12-12 20:38:32 +01:00 |
Clinton Stimpson
|
39a5b0760c
|
usp10: Add tests and fix for ScriptXtoCP .
|
2006-12-12 20:24:43 +01:00 |
Vitaliy Margolen
|
aa8392c9e7
|
dinput: Use standard mouse data format instead of custom one.
|
2006-12-12 20:24:20 +01:00 |
Vitaliy Margolen
|
6246fa62f9
|
dinput: Remove redundant parameter.
|
2006-12-12 20:24:10 +01:00 |
Vitaliy Margolen
|
d5b57f3904
|
dinput: Move mouse & keyboard user data format to base class.
|
2006-12-12 20:23:57 +01:00 |
Vitaliy Margolen
|
1d314d54ba
|
dinput: Move joystick user data format into base class.
|
2006-12-12 20:23:37 +01:00 |
Vitaliy Margolen
|
3446caab56
|
dinput: Add user data format into base class. Implement SetDataFormat.
|
2006-12-12 20:22:53 +01:00 |
Vitaliy Margolen
|
cd050bf25c
|
dinput: Move transform and offsets structures into base device class.
|
2006-12-12 20:22:44 +01:00 |
Paul Vriens
|
21be6a6c80
|
winetest: Show correct filenames on test.winehq.org.
|
2006-12-12 20:17:35 +01:00 |
Paul Vriens
|
b73f30f8eb
|
winspool.drv/tests: No need to return anything as we are using a global variable now.
|
2006-12-12 20:17:26 +01:00 |
Pierre d'Herbemont
|
3c0d2e3808
|
kernel32: Allow the preferred language to be different from the preferred locale on Mac OS X.
|
2006-12-12 20:17:19 +01:00 |
Jacek Caban
|
13f7784634
|
mshtml: Use HTMLWindow::alert in nsPromptService::Alert.
|
2006-12-12 20:11:56 +01:00 |
Jacek Caban
|
62f1ef9d85
|
mshtml: Added alert implementation.
|
2006-12-12 20:11:31 +01:00 |
Alexandre Julliard
|
fdcd9859b4
|
winex11.drv: Get rid of the display pointer in the GL context.
|
2006-12-12 18:23:34 +01:00 |
Alexandre Julliard
|
6e01e4aa51
|
opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
This causes lock inversions when the driver accesses the DC.
|
2006-12-12 18:21:01 +01:00 |
Alexandre Julliard
|
de154e738a
|
opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
|
2006-12-12 17:59:44 +01:00 |
Ulrich Czekalla
|
715d0e8409
|
winex11.drv: Correctly position and clip opengl child windows.
|
2006-12-12 17:28:12 +01:00 |
Alexandre Julliard
|
0ab5590479
|
winex11.drv: Get rid of the unused set_drawable function.
|
2006-12-12 15:37:32 +01:00 |
Alexandre Julliard
|
826c1d8700
|
gdi32: Use a more appropriate size for the default clip region.
|
2006-12-12 15:00:19 +01:00 |
Alexandre Julliard
|
21635133fb
|
winex11.drv: Implemented DESKTOPHORZ/VERTRES device caps.
|
2006-12-12 14:59:55 +01:00 |
Alexandre Julliard
|
d302db41aa
|
winex11.drv: Make sure the drawable rect is always updated and use it where appropriate.
|
2006-12-12 13:46:15 +01:00 |
Ulrich Czekalla
|
4bdf4345b8
|
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
|
2006-12-12 13:45:10 +01:00 |
Alexandre Julliard
|
e7b9a5f166
|
winex11.drv: Remove unused PropertyAliasMap variable.
|
2006-12-12 12:14:38 +01:00 |
Hans Leidekker
|
8c34da2297
|
mscoree: Add a stub implementation for CorExitProcess and GetRequestedRuntimeInfo.
|
2006-12-12 12:12:48 +01:00 |
Hans Leidekker
|
50f4edae54
|
mscoree: Take advantage of an installed Mono for Windows to run .NET applications.
|
2006-12-12 12:12:22 +01:00 |
Paul Vriens
|
e9cd221e80
|
winspool/tests: Don't treat having no printers as a failure.
|
2006-12-12 12:11:29 +01:00 |
Paul Vriens
|
7dd8066941
|
winspool/tests: Make default_printer a global variable.
|
2006-12-12 12:11:20 +01:00 |
Andrew Talbot
|
9317377fb8
|
msvcrt/tests: Cast-qual warnings fix.
|
2006-12-12 12:11:12 +01:00 |
Andrew Talbot
|
24c4f46da4
|
msvcrt/tests: Cast-qual warnings fix.
|
2006-12-12 12:11:07 +01:00 |
Andrew Talbot
|
ebd6f7d1ce
|
msi/tests: Cast-qual warning fix.
|
2006-12-12 12:11:01 +01:00 |
Marcus Meissner
|
4d52a421d7
|
Made some functions static.
|
2006-12-12 12:10:57 +01:00 |
Detlef Riekenberg
|
a2f0cb8542
|
localspl/tests: Add tests for XcvClosePort.
|
2006-12-11 17:07:43 +01:00 |
Detlef Riekenberg
|
9f90c74fd8
|
localspl/tests: Add tests for XcvOpenPort.
|
2006-12-11 17:07:39 +01:00 |
Hans Leidekker
|
3558cdb8d5
|
shell32: Add a stub implementation for SHLoadNonloadedIconOverlayIdentifiers.
|
2006-12-11 17:05:38 +01:00 |
Stefan Dösinger
|
92460b98d1
|
wined3d: Move WINED3DRS_SEPARATEALPHABLENDENABLE to the state table.
|
2006-12-11 16:27:04 +01:00 |
Stefan Dösinger
|
8a5bf91b4e
|
wined3d: Move SRGBWRITEENABLE to the state table.
|
2006-12-11 16:26:53 +01:00 |
Stefan Dösinger
|
cd0d0a7041
|
wined3d: Move tesselation to the state table.
|
2006-12-11 16:26:39 +01:00 |
Stefan Dösinger
|
3bb41771ad
|
wined3d: Move WINED3DRS_NORMALDEGREE to the state table.
|
2006-12-11 16:26:25 +01:00 |
Stefan Dösinger
|
052197acb0
|
wined3d: Move WINED3DRS_POSITIONDEGREE to the state table.
|
2006-12-11 16:26:14 +01:00 |
Stefan Dösinger
|
e25edbfc66
|
wined3d: Make WINED3DRS_DEBUGMONITORTOKEN a nogl state.
|
2006-12-11 16:26:05 +01:00 |
Stefan Dösinger
|
8197470d67
|
wined3d: Move WINED3DRS_PATCHSEGMENTS to the state table.
|
2006-12-11 16:25:48 +01:00 |
Stefan Dösinger
|
e498a16124
|
wined3d: Move WINED3DRS_PATCHEDGESTYLE to the state table.
|
2006-12-11 16:25:13 +01:00 |