Alexandre Julliard [Tue, 21 Mar 2006 10:31:23 +0000 (11:31 +0100)]
ntdll: Detect the fake dlls created by setupapi and refuse to load them.
Alexandre Julliard [Tue, 21 Mar 2006 10:30:48 +0000 (11:30 +0100)]
setupapi: Added support for creating fake dlls at install time.
This should satisfy applications that access a dll file directly. For
apps that check the dll version in the file, the version resource is
copied from the builtin dll.
Vitaliy Margolen [Sat, 18 Mar 2006 18:26:37 +0000 (11:26 -0700)]
dinput: Create single thread for mouse and keyboard hook.
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
Mike Hearn [Mon, 20 Mar 2006 16:55:06 +0000 (16:55 +0000)]
opengl32: Optimize thunks by storing GL context in the thread environment block.
Dmitry Timoshkov [Tue, 21 Mar 2006 04:00:43 +0000 (12:00 +0800)]
gdi: Fix a couple of todos in the bitmap test.
Byeong-Sik Jeon [Tue, 21 Mar 2006 02:45:58 +0000 (11:45 +0900)]
commdlg: Updated Korean translation.
Byeong-Sik Jeon [Tue, 21 Mar 2006 02:44:15 +0000 (11:44 +0900)]
winecfg: Updated Korean translation.
Mike McCormack [Tue, 21 Mar 2006 04:55:48 +0000 (13:55 +0900)]
taskmgr: Make some functions static.
Mike McCormack [Tue, 21 Mar 2006 02:27:45 +0000 (11:27 +0900)]
taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros.
Mike McCormack [Tue, 21 Mar 2006 01:58:23 +0000 (10:58 +0900)]
winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros.
Roderick Colenbrander [Sun, 19 Mar 2006 22:38:23 +0000 (23:38 +0100)]
wined3d: Don't use OpenGL 2.0.
Paul Vriens [Mon, 20 Mar 2006 12:18:02 +0000 (13:18 +0100)]
kernel: Fix model/stepping in GetSystemInfo.
wProcessorRevision is built from model and stepping.
Mike McCormack [Mon, 20 Mar 2006 13:36:13 +0000 (22:36 +0900)]
taskmgr: Eliminate common code and fix a warning.
Mike McCormack [Sun, 19 Mar 2006 04:00:47 +0000 (13:00 +0900)]
comctl32: Get rid of some incorrect casts.
Alexandre Julliard [Mon, 20 Mar 2006 21:08:35 +0000 (22:08 +0100)]
configure: Add autoheader to the compile command.
Alexandre Julliard [Mon, 20 Mar 2006 21:08:26 +0000 (22:08 +0100)]
configure: Use --rpath when linking dlls too.
Alexandre Julliard [Mon, 20 Mar 2006 19:47:58 +0000 (20:47 +0100)]
programs: Get rid of application symlinks, they are no longer needed.
Alexandre Julliard [Mon, 20 Mar 2006 15:00:34 +0000 (16:00 +0100)]
x11drv: Clear new bitmaps if they don't contain any data.
Dmitry Timoshkov [Mon, 20 Mar 2006 10:36:53 +0000 (18:36 +0800)]
gdi: Add a simple test for bitmap bits/metrics
Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an
empty (not selected into a DC) bitmap.
Mike McCormack [Sun, 19 Mar 2006 07:52:31 +0000 (16:52 +0900)]
msi: Set the InstallerLocation value when registering msi.dll.
Detlef Riekenberg [Sun, 19 Mar 2006 18:35:36 +0000 (19:35 +0100)]
kernel: Avoid heap corruption on invalid parameter in GlobalFree().
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.