André Hentschel
|
723ae056b9
|
d3drm: Add IDirect3DRM3 interface.
|
2011-12-29 16:19:05 +01:00 |
André Hentschel
|
7164806b56
|
d3drm: Add IDirect3DRMMeshBuilder3 interface.
|
2011-12-29 16:19:04 +01:00 |
Francois Gouget
|
2180a9c3a4
|
inetcpl: Don't pad group box labels with spaces.
|
2011-12-29 16:19:01 +01:00 |
Francois Gouget
|
dc31798caf
|
cryptui: Don't assign access keys to group box labels.
|
2011-12-29 16:18:58 +01:00 |
Francois Gouget
|
f8c1b08786
|
comdlg32: Use sentence capitalization for group box labels.
|
2011-12-29 16:18:54 +01:00 |
Nikolay Sivov
|
3228876355
|
wshom.ocx: Added IDispatch support for IWshShell3.
|
2011-12-29 16:18:51 +01:00 |
Jacek Caban
|
59619073a8
|
jscript: Added bytecode dumper implementation.
|
2011-12-29 16:18:51 +01:00 |
Jacek Caban
|
ee6e6986fb
|
jscript: Moved instr_off from statement_t to source_elements_t.
|
2011-12-29 16:18:50 +01:00 |
Jacek Caban
|
b3907c40f7
|
jscript: No longer support per-statement compilation.
|
2011-12-29 16:18:50 +01:00 |
Jacek Caban
|
6710e7ec6f
|
jscript: Get rid of stat_eval_table.
|
2011-12-29 16:18:49 +01:00 |
Jacek Caban
|
f08fcff4fd
|
jscript: Moved exec_source to the bottom of the file.
|
2011-12-29 16:18:48 +01:00 |
Jacek Caban
|
2dcb8d412f
|
jscript: Always use bytecode for while statement.
|
2011-12-29 16:18:48 +01:00 |
Jacek Caban
|
c6932d8069
|
jscript: Always use bytecode for try statement.
|
2011-12-29 16:18:47 +01:00 |
Jacek Caban
|
985c6a1943
|
jscript: Always use bytecode for switch statement.
|
2011-12-29 16:18:46 +01:00 |
Jacek Caban
|
f904bc8e78
|
jscript: Always use bytecode for for statement.
|
2011-12-29 16:18:46 +01:00 |
Jacek Caban
|
2c0920f8c3
|
jscript: Always use bytecode for for..in statement.
|
2011-12-29 16:18:45 +01:00 |
Jacek Caban
|
1c0fe6002d
|
jscript: Always use bytecode for with statement.
|
2011-12-29 16:18:44 +01:00 |
Alexandre Julliard
|
63a9217539
|
gdi32: Add checks for invalid color usage values.
|
2011-12-29 16:18:39 +01:00 |
Alexandre Julliard
|
c1c8c92875
|
gdi32: Add helpers to paint a region with the brush or pen.
|
2011-12-29 10:10:45 +01:00 |
Alexandre Julliard
|
579afe5cc6
|
gdi32: Implement PolyPolygon in the DIB driver.
|
2011-12-29 09:57:58 +01:00 |
Alexandre Julliard
|
f5549ae1d0
|
gdi32: Use a region to render geometric and wide pens in LineTo.
|
2011-12-29 09:57:41 +01:00 |
Alexandre Julliard
|
da8ae11300
|
gdi32: Use a region to render geometric and wide pens in Rectangle.
|
2011-12-29 09:53:25 +01:00 |
Alexandre Julliard
|
64ed56366c
|
gdi32: Use a region to render geometric and wide pens in PolyPolyline.
|
2011-12-29 00:02:24 +01:00 |
Alexandre Julliard
|
9ee690c984
|
gdi32: Implement returning a region for 1-pixel wide dashed pen lines.
|
2011-12-28 23:03:03 +01:00 |
Alexandre Julliard
|
3188c30229
|
gdi32: Implement returning a region for 1-pixel wide solid pen lines.
|
2011-12-28 23:02:42 +01:00 |
Alexandre Julliard
|
0429d9181f
|
gdi32: Add support for updating a region from the pen backend functions instead of painting directly.
|
2011-12-28 23:02:10 +01:00 |
André Hentschel
|
277361d7be
|
po: Update German translation.
|
2011-12-28 20:22:27 +01:00 |
Ričardas Barkauskas
|
1bbe92e79b
|
ws2_32: Don't post completion packet if sending fails with error immediately.
|
2011-12-28 18:59:48 +01:00 |
Ričardas Barkauskas
|
fa4a90e6d2
|
ws2_32/tests: Test some completion port behavior.
|
2011-12-28 18:59:45 +01:00 |
André Hentschel
|
7fd38368b4
|
d3drm: Add IDirect3DRM2 interface.
|
2011-12-28 18:59:11 +01:00 |
André Hentschel
|
f8766bdc72
|
d3drm: Add IDirect3DRMMeshBuilder2 interface.
|
2011-12-28 18:57:07 +01:00 |
Matteo Bruni
|
8dee7989f2
|
d3d9/tests: More D3DTSS_TEXTURETRANSFORMFLAGS projection tests.
|
2011-12-28 18:55:25 +01:00 |
Matteo Bruni
|
fb38bad0c4
|
wined3d: Improve projection TEXTURETRANSFORMFLAGS handling in the ARB fragment ffp implementation.
|
2011-12-28 18:55:18 +01:00 |
Matteo Bruni
|
472fed41dd
|
wined3d: Improve invalid TEXTURETRANSFORMFLAGS handling.
|
2011-12-28 18:55:15 +01:00 |
Nikolay Sivov
|
9d662928f5
|
msxml3: Implement element stack and use it in related callbacks.
|
2011-12-28 17:52:29 +01:00 |
Piotr Caban
|
17f0ee4622
|
msvcrt: NULL terminate strings returned by _Getdays and _Getmonths.
|
2011-12-28 17:50:11 +01:00 |
Jacek Caban
|
dfeec5a2bf
|
mshtml: Use IURi for IHTMLLocation::get_hash implementation.
|
2011-12-28 17:49:41 +01:00 |
Jacek Caban
|
d7fd00fdab
|
jscript: Added more control flow tests.
|
2011-12-28 17:49:35 +01:00 |
Jacek Caban
|
8f8c852897
|
jscript: Get rid of no longer needed no_fallback hack.
|
2011-12-28 17:49:30 +01:00 |
Jacek Caban
|
c5c2276a9f
|
jscript: Added bytecode versions of break and continue statements.
|
2011-12-28 17:49:19 +01:00 |
Jacek Caban
|
80113b5c5c
|
jscript: Use labels in compiler for ending loops.
|
2011-12-28 17:49:15 +01:00 |
Jacek Caban
|
3b56e49ef9
|
jscript: Added bytecode version of try statement.
|
2011-12-28 17:48:48 +01:00 |
Jacek Caban
|
02ff8d1853
|
jscript: Use bytecode for throw statement.
|
2011-12-28 17:48:42 +01:00 |
Jacek Caban
|
3f4f9f0f40
|
jscript: Rename throw opcode to throw_ref.
|
2011-12-28 17:48:37 +01:00 |
Jacek Caban
|
661241a392
|
jscript: Added bytecode version of for..in statement.
|
2011-12-28 17:48:32 +01:00 |
Francois Gouget
|
209132724a
|
quartz: Define the QuartzTypeLib library in control.idl.
Also remove some unneeded forward declarations.
|
2011-12-28 17:48:16 +01:00 |
Francois Gouget
|
862377f123
|
sensapi: Define the SensEvents library in sensevts.idl.
Also import wtypes.idl.
|
2011-12-28 17:48:08 +01:00 |
Francois Gouget
|
043c7fc076
|
winetest: Always report errors and fatal errors, even in quiet mode.
|
2011-12-28 17:47:57 +01:00 |
Francois Gouget
|
df1a5cb9d0
|
include: Move the ITargetFramePriv* interfaces to htiface.idl.
|
2011-12-28 17:47:45 +01:00 |
Francois Gouget
|
4628c52c36
|
mountmgr: Add a trailing '\n' to a WARN() message.
|
2011-12-28 17:46:48 +01:00 |