Commit Graph

531 Commits

Author SHA1 Message Date
John Richardson 04e57f97fc Allow SWP_HIDEWINDOW to be called on windows that are already hidden
without unmapping them again.
1998-11-15 18:07:04 +00:00
Pim Bollen a97db5e450 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
outside desktop window with gtwin.exe (Dutch banking program).
1998-11-15 18:05:32 +00:00
Alexandre Julliard 737fa07db7 Small atom fixes. 1998-11-15 17:29:15 +00:00
Dirk Thierbach f1ac4ef72b Fixed bug in StretchDIBits32 (wrong origin). 1998-11-15 17:25:44 +00:00
Juergen Schmied 36636ed74c Small fixes. 1998-11-15 16:53:34 +00:00
Lionel Ulmer 16704da018 Some corrections to the handling of off-screen buffers.
Correction to the EnumDisplayModes function.
Added XShm support to Xlib driver.
Open a DirectX window even when using the DGA driver.
1998-11-15 16:43:32 +00:00
Juergen Schmied 72b76d1a41 Cleanup, small fixes, a few new stubs. 1998-11-15 13:28:00 +00:00
Juergen Schmied cf5faa6421 Handling for listviewstyles, view mode buttons in filedialogs
enabled and handled.
New listview columns Size, Type, Modified for reportview
created and handled.
1998-11-15 13:27:16 +00:00
Juergen Schmied 1572d71db6 New file, wrapper for IShellBrowser class. 1998-11-15 13:26:25 +00:00
Juergen Schmied 255bf17191 New file, some helper functions for icon cache.
Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
Shell_GetImageList in this file.
1998-11-15 13:25:18 +00:00
Juergen Schmied 62c4f3d0bd Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize. 1998-11-15 13:19:30 +00:00
Juergen Schmied 65064b9d60 LoadLibraryEx: show a warning when called with unimplemented parm. 1998-11-15 12:15:07 +00:00
Alexandre Julliard 6da20b9d0e Cleaned up a bit. 1998-11-15 11:51:14 +00:00
Marcus Meissner 735bec0f2f Clean invalid selectors on the pop %xs from the STACKFRAME itself
instead of using linked list hack.
1998-11-15 11:34:10 +00:00
Alexandre Julliard 6a4aa4917d Removed gets message. 1998-11-15 10:26:13 +00:00
David Luyer cc0588b4e0 Added Thai nls-resources. 1998-11-15 10:21:19 +00:00
Pablo Saratxaga a772866072 Display the language id for "XXX not supported for your language"
messages.
Added all languages and sublanguages for languages supported in
resources/sysres_Xx.
1998-11-15 10:20:33 +00:00
Gavriel State a23a1b3fa2 Add stubs for GetRunningObjectTable32 and OleRegGetUserType. 1998-11-15 09:22:23 +00:00
Gavriel State 28e226b6cf Ensure that CreateFileMoniker functions don't return a bogus moniker
object on failure.
1998-11-15 09:21:54 +00:00
Gavriel State c77c5928d2 Added code to manage Ascii and WideChar class names, and to return the
names in the GetClassInfo functions.
1998-11-15 09:21:17 +00:00
Constantine Sapuntzakis a143963a50 Fix to Linux IPX so compiles on non-linux platforms. 1998-11-15 09:18:49 +00:00
Marcus Meissner e47ac35d4b Own X11 errorhandler to locate X11 errors. Useful only with -sync. 1998-11-15 09:17:08 +00:00
Juergen Schmied ebc2b778d5 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic. 1998-11-14 18:59:30 +00:00
Ulrich Weigand 431d1a0ce2 Moved X11 mouse cursor handling to the DISPLAY driver. 1998-11-14 18:57:47 +00:00
Ulrich Weigand afac2e476c Some fixes to Wine startup/termination sequence with native USER.
Do not call built-in USER signal handler when using native USER.
1998-11-14 18:45:25 +00:00
Ulrich Weigand b9aa7c9aba Bugfix: -debug didn't work anymore after the last startup sequence patch. 1998-11-14 18:43:00 +00:00
Eric Kohl 999b1b702d Fixed list insertion bug in CoLoadLibrary(). 1998-11-14 18:41:43 +00:00
Ulrich Weigand ab635b211f Added stubs for several VxDs / interrupts. 1998-11-14 18:33:34 +00:00
Huw D M Davies 980992a3ca Should get win16drv AbortProc working. Hopefully. 1998-11-14 18:28:50 +00:00
Ulrich Weigand 8bf078bfc8 Moved GetKeyboardLayoutName16 to windows/input.c. 1998-11-14 18:26:59 +00:00
Patrik Stridvall 56d52aa198 Moved some declarations from imagehlp.h to common include files. 1998-11-14 18:24:37 +00:00
Rein Klazes 6df25e8004 Added implementations for InterlockedExchangeAdd() and
InterlockedCompareExchange().
1998-11-14 18:21:32 +00:00
Huw D M Davies 7b06d98404 Fixes a few of the many compiler warnings. 1998-11-14 17:13:51 +00:00
Marcus Meissner 698a8b17b7 Emulate "mov cr4,eax" (tombraider 3 demo). 1998-11-14 17:11:52 +00:00
Marcus Meissner 41d1529bd5 Do not enumerate D3D devices we can't handle anyway.
Return bitmasks for hi/truecolor depths in EnumDisplayModes.
1998-11-14 17:10:13 +00:00
Marcus Meissner 30c112e665 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
just once at creation time.
1998-11-14 17:06:55 +00:00
Pavel Roskin 06b4eb326e Added stubs for CoRevokeClassObject and OleSetClipboard. 1998-11-14 17:01:59 +00:00
Per Ångström a47bc3abb9 EnumTaskWindows16: Basing the selection on a window's task is not only
more straightforward than comparing message queues, it also works
better for Win32 applications.
1998-11-14 17:00:37 +00:00
Huw D M Davies 29f54417b7 Changed some of the message classes. 1998-11-14 16:48:29 +00:00
David Faure f64b70e558 Special case handling of : Shift + arrow, shift + home, ...
X returns a char for it, but Windows doesn't. Ignore X char.
Also added some documentation.
1998-11-14 16:47:54 +00:00
Stephen Langasek 12392cd220 ugfixes for IPX code and preliminary groundwork for other address
family support.
1998-11-14 16:47:09 +00:00
Marcus Meissner 6188232436 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
lookup (Registry is case insensitive).
1998-11-14 16:46:26 +00:00
Juergen Schmied 42e68a6aab Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
RtlTimeToTimeFields.
1998-11-14 16:43:19 +00:00
Juergen Schmied 4d5c9512c1 Stub for GetNumberFormat32W. 1998-11-14 16:42:14 +00:00
David A. Cuthbert 7c4ce41803 gets() fixes. 1998-11-14 16:37:04 +00:00
Alexander V. Lukyanov eb2788f010 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
to be in nominative case.
1998-11-14 11:29:31 +00:00
Per Ångström d772adab0f Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
an invalid size parameter.
1998-11-14 11:29:02 +00:00
Lionel Ulmer 690d37967e Added correct implementation of GetCaps, changed Play and Stop handling
of positions indexes, suppressed warnings.
1998-11-14 11:28:24 +00:00
Lionel Ulmer c57974d1c8 Corrected bug in TRACE function. 1998-11-14 11:27:39 +00:00
Lionel Ulmer 7d70fe5acf Corrected bug in DirectDrawSurface creation and handling for driver
based upon Xlilb.
1998-11-14 11:26:08 +00:00