Commit Graph

  • 690d37967e Added correct implementation of GetCaps, changed Play and Stop handling of positions indexes, suppressed warnings. Lionel Ulmer 1998-11-14 11:28:24 +0000
  • c57974d1c8 Corrected bug in TRACE function. Lionel Ulmer 1998-11-14 11:27:39 +0000
  • 7d70fe5acf Corrected bug in DirectDrawSurface creation and handling for driver based upon Xlilb. Lionel Ulmer 1998-11-14 11:26:08 +0000
  • 9f984ce78d Wine keyboard and mouse have now their own UIDs. Lionel Ulmer 1998-11-14 11:22:25 +0000
  • d03d23d999 Fix allocation size in CreateDIBPatternBrush*. Huw D M Davies 1998-11-14 11:20:51 +0000
  • ea495f0dcd Release 981108. wine-981108 Alexandre Julliard 1998-11-08 18:20:34 +0000
  • e1f67b99bb Fixed keystroke accelerators in dialogs which have controls containing other controls as child windows. NF Stevens 1998-11-08 16:44:41 +0000
  • fdf6aa4eed Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in 16->32 bit conversion. Juergen Schmied 1998-11-08 16:28:49 +0000
  • cd67edd365 Prevent CreateDIBSection from seg faulting when one dimension of section is 0. Eric Pouech 1998-11-08 16:27:02 +0000
  • dc163422a1 Support for IPX networking via winsock under Linux. Stephen Langasek 1998-11-08 15:42:40 +0000
  • e2ed0c92b1 Added a stub for StartDocA and EndDoc. Uwe Bonnes 1998-11-08 15:38:32 +0000
  • 577db37b2a More complete implementation of the SetCtrlHandler() function (and the related console functions). James Sutherland 1998-11-08 15:09:08 +0000
  • 471b5dff8d Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation updates. Jeff Johann 1998-11-08 15:07:22 +0000
  • 194cfed110 Simulate the VGA vertical refresh. Ove Kaaven 1998-11-08 15:06:31 +0000
  • 5e144868d7 Added support of source and destination rectangles in Blit function. Lionel Ulmer 1998-11-08 14:27:30 +0000
  • 12de3ea346 Added device type constants and used them in device enumeration function. Lionel Ulmer 1998-11-08 14:24:04 +0000
  • 877634420f API documentation says that RegEnumKeyEx, RegEnumValue and RegQueryInfoKey takes the size of the buffers as characters. Uwe Bonnes 1998-11-08 14:22:31 +0000
  • 44d31a5776 Added missing #include "config.h" Alexandre Julliard 1998-11-08 14:18:04 +0000
  • 847918cf5b Replaces CoCreateGuid stub with an implementation of DCE's UUID specification. Also removes some unnecessary code from StringFromCLSID. Justin Bradford 1998-11-08 13:36:39 +0000
  • 627702de72 Added an extern "C" safeguard. Uwe Bonnes 1998-11-08 13:14:55 +0000
  • 9fdceb8a21 - adds GetExitCodeProcess - corrects the return-type of GetKeyState - corrects the winelib definition of IsDialogMessage - adds winelib definitions for PrintDlg Uwe Bonnes 1998-11-08 13:12:49 +0000
  • c66d9af7e7 ExtSelectClipRgn fix: RGN_DIFF did not work. Rein Klazes 1998-11-08 13:01:41 +0000
  • a11ce32ad4 Adapted to new input event handling. Ulrich Weigand 1998-11-08 12:27:26 +0000
  • 2b067584e9 USER-side part of input event handling: contains implementation of keybd_event and mouse_event, and USER-related code removed from windows/event.c and windows/keyboard.c. Ulrich Weigand 1998-11-08 12:26:36 +0000
  • a6663e8573 Stubs for DISPLAY.DRV removed from keyboard.c. Ulrich Weigand 1998-11-08 12:24:02 +0000
  • bf844a4f38 Implementation of MOUSE.DRV (contains some code taken from windows/event.c). Ulrich Weigand 1998-11-08 12:21:35 +0000
  • d1b919c7e4 Implementation of KEYBOARD.DRV (code mostly taken from previous windows/keyboard.c). Ulrich Weigand 1998-11-08 12:19:23 +0000
  • e8b02745e3 Bugfix: really *do* switch to the initial task's stack. CallLargeStack mechanism re-enabled. Ulrich Weigand 1998-11-08 12:07:36 +0000
  • 3a230263ac Added stub for CreateBindCtx() and added missing CoGetClassObject() to *.spec file. Makes Internet Explorer 4.01 happy ;-) Eric Kohl 1998-11-08 11:40:00 +0000
  • c4b54f8fe6 Little improvement. Eric Kohl 1998-11-08 11:39:10 +0000
  • dc17f8de85 Added preliminary hit testing. Makes regedit.exe happy ;-) Eric Kohl 1998-11-08 11:37:40 +0000
  • f280961914 Improved documentation and fixed typos. Eric Kohl 1998-11-08 11:36:04 +0000
  • d040e9db4e Added DrawStatusText32AW() and CreateStatusWindow32AW(). Eric Kohl 1998-11-08 11:33:05 +0000
  • 12461856e6 Improved display and layout code. Eric Kohl 1998-11-08 11:31:12 +0000
  • a867030e6b New Files. Added 'date and time picker' and 'month calendar' control dummies. They are used by Outlook Express. Eric Kohl 1998-11-08 11:30:27 +0000
  • 4104301e6d Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries. Charles Suprin 1998-11-07 12:56:31 +0000
  • b76462c91d Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params which it did if either ellipse dimension was zero. Huw D M Davies 1998-11-07 12:42:54 +0000
  • 904e20fdd0 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension is zero. Huw D M Davies 1998-11-07 12:41:49 +0000
  • 1f0f4829ad Added stub WNetEnumCachedPasswords. Andreas Mohr 1998-11-07 12:38:07 +0000
  • a01bab7772 Made this file DOSMOD friendly. Andreas Mohr 1998-11-07 12:36:56 +0000
  • 5fa740af1d Unified "No implementation for..." warnings. Andreas Mohr 1998-11-07 12:35:50 +0000
  • 6a41a4bffd monodebg.vxd used by some Origin programs implemented. Marcus Meissner 1998-11-07 12:32:59 +0000
  • 1f43de3456 Fail if less then one entire line requested in GetBitmapBits32. Uwe Bonnes 1998-11-07 12:25:18 +0000
  • cb505623c1 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16. Rein Klazes 1998-11-07 12:24:21 +0000
  • 2660e6a06c Implementation of CoLoadLibrary, CoFreeAllLibraries, CoFreeUnusedLibraries, CoFreeLibrary. Fixed misspelling of CoUninitialize. John Richardson 1998-11-07 12:19:26 +0000
  • 50af6022c7 Fixes for other languages. Robert Pouliot 1998-11-07 12:09:24 +0000
  • 2bb013b155 Fix wide character functions to return character count in character quantities not byte quantities. Make RegQueryInfoKey and RegQueryInfoKey behave correctly in win95 mode. John Richardson 1998-11-06 17:36:13 +0000
  • 89f8ba2129 Changed mouse button mapping and check size of return buffer. Lionel Ulmer 1998-11-06 17:28:22 +0000
  • 8a91b4ad3e ExtSelectClipRgn() with RGN_COPY copies the wrong region. Rein Klazes 1998-11-06 17:20:24 +0000
  • 99f1d37798 Fixed an error in the implementation of FILE_ShareDeny. Uwe Bonnes 1998-11-06 16:39:57 +0000
  • e0e248eaee Solaris redefines ERR and CS, fixed occurances. Solaris has TRAPNO in its sigcontext, added to sig_context.h Marcus Meissner 1998-11-06 16:30:41 +0000
  • 46b68f091c Made mmioSetBuffer callable from 16 and 32 bit code. Eric Pouech 1998-11-06 16:04:09 +0000
  • e674ede085 Fixed wrong arg type. Juergen Schmied 1998-11-06 15:23:43 +0000
  • 91d1608a59 Moved X11 DIB stuff to x11drv. Huw D M Davies 1998-11-06 11:03:00 +0000
  • cd11f29ce1 The API for WideCharToMultiByte says that the src-string has only to be treated as NULL-terminated if srclen is -1. Uwe Bonnes 1998-11-06 10:58:33 +0000
  • 0fbe1de1f7 Made sure ConfigureNotify is processed before Expose, deferring the Expose event if necessary, thus working around a WM flaw with virtual desktop scrolling in -managed mode. Ove Kaaven 1998-11-06 10:56:09 +0000
  • 3b7212809b Bugfix in write_name_str() [writeres.c] where the length byte/word was wrongly counted in the length of the string. Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de> Bertho Stultiens 1998-11-06 10:51:40 +0000
  • f5e3b6995b Translated in French (not so good anyhow) message for the mark on system menu. Eric Pouech 1998-11-06 10:49:41 +0000
  • 85082f6267 Changed the default from 0 to 0x409 (eng-us). Juergen Schmied 1998-11-06 10:19:47 +0000
  • 4d7f5b6098 Two missing WINAPIs. Marcus Meissner 1998-11-06 10:15:00 +0000
  • a477709873 Fixed one wrong parameter. Juergen Schmied 1998-11-06 10:12:29 +0000
  • 11e1a5efa9 Fixed --disable-lib. Ove Kaaven 1998-11-06 10:01:45 +0000
  • 0128d0472b Constants for controls in common dialogs. Juergen Schmied 1998-11-05 10:33:18 +0000
  • 1c8659331e Fixed some compiler warnings. Juergen Schmied 1998-11-04 18:08:33 +0000
  • 5c3e457b16 egcs 'ambiguous else' warnings fixes. Jesper Skov 1998-11-01 19:27:22 +0000
  • d0421889c8 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32 definition to toolhelp.h. Huw D M Davies 1998-11-01 19:23:52 +0000
  • 7df1fbb3df Run Winelib applications as 32-bit processes in the initial task. Simplified/removed several special 'if (__winelib)' cases in Wine main code obsoleted by that change. Ulrich Weigand 1998-11-01 18:01:53 +0000
  • 718cbaea16 Call mouse driver callback also if windows are not registered with X (if using native USER.EXE). Ulrich Weigand 1998-11-01 18:00:56 +0000
  • 9e29021223 Adapted to separation between KERNEL and USER. Ulrich Weigand 1998-11-01 18:00:09 +0000
  • c75d0e16bd Implemented new Wine startup sequence, separating startup into KERNEL/USER/GDI related parts, allowing native replacement. Implemented initial 'kernel' task. Ulrich Weigand 1998-11-01 17:59:35 +0000
  • ddea38d736 Implementation of InprocServer32 CoGetClassObject. John Richardson 1998-11-01 16:51:10 +0000
  • 82617362a5 More bitmap fixes. Huw D M Davies 1998-11-01 16:35:42 +0000
  • 463b713dfd Fixed crashes with WM_GETDLGCODE translation. Alexandre Julliard 1998-11-01 16:23:54 +0000
  • ea5847247e Started moving some X11 window management code to windows/x11drv. Patrik Stridvall 1998-11-01 16:22:07 +0000
  • 748acbb0a5 Fixed IsDialogMessage16. Ove Kaaven 1998-11-01 15:27:12 +0000
  • 8b21f28d53 Tell people to ignore the 'gets' warning. Some will listen. Douglas Ridgway 1998-11-01 15:14:39 +0000
  • 84dd9feb05 A couple of small fixes to my bitmap patch. Huw D M Davies 1998-11-01 15:13:53 +0000
  • 3700777e9a Allow the user to put a mark in the debug log by adding a item in the SYSMENU. The messages needs implementation in all other languages than English and German. Uwe Bonnes 1998-11-01 15:07:24 +0000
  • 2e52589dea Give tempfile a different name even if they are created in the same second. Removed some fixmes from the ShareDeny stuff. Uwe Bonnes 1998-11-01 15:04:52 +0000
  • 5c6fc1bb91 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD extended style is specified. Also implemented CreateMDIWindow32A() call - single thread only -. Rein Klazes 1998-11-01 14:50:06 +0000
  • 0d3f09f3a4 Erred in the bit macros in treeview.c. Shiftcounts were wrong. Marcus Meissner 1998-11-01 14:48:58 +0000
  • f63f8bc24b Detection of the end of imports with Characteristics 0 fail for Borland programs (which seem to have always characteristics 0). Changed to algorithm to something a bit more intelligent. Marcus Meissner 1998-11-01 14:48:25 +0000
  • fa5f56fceb Added CoFreeLibrary stub. Ove Kaaven 1998-11-01 14:47:53 +0000
  • 94fa029b69 Updated FAQ location. Alexandre Julliard 1998-11-01 14:14:56 +0000
  • 6fafe9e07e Implement SEGPTR conversion for STARTDOC in Escape32(). Huw D M Davies 1998-11-01 14:06:04 +0000
  • 7119a6ea5e Bugfix: SetDCState did not reset clipping region to empty. Ulrich Weigand 1998-11-01 14:05:33 +0000
  • 314d968d52 Fixed small off by one error in GetComputerName32W, always killed the last character of a hostname. Marcus Meissner 1998-11-01 14:04:45 +0000
  • d982a71b8a Don't HeapFree() colormap if we didn't allocate one. Marcus Meissner 1998-11-01 14:04:15 +0000
  • 9cfe2d5384 Added stubs for user32,advapi32 functions. Marcus Meissner 1998-11-01 14:02:57 +0000
  • 51505b12b3 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/. Marcus Meissner 1998-11-01 14:00:21 +0000
  • 6f36e642b0 Changed many WARN()s related to internal Wine memory failures to ERR()s. Andreas Mohr 1998-11-01 13:33:57 +0000
  • 6569ba3f09 Added .spec entry for KERNEL.RegisterServiceProcess. Andreas Mohr 1998-11-01 13:32:44 +0000
  • b7db887be1 Added stub for CheckCursor(). Andreas Mohr 1998-11-01 13:30:18 +0000
  • e7cdbb0589 Fix for non-modal dialog closing. Tim Newsome 1998-11-01 13:04:43 +0000
  • 120e4576c4 Rewrote the two routines using the vkey->scancode array to use keyc2vkey for each keycode, instead. Not tested. Removed unused IDirectInputDeviceA_GetDeviceState. Fixed warning in TRACE() call. David Faure 1998-11-01 13:03:43 +0000
  • 6f75dc440f Deleted the vkey->sancode array, because QWERTY specific. Back to using the X keycode instead as the scancode. Tested. David Faure 1998-11-01 13:02:59 +0000
  • bcad255cb4 Print a message if the PostScript driver can't find a PPD file. Huw D M Davies 1998-11-01 13:02:27 +0000
  • 5359722ceb Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation. (DOS apps/games using this mode comes up now, although you can't really do anything with them (yet?).) Ove Kaaven 1998-11-01 12:53:43 +0000
  • 99c174e9a1 Use macro V86_FLAG. Ove Kaaven 1998-11-01 12:53:17 +0000
  • 6877411688 Set default video mode to 3 (80x25 color). Ove Kaaven 1998-11-01 12:52:41 +0000