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.
Vitaliy Margolen [Sun, 5 Mar 2006 05:27:11 +0000 (22:27 -0700)]
x11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.
Using alpha bits > 8 makes this function fail, while it should not.
Rein Klazes [Wed, 1 Mar 2006 15:39:42 +0000 (16:39 +0100)]
x11drv: Avoid unaligned 32 bit reads, and reads beyond the input pixel
buffer in the convert_888_to_0888_* functions.
Alexandre Julliard [Wed, 15 Mar 2006 09:04:53 +0000 (10:04 +0100)]
msvideo: Renamed the msvideo directory to msvfw32.
Alexandre Julliard [Wed, 15 Mar 2006 09:01:56 +0000 (10:01 +0100)]
win32s: Renamed the win32s directory to w32skrnl.
Alexandre Julliard [Wed, 15 Mar 2006 08:57:30 +0000 (09:57 +0100)]
winsock: Renamed the winsock directory to ws2_32.
Alexandre Julliard [Wed, 15 Mar 2006 08:54:19 +0000 (09:54 +0100)]
wineprefixcreate: Fixed datadir path. Added dependency on relpath.
Pierre d'Herbemont [Sat, 11 Mar 2006 20:12:11 +0000 (21:12 +0100)]
wineprefixcreate: Make path searching relative.
Dmitry Timoshkov [Mon, 13 Mar 2006 05:44:41 +0000 (13:44 +0800)]
shell32: Add parameter formatting rule to the command line if there isn't any.
Robert Shearman [Tue, 14 Mar 2006 17:49:19 +0000 (18:49 +0100)]
wininet: Move URL-related tests to a separate file.
Robert Shearman [Tue, 14 Mar 2006 14:35:37 +0000 (14:35 +0000)]
wininet: Make InternetCrackUrlW set the components related to net_loc
to NULL when net_loc isn't present in the input URL.
Robert Shearman [Tue, 14 Mar 2006 14:35:52 +0000 (14:35 +0000)]
wininet: Move cookie-related stubs to cookie.c
Robert Shearman [Tue, 14 Mar 2006 14:36:11 +0000 (14:36 +0000)]
wininet: Implement setting of send and receive timeouts.
Robert Shearman [Tue, 14 Mar 2006 14:35:21 +0000 (14:35 +0000)]
ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
thread creation function to the NTDLL one.
Robert Reif [Tue, 14 Mar 2006 12:28:53 +0000 (07:28 -0500)]
wineesd: Use pipe sync for events.
Ues pipe sync code from OSS/ALSA rather than windows events.
Jan Zerebecki [Mon, 13 Mar 2006 13:06:14 +0000 (14:06 +0100)]
x11drv: Prevent out of bound access in DescribePixelFormat.
Jan Zerebecki [Mon, 13 Mar 2006 13:06:40 +0000 (14:06 +0100)]
wine.inf: Increase the DirectX version to that of the latest 9.0c .
Alexandre Julliard [Mon, 13 Mar 2006 13:19:58 +0000 (14:19 +0100)]
ddraw: Don't crash in d3d test if OpenGL is missing.
Juan Lang [Fri, 10 Mar 2006 23:22:41 +0000 (15:22 -0800)]
crypt32: Abstract contexts.
- create a base cert context, and make functions unaware whether
they're dealing with the base or derived type
- simplify stores as a result
Mike McCormack [Sat, 11 Mar 2006 05:43:37 +0000 (14:43 +0900)]
shell32: Fix some gcc 4.1 warnings caused by casts in macros.
Roderick Colenbrander [Sun, 12 Mar 2006 15:27:31 +0000 (16:27 +0100)]
wined3d: Vertexdeclaration fix.
In the old d3d8 code SetVertexShader stored the so called vertex
declaration in the stateblock. In case of WineD3D this isn't done
which breaks the drawPrimitive code. This patch stores the vertex
declaration again in the stateblock which fixes Age Of Mythology.
Hans Leidekker [Sat, 11 Mar 2006 10:54:54 +0000 (11:54 +0100)]
advapi32: Add stub implementations for a bunch of documented Lsa APIs.
Christoph Frick [Fri, 10 Mar 2006 08:58:14 +0000 (09:58 +0100)]
dinput/joystick_linuxinput: Add POV detection and reporting.
Mapping of ABS_HAT[0-3][XY] to the four POV used by dinput.