Andrew Eikum
|
e7a652395b
|
winealsa.drv: Allow creation of the default device even if all real devices failed to open.
|
2011-09-15 15:41:40 +02:00 |
Juan Lang
|
c0a8694bbc
|
wintrust: Correct ObjectTrust error with empty files.
|
2011-09-15 15:41:40 +02:00 |
Alexandre Julliard
|
498e3cf2a1
|
winex11: Remove the XRender support in the X11 driver StretchBlt implementation.
|
2011-09-15 13:22:31 +02:00 |
Alexandre Julliard
|
14f6c42708
|
winex11: Avoid an intermediate pixmap copy when stretching with SRCCOPY through XRender.
|
2011-09-15 13:12:54 +02:00 |
Alexandre Julliard
|
dc9a218a00
|
winex11: Add a StretchBlt entry point to the XRender driver.
|
2011-09-15 13:12:18 +02:00 |
Alexandre Julliard
|
beb71ad9d1
|
winex11: Pass destination coordinates to xrender_mono_blit.
|
2011-09-15 12:51:57 +02:00 |
Alexandre Julliard
|
85a6967f8d
|
winex11: Move the pixel->color conversion out of the get_tile_pict function.
|
2011-09-15 12:51:08 +02:00 |
Aurimas Fišeras
|
90e3bc51c3
|
po: Update Lithuanian translation.
|
2011-09-14 17:28:50 +02:00 |
Bernhard Loos
|
a57312d873
|
rpcrt4: The named pipe can be used for multiple operations at the same time, so use overlapped operations for ReadFile and WriteFile.
|
2011-09-14 17:28:38 +02:00 |
Frédéric Delanoy
|
ad064b44ed
|
cmd/tests: Add tests for SHIFT builtin.
|
2011-09-14 17:27:24 +02:00 |
Frédéric Delanoy
|
9bf515974d
|
cmd: Make some variables static.
|
2011-09-14 17:27:20 +02:00 |
Maarten Lankhorst
|
6df92c11ca
|
winegstreamer: Use WAVE_FORMAT_PCM when possible for demux.
|
2011-09-14 17:27:11 +02:00 |
Piotr Caban
|
565ece5ecc
|
msvcp60: Remove incorrect forwards from spec file.
|
2011-09-14 17:00:20 +02:00 |
Alexandre Julliard
|
c0ac16403f
|
make_specfiles: Support a magic comment to prevent forwarding an entry point.
|
2011-09-14 17:00:19 +02:00 |
Alexandre Julliard
|
f127a2c075
|
msvcrt: Synchronize the spec files.
|
2011-09-14 17:00:19 +02:00 |
Aric Stewart
|
7ccf31bde8
|
usp10: Set fNoGlyphIndex only if the fonts has no opentype/truetype tables.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
429bac4c86
|
vbscript: Added interp_imp implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
89c9a737f4
|
vbscript: Added interp_eqv implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
f17b35fdeb
|
vbscript: Added interp_xor implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
43d10693ca
|
vbscript: Added xor, imp and eqv expressions parser/compiler implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
4916c1b26c
|
vbscript: Added interp_or implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
fae7352f93
|
vbscript: Added 'or' expression parser/compiler implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
091f243051
|
vbscript: Added interp_and implementation.
|
2011-09-14 17:00:19 +02:00 |
Jacek Caban
|
69de07981a
|
vbscript: Added 'and' expression parser/compiler implementation.
|
2011-09-14 17:00:18 +02:00 |
Jacek Caban
|
f9edb683d2
|
vbscript: Added support for returning value from function.
|
2011-09-14 17:00:18 +02:00 |
Jacek Caban
|
1cefcdb6b7
|
vbscript: Added Exit Function statement implementation.
|
2011-09-14 17:00:18 +02:00 |
Jacek Caban
|
78957118fb
|
vbscript: Added function parser implementation.
|
2011-09-14 17:00:08 +02:00 |
Jacek Caban
|
0b9b021aa3
|
vbscript: Added support for sub local variables.
|
2011-09-14 14:56:36 +02:00 |
Jacek Caban
|
d04ba41aa9
|
vbscript: Added exit sub statement implementation.
|
2011-09-14 14:56:32 +02:00 |
Jacek Caban
|
1936dd7ee7
|
vbscript: Added sub argument tests.
|
2011-09-14 14:56:27 +02:00 |
Jacek Caban
|
c846a5925b
|
vbscript: Added interpreter support for sub arguments.
|
2011-09-14 14:56:21 +02:00 |
Jacek Caban
|
0c0b252c24
|
vbscript: Added function arguments compiler implementation.
|
2011-09-14 14:56:17 +02:00 |
Jacek Caban
|
48d04b220b
|
vbscript: Added function invocation supprot to do_icall.
|
2011-09-14 14:56:11 +02:00 |
Jacek Caban
|
f00a8ec04d
|
vbscript: Added functions lookup implementation.
|
2011-09-14 14:56:06 +02:00 |
Jacek Caban
|
190ea00010
|
vbscript: Store global functions in script_ctx_t.
|
2011-09-14 14:56:02 +02:00 |
Jacek Caban
|
413bc99044
|
vbscript: Added function compiler implementation.
|
2011-09-14 14:55:51 +02:00 |
Jacek Caban
|
d220dd291e
|
vbscript: Added sub statement parser implementation.
|
2011-09-14 14:55:49 +02:00 |
Hans Leidekker
|
94f431e3ee
|
ws2_32: Avoid a crash in WS2_recv_base.
|
2011-09-14 14:55:46 +02:00 |
Hans Leidekker
|
f13cafad4a
|
msi: Ignore files if their path cannot be resolved in the RemoveFiles action.
|
2011-09-14 14:55:33 +02:00 |
Hans Leidekker
|
eede401d03
|
msi: Free the message string in ACTION_ResolveSource.
|
2011-09-14 14:55:28 +02:00 |
Alexandre Julliard
|
dc1056284f
|
winex11: Make sure the cursor bitmaps are owned by x11drv.
|
2011-09-14 14:53:59 +02:00 |
Alexandre Julliard
|
0f9dfb932e
|
winex11: Use the DIB engine for client-side DIB copy optimizations.
|
2011-09-14 13:26:29 +02:00 |
Alexandre Julliard
|
c819e4bdea
|
gdi32: Add a null driver fallback for AlphaBlend, using a new BlendImage driver entry point.
|
2011-09-14 11:57:45 +02:00 |
Alexandre Julliard
|
27516babd6
|
gdi32: Add a couple of helper functions for converting and stretching DIBs.
|
2011-09-14 11:25:19 +02:00 |
Alexandre Julliard
|
7696168dce
|
gdi32: Add a placeholder function for DIB stretching.
|
2011-09-14 11:17:02 +02:00 |
Gerald Pfeifer
|
d685a07f22
|
vbscript: Add missing error handling in interp_jmp_false.
|
2011-09-14 11:08:00 +02:00 |
Francois Gouget
|
b87134a4e1
|
po: Remove English strings from the Slovak translation.
|
2011-09-14 11:07:59 +02:00 |
Francois Gouget
|
6eed74088a
|
po: Remove English strings from the Russian translation.
Also mark a partial translation as fuzzy.
|
2011-09-14 11:07:59 +02:00 |
Francois Gouget
|
fe6cfb25c0
|
po: Remove English strings from the Romanian translation.
|
2011-09-14 11:07:59 +02:00 |
Francois Gouget
|
4a9fa0e24a
|
wineconsole: Use a more standard syntax for multi-line RC file strings.
|
2011-09-14 11:07:55 +02:00 |