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