Dmitry Timoshkov
|
f9bb1b7afd
|
kernel32: Add a test for protections accepted by CreateFileMapping, make it pass under Wine.
|
2011-11-30 14:56:43 +01:00 |
Alexandre Julliard
|
74f528eb28
|
uxtheme: Use the correct alpha for theme gradients.
|
2011-11-30 14:33:54 +01:00 |
Alexandre Julliard
|
174d2f6d72
|
user32: Use the correct alpha for the title bar gradient and simplify the mesh.
|
2011-11-30 14:33:47 +01:00 |
Alexandre Julliard
|
76358216f4
|
winex11: Implement rectangular gradients using XRender if supported.
|
2011-11-30 14:25:29 +01:00 |
Alexandre Julliard
|
0446707a56
|
winex11: Implement rectangular gradients using straight X11 calls.
|
2011-11-30 13:09:08 +01:00 |
Alexandre Julliard
|
4c6807199e
|
gdi32: Use the DIB engine and PutImage for the null driver rectangular gradient implementation.
|
2011-11-30 12:59:11 +01:00 |
Alex Henrie
|
157be323b7
|
wineconsole: Widen label to accomodate translations.
|
2011-11-30 12:22:13 +01:00 |
Alex Henrie
|
4bda215f2b
|
shell32: Update Catalan translation.
|
2011-11-30 12:22:13 +01:00 |
Alex Henrie
|
d8906da528
|
comctl32: Update Catalan translation.
|
2011-11-30 12:22:12 +01:00 |
Alex Henrie
|
ffa8777883
|
appwiz.cpl: Add Catalan translation.
|
2011-11-30 12:22:12 +01:00 |
Alex Henrie
|
361d746fbd
|
po: Update Catalan translation.
|
2011-11-30 12:21:59 +01:00 |
Jacek Caban
|
82368f5cfe
|
jscript: Get rid of no longer needed EXPRVAL_NAMEREF.
|
2011-11-30 11:51:29 +01:00 |
Jacek Caban
|
962307da6c
|
jscript: Use bytecode for delete member expression.
|
2011-11-30 11:51:25 +01:00 |
Jacek Caban
|
facc2189d2
|
jscript: Use bytecode for delete on array expression implementation.
|
2011-11-30 11:51:20 +01:00 |
Jacek Caban
|
6c47177cb1
|
jscript: Mark some functions as static.
|
2011-11-30 11:51:16 +01:00 |
Henri Verbeet
|
04a7ae43d5
|
wined3d: Get rid of WINED3DDEVINFO_PIPELINETIMINGS.
|
2011-11-30 11:51:06 +01:00 |
Henri Verbeet
|
3c75024210
|
wined3d: Get rid of WINED3DDEVINFO_INTERFACETIMINGS.
|
2011-11-30 11:51:02 +01:00 |
Henri Verbeet
|
3a2921c559
|
ddraw: Keep the primary surface mapped at the same address for early ddraw versions.
|
2011-11-30 11:50:58 +01:00 |
Henri Verbeet
|
3430e11605
|
wined3d: Add a flags parameter to wined3d_surface_create().
|
2011-11-30 11:50:48 +01:00 |
Henri Verbeet
|
82dd612d50
|
ddraw: Resize the swapchain window on mode changes in exclusive mode.
|
2011-11-30 11:50:42 +01:00 |
Ken Thomases
|
d977044e76
|
secur32: Eliminate broken clean-up "cheat".
|
2011-11-30 11:45:26 +01:00 |
Ken Thomases
|
f4ac641af5
|
secur32: Clean up the helper in all cases where it was allocated.
|
2011-11-30 11:45:21 +01:00 |
Ken Thomases
|
e39e67ec3d
|
secur32: Eliminate a dead store.
|
2011-11-30 11:45:18 +01:00 |
André Hentschel
|
3f90cb8c9e
|
ntdll: Move a return out of a #ifdef.
|
2011-11-30 11:45:14 +01:00 |
André Hentschel
|
fca621f20b
|
configure: Add checks for sparc64 and powerpc64.
|
2011-11-30 11:45:07 +01:00 |
Frédéric Delanoy
|
5a04819709
|
gameux: Remove duplicate "if" condition.
|
2011-11-30 11:44:20 +01:00 |
Frédéric Delanoy
|
a5becedd0e
|
cmd: Reorder global vars declarations/definitions to improve readability.
|
2011-11-30 11:44:13 +01:00 |
Frédéric Delanoy
|
44a1e7d199
|
cmd: Move commonly used global vars declarations to header file.
|
2011-11-30 11:44:05 +01:00 |
Frédéric Delanoy
|
ad81871f15
|
cmd: Move a global var to the file using it.
|
2011-11-30 11:43:21 +01:00 |
Alexandre Julliard
|
0f3e60747f
|
ole32: Process all pending messages in CoWaitForMultipleHandles before waiting again, otherwise we may not wake up.
|
2011-11-29 21:22:40 +01:00 |
André Hentschel
|
8a1d690ad4
|
po: Update German translation.
|
2011-11-29 20:47:37 +01:00 |
Frédéric Delanoy
|
513ee9a3aa
|
cmd: Rename unicodePipes variable.
|
2011-11-29 16:48:33 +01:00 |
Frédéric Delanoy
|
1a8df977ac
|
cmd: Reduce the scope of a global variable.
|
2011-11-29 16:48:22 +01:00 |
Frédéric Delanoy
|
51b05c72d7
|
cmd: Use boolean types for boolean variables.
|
2011-11-29 16:48:12 +01:00 |
Frédéric Delanoy
|
2820ed9764
|
cmd: Remove an unused global variable.
|
2011-11-29 16:47:58 +01:00 |
Alexandre Julliard
|
f2ec760a80
|
gdi32/tests: Add tests for rectangular gradients in DIBs.
|
2011-11-29 15:12:31 +01:00 |
Alexandre Julliard
|
a135e47167
|
gdi32: Don't set gradient alpha channel for 8888 bitmaps created with bitfields.
|
2011-11-29 15:12:28 +01:00 |
Alexandre Julliard
|
a869fc47bd
|
gdi32: Implement 8-bpp and 4-bpp gradient dithering.
|
2011-11-29 15:12:26 +01:00 |
Alexandre Julliard
|
ce2f542267
|
gdi32: Implement 16-bpp gradient dithering.
|
2011-11-29 15:12:23 +01:00 |
Alexandre Julliard
|
e19a362407
|
gdi32: Implement rectangular gradients in the DIB engine.
|
2011-11-29 15:12:20 +01:00 |
Vitaliy Margolen
|
699da40d1b
|
dinput: Add more error checking to IDirectInput_GetDeviceStatus.
|
2011-11-29 14:04:25 +01:00 |
Vitaliy Margolen
|
310859db67
|
dinput: Add more parameter checking to enum devices.
|
2011-11-29 14:04:20 +01:00 |
Vitaliy Margolen
|
a84d2fe20e
|
dinput: Stub IDirectInputJoyConfig8 interface.
|
2011-11-29 14:04:01 +01:00 |
Francois Gouget
|
87a770fa73
|
cmd/tests: Tweak subsection headers so they are treated as resynchronization points.
|
2011-11-29 13:56:24 +01:00 |
Francois Gouget
|
128d0656de
|
cmd/tests: Standardize the batch file section headers.
|
2011-11-29 13:56:12 +01:00 |
Francois Gouget
|
81f64ee906
|
cmd/tests: Treat lines that start with '---' as resynchronization points.
|
2011-11-29 13:56:03 +01:00 |
Rico Schüller
|
84f158025b
|
d3dx9: Implement ID3DXBaseEffect::SetMatrixArray().
|
2011-11-29 13:55:40 +01:00 |
Rico Schüller
|
cebdbb34ac
|
d3dx9: Implement ID3DXBaseEffect::SetMatrix().
|
2011-11-29 13:55:35 +01:00 |
Rico Schüller
|
0ca1efc578
|
d3dx9: Implement ID3DXBaseEffect::SetBoolArray().
|
2011-11-29 13:55:28 +01:00 |
Rico Schüller
|
4b42b11303
|
d3dx9: Implement ID3DXBaseEffect::SetBool().
|
2011-11-29 13:55:16 +01:00 |