Eric Pouech [Mon, 23 May 2005 16:22:44 +0000 (16:22 +0000)]
- now storing exception info (if any) in thread structure
- added minidump function in winedbg (write only)
Alexandre Julliard [Mon, 23 May 2005 12:15:26 +0000 (12:15 +0000)]
Support unloading 16-bit builtin modules, and properly manage the
refcount of the 32-bit owner module.
Kevin Koltzau [Mon, 23 May 2005 12:14:09 +0000 (12:14 +0000)]
Implement Module32FirstW/NextW.
Mike McCormack [Mon, 23 May 2005 12:08:17 +0000 (12:08 +0000)]
Track memory allocations in the SQL parser.
Uwe Bonnes [Mon, 23 May 2005 12:08:00 +0000 (12:08 +0000)]
Implemented SystemFunction036.
Alexandre Julliard [Mon, 23 May 2005 12:07:15 +0000 (12:07 +0000)]
Moved the generated code segment for 16-bit builtins inside the module
structure.
Get rid of the BUILTIN16_DESCRIPTOR structure and directly register
the MZ header instead.
Mike McCormack [Mon, 23 May 2005 11:49:49 +0000 (11:49 +0000)]
Simplify parsing of select query.
Lionel Ulmer [Mon, 23 May 2005 11:49:36 +0000 (11:49 +0000)]
Rewrite DirectPlayEnumerateA and add W version at the same time.
Michael Stefaniuc [Mon, 23 May 2005 11:46:36 +0000 (11:46 +0000)]
Tests for VarMul().
Michael Stefaniuc [Mon, 23 May 2005 11:46:17 +0000 (11:46 +0000)]
Reimplement VarMul(). It can multiply now all variants that the native
(WinXP) function supports too.
Eric Pouech [Mon, 23 May 2005 11:43:44 +0000 (11:43 +0000)]
- fixed ReadProcessMemoryProc prototype
- made StackWalk work when dbghelp is run against a non running
process
Antoine Chavasse [Mon, 23 May 2005 11:42:40 +0000 (11:42 +0000)]
Added traces in GetPrivateData and SetPrivateData.
Made SetPrivateData actually store the data from the buffer as well as
its size.
Alexandre Julliard [Mon, 23 May 2005 10:33:34 +0000 (10:33 +0000)]
Moved the loaddll trace into the load_builtin_dll function so that it
gets printed even when we don't get the expected so file.
Robert Shearman [Mon, 23 May 2005 10:28:17 +0000 (10:28 +0000)]
Fix -Wwrite-strings warnings.
Uwe Bonnes [Mon, 23 May 2005 10:27:58 +0000 (10:27 +0000)]
Implement minimal _stricoll.
Robert Shearman [Mon, 23 May 2005 10:27:42 +0000 (10:27 +0000)]
- Add error messages on failure in file moniker load function.
- Fix incorrect pointer check in both monikers.
- Fix max size calculation of item moniker to match native.
Robert Shearman [Mon, 23 May 2005 10:27:23 +0000 (10:27 +0000)]
- Add a useful trace message.
- Fix more places where custom header size was calculated exclusive of
the data size member.
- Optimize custom marshaling by getting size before calling the custom
marshaler so we can write the header before and not use a second
stream.
Mike McCormack [Mon, 23 May 2005 10:27:00 +0000 (10:27 +0000)]
Create the ORDER BY view in a single call.
Martin Fuchs [Mon, 23 May 2005 10:26:47 +0000 (10:26 +0000)]
Bug fixes for _NO_EXTENSIONS mode.
Richard Cohen [Mon, 23 May 2005 10:26:32 +0000 (10:26 +0000)]
- Remove unused macro.
- Check for VT_I8 before testing it.
- VarMod returns DISP_E_OVERFLOW not E_INVALIDARG.
Eric Pouech [Mon, 23 May 2005 10:25:56 +0000 (10:25 +0000)]
Removed the macros for verbose memory read/write operations.
Alexandre Julliard [Mon, 23 May 2005 10:12:26 +0000 (10:12 +0000)]
Comment out stub WEP entry points so that we can call WEP for builtin
dlls too.
Alexandre Julliard [Mon, 23 May 2005 10:00:26 +0000 (10:00 +0000)]
Removed unnecessary code in the 16-bit DllEntryPoint function of some
dlls, and also fixed its ordinal in a few places.
Robert Shearman [Mon, 23 May 2005 09:54:53 +0000 (09:54 +0000)]
- Marshal objects & monikers into the ROT.
- Test for this behaviour.
Hannu Valtonen [Mon, 23 May 2005 09:54:32 +0000 (09:54 +0000)]
- Implement EM_LINESCROLL message handling
- Fix a problem with scrolling over the end of the text in
WM_WHEELMOUSE.
Kees Cook [Mon, 23 May 2005 09:54:17 +0000 (09:54 +0000)]
Add defines for dwFlags in pPromptStruct and calls to
CryptProtectData.
Ivan Leo Puoti [Mon, 23 May 2005 09:54:02 +0000 (09:54 +0000)]
Added some structs to ntddscsi.h.
Mike McCormack [Mon, 23 May 2005 09:53:43 +0000 (09:53 +0000)]
- remove the unused utf8 field of an expression
- make the parse result a single assignment at top level of parsing
- abort parsing on a memory allocation failure
Jacek Caban [Mon, 23 May 2005 09:53:21 +0000 (09:53 +0000)]
Separated IBinding and IMoniker interfaces.
Rob Shearman [Mon, 23 May 2005 09:53:06 +0000 (09:53 +0000)]
Fix several memory leaks.
Martin Fuchs [Mon, 23 May 2005 09:52:51 +0000 (09:52 +0000)]
Implement ID_VIEW_SPLIT command.
Daniel Schepler [Mon, 23 May 2005 09:52:23 +0000 (09:52 +0000)]
Implement CDS_TEST flag in ChangeDisplaySettings.
Kevin Koltzau [Mon, 23 May 2005 09:52:13 +0000 (09:52 +0000)]
Implement Hash function on composite moniker.
Eric Pouech [Mon, 23 May 2005 09:51:44 +0000 (09:51 +0000)]
- no longer store internally the " for strings
- misc clean-ups
- activate symbol demangling by default
Dmitry Timoshkov [Mon, 23 May 2005 09:51:12 +0000 (09:51 +0000)]
Small fix for the font directory resource written by fnt2fon.
Mike McCormack [Mon, 23 May 2005 09:51:02 +0000 (09:51 +0000)]
Use LIST_FOR_EACH_ENTRY in virtual memory code.
Michael Stefaniuc [Mon, 23 May 2005 09:50:50 +0000 (09:50 +0000)]
Fix VariantChangeType: calls to VarDecFromCy and VarDecFromDisp had
source and destination swapped.
Kees Cook [Mon, 23 May 2005 09:50:26 +0000 (09:50 +0000)]
Correct crypt context init in CryptProtectData/CryptUnprotectData.
Raphael Junqueira [Mon, 23 May 2005 09:50:15 +0000 (09:50 +0000)]
- fixme when unexpected children found
- no more dwarf2_check_sibling errors (ie perfect parsing count) :)
- dwarf2_parse_inlined_subroutine, dwarf2_parse_variable
Stefan Leichter [Mon, 23 May 2005 09:49:50 +0000 (09:49 +0000)]
Update version resource of msi.dll to current version shipped from
windows update.
Juan Lang [Fri, 20 May 2005 19:37:26 +0000 (19:37 +0000)]
- more fully implement CryptRegisterOIDFunction
- implement CryptUnregisterOIDFunction
- add stubs for CryptEncodeObject(Ex)/CryptDecodeObject(Ex)
Gerald Pfeifer [Fri, 20 May 2005 19:24:07 +0000 (19:24 +0000)]
Avoid compiler warning in parse_mount_entries().
Kees Cook [Fri, 20 May 2005 19:23:48 +0000 (19:23 +0000)]
Implement CryptUnprotectData counterpart to CryptProtectData.
Alexandre Julliard [Fri, 20 May 2005 19:19:01 +0000 (19:19 +0000)]
Generate 16-bit resources in the proper format inside the module data,
and get rid of the special case for builtins in NE_DefResourceHandler.
Juan Lang [Fri, 20 May 2005 19:16:50 +0000 (19:16 +0000)]
Turn handled errors from ERRs to WARNs or TRACEs.
Juan Lang [Fri, 20 May 2005 19:16:37 +0000 (19:16 +0000)]
Implement NtQueryVolumeInformationFile for type
FileFsDeviceInformation on FreeBSD.
James Hawkins [Fri, 20 May 2005 19:16:23 +0000 (19:16 +0000)]
Select the item under the point (x,y) in MouseHover.
Kees Cook [Fri, 20 May 2005 19:15:55 +0000 (19:15 +0000)]
Implement CryptProtectData with best-guess encryption.
Richard Cohen [Fri, 20 May 2005 19:00:02 +0000 (19:00 +0000)]
Check if VT_R8 and VT_INT_PTR are supported before testing them.
David Hemmo [Fri, 20 May 2005 18:59:46 +0000 (18:59 +0000)]
GDI_ReleaseObj was not called with the right parameter.
Aric Stewart [Fri, 20 May 2005 18:59:20 +0000 (18:59 +0000)]
We have a stub for MsiGetUserInfoA we should use it.
Aric Stewart [Fri, 20 May 2005 18:59:11 +0000 (18:59 +0000)]
Fix a leaking handle in MsiConfigureProductExW.
Implement MsiGetProductCodeW.
Implement MsiGetUserInfoW.
Implement MsiCollectUserInfoA/W.
Aric Stewart [Fri, 20 May 2005 18:59:01 +0000 (18:59 +0000)]
Write the RegOwner and RegCompany keys as blank if they do not exist
when doing the RegisterUser action.
Michael Jung [Fri, 20 May 2005 18:58:35 +0000 (18:58 +0000)]
Consider only the GIL_FORSHORTCUT flag in SIC_CompareEntries.
Richard Cohen [Fri, 20 May 2005 18:58:19 +0000 (18:58 +0000)]
Fix gdiobj test on NT4, remove asserts.
Francois Gouget [Fri, 20 May 2005 18:58:10 +0000 (18:58 +0000)]
Add 'use strict' and fix make_opengl accordingly.
Add function prototypes.
Write "$a $b" rather than the more complex $a . " " . $b.
Document which OpenGL spec files need to be downloaded.
Update the documentation of the list of supported OpenGL versions.
Tweak the usage so it always reports the right command name.
Juan Lang [Fri, 20 May 2005 18:57:49 +0000 (18:57 +0000)]
Add a bunch of missing declarations and definitions.
Kees Cook [Fri, 20 May 2005 18:57:31 +0000 (18:57 +0000)]
Implement serialization and helper functions for CryptProtectData.
James Hawkins [Fri, 20 May 2005 09:44:01 +0000 (09:44 +0000)]
Update LVGROUP struct to match MSDN.
Dmitry Timoshkov [Fri, 20 May 2005 09:41:49 +0000 (09:41 +0000)]
Make .fon files generated by fnt2fon slightly more compatible with
fontforge, freetype and Windows font viewer.
Dmitry Timoshkov [Fri, 20 May 2005 09:41:37 +0000 (09:41 +0000)]
- Always initialize width table.
- FT_Get_Next_Char for some reason returns too high number (1040) if
the wine_courier font has been generated by fontforge, use 32 as the
1st char instead.
Dmitry Timoshkov [Fri, 20 May 2005 09:41:16 +0000 (09:41 +0000)]
Print also flags and length of NE resources.
Raphael Junqueira [Fri, 20 May 2005 09:41:10 +0000 (09:41 +0000)]
- better traces
- handle inclusion "levels"
- better parsing of subprogram, typedef, pointer, ... entries
- arrays, enums, const_type, reference_type parsing
- checks parsing cursors errors (when sibling value available)
- more utilities functions (dwarf2_parse_attr_as_data)
Ivan Leo Puoti [Fri, 20 May 2005 09:40:59 +0000 (09:40 +0000)]
Rename SystemDriverInformation to SystemModuleInformation.
Aric Stewart [Fri, 20 May 2005 09:40:42 +0000 (09:40 +0000)]
Fix quoting on queries.
Respect '+' and '*' in WriteRegistryValues to only create the key if
it does not already exist. Prevents overwriting values with NULL.
Aric Stewart [Fri, 20 May 2005 09:40:14 +0000 (09:40 +0000)]
Quoting fixes.
Aric Stewart [Fri, 20 May 2005 09:40:02 +0000 (09:40 +0000)]
Correct query quoting based on Mike's patch.
Also more error messages about return codes from custom actions and
ignore an error that we should be ignoring.
Alexandre Julliard [Thu, 19 May 2005 21:18:53 +0000 (21:18 +0000)]
Revert previous patch, we still need the winedos import lib for now.
Alexandre Julliard [Thu, 19 May 2005 14:28:17 +0000 (14:28 +0000)]
Disable Win16 support by default on non-x86 platforms.
Alexandre Julliard [Thu, 19 May 2005 14:25:34 +0000 (14:25 +0000)]
We no longer need a winedos import library.
Alexandre Julliard [Thu, 19 May 2005 14:23:27 +0000 (14:23 +0000)]
Fail more gracefully if 16-bit support is missing.
Martin Fuchs [Thu, 19 May 2005 14:22:51 +0000 (14:22 +0000)]
The call to ScreenToClient() changes the content of the 'pt' variable,
so it can't be used for the following ShellFolderContextMenu() call.
Robert Shearman [Thu, 19 May 2005 14:22:14 +0000 (14:22 +0000)]
- Add a generic moniker marshaler that works by saving & loading
monikers to & from the stream.
- Use the generic moniker marshal in the file & item monikers and add
a class factory for each.
Dimi Paun [Thu, 19 May 2005 14:21:55 +0000 (14:21 +0000)]
Do not compute the hit test if we don't really need it.
Juan Lang [Thu, 19 May 2005 14:21:21 +0000 (14:21 +0000)]
Implement _XcptFilter using signal handlers, and add a couple traces.
Alexandre Julliard [Thu, 19 May 2005 14:21:02 +0000 (14:21 +0000)]
Refuse to load if 16-bit support is missing.
Alexandre Julliard [Thu, 19 May 2005 12:51:12 +0000 (12:51 +0000)]
Use RaiseException instead of RtlRaiseException in 16-bit spec files
since they already depend on kernel32.
Alexandre Julliard [Thu, 19 May 2005 12:44:31 +0000 (12:44 +0000)]
Renamed __wine_(un)register_dll_16 to __wine_dll_(un)register_16 for
consistency with the 32-bit version, and also make the register
function use the same prototype as the 32-bit one.
Alexandre Julliard [Thu, 19 May 2005 12:05:28 +0000 (12:05 +0000)]
Use a memory mapping instead of file I/O to load 16-bit modules.
Robert Shearman [Thu, 19 May 2005 12:04:58 +0000 (12:04 +0000)]
- Change remaining blocks of code with 2-space indentation to 4-space
indentation.
- Make vtables const.
- Remove an unnecessary memcpy and let the compiler do the work.
Robert Shearman [Thu, 19 May 2005 11:15:50 +0000 (11:15 +0000)]
Write custom header up to and including size, not excluding.
Mike McCormack [Thu, 19 May 2005 11:15:37 +0000 (11:15 +0000)]
Only tables can be backquoted, strings must be single quoted.
Juan Lang [Thu, 19 May 2005 11:15:24 +0000 (11:15 +0000)]
Don't fail in RegisterFonts if the Fonts table is missing.
James Hawkins [Thu, 19 May 2005 11:14:52 +0000 (11:14 +0000)]
Load Show/Hide Advanced strings from resources.
Raphael Junqueira [Thu, 19 May 2005 11:14:39 +0000 (11:14 +0000)]
- basic parsing of subprogram, typedef, pointer, class, struct, enum
entries
- indirect strings support
- utilities functions (parse_byte, parse_u2, ...)
Eric Kohl [Thu, 19 May 2005 11:14:21 +0000 (11:14 +0000)]
Define RPC_FC_IGNORE.
Kevin Koltzau [Thu, 19 May 2005 11:14:14 +0000 (11:14 +0000)]
Added missing AW define.
Kevin Koltzau [Thu, 19 May 2005 11:13:58 +0000 (11:13 +0000)]
Add missing typedefs.
Dimi Paun [Thu, 19 May 2005 11:13:36 +0000 (11:13 +0000)]
Rename back local_compact to LOCAL_Compact for consistency.
Get rid of no longer used local.h.
Dimi Paun [Thu, 19 May 2005 11:12:57 +0000 (11:12 +0000)]
Remove LOCAL_*() calls from USER, use Local*16() instead.
Stefan Leichter [Thu, 19 May 2005 11:12:34 +0000 (11:12 +0000)]
Create link for msiexec.exe in system directory.
Juan Lang [Thu, 19 May 2005 11:12:27 +0000 (11:12 +0000)]
Implement get_default_drive_device for FreeBSD.
Alexandre Julliard [Wed, 18 May 2005 18:37:30 +0000 (18:37 +0000)]
Removed last dependencies on 16-bit headers from ntdll.
Robert Shearman [Wed, 18 May 2005 18:28:15 +0000 (18:28 +0000)]
Implement IROTData::GetComparisonData for file & item monikers.
Alexandre Julliard [Wed, 18 May 2005 18:27:54 +0000 (18:27 +0000)]
Moved entry point definitions from module.h to kernel16_private.h.
Maarten Lankhorst [Wed, 18 May 2005 18:25:12 +0000 (18:25 +0000)]
Add vfwindex when enumerating devices, and make sure every device has
a unique registry key, so multiple devices with same name are allowed.
Alexandre Julliard [Wed, 18 May 2005 18:21:59 +0000 (18:21 +0000)]
Generate the 16-bit module header in the standard on-disk format, so
that winebuild doesn't need to know about kernel internal structures.
Maarten Lankhorst [Wed, 18 May 2005 18:20:39 +0000 (18:20 +0000)]
Pass property bag to IPersistPropertyBag, if supported.
Emmanuel Maillard [Wed, 18 May 2005 18:20:23 +0000 (18:20 +0000)]
Added Darwin 8.0 specific headers.
Alexandre Julliard [Wed, 18 May 2005 17:48:28 +0000 (17:48 +0000)]
Split the module building functionality of NE_LoadExeHeader into
separate functions.