Displaying 20 results from an estimated 307 matches for "jscript".
Did you mean:
script
2008 Sep 19
0
Wine release 1.1.5
...Google Chrome crashes when downloading an exe file
15209 winedbg has an infinite loop at wine/programs/winedbg/memory.c:426
15227 orb installer crashes when showing eula
15252 moving/resizing undecorated windows broken in dual-screen setups
15260 objects in spore leave trails
15266 jscript: engine.c - unitialized variable
----------------------------------------------------------------
Changes since 1.1.4:
Alexander Dorofeyev (1):
quartz/tests: Fix potential NULL dereference (Coverity).
Alexander Nicolaysen S?rnes (5):
notepad: Only append .txt to missing files withou...
2011 Dec 30
0
Wine release 1.3.36
The Wine development release 1.3.36 is now available.
What's new in this release (see below for details):
- UDisks backend for the dynamic device support.
- Polygons and geometric pens implemented in the DIB engine.
- JScript now compiles entire functions.
- Improved support for vertical fonts.
- A few more scripts in UniScribe.
- A bunch of ctype functions implemented in MSVCP.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-...
2011 Dec 16
0
Wine release 1.3.35
The Wine development release 1.3.35 is now available.
What's new in this release (see below for details):
- Triangular gradients and cosmetic wide pens support in the DIB engine.
- All Wine dialogs can now be translated through po files.
- Many more scripts added to UniScribe.
- JScript using bytecode throughout now.
- Several MSXML improvements.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.35.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.3.35.tar.bz2
Binary packages for v...
2009 Jul 17
0
Wine release 1.1.26
The Wine development release 1.1.26 is now available.
What's new in this release (see below for details):
- Still more translation updates.
- Faster bitmap stretching using XRender.
- Proxy support in WinHTTP.
- Many more JScript functions.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.26.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.1.26.tar.bz2
Binary packages for various distributions will be available from:
http...
2016 Apr 01
0
Wine release 1.9.7
...M. Davies (1):
wineqtdecoder: Use thread-safe initialization.
Iván Matellanes (1):
msvcirt: Avoid superfluous comparison in some compilers.
Jacek Caban (49):
mshtml/tests: Fixed xmlhttprequest test failures.
mshtml/tests: Fixed remaining xmlhttprequest test failures.
jscript: Removed no longer used argument from exec_source.
jscript: Added a few more arguments tests.
jscript: Keep track of active call in a separated structure.
jscript: Store bytecode pointer in call_frame_t.
jscript: Store function description in call_frame_t.
jscript: Add...
2011 Dec 02
0
Wine release 1.3.34
...d_line primitives.
gdi32: Add an option to allow pen_lines to draw a closed figure.
gdi32: Avoid reading past the end of the indices array.
gdi32: Add support for checking the font's gasp flags.
Hwang YunSong (1):
po: Updated Korean translation.
Jacek Caban (48):
jscript: Use bytecode for binary negation implementation.
jscript: Use bytecode for unary '+' expression.
jscript: Added tests of unary '+' on not existent property.
jscript: Use bytecode for '+' expression implementation.
jscript: Use bytecode for 'in...
2009 Aug 07
0
Wine release 1.1.27
...ues.
wine.inf: Add a fake DLL for dinput8.
user32/tests: Test the behavior of DialogBoxParamA with dialog procedure window destruction.
kernel32: Revise SetThreadIdealProcessor to return success.
Andrew Talbot (1):
ddraw: Constify some variables.
Andr? Hentschel (7):
jscript: Add German translation.
shell32: Fix German folder names.
jscript: Update German translation.
wininet: Update German translation.
jscript: Update German translation.
comctl32: Stop flicker when drawing themed and draw the correct image smoothly.
jscript: Update...
2010 Feb 08
1
PPLive can't start with wine on OS 10.4 Mac Tiger
...rogramm with wine but it fails:(
Code:
noname:~/Desktop/spring/PPTV nadiayu$ wine PPLive.exe
fixme:atl:AtlModuleInit SEMI-STUB (0x5afe70 0x5afef8 0x540000)
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
fixme:atl:AtlModuleInit SEMI-STUB (0x336208 0x336020 0x330000)
fixme:jscript:DispatchEx_GetTypeInfo (0x1878d8)->(0 1031 0x32f53c)
fixme:jscript:JScript_SetScriptState unimplemented state 3
fixme:jscript:JScript_SetScriptState unimplemented state 4
noname:~/Desktop/spring/PPTV nadiayu$ WINEDLLOVERRIDES="mfc42,msvcp60,riched32=n" wine P...
2009 Sep 25
0
Wine release 1.1.30
...l: Implement IHTMLCurrentStyle_get_lineHeight.
mshtml: Implement IHTMLCurrentStyle_get_textIndent.
Andrew Eikum (2):
ole32: Don't fail when constants are 'incorrect'.
mshtml: Reimplement IHTMLElement::{get, set}Attribute using IDispatchEx.
Andr? Hentschel (10):
jscript: Update German translation.
oleaut32/tests: Add a testcase for vartype.
readme.de: Git is not an acronym.
oleaut32: Test for rolled minutes.
README.de: Convert to utf-8.
oleaut32: Test for rolled hours and seconds.
winemaker: Update manpage.
winex11: Add al...
2012 Feb 06
15
Probleme index file copy failed .....
Bonjour, J'essais de lancer une application nomm? mitchell on demand sur mon serveur linux avec wine, l'installation a reussi, je lance l'application sans aucun probleme aussi. Par contre, lorsque jessais d'installer les data de l,application voici se que ca me donne.
[Image: http://74.221.24.50/xbox/mitchell-error.png ]
quelqu'un peu m'aider ?
2014 Oct 03
0
Wine release 1.7.28
...ce with nsnode.
mshtml: Use UTF-8 encoding in NewURI by default.
mshtml: Use proper type for text node in exec_hyperlink.
mshtml: Don't assume that nsIDOMHTMLElement inherits from nsIDOMNode in HTMLDocument_createStyleSheet.
mshtml: Removed no longer needed assert.
jscript: Move parser related declarations to separated header.
jscript: Return double from parse_numeric_literal and parse_double_literal.
jscript: Added new ccval_t type for CC variable values.
jscript: Moved skipping spaces to separated function.
jscript: Added conditional compila...
2009 Sep 02
0
Wine release 1.1.29
...ancois Gouget (21):
wrc: Add a '\n' to a parser_warning() call.
ntoskrnl.exe: Remove a space before a '\n'.
windowscodecs/tests: Make some functions static.
riched20: Make ME_SetCursorToEnd() static.
mshtml: Remove the create_nsstream() prototype.
jscript: Make Arguments_value() static.
jscript: Add a trailing '\n' to a FIXME().
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.
rpcrt4/tests: Fix compilation on systems that don't support nameless unions.
ddraw/tests: Fix compil...
2020 Feb 02
0
Wine release 5.1
The Wine development release 5.1 is now available.
What's new in this release (see below for details):
- Support for using LLVM-MinGW as PE cross-compiler.
- Better reporting of error location in JScript and VBScript.
- Support for relocatable installation of the Winelib tools.
- Ellipse drawing in Direct2D.
- OLE monikers improvements.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/5.x/wine-5.1.tar.xz
http://mirrors.ibibli...
2013 Mar 15
0
Wine release 1.5.26
...where appropriate.
ws2_32: Use socklen_t where appropriate.
winedbg: Use socklen_t where appropriate.
winhttp: Always pass a ULONG variable to ioctlsocket.
wininet: Always pass a ULONG variable to ioctlsocket.
vbscript: Return after assert(0) to silence warnings.
jscript: Return after assert(0) to silence warnings.
exception.h: Android doesn't have sigsetjmp.
winefile: Pass a value instead of a pointer to avoid type mismatch warnings.
msi: Avoid intermediate variables when calling create_record.
msvcrt: Export the ARM version of some man...
2012 Apr 27
0
Wine release 1.5.3
...ctl32: Remove unneeded shadow variables for comboex.
devenum: Remove unneeded shadow variables.
gdi32: Remove unneeded shadow variable.
mscms: Remove unneeded shadow variable.
netapi32: Remove unneeded shadow variables.
winhlp32: Remove unneeded shadow variables.
jscript: Remove unneeded shadow variable.
services: Remove unneeded shadow variable.
winedbg: Disassemble more Thumb instructions.
winedbg: Add "load address" and new nops to the Thumb disassembler.
winedbg: Print all available information about branch targets in ARM disas...
2006 Jan 03
1
Where''s the MS jScript reference gone?
Hi
Is it just me or had Microsoft removed all of its on-line
documentation on JScript from its site? All my bookmarks are giving
404s and new searches on MSDN are not finding anything.
Regards
Toby
2011 Jan 07
0
Wine release 1.3.11
...dd missing entry for No key in en_US translation.
crypt32: Convert translations to po files.
cryptdlg: Convert translations to po files.
devenum: Convert translations to po files.
hhctrl: Convert translations to po files.
iccvid: Convert translations to po files.
jscript: Convert translations to po files.
localspl: Convert translations to po files.
mapi32: Convert translations to po files.
msi: Convert translations to po files.
msrle32: Convert translations to po files.
msvidc32: Convert translations to po files.
oleaut32: Conver...
2013 Mar 29
1
Wine release 1.5.27
...extra spacing if lpdx is supplied.
user32: Invalidate the listbox in LB_SETCOUNT.
user32: Keep the combo listbox within the monitor's work area.
Jacek Caban (24):
mshtml: Added IHTMLButtonElement::name implementation.
mshtml: Added IHTMLButtonElement::name tests.
jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len.
secur32: Pass whole schan_credentials struct to schannel backend implementations.
jscript: Added jsstr_flatten helper and use it to access string buffer in date.c.
jscript: Use jsstr_flatten to access string buff...
2012 Sep 16
2
flash plugin
...hon2.6/site-packages/tg/flash.pyo
Filename : /usr/lib/python2.6/site-packages/tg/flash.py
Filename : /usr/lib/python2.6/site-packages/tg/flash.pyc
Filename : /usr/lib/kde4/kipiplugin_flashexport.so
Other : kipiplugin_flashexport.so
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/images
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js
Filename : /var/www/mambo/mambots/editors/tinymce/jscripts/ti...
2009 Jan 28
1
Re: Wine and Quicken
...ommandTarget_Exec (0x4056934)->({000214d1-0000-0000-c000-000000000046} 37 0 0x32a378 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x4056934)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x32a408)
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:mshtml:get_script_host Ignoring JScript
fixme:mshtml:get_script_host Ignoring JScript
fixme:mshtml:get_script_host Ignoring JScript
fixme:mshtml:get_script_host Ignoring JScript
fixme:mshtml:get_script_host Ignoring JScript
fixme:mshtml:get_script_host Ignoring JScript
fixme:bidi:mirror stub: mirroring of characters not yet implemented
f...