- 23 Jun, 2003 12 commits
-
-
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 4 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.
-
Jason Edmeades authored
-
- 20 Jun, 2003 9 commits
-
-
Kusanagi Kouichi authored
-
David Hammerton authored
- fixes to the http protocol
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Shearman).
-
Robert Shearman authored
-
Lionel Ulmer authored
compilation issues.
-
Raphael Junqueira authored
-
Jukka Heinonen authored
Fix asynchronous event locking. Make asynchronous event handling support DPMI.
-
Eric Pouech authored
-
- 18 Jun, 2003 12 commits
-
-
Alexandre Julliard authored
-
Francois Gouget authored
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
-
Gerald Pfeifer authored
-
Gerald Pfeifer authored
-
Robert Reif authored
-
Francois Gouget authored
-
Eric Pouech authored
- added some console related tests to process creation - added a few more test cases to the ntdll environment tests
-
Eric Pouech authored
the other one in environment variable expansion) - the process parameters, when passed thru wineserver, are now fully handled in ntdll, they are stored in the RTL_USER_PROCESS_PARAMETERS structure. - later on in kernel32 loading sequence, those parameters are copied into STARTUPINFO shadow structures - later modification to those paramters are now reflected to the RTL_USER_PROCESS_PARAMETERS structure (and STARTUPINFO is kept untouched) (for example, StdHandle setting) (Win 2k behaves like this) - ENVDB has been removed - command line inheritance (from unix command line) is now purely in ntdll - all kernel32 environment functions now rely on their ntdll counterparts - goodies: input/output handle inheritance while asking for a detached console is better handled; a few more kernel32 environment tests now pass ; silenced a valgrind warning in process creation
-
Sylvain Petreolle authored
-
Tom Wickline authored
-
Raphael Junqueira authored
IDirectMusicLoader8Impl::LoadObjectFromFile - don't use IDirectMusicSegment*Impl when IDirectMusicSegment*8Impl can be used instead (avoid code duplication)
-
Raphael Junqueira authored
- more traces
-
- 17 Jun, 2003 3 commits
-
-
Alexandre Julliard authored
_thiscall functions. Fixed some bugs, and added a few missing functions.
-
Mike Hearn authored
-
Gregory M. Turner authored
between cabextract.c and fdi.c - reminders to eliminate global variables (for multithread compatibility) - remove struct fdi_cab: due to the nature of the FDI API, we cannot preload all the cabinets; this appears to obviate the need for struct fdi_cab - "oppress" (that is, do not process) partial files which were continuations from another cabinet - more than one partial file can exist in a single cabinet (how!?) -- so move the partial file notification (and "oppression" that goes with it) into the loop that iterates through files
-