Aric Stewart [Thu, 1 Dec 2011 16:13:34 +0000 (10:13 -0600)]
usp10: Handle the Gurmukhi addak.
Aric Stewart [Thu, 1 Dec 2011 15:09:41 +0000 (09:09 -0600)]
usp10: Always apply features in logical order.
Aric Stewart [Thu, 1 Dec 2011 15:09:25 +0000 (09:09 -0600)]
usp10: Apply lookups in order over the whole range of glyphs instead of individually to each glyph.
Aric Stewart [Thu, 1 Dec 2011 15:08:42 +0000 (09:08 -0600)]
usp10: Standard features are only ccmp and locl.
Aric Stewart [Thu, 1 Dec 2011 15:08:36 +0000 (09:08 -0600)]
usp10: Turn off dlig feature for hebrew. It is not used by default.
Dmitry Timoshkov [Tue, 29 Nov 2011 05:54:44 +0000 (13:54 +0800)]
kernel32: Add a bunch of VirtualProtect tests on a memory-mapped file.
Frédéric Delanoy [Wed, 30 Nov 2011 22:08:14 +0000 (23:08 +0100)]
msvfw32: Fix a displayed label.
Frédéric Delanoy [Wed, 30 Nov 2011 15:26:17 +0000 (16:26 +0100)]
gameux: Do not use RegCloseKey on invalid/uninitialized registry key handle (Coverity).
Rico Schüller [Thu, 1 Dec 2011 12:45:07 +0000 (13:45 +0100)]
d3dx9: Implement ID3DXBaseEffect::SetMatrixTranspose().
Rico Schüller [Thu, 1 Dec 2011 12:44:55 +0000 (13:44 +0100)]
d3dx9: Implement ID3DXBaseEffect::SetMatrixTransposeArray().
Jacek Caban [Thu, 1 Dec 2011 12:23:36 +0000 (13:23 +0100)]
jscript: Use bytecode for '>=' expression implementation.
Jacek Caban [Thu, 1 Dec 2011 12:23:16 +0000 (13:23 +0100)]
jscript: Use bytecode for '>' expression implementation.
Jacek Caban [Thu, 1 Dec 2011 12:23:03 +0000 (13:23 +0100)]
jscript: Use bytecode for '<=' expression implementation.
Jacek Caban [Thu, 1 Dec 2011 12:22:52 +0000 (13:22 +0100)]
jscript: Use bytecode for '<' expression implementation.
Hans Leidekker [Thu, 1 Dec 2011 12:04:44 +0000 (13:04 +0100)]
msi: Resolve the target folder if necessary in msi_get_target_folder.
Hans Leidekker [Thu, 1 Dec 2011 12:04:19 +0000 (13:04 +0100)]
msi: Split up delete_reg_key_or_value.
Hans Leidekker [Thu, 1 Dec 2011 12:02:53 +0000 (13:02 +0100)]
winhttp: Double the handle table size on reallocation.
Hans Leidekker [Thu, 1 Dec 2011 12:02:20 +0000 (13:02 +0100)]
winhttp: Support ICU_ESCAPE in WinHttpCrackUrl.
Hans Leidekker [Thu, 1 Dec 2011 12:01:51 +0000 (13:01 +0100)]
winhttp: Consistently use the allocation macros.
Luca Bennati [Wed, 30 Nov 2011 15:01:13 +0000 (16:01 +0100)]
po: Update Italian translation.
Akihiro Sagawa [Wed, 30 Nov 2011 13:34:09 +0000 (22:34 +0900)]
msvcrt: Add validity checks for _mbstrlen_l.
Akihiro Sagawa [Wed, 30 Nov 2011 13:34:13 +0000 (22:34 +0900)]
msvcrt: Fix wctob in C locale.
Akihiro Sagawa [Wed, 30 Nov 2011 13:34:05 +0000 (22:34 +0900)]
msvcrt: Use given locale info in _mbtowcs_l.
Ken Thomases [Wed, 30 Nov 2011 22:49:45 +0000 (16:49 -0600)]
winemenubuilder: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies.
Ken Thomases [Wed, 30 Nov 2011 22:49:41 +0000 (16:49 -0600)]
explorer: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies.
Ken Thomases [Wed, 30 Nov 2011 22:49:37 +0000 (16:49 -0600)]
libport: For spawnvp(_P_DETACH, ...), double-fork to avoid creating zombies.
Ken Thomases [Wed, 30 Nov 2011 22:49:32 +0000 (16:49 -0600)]
libwine: Reap child process to avoid leaving a zombie.
Ken Thomases [Wed, 30 Nov 2011 22:49:27 +0000 (16:49 -0600)]
secur32: Reap child process to avoid leaving a zombie.
Ken Thomases [Wed, 30 Nov 2011 22:49:20 +0000 (16:49 -0600)]
netapi32: Wait for and reap smbpasswd child process.
Ken Thomases [Wed, 30 Nov 2011 22:49:14 +0000 (16:49 -0600)]
winspool: Wait for and reap print spool child process.
Ken Thomases [Wed, 30 Nov 2011 22:49:06 +0000 (16:49 -0600)]
gdi.exe16: Wait for and reap print spool child process.
Ken Thomases [Thu, 1 Dec 2011 00:20:24 +0000 (18:20 -0600)]
kernel32: Use double-fork to avoid leaving zombie processes.
Ken Thomases [Wed, 30 Nov 2011 22:48:58 +0000 (16:48 -0600)]
winspool: No need to reset SIGCHLD because we're not changing it anymore.
Ken Thomases [Wed, 30 Nov 2011 22:48:54 +0000 (16:48 -0600)]
gdi.exe16: No need to reset SIGCHLD because we're not changing it anymore.
Ken Thomases [Wed, 30 Nov 2011 22:48:47 +0000 (16:48 -0600)]
kernel32: No need to reset SIGCHLD because we're not changing it anymore.
Ken Thomases [Wed, 30 Nov 2011 22:48:33 +0000 (16:48 -0600)]
libport: No need to reset SIGCHLD because we're not changing it anymore.
Ken Thomases [Wed, 30 Nov 2011 22:48:22 +0000 (16:48 -0600)]
ntdll: Don't change SIGCHLD disposition; no automatic reaping of child processes.
Ken Thomases [Wed, 30 Nov 2011 16:06:00 +0000 (10:06 -0600)]
gdi.exe16: Don't double-close the spool file.
FreePrintJob() closes the file descriptor.
Henri Verbeet [Thu, 1 Dec 2011 06:31:43 +0000 (07:31 +0100)]
wined3d: Get rid of WINED3DDEVINFO_RESOURCEMANAGER.
Henri Verbeet [Thu, 1 Dec 2011 06:31:42 +0000 (07:31 +0100)]
wined3d: Get rid of WINED3DDEVINFO_STAGETIMINGS.
Henri Verbeet [Thu, 1 Dec 2011 06:31:41 +0000 (07:31 +0100)]
wined3d: Create a PBO in surface_load_location() even if SFLAG_INSYSMEM is already set.
In the longer term, sysmem and pbo should be separate resource locations.
Henri Verbeet [Thu, 1 Dec 2011 06:31:40 +0000 (07:31 +0100)]
wined3d: Introduce a separate function to determine if a surface needs a PBO.
Henri Verbeet [Thu, 1 Dec 2011 06:31:39 +0000 (07:31 +0100)]
wined3d: Move the surface map counting code to wined3d_surface_map().
Alexandre Julliard [Wed, 30 Nov 2011 19:29:07 +0000 (20:29 +0100)]
oledlg: Convert dialogs to po files.
Alexandre Julliard [Wed, 30 Nov 2011 18:57:15 +0000 (19:57 +0100)]
wininet: Convert dialogs to po files.
Alexandre Julliard [Wed, 30 Nov 2011 18:44:15 +0000 (19:44 +0100)]
setupapi: Convert dialogs to po files.
Alexandre Julliard [Wed, 30 Nov 2011 17:20:32 +0000 (18:20 +0100)]
dinput: Convert dialogs to po files.
Alexandre Julliard [Wed, 30 Nov 2011 17:13:08 +0000 (18:13 +0100)]
mshtml: Convert dialogs to po files.
Alexandre Julliard [Wed, 30 Nov 2011 17:05:28 +0000 (18:05 +0100)]
msvfw32: Convert dialogs to po files.
Alexandre Julliard [Wed, 30 Nov 2011 16:51:45 +0000 (17:51 +0100)]
serialui: Convert dialogs to po files.
André Hentschel [Wed, 30 Nov 2011 02:19:57 +0000 (03:19 +0100)]
rpcrt4: Implement RpcEpRegisterNoReplaceW.
André Hentschel [Wed, 30 Nov 2011 02:19:53 +0000 (03:19 +0100)]
rpcrt4: Implement RpcEpRegisterNoReplaceA.
André Hentschel [Wed, 30 Nov 2011 01:51:43 +0000 (02:51 +0100)]
msvcrt: Implement _wasctime_s.
André Hentschel [Wed, 30 Nov 2011 01:51:28 +0000 (02:51 +0100)]
msvcrt: Implement asctime_s.
Francois Gouget [Wed, 30 Nov 2011 12:05:29 +0000 (13:05 +0100)]
cmd/tests: Use resynchronization points to better deal with two IF statements tests.
Piotr Caban [Wed, 30 Nov 2011 14:29:15 +0000 (15:29 +0100)]
advapi32: Send shutdown notification to services.
Piotr Caban [Wed, 30 Nov 2011 14:29:01 +0000 (15:29 +0100)]
services: Wait for all services to terminate before exiting.
Piotr Caban [Wed, 30 Nov 2011 14:28:49 +0000 (15:28 +0100)]
advapi32: Added support for SERVICE_CONFIG_PRESHUTDOWN_INFO.
Piotr Caban [Wed, 30 Nov 2011 14:28:26 +0000 (15:28 +0100)]
services: Added support for SERVICE_CONFIG_PRESHUTDOWN_INFO.
Piotr Caban [Wed, 30 Nov 2011 14:28:15 +0000 (15:28 +0100)]
include: Update winsvc.h header.
Jacek Caban [Wed, 30 Nov 2011 12:53:33 +0000 (13:53 +0100)]
mshtml: Fixed nsEventStates handling.
It contains a copy-constructor in C++, so it's passed as a pointer.
Dmitry Timoshkov [Tue, 29 Nov 2011 05:54:15 +0000 (13:54 +0800)]
kernel32: Add a test for protections accepted by CreateFileMapping, make it pass under Wine.
Alexandre Julliard [Wed, 30 Nov 2011 13:33:54 +0000 (14:33 +0100)]
uxtheme: Use the correct alpha for theme gradients.
Alexandre Julliard [Wed, 30 Nov 2011 13:26:25 +0000 (14:26 +0100)]
user32: Use the correct alpha for the title bar gradient and simplify the mesh.
Alexandre Julliard [Wed, 30 Nov 2011 12:22:21 +0000 (13:22 +0100)]
winex11: Implement rectangular gradients using XRender if supported.
Alexandre Julliard [Wed, 30 Nov 2011 12:09:08 +0000 (13:09 +0100)]
winex11: Implement rectangular gradients using straight X11 calls.
Alexandre Julliard [Wed, 30 Nov 2011 11:21:35 +0000 (12:21 +0100)]
gdi32: Use the DIB engine and PutImage for the null driver rectangular gradient implementation.
Alex Henrie [Wed, 30 Nov 2011 07:39:55 +0000 (00:39 -0700)]
wineconsole: Widen label to accomodate translations.
Alex Henrie [Wed, 30 Nov 2011 07:39:49 +0000 (00:39 -0700)]
shell32: Update Catalan translation.
Alex Henrie [Wed, 30 Nov 2011 07:39:39 +0000 (00:39 -0700)]
comctl32: Update Catalan translation.
Alex Henrie [Wed, 30 Nov 2011 07:39:32 +0000 (00:39 -0700)]
appwiz.cpl: Add Catalan translation.
Alex Henrie [Wed, 30 Nov 2011 07:39:15 +0000 (00:39 -0700)]
po: Update Catalan translation.
Jacek Caban [Wed, 30 Nov 2011 09:14:48 +0000 (10:14 +0100)]
jscript: Get rid of no longer needed EXPRVAL_NAMEREF.
Jacek Caban [Wed, 30 Nov 2011 09:14:33 +0000 (10:14 +0100)]
jscript: Use bytecode for delete member expression.
Jacek Caban [Wed, 30 Nov 2011 09:14:22 +0000 (10:14 +0100)]
jscript: Use bytecode for delete on array expression implementation.
Jacek Caban [Wed, 30 Nov 2011 09:14:04 +0000 (10:14 +0100)]
jscript: Mark some functions as static.
Henri Verbeet [Wed, 30 Nov 2011 05:01:48 +0000 (06:01 +0100)]
wined3d: Get rid of WINED3DDEVINFO_PIPELINETIMINGS.
Henri Verbeet [Wed, 30 Nov 2011 05:01:47 +0000 (06:01 +0100)]
wined3d: Get rid of WINED3DDEVINFO_INTERFACETIMINGS.
Henri Verbeet [Wed, 30 Nov 2011 05:01:46 +0000 (06:01 +0100)]
ddraw: Keep the primary surface mapped at the same address for early ddraw versions.
Henri Verbeet [Wed, 30 Nov 2011 05:01:45 +0000 (06:01 +0100)]
wined3d: Add a flags parameter to wined3d_surface_create().
Henri Verbeet [Wed, 30 Nov 2011 05:01:44 +0000 (06:01 +0100)]
ddraw: Resize the swapchain window on mode changes in exclusive mode.
Ken Thomases [Wed, 30 Nov 2011 01:16:32 +0000 (19:16 -0600)]
secur32: Eliminate broken clean-up "cheat".
Ken Thomases [Wed, 30 Nov 2011 01:16:13 +0000 (19:16 -0600)]
secur32: Clean up the helper in all cases where it was allocated.
Ken Thomases [Wed, 30 Nov 2011 01:15:46 +0000 (19:15 -0600)]
secur32: Eliminate a dead store.
André Hentschel [Wed, 30 Nov 2011 00:13:22 +0000 (01:13 +0100)]
ntdll: Move a return out of a #ifdef.
André Hentschel [Wed, 30 Nov 2011 00:07:33 +0000 (01:07 +0100)]
configure: Add checks for sparc64 and powerpc64.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:50 +0000 (23:30 +0100)]
gameux: Remove duplicate "if" condition.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:52 +0000 (23:30 +0100)]
cmd: Reorder global vars declarations/definitions to improve readability.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:51 +0000 (23:30 +0100)]
cmd: Move commonly used global vars declarations to header file.
Frédéric Delanoy [Tue, 29 Nov 2011 22:30:49 +0000 (23:30 +0100)]
cmd: Move a global var to the file using it.
Alexandre Julliard [Tue, 29 Nov 2011 20:22:40 +0000 (21:22 +0100)]
ole32: Process all pending messages in CoWaitForMultipleHandles before waiting again, otherwise we may not wake up.
André Hentschel [Tue, 29 Nov 2011 18:04:06 +0000 (19:04 +0100)]
po: Update German translation.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:28 +0000 (14:39 +0100)]
cmd: Rename unicodePipes variable.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:27 +0000 (14:39 +0100)]
cmd: Reduce the scope of a global variable.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:26 +0000 (14:39 +0100)]
cmd: Use boolean types for boolean variables.
Frédéric Delanoy [Tue, 29 Nov 2011 13:39:25 +0000 (14:39 +0100)]
cmd: Remove an unused global variable.
Alexandre Julliard [Mon, 28 Nov 2011 15:10:06 +0000 (16:10 +0100)]
gdi32/tests: Add tests for rectangular gradients in DIBs.
Alexandre Julliard [Tue, 29 Nov 2011 14:12:00 +0000 (15:12 +0100)]
gdi32: Don't set gradient alpha channel for 8888 bitmaps created with bitfields.
Alexandre Julliard [Tue, 29 Nov 2011 13:22:59 +0000 (14:22 +0100)]
gdi32: Implement 8-bpp and 4-bpp gradient dithering.
Alexandre Julliard [Tue, 29 Nov 2011 13:18:02 +0000 (14:18 +0100)]
gdi32: Implement 16-bpp gradient dithering.