Commit Graph

84755 Commits

Author SHA1 Message Date
Jacek Caban
9752df99af jscript: Get rid of instr_off from expression_t. 2012-01-03 12:37:23 +01:00
Jacek Caban
708c83e208 jscript: Make 0 an invalid code offset. 2012-01-03 12:37:22 +01:00
Jacek Caban
11453b2414 jscript: Always alloc the first chunk of code buffer. 2012-01-03 12:37:22 +01:00
Jacek Caban
ea185259fb vbscript: Added InStr tests. 2012-01-03 12:37:22 +01:00
Jacek Caban
d23ecdfc64 vbscript: Added InStr implementation. 2012-01-03 12:37:21 +01:00
Jacek Caban
fc8756ac7c vbscript: Added support for VARIANTREF arguments in multiple argument functions. 2012-01-03 12:37:21 +01:00
Alexandre Julliard
5dc8bedb95 Update copyright info for 2012. 2012-01-03 12:37:21 +01:00
Alexandre Julliard
7533f9bead d3d9/tests: Convert a file to utf-8. 2012-01-03 12:37:20 +01:00
Alexandre Julliard
158d1891c3 d3d8/tests: Convert a file to utf-8. 2012-01-03 12:37:20 +01:00
Alexandre Julliard
5721cbf0e8 gdi32: Add stubs for the OpenGL entry points in the DIB driver. 2012-01-03 12:37:16 +01:00
Alexandre Julliard
ccfbcfaf53 gdi32: Calculate the image size in GradientFill only once we have the correct bit count. 2012-01-02 21:46:46 +01:00
Alexandre Julliard
a38a496a7c Release 1.3.36. 2011-12-30 19:44:02 +01:00
Aurimas Fišeras
2b9d2d1072 po: Update Lithuanian translation. 2011-12-30 19:30:22 +01:00
Aurimas Fišeras
2e66c614b3 winecfg: Increase the size of the dpi label to fit Lithuanian translation. 2011-12-30 19:30:09 +01:00
Łukasz Wojniłowicz
84422ad196 po: Update Polish translation. 2011-12-30 18:11:39 +01:00
Luca Bennati
6247f8fac7 po: Update Italian translation. 2011-12-30 18:11:04 +01:00
Stefan Leichter
8fc7a01a2c setupapi: Add stub for SetupDiDrawMiniIcon. 2011-12-30 17:12:47 +01:00
Stefan Leichter
649d0f85ba setupapi: Add stub for SetupDiGetClassBitmapIndex. 2011-12-30 17:12:47 +01:00
Nikolay Sivov
9fc38b7230 wshom.ocx: Added IWshCollection stub and some tests. 2011-12-30 17:12:47 +01:00
Nikolay Sivov
bf0e3a5851 wshom.ocx: Fix IWshShell3 definition. 2011-12-30 17:12:47 +01:00
Jacek Caban
2e2a80ce8a mshtml: Use IUri in IHTMLLocation::put_port implementation. 2011-12-30 17:12:47 +01:00
Alistair Leslie-Hughes
71109b509e mmcndmgr: Register MMCVersionInfo Interface. 2011-12-30 17:12:47 +01:00
Austin English
56b18f8857 inetcpl.cpl: Add a stub for LaunchPrivacyDialog. 2011-12-30 15:41:10 +01:00
Austin English
daf0cba81f ntoskrnl.exe: Add a stub for Ke386SetIoAccessMap. 2011-12-30 15:41:10 +01:00
Austin English
60bd62b07c ntoskrnl.exe: Add a stub for Ke386IoSetAccessProcess. 2011-12-30 15:41:09 +01:00
Aric Stewart
ee2981c6ef usp10: Convert newOtTag to an OPENTYPE_TAG. 2011-12-30 15:41:09 +01:00
Aric Stewart
ef98d143d7 usp10: Remove redundant information by making scriptData accessible and removing otTag. 2011-12-30 15:41:09 +01:00
Aric Stewart
419d3d7100 usp10: Update get_opentype_script to return OPENTYPE_TAG. 2011-12-30 15:41:08 +01:00
Aric Stewart
71373552ff usp10: Replace GSUB_get_script_table with GSUB_GetFontScriptTags. 2011-12-30 15:41:08 +01:00
Aric Stewart
1090cd2f11 usp10: Cache FontScriptTags information. 2011-12-30 15:41:08 +01:00
Aric Stewart
1fc015636e usp10: Updates to ScriptGetFontScriptTags. 2011-12-30 15:41:07 +01:00
Jacek Caban
da07748ca2 jscript: Get rid of return_type_t. 2011-12-30 15:41:07 +01:00
Jacek Caban
83e8658894 jscript: Get rid of no longer needed interp_tree. 2011-12-30 15:41:06 +01:00
Jacek Caban
cdd90254dd jscript: Get rid of no longer needed compile_interp_fallback since we can handle all execution by bytecode.
We use compiler on whole functions body now. There is still some work
done to move it one level up (to whole source string) to do some work
that's currently done (sometimes in a hacky way) by parser, but the most
critical part is done.
2011-12-30 15:41:06 +01:00
Jacek Caban
e0552ad8c3 jscript: Use bytecode for labeled continue and break statements. 2011-12-30 15:41:06 +01:00
Jacek Caban
b82a6982a9 jscript: Get rid of no longer needed type field of return_type_t structure. 2011-12-30 15:41:05 +01:00
Jacek Caban
fc092da98e jscript: Use bytecode for return statement implementation. 2011-12-30 15:41:05 +01:00
Jacek Caban
dd7a5301e6 jscript: Make compiler responsible for proper return from regular code vs. eval-interpreted code. 2011-12-30 15:41:04 +01:00
Jacek Caban
11ccf0f33e jscript: Handle invalid continue statements in compiler. 2011-12-30 15:41:01 +01:00
Jacek Caban
7361cdc2f3 jscript: Handle invalid break statements in compiler. 2011-12-30 15:40:58 +01:00
Francois Gouget
e39d648f7d winecfg: Fix the group box labels to follow the Windows GUI guidelines.
Use sentence capitalization for group box labels.
Don't assign access keys to group box labels.
Don't pad group box labels with spaces.
2011-12-30 15:40:54 +01:00
Frédéric Delanoy
dc56f5878b po: Update French translation. 2011-12-30 12:53:45 +01:00
Aurimas Fišeras
1c8fb40f7e po: Update Lithuanian translation. 2011-12-30 12:53:44 +01:00
Francois Gouget
570c8b53f2 include: oledb.idl should include accctrl.h. 2011-12-30 12:53:44 +01:00
Francois Gouget
8eb1dee117 include: pstore.idl should import wtypes.idl. 2011-12-30 12:53:43 +01:00
Francois Gouget
51cbb4780a include: wincodecsdk.idl should import wtypes.idl. 2011-12-30 12:53:43 +01:00
Francois Gouget
5cb365bac0 include: Add some D3D import and include directives. 2011-12-30 12:53:42 +01:00
Francois Gouget
e86ced4ed5 include: strmif.idl should import unknwn.idl. 2011-12-30 12:53:42 +01:00
Francois Gouget
49447ad1d5 include: Fix the metahost.idl import directives. 2011-12-30 12:53:42 +01:00
Francois Gouget
9cdc6ac0d4 include: Fix the wia idl imports. 2011-12-30 12:53:41 +01:00