Aurimas Fišeras
|
cff8753d26
|
po: Update Lithuanian translation.
|
2011-04-26 18:07:39 +02:00 |
Marcus Meissner
|
0ecf958e72
|
gphoto2.ds: Mark internal symbols as hidden.
|
2011-04-26 16:18:24 +02:00 |
Matteo Bruni
|
e1ac6078b5
|
d3dx9: Remove some redundant and compiler-unfriendly pixel format checking code.
Spotted by Gerald Pfeifer and Nicolas Le Cam.
|
2011-04-26 16:18:08 +02:00 |
Matteo Bruni
|
b17fd2a3af
|
d3dx9: Print a FIXME when encountering an unknown surface format.
|
2011-04-26 16:18:03 +02:00 |
Maarten Lankhorst
|
c385a93505
|
winealsa: Zero buffer, only write data if needed.
|
2011-04-26 16:18:00 +02:00 |
Stefan Dösinger
|
e140077cc7
|
d3d8: Add more tests for NULL render targets.
|
2011-04-26 16:17:45 +02:00 |
Stefan Dösinger
|
463162b414
|
d3d8: Don't reapply the old DS if SetDepthStencilSurface failed.
|
2011-04-26 16:17:43 +02:00 |
Alexandre Julliard
|
0036e438db
|
dinput: Pass mouse messages through if the request to clip the cursor is rejected.
|
2011-04-26 16:04:23 +02:00 |
Alexandre Julliard
|
c52f415415
|
dinput: Use a 1x1 clipping rect instead of warping the mouse in exclusive mode.
|
2011-04-26 16:04:00 +02:00 |
Alexandre Julliard
|
5f2daff124
|
dinput: Add a helper function for mouse warping.
|
2011-04-26 15:31:32 +02:00 |
Alexandre Julliard
|
8578f9c375
|
dinput: Get rid of some redundant coordinate mappings.
|
2011-04-26 15:31:31 +02:00 |
Alexandre Julliard
|
897fdfd423
|
winex11: Refuse to clip cursor to a 1x1 window if we don't have XInput2 support.
|
2011-04-26 15:31:30 +02:00 |
Austin English
|
dede8eba9f
|
ole2.dll16: Add a stub for ReleaseStgMedium.
|
2011-04-26 15:31:29 +02:00 |
John Fremlin
|
66c42df02e
|
oleau32: Stop incorrectly parsing dates in bogus YDM order in European locales.
|
2011-04-26 15:31:28 +02:00 |
Rico Schüller
|
a5fbbbe4a9
|
d3dx9: Fix flags for annotation structures.
|
2011-04-26 15:31:28 +02:00 |
Rico Schüller
|
03204e99b7
|
d3dx9: Improve get_parameter_by_name().
|
2011-04-26 15:31:27 +02:00 |
Rico Schüller
|
dbfc4dfc8d
|
d3dx9: Improve ID3DXBaseEffect::GetParameter().
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
e1fcd78928
|
secur32: Mark internal symbols with hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
c2f2f1911c
|
jscript: Mark internal symbols as having hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
58040f9508
|
rpcrt4: Mark internal symbols with hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
0615969f2b
|
dsound: Mark internal symbols as having hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
32e05d7b61
|
comdlg32: Mark internal symbols as having hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
3ed1339219
|
gdiplus: Mark internal symbols as having hidden visibility.
|
2011-04-26 15:31:27 +02:00 |
Marcus Meissner
|
2ac87cb695
|
wininet: Mark internal symbols as hidden visibility.
|
2011-04-26 15:31:26 +02:00 |
Marcus Meissner
|
3587158631
|
urlmon: Mark internal functions as hidden.
|
2011-04-26 15:31:26 +02:00 |
Nicolas Le Cam
|
64111e2518
|
winspool.drv: Fix uninitialized variable warning.
|
2011-04-26 10:52:57 +02:00 |
Nicolas Le Cam
|
d4e7dacfc1
|
mshtml: Fix uninitialized variable warning.
|
2011-04-26 10:49:49 +02:00 |
Nicolas Le Cam
|
f54042df66
|
msctf/tests: Fix uninitialized variable warning.
|
2011-04-26 10:49:47 +02:00 |
Henri Verbeet
|
3f0120241b
|
wined3d: Enable SM3 if ARB_shader_texture_lod is supported.
|
2011-04-26 10:46:52 +02:00 |
Henri Verbeet
|
9d0e17e9ea
|
wined3d: Either set SM3 for both vertex and fragment shaders or for neither.
|
2011-04-26 10:46:45 +02:00 |
Henri Verbeet
|
f63a84be61
|
wined3d: Merge surface_base.c into surface.c.
|
2011-04-26 10:46:40 +02:00 |
Henri Verbeet
|
11d44809bb
|
wined3d: Remove IWineD3DSurface::PrivateSetup() from the public interface.
|
2011-04-26 10:46:23 +02:00 |
Henri Verbeet
|
5ce3186735
|
comctl32: Return if there's no current selection in TAB_EnsureSelectionVisible().
|
2011-04-26 10:46:15 +02:00 |
Andrew Bogott
|
d16bed15b6
|
crypt32: Rework Base64WithHeaderAndTrailerToBinaryA and Base64WithHeaderAndTrailerToBinaryW so that they accept a wider variety of headers and trailers.
|
2011-04-25 19:38:25 +02:00 |
Andrew Bogott
|
812d647705
|
crypt32/tests: Demonstrate that CryptStringToBinary can take arbitrary key headers and trailers.
|
2011-04-25 19:38:25 +02:00 |
Andrew Eikum
|
a5cfae6db3
|
mmdevapi/tests: Add tests for IAudioClient::GetCurrentPadding.
|
2011-04-25 19:38:25 +02:00 |
Andrew Eikum
|
d2f7b628d9
|
winecoreaudio.drv: Add mmdevapi driver.
|
2011-04-25 19:38:19 +02:00 |
Andrew Eikum
|
86e90c92af
|
winealsa.drv: Add mmdevapi driver.
Maarten Lankhorst also contributed to this driver.
|
2011-04-25 17:29:11 +02:00 |
Andrew Eikum
|
5014099928
|
mmdevapi: Reimplement using a driver system.
|
2011-04-25 17:24:50 +02:00 |
Amine Khaldi
|
30b8d046ba
|
gdi32/test: SelectObject doesn't work with palettes, use SelectPalette instead.
|
2011-04-25 16:25:11 +02:00 |
Piotr Caban
|
c09f9ef498
|
msvcrt: Removed pf_vnsprintf internal function.
|
2011-04-25 14:36:42 +02:00 |
Piotr Caban
|
bfc2f5f2a5
|
msvcrt: Use callback based printf in sprintf functions family.
|
2011-04-25 14:36:36 +02:00 |
Piotr Caban
|
b9e456aa79
|
msvcrt: Use callback based printf in fprintf functions family.
|
2011-04-25 14:36:31 +02:00 |
Piotr Caban
|
7303b8c4db
|
msvcrt: Use callback based printf in cprintf functions family.
|
2011-04-25 14:36:26 +02:00 |
Piotr Caban
|
056dfb26ce
|
msvcrt: Copy and reorganize printf implementation.
|
2011-04-25 14:36:19 +02:00 |
Piotr Caban
|
dbc8c07ba8
|
msvcrt/tests: Added fprintf tests.
|
2011-04-25 14:35:52 +02:00 |
Amine Khaldi
|
942aa70a0e
|
comctl32: Don't draw text when the number of text lines has been set to zero.
|
2011-04-25 13:05:06 +02:00 |
Vincent Povirk
|
9483b3ba86
|
windowscodecs: Treat samples as unspecified if there's no ExtraSamples tag.
|
2011-04-25 13:03:22 +02:00 |
Austin English
|
cad8afb8ee
|
kernel32: Add a stub for SetThreadPreferredUILanguages.
|
2011-04-25 13:03:07 +02:00 |
Marcus Meissner
|
eb97e6179f
|
msi: Mark internal symbols as visibility hidden.
|
2011-04-25 13:02:17 +02:00 |