- 27 Jun, 2003 9 commits
-
-
Sylvain Petreolle authored
-
Robert Shearman authored
99.9% of cases (if MS will ever use the feature at all) - Added stubs for ITypeComp interface in ITypeLib - Implementation of ITypeComp in ITypeInfo
-
Dmitry Timoshkov authored
Move CompareString and LCMapString to dlls/kernel/locale.c.
-
Alexandre Julliard authored
Removed kernel dependencies from sysdeps.c and moved it to dlls/ntdll.
-
Alexandre Julliard authored
is empty.
-
Troy Rollo authored
-
Alexandre Julliard authored
Dmitry Timoshkov).
-
Dmitry Timoshkov authored
Protect some optional headers from inclusion.
-
Troy Rollo authored
-
- 26 Jun, 2003 5 commits
-
-
Alexandre Julliard authored
-
Eric Pouech authored
functions with ntdll equivalent - replaced status setter/getter for wine async structures with direct access to a (now included) IO_STATUS_BLOCK structure - since we now have a IO_STATUS_BLOCK in async_private, we no longer need in most of the user (derivated) structures a field for LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK) - rewrote the async.h users accordingly - implemented ntdll.Nt{Read|Write}File and let kernel32.{Read|Write}File(Ex)? use those new ntdll functions - rewrote smb read/write interfaces to be more ntdll stylish (no overlapped yet)
-
Eric Pouech authored
-
Eric Pouech authored
-
Steven Edwards authored
-
- 24 Jun, 2003 14 commits
-
-
Marcus Meissner authored
-
Alexandre Julliard authored
when it's cleared.
-
Alexandre Julliard authored
-
Eric Pouech authored
kernel32.DeviceIoControl call it - changed cdrom ioctl function's prototype to stick to ntdll.NtDeviceIoControlFile signature
-
Raphael Junqueira authored
-
Steven Edwards authored
and dialog init. Make a few internal function static and share a few others.
-
Bill Medland authored
Don't publish internal information. Add a function for detecting UNC names. Account for the fact that NT allows either separator character.
-
Marcus Meissner authored
Added testcase for OleCreateFontIndirect(NULL). Added VT_NULL -> VT_BOOL variant converter.
-
Alexandre Julliard authored
Moved critical section and resource update functions to dlls/kernel. Started moving some of the thread functions too.
-
Mike McCormack authored
-
Aric Stewart authored
-
Eric Pouech authored
dlls/kernel subdir (also splitting 16bit APIs in a separate file) - implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the kernel32 equivalent - implemented a few information classes in NtQueryInformationFile and NtSetInformationFile (still lots of missing classes) - enhanced the get_file_info server request in order to implement correctly NtQueryInformationFile (change time & file alloc size) - rewrote registry loading to comply with latest changes
-
Rok Mandeljc authored
-
Gerald Pfeifer authored
MZ_SUPPORTED.
-
- 23 Jun, 2003 12 commits
-
-
Ulrich Czekalla authored
- add timeout when calling XCheckTypedWindowEvent - fix broken IsClipboardFormatAvailable; it tried to do a trick with EnumClipboardFormats by making incorrect assumptions - in X11DRV_IsClipboardFormatAvailable do a quick exit if no one owns the selection - add 1 second *minimum* time lapse between XSelectionOwner calls - sync clipboard ownership between different wine processes - prevents apps from getting into wierd state where they thought they didn't own the selection but they did and as a result queried themselves for available selection data
-
Huw Davies authored
-
Alexandre Julliard authored
GetDC(NULL,"display") works.
-
Huw Davies authored
font installed - this avoids a nasty Wingdings only scenario. Add the ability to perform font replacements, this essentially lets you give a second name to a font family so that familyA gets enumerated as familyB too. If we encounter two copies of the same font then use the one with the larger version number. Dmitry Timoshkov <dmitry@codeweavers.com> Move GetTextCharsetInfo implementation to the font driver.
-
Aric Stewart authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Huw Davies authored
for the 'glyf' array. To conserve VM, we only allow up to two fonts to be downloaded before reclaiming their VM.
-
Huw Davies authored
a user's override. So use cupsGetDests instead which does respect the user's choice. Delete all automatically generated printer keys on startup before querying the cups server.
-
Francois Gouget authored
-
Francois Gouget authored
-
Mike McCormack authored
-