Alexandre Julliard [Mon, 20 Mar 2006 11:26:14 +0000 (12:26 +0100)]
kernel: Avoid infinite waits in directory change tests.
H. Verbeet [Sun, 19 Mar 2006 22:26:00 +0000 (22:26 +0000)]
d3d8: Change the default debug channel to d3d8 for device.c.
H. Verbeet [Sun, 19 Mar 2006 22:25:49 +0000 (22:25 +0000)]
d3d8: Downgrade a FIXME to a TRACE in IDirect3DDevice8Impl_SetVertexShader.
H. Verbeet [Sun, 19 Mar 2006 22:25:05 +0000 (22:25 +0000)]
d3d8: Fix comparison in IDirect3DDevice8Impl_DeleteVertexShader.
Jacek Caban [Sat, 18 Mar 2006 21:00:34 +0000 (22:00 +0100)]
mshtml: Optimize nsACString handling.
Jacek Caban [Sat, 18 Mar 2006 18:43:05 +0000 (19:43 +0100)]
mshtml: Better QueryInterface implementation.
Alexander N. Sørnes [Sun, 19 Mar 2006 18:57:18 +0000 (19:57 +0100)]
wordpad: Fix typo in Norwegian resource.
Vitaly Lipatov [Sun, 19 Mar 2006 18:38:50 +0000 (21:38 +0300)]
regedit: Fix Russian translation.
Vitaly Lipatov [Sun, 19 Mar 2006 16:48:05 +0000 (19:48 +0300)]
control: Fix datetime name.
Milko Krachounov [Sun, 19 Mar 2006 01:39:07 +0000 (03:39 +0200)]
winecfg: Update Bulgarian translation.
Mike McCormack [Sun, 19 Mar 2006 03:06:54 +0000 (12:06 +0900)]
include: LVSETINFOTIPA does not exist.
Jeff Latimer [Sun, 19 Mar 2006 01:53:01 +0000 (12:53 +1100)]
winedbg: Copy floating point status to the dbgcontext.
Vitaliy Margolen [Sat, 18 Mar 2006 18:20:03 +0000 (11:20 -0700)]
gdi: Handle NT style \\.\DISPLAY1 name that we return.
Robert Shearman [Sat, 18 Mar 2006 16:12:15 +0000 (16:12 +0000)]
msi: Optimise WHERE operations.
Optimise WHERE operations on matching against strings by adding a new
function find_matching_rows to the views, which eliminates the need to
examine every record when executing a query. Implement this function
in the table using a hash table on the ID stored in the data.
Robert Shearman [Sat, 18 Mar 2006 16:14:09 +0000 (16:14 +0000)]
msi: Add a test for MsiFormatRecord with integer fields.
Robert Shearman [Sat, 18 Mar 2006 16:11:35 +0000 (16:11 +0000)]
wininet: Copy from the start of the cookie name, not the cookie data.
Copy from the start of the cookie name, not the cookie data when
parsing cookies with a NULL cookie name.
Robert Shearman [Sat, 18 Mar 2006 16:10:52 +0000 (16:10 +0000)]
include: Add some more defines to wininet.h.
Robert Shearman [Sat, 18 Mar 2006 16:10:36 +0000 (16:10 +0000)]
wcmd: Use PACKAGE_VERSION as the wcmd version.
Robert Shearman [Sat, 18 Mar 2006 16:09:53 +0000 (16:09 +0000)]
ole: Use the thread pool for executing RPC calls for better performance
(after the thread pool has been improved).
Alexandre Julliard [Fri, 17 Mar 2006 11:34:50 +0000 (12:34 +0100)]
wineprefixcreate: Autodetect the running from build tree case.
Alexandre Julliard [Fri, 17 Mar 2006 22:08:27 +0000 (23:08 +0100)]
setupapi: Added support for calling executables in a RegisterDlls section.
Alexandre Julliard [Sat, 18 Mar 2006 17:41:21 +0000 (18:41 +0100)]
ntdll: In MODULE_FlushModrefs, also free dlls that haven't been initialized yet.
Mike McCormack [Sat, 18 Mar 2006 01:18:04 +0000 (10:18 +0900)]
Prevent the use of windowsx.h with Wine source.
Mike McCormack [Fri, 17 Mar 2006 15:57:16 +0000 (00:57 +0900)]
winefile: Eliminate use of windowsx.h.
Eric Pouech [Sat, 18 Mar 2006 12:33:20 +0000 (13:33 +0100)]
dbghelp: MSC fixes.
- wrong cut & paste across versions of a given record type
- wrong definition for register_v2
Eric Pouech [Sat, 18 Mar 2006 12:33:16 +0000 (13:33 +0100)]
dbghelp: Support for LF_VTSHAPE in MSC.
- added preliminary support for VT (virtual table) shape
type record
- as we don't do C++, it's just a hack to get rid of
some errors
Eric Pouech [Sat, 18 Mar 2006 12:33:11 +0000 (13:33 +0100)]
dbghelp: MSC forward declaration.
- create an infrastructure for handling forward usage
of type records
- used it in some cases (pointer to yet not defined udt,
function signature, modifiers)
Eric Pouech [Sat, 18 Mar 2006 12:33:06 +0000 (13:33 +0100)]
dbghelp: Type parsing refactoring.
- seperate types' table handling from a single type handling
by adding codeview_parse_one_type function
- factored all calls for caching symt
- make type parsing helpers return the symt instead of a
simple error status
Eric Pouech [Sat, 18 Mar 2006 12:33:03 +0000 (13:33 +0100)]
dbghelp: Fixes for NB11 types.
- when checking debug info in NB09 or NB11 format (CodeView),
try to load the global types section
Eric Pouech [Sat, 18 Mar 2006 12:33:00 +0000 (13:33 +0100)]
dbghelp: MSC handling of function signature's parameters.
- now correctly parsing parameters types for a function
signature and storing them in dbghelp internal structures
Eric Pouech [Sat, 18 Mar 2006 12:32:56 +0000 (13:32 +0100)]
dbghelp: Cleanup MSC bitfield handling.
- no longer caching bitfield information but accessing it directly
when needed
- removed all kludges for bitfield handling
- reused BOOL parameter to codeview_get_type for monitoring
traces (will be used in later patches)
Eric Pouech [Sat, 18 Mar 2006 12:32:50 +0000 (13:32 +0100)]
dbghelp: Fieldlist.
- now that we have offset tables to type, we can cleanly
parse the field-lists and remove the associated kludges
- also adding internal structure for easing parameter sharing
across functions (codeview_type_parse)
- in mscvpdb.h, also reparated the type records that are
referenced from other type records (union codeview_type_ref)
from type records referenced by symbols (union codeview_type)
Eric Pouech [Sat, 18 Mar 2006 12:32:44 +0000 (13:32 +0100)]
dbghelp: MSC types.
- enforce the type records that can be accessed by symbols (these are
anyway the high level ones)
Eric Pouech [Sat, 18 Mar 2006 12:32:41 +0000 (13:32 +0100)]
dbghelp: Types parsing.
- our engine for parsing types section now requires in entry
an offsets table for getting directly to each type in the
section
- (re)construct this table for PDB types
Eric Pouech [Sat, 18 Mar 2006 12:32:38 +0000 (13:32 +0100)]
dbghelp: CV's ssearch.
- added definitions for start_search symbol info
- silenced warnings from this symbol
Eric Pouech [Sat, 18 Mar 2006 12:32:35 +0000 (13:32 +0100)]
dbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.
Eric Pouech [Sat, 18 Mar 2006 12:32:31 +0000 (13:32 +0100)]
dbghelp: Compiland and source files are not the same thing.
- in MSC debug info parsing, clearly separate a source file
information from a compiland (including in linetab structure)
- in ELF debug info parsing, now storing compiland directly
in symtab_elt while browsing the symtab section (we still
create twice the compilands, once in stabs/dwarf parsing,
a second time in symtab parsing)
Vitaly Lipatov [Fri, 17 Mar 2006 15:36:11 +0000 (18:36 +0300)]
gdi32: Look for ttf fonts in the Wine font dir.
Dmitry Timoshkov [Fri, 17 Mar 2006 06:01:41 +0000 (14:01 +0800)]
gdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.
Eric Kohl [Sat, 18 Mar 2006 13:33:48 +0000 (14:33 +0100)]
widl: Do not generate code that initializes a binding handle.
Eric Kohl [Sat, 18 Mar 2006 13:33:39 +0000 (14:33 +0100)]
widl: Fix proc offset calculation.
A void return type is represented by a FC_END/FC_PAD sequence in the
proc format string. Increment the proc offset by two when a function
returns void.
Eric Kohl [Sat, 18 Mar 2006 13:33:08 +0000 (14:33 +0100)]
widl: 'unsigned char' and 'byte' are must be distinct types.
Jacek Caban [Sat, 18 Mar 2006 13:34:46 +0000 (14:34 +0100)]
mshtml.idl: Added more interfaces.
Jacek Caban [Sat, 18 Mar 2006 11:01:33 +0000 (12:01 +0100)]
mshtml/tests: Code cleanup.
Eric Pouech [Sat, 18 Mar 2006 09:32:33 +0000 (10:32 +0100)]
dbghelp: Live target detection.
- DBGHELP_NOLIVE env variable is tested earlier to avoid
some strange effects in live target detection
- in WineDbg, delete DBGHELP_NOLIVE before attaching to
a process, because we know it must be a live target
Mike McCormack [Fri, 17 Mar 2006 14:26:20 +0000 (23:26 +0900)]
Remove some unnecessary uses of windowsx.h
Mike McCormack [Sat, 18 Mar 2006 01:17:33 +0000 (10:17 +0900)]
avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
Mike McCormack [Fri, 17 Mar 2006 13:49:49 +0000 (22:49 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 13:49:27 +0000 (22:49 +0900)]
winecfg: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 13:48:56 +0000 (22:48 +0900)]
crypt32: Fix a warning.
YunSong Hwang [Fri, 17 Mar 2006 09:33:30 +0000 (18:33 +0900)]
msvfw32: Update Korean resources.
Mike McCormack [Fri, 17 Mar 2006 09:38:55 +0000 (18:38 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:41 +0000 (18:37 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:23 +0000 (18:37 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:00 +0000 (18:37 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:11 +0000 (18:37 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:36:48 +0000 (18:36 +0900)]
taskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:34:05 +0000 (18:34 +0900)]
regedit: Fix some gcc 4.1 warnings.
Juan Lang [Fri, 17 Mar 2006 03:22:56 +0000 (19:22 -0800)]
crypt32: Implement CertGetSubjectCertificateFromStore.
Stefan Dösinger [Thu, 16 Mar 2006 22:29:07 +0000 (23:29 +0100)]
wined3d: Add D3DBASISTYPE to wined3d_types.h.
Roderick Colenbrander [Thu, 16 Mar 2006 21:42:00 +0000 (22:42 +0100)]
d3d8/wined3d: Vertex shader fixes.
Alexandre Julliard [Fri, 17 Mar 2006 12:10:09 +0000 (13:10 +0100)]
gdi: Support for loading fonts from the build directory.
Alexandre Julliard [Fri, 17 Mar 2006 12:09:54 +0000 (13:09 +0100)]
winecfg: Support for loading the list of dlls from the build directory.
Alexandre Julliard [Fri, 17 Mar 2006 12:08:08 +0000 (13:08 +0100)]
libwine: Added magic handling of dll path when running in build dir.
This should ensure that we do the right thing in the build dir even if
WINEDLLPATH isn't set.
Detlef Riekenberg [Thu, 16 Mar 2006 18:52:47 +0000 (19:52 +0100)]
winbase.h: Add missing LMEM_INVALID_HANDLE define.
Alexandre Julliard [Thu, 16 Mar 2006 16:36:19 +0000 (17:36 +0100)]
libwine: Export wine_get_build_dir.
Alexandre Julliard [Thu, 16 Mar 2006 16:35:32 +0000 (17:35 +0100)]
libwine: Added support for executing wine binaries out of the build dir.
Alexandre Julliard [Thu, 16 Mar 2006 16:35:14 +0000 (17:35 +0100)]
libwine: Added detection for Wine being run out of the build directory.
Alexandre Julliard [Thu, 16 Mar 2006 16:25:06 +0000 (17:25 +0100)]
dlls: Remove the no longer needed symlinks to the static libraries.
Alexandre Julliard [Thu, 16 Mar 2006 15:28:43 +0000 (16:28 +0100)]
Remove some no longer needed library paths.
Alexandre Julliard [Thu, 16 Mar 2006 15:28:04 +0000 (16:28 +0100)]
winegcc: Look for libraries in subdirs of the library path too.
This means that -lfoo will match the library 'foo/libfoo.def' in
addition to just 'libfoo.def'. This allows supporting the Wine source
layout without adding a gazillion path entries.
Kai Blin [Thu, 16 Mar 2006 11:45:17 +0000 (12:45 +0100)]
secur32: Update ntlm_auth version detection to detect new samba4 version numbers.
Samba4 changed the versioning from 3.9.X to 4.0.0tpX-preY.
Juan Lang [Wed, 15 Mar 2006 17:58:59 +0000 (09:58 -0800)]
crypt32: Tighten CertDuplicateCertificateContext test.
Test that the return from CertDuplicateCertificateContext is the same
as its parameter.
Alexandre Julliard [Wed, 15 Mar 2006 14:41:07 +0000 (15:41 +0100)]
Release 0.9.10.
Alexandre Julliard [Wed, 15 Mar 2006 14:24:05 +0000 (15:24 +0100)]
avitools: Fixed library path for msvfw32.
Alexandre Julliard [Wed, 15 Mar 2006 11:11:02 +0000 (12:11 +0100)]
user/tests: Try harder to flush X events before running tests.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
wininet: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
wineps: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
shlwapi: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
shell32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
shdocvw: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
setupapi: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
serialui: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
oledlg: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
msvidc32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
msvfw32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
msrle32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
msi: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
mshtml: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
msacm: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
mpr: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
iccvid: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
hhctrl.ocx: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
comctl32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)]
avifil32: Added Hungarian translation.
Stefan Dösinger [Tue, 14 Mar 2006 22:14:40 +0000 (23:14 +0100)]
wined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h.
Mike McCormack [Wed, 15 Mar 2006 05:04:44 +0000 (14:04 +0900)]
comctl32: Fix some gcc 4.1 warnings.
Robert Reif [Wed, 15 Mar 2006 00:17:43 +0000 (19:17 -0500)]
dsound: Add info to failed tests.
Print format for failed SetFormat calls.
James Hawkins [Thu, 9 Mar 2006 05:29:40 +0000 (23:29 -0600)]
advpack: Forward OpenINFEngineA and TranslateInfStringA to their
unicode counterparts.
Aric Cyr [Fri, 3 Mar 2006 18:43:04 +0000 (03:43 +0900)]
dplayx: Fix semaphore deadlock.
- Make sure to release the dplayx semaphore in for error cases as well.
- Prevent race condition between creation of the semaphore and
grabbing of the lock by creating the semaphore in the locked state
instead of unlocked.