Alexandre Julliard <julliard@winehq.org>2007-07-10include: Add some definitions for manifest resources.
Alexandre Julliard <julliard@winehq.org>2007-07-10winedump: Add RT_MANIFEST resource type.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek ...
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Skip xml comments in manifests.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Move private data to make room in the TEB for the activation context data.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Add parsing of the version in manifests (based on a patch by Jacek Caban).
Alexandre Julliard <julliard@winehq.org>2007-07-19kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Implemented handling of the per-thread activation context stack.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Add support for optional flag in dependencies.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Add infrastructure for loading a manifest file or resource.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Add parsing of the processor architecture in manifests.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Cope with missing assemblyIdentity elements in manifests.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Abstract the entity array type as we need it for assemblies too.
Alexandre Julliard <julliard@winehq.org>2007-07-19ntdll: Add infrastructure for loading manifest dependencies (based on a patch by ...
Alexandre Julliard <julliard@winehq.org>2007-07-20ntdll: Add support for abbreviated empty elements in manifests.
Alexandre Julliard <julliard@winehq.org>2007-07-20ntdll: Don't fail to load manifests that contain unknown elements or attributes.
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Create the process activation context at initialization time.
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Initial implementation of RtlQueryInformationActivationContext.
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Create the per-module activation context at module load time.
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Fix return status when failing to load the associated manifest for a module.
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Use activation contexts information to load dlls (based on a patch by Jacek ...
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Don't add an empty assembly when creating an activation context.
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Store the base directory for an assembly (based on a patch by Eric Pouech).
Alexandre Julliard <julliard@winehq.org>2007-07-25ntdll: Check existing dependencies in activation context before adding a new one.
Alexandre Julliard <julliard@winehq.org>2007-07-26ntdll: Improve some activation context traces.
Alexandre Julliard <julliard@winehq.org>2007-07-26ntdll: Support single quotes around XML attribute values.
Alexandre Julliard <julliard@winehq.org>2007-07-26ntdll: Activate the module's activation context while resolving imports and attaching.
Alexandre Julliard <julliard@winehq.org>2007-07-27ntdll: Simply store the assembly type without interpreting it.
Alexandre Julliard <julliard@winehq.org>2007-07-30ntdll: Fixed the null bytes check in RtlIsTextUnicode.
Alexandre Julliard <julliard@winehq.org>2007-07-30ntdll: Avoid activation context leak for dlls with no imports.
Alexandre Julliard <julliard@winehq.org>2007-07-30ntdll: Use the exact size of the manifest file.
Alexandre Julliard <julliard@winehq.org>2007-07-30ntdll: Fix a compiler warning.
Alexandre Julliard <julliard@winehq.org>2007-07-30ntdll: Convert the XML parser to Unicode to support UCS-16 manifests.
Alexandre Julliard <julliard@winehq.org>2007-07-30ntdll: Allow optional elements in the comClass element.
Alexandre Julliard <julliard@winehq.org>2007-07-31ntdll: Load dll from the directory containing the manifest for local assemblies.
Alexandre Julliard <julliard@winehq.org>2007-08-02ntdll: Relax the activation context size check.
Alexandre Julliard <julliard@winehq.org>2007-08-14comctl32: Create a manifest file at dll registration time.
Alexandre Julliard <julliard@winehq.org>2007-08-20comctl32: Create the manifest directory if needed (spotted by Dan Kegel).
Alexandre Julliard <julliard@winehq.org>2007-09-19winex11.drv: If a window is not resizable through the window manager fall back to ...
Alexandre Julliard <julliard@winehq.org>2007-09-27winex11.drv: Always drag the full window for top-level windows to avoid having to ...
Alexandre Julliard <julliard@winehq.org>2007-10-17winex11: Process all types of messages while moving/resizing a window.
Alexandre Julliard <julliard@winehq.org>2007-10-18shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive ...
Alexandre Julliard <julliard@winehq.org>2007-10-18ntdll: Cache the DOS drives stat info for up to one second.
Alexandre Julliard <julliard@winehq.org>2007-10-18shell32: Check for internal shell classes before querying the registry in SHCoCreateI ...
Alexandre Julliard <julliard@winehq.org>2007-10-30server: Remove failed ioctls from the queue as soon as the result is set.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Add WINBASEAPI to the exported kernel32 functions.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Add WINADVAPI to the exported advapi32 functions.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Add NTSYSAPI to the exported ntdll functions.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Add WINUSERAPI to the exported user32 functions.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Mark imported functions with hidden visibility.
Alexandre Julliard <julliard@winehq.org>2007-11-07gdi32: Make all internal gdi functions hidden.
Alexandre Julliard <julliard@winehq.org>2007-11-07winebuild: Add a few nops to stub entry points to make Safedisc happy.
Alexandre Julliard <julliard@winehq.org>2007-11-07user32: Make all internal user32 functions and variables hidden.
Alexandre Julliard <julliard@winehq.org>2007-11-07include: Add WINGDIAPI to the exported gdi32 functions.
Alexandre Julliard <julliard@winehq.org>2007-11-12user32: Remove a few traces that only duplicate the relay information.
Alexandre Julliard <julliard@winehq.org>2007-11-13shell32: Pass some of the ShellExecute flags through InvokeCommand.
Alexandre Julliard <julliard@winehq.org>2007-11-13include: Added definition for SEE_MASK_NOASYNC.
Alexandre Julliard <julliard@winehq.org>2007-11-13shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand.
Alexandre Julliard <julliard@winehq.org>2007-12-05server: Return correct object types in the get_directory_entry request.
Alexandre Julliard <julliard@winehq.org>2007-12-05server: Partial implementation of NtQueryDirectoryObject.
Alexandre Julliard <julliard@winehq.org>2007-12-05server: Implemented EnumWindowStations and EnumDesktops.
Alexandre Julliard <julliard@winehq.org>2007-12-08kernel32: Revert change that slipped in commit db24d3af9a6e56c3036ba0a3e5d62dae4f2676 ...
Alexandre Julliard <julliard@winehq.org>2007-12-08kernel32: Read label and serial from the filesystem when the device is accessible ...
Alexandre Julliard <julliard@winehq.org>2007-12-11Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific ...
Alexandre Julliard <julliard@winehq.org>2007-12-11winebuild: Don't set the IMAGE_FILE_DLL flag on native modules.
Alexandre Julliard <julliard@winehq.org>2007-12-12winecrt0: DriverEntry is a WINAPI function.
Alexandre Julliard <julliard@winehq.org>2007-12-13user32: Print the RegisterHotKey fixme only once.
Alexandre Julliard <julliard@winehq.org>2007-12-18ntoskrnl.exe: Allow returning data in ioctls along with a positive non-zero status.
Alexandre Julliard <julliard@winehq.org>2007-12-18ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver.
Alexandre Julliard <julliard@winehq.org>2007-12-18server: Fix possible NULL dereference.
Alexandre Julliard <julliard@winehq.org>2007-12-19advapi32: Use exponential backoff when waiting for a service to start.
Alexandre Julliard <julliard@winehq.org>2007-12-19advapi32: Fix RegisterServiceCtrlHandler spec entry.
Alexandre Julliard <julliard@winehq.org>2007-12-19advapi32: Reimplement RegisterServiceCtrlHandler on top of RegisterServiceCtrlHandlerEx.
Alexandre Julliard <julliard@winehq.org>2007-12-19advapi32: Replace the list of services with an array.
Alexandre Julliard <julliard@winehq.org>2007-12-19advapi32: Return from StartServiceCtrlDispatcher when all services are stopped.
Alexandre Julliard <julliard@winehq.org>2007-12-20wineboot: Simplify the unnecessarily complex code structure.
Alexandre Julliard <julliard@winehq.org>2007-12-20wine.inf: Mark the spool service as disabled, it's just a stub.
Alexandre Julliard <julliard@winehq.org>2007-12-20server: Don't give out full access to the system process event.
Alexandre Julliard <julliard@winehq.org>2007-12-20wineboot: Convert the rest of the code to Unicode.
Alexandre Julliard <julliard@winehq.org>2007-12-20advapi32: Start non-interactive services in a separate window station.
Alexandre Julliard <julliard@winehq.org>2007-12-20wineboot: Add support for starting NT-style services.
Alexandre Julliard <julliard@winehq.org>2007-12-20explorer: It no longer needs to be made a system process.
Alexandre Julliard <julliard@winehq.org>2007-12-20include: Added the mountmgr.h header.
Alexandre Julliard <julliard@winehq.org>2007-12-20wineboot: Rewrite wininit.ini processing to use GetPrivateProfileSectionW. Convert ...
Alexandre Julliard <julliard@winehq.org>2007-12-20advapi32: Move the EnumDependentServicesA/W stubs in service.c where they belong.
Alexandre Julliard <julliard@winehq.org>2007-12-20server: Don't count system processes as users of a desktop.
Alexandre Julliard <julliard@winehq.org>2007-12-21kernel32: Store the initial directory as a full path in the process parameters.
Alexandre Julliard <julliard@winehq.org>2007-12-23kernel32: Initialize MaximumLength of the user params directory too.
Alexandre Julliard <julliard@winehq.org>2008-01-02server: Use exponential backoff when waiting for wineserver -k to complete.
Alexandre Julliard <julliard@winehq.org>2008-01-02server: Redesign the server shutdown processing.
Alexandre Julliard <julliard@winehq.org>2008-01-04mountmgr.sys: Create a hard disk device for PhysicalDrive0.
Alexandre Julliard <julliard@winehq.org>2008-01-04mountmgr.sys: Create disk devices for all configured drives.
Alexandre Julliard <julliard@winehq.org>2008-01-04advapi32: Don't wait for 20 seconds if a service fails to start.
Alexandre Julliard <julliard@winehq.org>2008-01-04mountmgr.sys: Added initial stub for the mount point manager device.
Alexandre Julliard <julliard@winehq.org>2008-01-04mountmgr.sys: Add devices to the MountedDevices registry key.
Alexandre Julliard <julliard@winehq.org>2008-01-04kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager.
Alexandre Julliard <julliard@winehq.org>2008-01-04mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request.
Alexandre Julliard <julliard@winehq.org>2008-01-04kernel32/tests: Added tests for FindFirstVolume/FindNextVolume.
Alexandre Julliard <julliard@winehq.org>2008-01-04kernel32: Launch wineboot on first startup of a wine process.
Alexandre Julliard <julliard@winehq.org>2008-01-07server: Wait for the expiration of all the process SIGKILL timers before exiting ...
Alexandre Julliard <julliard@winehq.org>2008-01-07ntdll: Return a proper Information field also when opening a server file object.
Alexandre Julliard <julliard@winehq.org>2008-01-07advapi32: Fix the length written to the pipe for the start message.
Alexandre Julliard <julliard@winehq.org>2008-01-07kernel32: Fail more gracefully in GetVolumeInformation for fake drive devices.
Alexandre Julliard <julliard@winehq.org>2008-01-07wineboot: Don't print errors for non-fatal problems.
Alexandre Julliard <julliard@winehq.org>2008-01-09mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE ...
Alexandre Julliard <julliard@winehq.org>2008-01-14kernel32: Close the stdio handles when creating a detached process.
Alexandre Julliard <julliard@winehq.org>2008-01-14user32: Don't inherit stdin/stdout handles in explorer.
Alexandre Julliard <julliard@winehq.org>2008-01-14kernel32: Don't inherit stdin/stdout handles in wineboot.
Alexandre Julliard <julliard@winehq.org>2008-01-16wineboot: Add a --init option used when launched automatically at startup.
Alexandre Julliard <julliard@winehq.org>2008-01-16mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated ...
Alexandre Julliard <julliard@winehq.org>2008-01-16winebuild: Reserve the space for the PE header in the .init section.
Alexandre Julliard <julliard@winehq.org>2008-01-16ntdll: Fall back to a server device ioctl for files with no associated fd.
Alexandre Julliard <julliard@winehq.org>2008-01-16wineboot: Delay import the dlls that are not needed for the default initialisation.
Alexandre Julliard <julliard@winehq.org>2008-01-16winebuild: Don't try to use the .init section on Mac OS.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-01-18user32: Some apps pass a color bitmap as a mask to CreateIconIndirect, convert it ...
Dmitry Timoshkov <dmitry@codeweavers.com>2007-01-22gdi32: Add a simple SelectObject test for bitmaps.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-01-22gdi32: Add a GetDIBits test.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-01-23user32: Do not use DIB APIs for bitmap bits in a device dependent format.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-01-23user32: Using DIB APIs to convert a DDB to monochrome is wrong, do it differently.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-06-21shell32: Make SHGetDesktopFolder use a cached instance of IShellFolder.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-07-16shell32: Add a cache for queried shell folder interfaces.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-07-19rpcrt4: Fix the buffer bounds check.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-07-31gdi32: Make GetFontData traces more readable.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-08-02gdi32: Also print a readable table name in the failure notice.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-09-12shell32: Remove class cache introduced in commit f686cfab2feb9010efe82a932dc9f5904566 ...
Dmitry Timoshkov <dmitry@codeweavers.com>2007-10-02user32: Add a message test for ownerdrawn listbox, make it pass under Wine.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-10-16user32: Add more listbox message tests, make them pass under Wine.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-10-16wordpad: Refuse to load OLE compound storage files like Windows does.
Dmitry Timoshkov <dmitry@codeweavers.com>2007-12-19user32: Set the edit text in a combobox only if combobox has strings.
Jeremy White <jwhite@codeweavers.com>2007-12-24wintab32: Implement the ability to return the number of devices and cursors.
Jeremy White <jwhite@codeweavers.com>2007-12-24wintab32: Fix the W->A translation for CSR_NAME and CSR_BTNNAMES.
Jeremy White <jwhite@codeweavers.com>2007-12-24wintab32: Capture the number of buttons earlier, allowing our button maps to be fille ...
Jeremy White <jwhite@codeweavers.com>2007-12-24wintab32: Don't return information for non existent cursors.
Jeremy White <jwhite@codeweavers.com>2007-12-30wintab32: Remove the unused and clearly broken FindOpenContext function.
Jeremy White <jwhite@codeweavers.com>2007-12-30wintab32: Add modest trace information for tablets.
Jeremy White <jwhite@codeweavers.com>2007-12-31wintab32: Add logic to detect specific tablet cursor types, use it to discard non ...
Jeremy White <jwhite@codeweavers.com>2007-12-31wintab32: If we could not find a stylus sort of device, we haven't found a tablet.
Jeremy White <jwhite@winehq.org>2007-12-23wintab32: Add additional device tracing.
Jeremy White <jwhite@winehq.org>2007-12-23wintab32: Order the cursor array by the standard Wacom promulgates.
Jeremy White <jwhite@winehq.org>2007-12-23wintab32: Correctly handle devices with a device id of 0.
Jeremy White <jwhite@winehq.org>2007-12-23wintab32: Store and use the physical device id to match device to cursor.
Jeremy White <jwhite@winehq.org>2007-12-23wintab32: Compute our physical device characteristics based on the first tablet devic ...
Jeremy White <jwhite@winehq.org>2007-12-23wintab32: Do not offset the physical device id by the cursor number.
Jeremy White <jwhite@winehq.org>2007-12-24wintab32: Add constants for cursor types and use them.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-07winealsa: Fix period size in capture.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-07winealsa: Clear dwBytesRecorded in waveheader when adding buffer.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-07winealsa: Simplify the feeding of capture buffers.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-07winealsa: Fix return value checking in wavein.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-12winealsa: Remove fixed fixme.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-12winealsa: Don't require a cswitch control for capture.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-12winealsa: Add control 'Digital' as alias for microphone.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-13include: Update oleacc with new constants and IAccessible interface.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-14riched20: Make some functions static.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-14winealsa: Add 'Front Mic' as alias for microphone.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-14riched20: Implement ECO/EM SELECTIONBAR.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-17riched20: Fix bugs in EM_SETOPTIONS.
Maarten Lankhorst <maarten@codeweavers.com>2007-12-24winealsa: Add special case for microphone source in mixer.