wine
14 years agojscript: Added "Expected ')'" error.
Piotr Caban [Fri, 24 Jul 2009 07:36:13 +0000 (09:36 +0200)] 
jscript: Added "Expected ')'" error.

14 years agojscript: Added "Expected '('" error.
Piotr Caban [Fri, 24 Jul 2009 07:36:04 +0000 (09:36 +0200)] 
jscript: Added "Expected '('" error.

14 years agojscript: Throw SyntaxError in eval function.
Piotr Caban [Fri, 24 Jul 2009 07:35:56 +0000 (09:35 +0200)] 
jscript: Throw SyntaxError in eval function.

14 years agoshell32/tests: Fix a couple of failures on Win9x and NT4.
Alexandre Julliard [Fri, 24 Jul 2009 09:44:41 +0000 (11:44 +0200)] 
shell32/tests: Fix a couple of failures on Win9x and NT4.

14 years agoddraw: Constify some variables.
Andrew Talbot [Thu, 23 Jul 2009 20:46:45 +0000 (21:46 +0100)] 
ddraw: Constify some variables.

14 years agowinhlp32: Ensure Open dialog is modal.
Owen Rudge [Thu, 23 Jul 2009 20:18:57 +0000 (17:18 -0300)] 
winhlp32: Ensure Open dialog is modal.

14 years agocomctl32/listview: Don't alter selection mark in LVM_SETITEMSTATE.
Nikolay Sivov [Thu, 23 Jul 2009 19:50:12 +0000 (23:50 +0400)] 
comctl32/listview: Don't alter selection mark in LVM_SETITEMSTATE.

14 years agocomctl32/listview: Set LVIS_FOCUSED for all items with LVM_SETITEMSTATE not allowed.
Nikolay Sivov [Thu, 23 Jul 2009 19:48:23 +0000 (23:48 +0400)] 
comctl32/listview: Set LVIS_FOCUSED for all items with LVM_SETITEMSTATE not allowed.

14 years agocomctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.
Nikolay Sivov [Thu, 23 Jul 2009 19:46:22 +0000 (23:46 +0400)] 
comctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.

14 years agocomctl32/listview: Additional tests for LVM_SETITEMSTATE for all items.
Nikolay Sivov [Thu, 23 Jul 2009 19:43:24 +0000 (23:43 +0400)] 
comctl32/listview: Additional tests for LVM_SETITEMSTATE for all items.

14 years agowininet: Update Dutch translation.
Hans Leidekker [Thu, 23 Jul 2009 18:57:19 +0000 (20:57 +0200)] 
wininet: Update Dutch translation.

14 years agowininet: Use a different pointer for the password in WININET_SetAuthorization.
Hans Leidekker [Thu, 23 Jul 2009 18:56:42 +0000 (20:56 +0200)] 
wininet: Use a different pointer for the password in WININET_SetAuthorization.

14 years agowininet: Update French translation.
Frédéric Delanoy [Thu, 23 Jul 2009 21:22:51 +0000 (23:22 +0200)] 
wininet: Update French translation.

14 years agowininet: Update German translation.
André Hentschel [Thu, 23 Jul 2009 17:50:12 +0000 (19:50 +0200)] 
wininet: Update German translation.

14 years agowininet: Update Lithuanian translation.
Aurimas Fišeras [Thu, 23 Jul 2009 17:23:29 +0000 (20:23 +0300)] 
wininet: Update Lithuanian translation.

14 years agowinhttp: Only output fixme for unhandled resolve timeout.
Juan Lang [Thu, 23 Jul 2009 16:12:29 +0000 (09:12 -0700)] 
winhttp: Only output fixme for unhandled resolve timeout.

14 years agowinhttp: Implement connect timeout.
Juan Lang [Thu, 23 Jul 2009 16:11:32 +0000 (09:11 -0700)] 
winhttp: Implement connect timeout.

14 years agokernel32: Fetch more information from the DosDevices directory for QueryDosDevice.
Alexandre Julliard [Fri, 24 Jul 2009 09:01:41 +0000 (11:01 +0200)] 
kernel32: Fetch more information from the DosDevices directory for QueryDosDevice.

14 years agowinemenubuilder: Reduce memory usage for string copies.
Alexandre Julliard [Fri, 24 Jul 2009 08:41:25 +0000 (10:41 +0200)] 
winemenubuilder: Reduce memory usage for string copies.

14 years agolibwine: Fix the wctomb validity check for codepages where the default chars don...
Alexandre Julliard [Fri, 24 Jul 2009 08:40:32 +0000 (10:40 +0200)] 
libwine: Fix the wctomb validity check for codepages where the default chars don't convert to each other.

14 years agowinex11: Make X11DRV_SetupGCForPatBlt independent of screen_depth.
Roderick Colenbrander [Wed, 22 Jul 2009 19:33:44 +0000 (21:33 +0200)] 
winex11: Make X11DRV_SetupGCForPatBlt independent of screen_depth.

14 years agowinex11: Make BRUSH_DitherColor independent of the screen_depth.
Roderick Colenbrander [Wed, 22 Jul 2009 18:17:10 +0000 (20:17 +0200)] 
winex11: Make BRUSH_DitherColor independent of the screen_depth.

14 years agowinex11: Add support for GCs at more depths.
Roderick Colenbrander [Sun, 19 Jul 2009 13:03:24 +0000 (15:03 +0200)] 
winex11: Add support for GCs at more depths.

14 years agouser32: Get rid of internal function MENU_SetItemData, use SetMenuItemInfo_common...
Rein Klazes [Thu, 23 Jul 2009 05:56:08 +0000 (07:56 +0200)] 
user32: Get rid of internal function MENU_SetItemData, use SetMenuItemInfo_common instead.

14 years agouser32: When setting a menu item, handle MIIM_TYPE flag by setting approriate MIIM_BI...
Rein Klazes [Thu, 23 Jul 2009 05:56:07 +0000 (07:56 +0200)] 
user32: When setting a menu item, handle MIIM_TYPE flag by setting approriate MIIM_BITMAP, MIIM_FTYPE and MIIM_STRING flags.

14 years agouser32: Put some repeated code for checking and extending of a MENUITEMINFO structure...
Rein Klazes [Thu, 23 Jul 2009 10:32:30 +0000 (12:32 +0200)] 
user32: Put some repeated code for checking and extending of a MENUITEMINFO structure in a separate function.

14 years agomshtml: Added VT_UINT handling to debugstr_variant.
Jacek Caban [Thu, 23 Jul 2009 13:25:38 +0000 (15:25 +0200)] 
mshtml: Added VT_UINT handling to debugstr_variant.

14 years agoinclude: Add crtrow.idl.
Huw Davies [Thu, 23 Jul 2009 10:53:34 +0000 (11:53 +0100)] 
include: Add crtrow.idl.

14 years agoinclude: Add binres.idl.
Huw Davies [Wed, 22 Jul 2009 16:18:50 +0000 (17:18 +0100)] 
include: Add binres.idl.

14 years agoinclude: Add a missing parameter and fix a few attributes.
Huw Davies [Wed, 22 Jul 2009 15:42:27 +0000 (16:42 +0100)] 
include: Add a missing parameter and fix a few attributes.

14 years agoinclude: Add sesprp.idl.
Huw Davies [Wed, 22 Jul 2009 15:33:17 +0000 (16:33 +0100)] 
include: Add sesprp.idl.

14 years agoinclude: Add dbdsad.idl.
Huw Davies [Wed, 22 Jul 2009 14:49:06 +0000 (15:49 +0100)] 
include: Add dbdsad.idl.

14 years agowined3d: Add missing calling convention specifiers.
Leonid Lobachev [Thu, 23 Jul 2009 10:53:54 +0000 (14:53 +0400)] 
wined3d: Add missing calling convention specifiers.

14 years agouser32: Draw the whole button only if requested.
Dmitry Timoshkov [Thu, 23 Jul 2009 10:44:13 +0000 (19:44 +0900)] 
user32: Draw the whole button only if requested.

14 years agowininet: Add a regular authentication dialog.
Hans Leidekker [Thu, 23 Jul 2009 10:05:58 +0000 (12:05 +0200)] 
wininet: Add a regular authentication dialog.

14 years agowininet: Prepare for showing a regular authentication dialog.
Hans Leidekker [Thu, 23 Jul 2009 10:05:25 +0000 (12:05 +0200)] 
wininet: Prepare for showing a regular authentication dialog.

14 years agowininet: Don't leak the proxy username and password in WININET_SetProxyAuthorization.
Hans Leidekker [Thu, 23 Jul 2009 10:04:59 +0000 (12:04 +0200)] 
wininet: Don't leak the proxy username and password in WININET_SetProxyAuthorization.

14 years agowininet: Release the request in WININET_GetProxyServer and WININET_SetProxyAuthorization.
Hans Leidekker [Thu, 23 Jul 2009 10:04:22 +0000 (12:04 +0200)] 
wininet: Release the request in WININET_GetProxyServer and WININET_SetProxyAuthorization.

14 years agoinclude: Add opnrst.idl.
Huw Davies [Wed, 22 Jul 2009 13:25:27 +0000 (14:25 +0100)] 
include: Add opnrst.idl.

14 years agoinclude: Add dbcses.idl.
Huw Davies [Wed, 22 Jul 2009 13:08:35 +0000 (14:08 +0100)] 
include: Add dbcses.idl.

14 years agoinclude: Add dbccmd.idl.
Huw Davies [Wed, 22 Jul 2009 13:03:06 +0000 (14:03 +0100)] 
include: Add dbccmd.idl.

14 years agowrite: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:30:00 +0000 (14:30 +0500)] 
write: Convert the Russian resources to UTF-8.

14 years agoxcopy: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:30:09 +0000 (14:30 +0500)] 
xcopy: Convert the Russian resources to UTF-8.

14 years agowordpad: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:29:45 +0000 (14:29 +0500)] 
wordpad: Convert the Russian resources to UTF-8.

14 years agowinedbg: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:28:59 +0000 (14:28 +0500)] 
winedbg: Convert the Russian resources to UTF-8.

14 years agowinhlp32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:29:35 +0000 (14:29 +0500)] 
winhlp32: Convert the Russian resources to UTF-8.

14 years agowinemine: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:29:25 +0000 (14:29 +0500)] 
winemine: Convert the Russian resources to UTF-8.

14 years agowinefile: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:29:07 +0000 (14:29 +0500)] 
winefile: Convert the Russian resources to UTF-8.

14 years agowineconsole: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 23 Jul 2009 09:28:44 +0000 (14:28 +0500)] 
wineconsole: Convert the Russian resources to UTF-8.

14 years agowined3d: get_drawable_size() needs a context.
Henri Verbeet [Thu, 23 Jul 2009 08:54:37 +0000 (10:54 +0200)] 
wined3d: get_drawable_size() needs a context.

14 years agowined3d: Return the activated context from ActivateContext().
Henri Verbeet [Thu, 23 Jul 2009 08:54:36 +0000 (10:54 +0200)] 
wined3d: Return the activated context from ActivateContext().

14 years agowined3d: Explicitly pass the wined3d context to context_apply_draw_buffer().
Henri Verbeet [Thu, 23 Jul 2009 08:54:35 +0000 (10:54 +0200)] 
wined3d: Explicitly pass the wined3d context to context_apply_draw_buffer().

14 years agowined3d: Get rid of last_device.
Henri Verbeet [Thu, 23 Jul 2009 08:54:34 +0000 (10:54 +0200)] 
wined3d: Get rid of last_device.

14 years agowined3d: Remove some unnecessary code.
Henri Verbeet [Thu, 23 Jul 2009 08:54:33 +0000 (10:54 +0200)] 
wined3d: Remove some unnecessary code.

Now that we don't depend on activeContext and lastActiveRenderTarget to be
non-NULL this code can go.

14 years agowined3d: Don't reuse contexts marked for destruction.
Henri Verbeet [Thu, 23 Jul 2009 08:54:32 +0000 (10:54 +0200)] 
wined3d: Don't reuse contexts marked for destruction.

14 years agojscript: Add Dutch translations.
Paul Vriens [Thu, 23 Jul 2009 08:01:51 +0000 (10:01 +0200)] 
jscript: Add Dutch translations.

14 years agocryptui: Add Portuguese translation.
Ricardo Filipe [Wed, 22 Jul 2009 19:20:53 +0000 (12:20 -0700)] 
cryptui: Add Portuguese translation.

14 years agojscript: Update French translation.
Frédéric Delanoy [Wed, 22 Jul 2009 20:12:12 +0000 (22:12 +0200)] 
jscript: Update French translation.

14 years agojscript: Update German translation.
André Hentschel [Wed, 22 Jul 2009 16:59:59 +0000 (18:59 +0200)] 
jscript: Update German translation.

14 years agojscript: Update Lithuanian translation.
Aurimas Fišeras [Wed, 22 Jul 2009 14:55:11 +0000 (17:55 +0300)] 
jscript: Update Lithuanian translation.

14 years agoshell32/tests: Create our own temp directory to make sure it's not the Windows directory.
Alexandre Julliard [Wed, 22 Jul 2009 21:25:25 +0000 (23:25 +0200)] 
shell32/tests: Create our own temp directory to make sure it's not the Windows directory.

14 years agomountmgr: Protect the device structures with a critical section.
Alexandre Julliard [Wed, 22 Jul 2009 19:13:00 +0000 (21:13 +0200)] 
mountmgr: Protect the device structures with a critical section.

14 years agomountmgr: Return a copy of the strings in query_dos_device.
Alexandre Julliard [Wed, 22 Jul 2009 19:02:47 +0000 (21:02 +0200)] 
mountmgr: Return a copy of the strings in query_dos_device.

14 years agomountmgr: Try to match and reuse volumes when creating/updating a drive.
Alexandre Julliard [Wed, 22 Jul 2009 18:56:04 +0000 (20:56 +0200)] 
mountmgr: Try to match and reuse volumes when creating/updating a drive.

14 years agomountmgr: Add ref counting for volume objects.
Alexandre Julliard [Wed, 22 Jul 2009 18:55:24 +0000 (20:55 +0200)] 
mountmgr: Add ref counting for volume objects.

14 years agomountmgr: Better reuse of existing devices.
Alexandre Julliard [Wed, 22 Jul 2009 17:21:22 +0000 (19:21 +0200)] 
mountmgr: Better reuse of existing devices.

14 years agomountmgr: Set the drive letter at creation time.
Alexandre Julliard [Wed, 22 Jul 2009 16:25:38 +0000 (18:25 +0200)] 
mountmgr: Set the drive letter at creation time.

14 years agomountmgr: Use set_volume_info to update the volume when creating a new drive.
Alexandre Julliard [Wed, 22 Jul 2009 16:04:36 +0000 (18:04 +0200)] 
mountmgr: Use set_volume_info to update the volume when creating a new drive.

14 years agomountmgr: Add a helper function to update symlinks.
Alexandre Julliard [Wed, 22 Jul 2009 15:57:08 +0000 (17:57 +0200)] 
mountmgr: Add a helper function to update symlinks.

14 years agomountmgr: Optionally update the drive mount point in set_volume_info.
Alexandre Julliard [Wed, 22 Jul 2009 15:49:39 +0000 (17:49 +0200)] 
mountmgr: Optionally update the drive mount point in set_volume_info.

14 years agomountmgr: Rename the DOS drive mount field for symmetry with the volume structure.
Alexandre Julliard [Wed, 22 Jul 2009 15:46:02 +0000 (17:46 +0200)] 
mountmgr: Rename the DOS drive mount field for symmetry with the volume structure.

14 years agowinhttp: Avoid casting away const.
Alexandre Julliard [Wed, 22 Jul 2009 12:48:09 +0000 (14:48 +0200)] 
winhttp: Avoid casting away const.

14 years agontdll: Add semi-stub implementation for SystemExecutionState query.
Luke Benstead [Tue, 14 Jul 2009 16:02:59 +0000 (17:02 +0100)] 
ntdll: Add semi-stub implementation for SystemExecutionState query.

14 years agowined3d: Try to reuse the thread's current context in FindContext().
Henri Verbeet [Wed, 22 Jul 2009 08:41:10 +0000 (10:41 +0200)] 
wined3d: Try to reuse the thread's current context in FindContext().

14 years agowined3d: Move some context selection code from ActivateContext() to FindContext().
Henri Verbeet [Wed, 22 Jul 2009 08:41:09 +0000 (10:41 +0200)] 
wined3d: Move some context selection code from ActivateContext() to FindContext().

14 years agowined3d: Simplify FindContext() a bit.
Henri Verbeet [Wed, 22 Jul 2009 08:41:08 +0000 (10:41 +0200)] 
wined3d: Simplify FindContext() a bit.

14 years agowined3d: Get rid of getActiveContext().
Henri Verbeet [Wed, 22 Jul 2009 08:41:07 +0000 (10:41 +0200)] 
wined3d: Get rid of getActiveContext().

14 years agowined3d: Avoid destroying contexts that are current in another thread.
Henri Verbeet [Wed, 22 Jul 2009 08:41:06 +0000 (10:41 +0200)] 
wined3d: Avoid destroying contexts that are current in another thread.

14 years agowined3d: Keep track of a thread's wined3d context.
Henri Verbeet [Wed, 22 Jul 2009 12:03:36 +0000 (14:03 +0200)] 
wined3d: Keep track of a thread's wined3d context.

14 years agojscript: Throw TypeErrors when _value functions are used as a function.
Piotr Caban [Wed, 22 Jul 2009 11:02:30 +0000 (13:02 +0200)] 
jscript: Throw TypeErrors when _value functions are used as a function.

14 years agojscript: Throw error in to_primitive function.
Piotr Caban [Wed, 22 Jul 2009 11:02:24 +0000 (13:02 +0200)] 
jscript: Throw error in to_primitive function.

14 years agojscript: Throw TypeError in Function_toString.
Piotr Caban [Wed, 22 Jul 2009 11:02:19 +0000 (13:02 +0200)] 
jscript: Throw TypeError in Function_toString.

14 years agojscript: Throw 'undefined object' error.
Piotr Caban [Wed, 22 Jul 2009 11:01:59 +0000 (13:01 +0200)] 
jscript: Throw 'undefined object' error.

14 years agoole32/tests: Avoid depending on the heap allocation order for the CoGetObjectContext...
Alexandre Julliard [Wed, 22 Jul 2009 11:26:34 +0000 (13:26 +0200)] 
ole32/tests: Avoid depending on the heap allocation order for the CoGetObjectContext test.

14 years agowinhttp: Check for NULL return from heap_alloc (Coverity).
Marcus Meissner [Wed, 22 Jul 2009 07:59:31 +0000 (09:59 +0200)] 
winhttp: Check for NULL return from heap_alloc (Coverity).

14 years agowinhttp/tests: Fix a test failure on some W2K/XP systems.
Paul Vriens [Wed, 22 Jul 2009 10:06:41 +0000 (12:06 +0200)] 
winhttp/tests: Fix a test failure on some W2K/XP systems.

14 years agowinecfg: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:33:41 +0000 (15:33 +0500)] 
winecfg: Convert the Russian resources to UTF-8.

14 years agouninstaller: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:33:18 +0000 (15:33 +0500)] 
uninstaller: Convert the Russian resources to UTF-8.

14 years agoview: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:33:25 +0000 (15:33 +0500)] 
view: Convert the Russian resources to UTF-8.

14 years agowineboot: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:33:32 +0000 (15:33 +0500)] 
wineboot: Convert the Russian resources to UTF-8.

14 years agotaskmgr: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:32:44 +0000 (15:32 +0500)] 
taskmgr: Convert the Russian resources to UTF-8.

14 years agostart: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:32:31 +0000 (15:32 +0500)] 
start: Convert the Russian resources to UTF-8.

14 years agoregedit: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Wed, 22 Jul 2009 10:31:59 +0000 (15:31 +0500)] 
regedit: Convert the Russian resources to UTF-8.

14 years agowininet: Correct handling of redirected HEAD requests.
Hans Leidekker [Wed, 22 Jul 2009 09:56:33 +0000 (11:56 +0200)] 
wininet: Correct handling of redirected HEAD requests.

14 years agowinhttp: Remove no-longer-used #defines.
Juan Lang [Tue, 21 Jul 2009 20:55:58 +0000 (13:55 -0700)] 
winhttp: Remove no-longer-used #defines.

14 years agowinhttp: Remove calls to SSL_CTX_set_timeout, as they affect the session's lifetime...
Juan Lang [Tue, 21 Jul 2009 20:53:54 +0000 (13:53 -0700)] 
winhttp: Remove calls to SSL_CTX_set_timeout, as they affect the session's lifetime, not the read timeout.

14 years agowinhttp: Use connection's timeout rather than default timeout when reading a line.
Juan Lang [Tue, 21 Jul 2009 20:53:11 +0000 (13:53 -0700)] 
winhttp: Use connection's timeout rather than default timeout when reading a line.

14 years agowinhttp: Set a socket's timeouts when it's created.
Juan Lang [Tue, 21 Jul 2009 20:52:47 +0000 (13:52 -0700)] 
winhttp: Set a socket's timeouts when it's created.

14 years agowinhttp: Store send and receive timeouts in request_t, and only set them in a netconn...
Juan Lang [Tue, 21 Jul 2009 20:52:22 +0000 (13:52 -0700)] 
winhttp: Store send and receive timeouts in request_t, and only set them in a netconn_t if it's connected.

14 years agouser32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.
Dmitry Timoshkov [Wed, 22 Jul 2009 06:22:35 +0000 (15:22 +0900)] 
user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.