- 24 Jun, 2003 11 commits
-
-
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 26 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
-
Mike McCormack authored
metafiles.
-
Alexandre Julliard authored
-
Marcelo Duarte authored
- separation of some resources that only existed in English - lesser adjustments in menus
-
Eric Pouech authored
ntdll counterparts - {Enter|Leave}CriticalSection is now a pure forward from kernel32 to ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32) - replaced a few kernel32 heap management calls from ntdll, with RtlHeap* equivalents
-
Gregory M. Turner authored
- remove warning - preparations to use multiple fdi_decomp_state structures in a linkedlist, which will be used to implement split cabinets, if all goes according to plan -- this is somewhat analogous to struct cabinet in cabextract.
-
Michael Günnewig authored
- Fixed bugs in AVISaveOptions dialog handling. - Fixed bug in AVIFILE_LoadFile -- now check for more than MAX_AVISTREAMS streams in file. - Implemented AVIMakeFileFromStreams and AVISaveVA method. - Added IAVIEditStream interface. - Implemented EditStream* methods. - Added stubs for AVISaveVW, CreateEditableStream. - Added stubs for clipboard handling.
-
Eric Pouech authored
-
Eric Pouech authored
event, so that we get correct behavior in synchronization handling.
-
Jukka Heinonen authored
Change DPMI asynchronous event handling. Always use alternate stack in DPMI relays and check for pending events after original stack has been restored.
-
Kusanagi Kouichi authored
-
Lionel Ulmer authored
- faster Blt to the framebuffer using texture engine
-
Oleg Prokhorov authored
proper size, and were partially visible.
-
Michael Günnewig authored
- added stubs for GetSaveFileNamePreview{A,W} - removed invalid VIDC.MRLD line from system.ini
-
Eric Pouech authored
-
- 21 Jun, 2003 3 commits
-
-
Eric Pouech authored
handles as wineserver handles - console input handle object is no longer waitable (input record synchronisation is now implemented as a simple semaphore), and removed FD_TYPE_CONSOLE from fd types in wineserver - console handles now always have their two lower bit set so one can distinguish a console handle from a kernel object handle - implemented some undocumented kernel32 console related APIs (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW, VerifyConsoleIoHandle, DuplicateConsoleHandle) - allowed a few kernel32 APIs to take console pseudo-handles (FlushFileBuffer, GetFileType, WaitFor*Object*) - simplified the console inheritance at process creation - in console tests, no longer create a console if one already exists
-
Alexandre Julliard authored
and IMAGE_SCN_CNT_INITIALIZED_DATA flags set together.
-
Eric Pouech authored
IMAGE_SCN_CNT_UNINITIALIZED_DATA and IMAGE_SCN_CNT_INITIALIZED_DATA are set.
-