Commit Graph

  • 3888246083 Bugfix: Local32Free caused free handles list corruption. Ulrich Weigand 1998-10-14 18:00:23 +0000
  • 48ed3e11a4 Fixed --disable-debug config option. Marcus Meissner 1998-10-14 17:58:40 +0000
  • 5a17c038a8 Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA() and FileIconInit() needed by Win95 explorer. Petter Reinholdtsen 1998-10-13 12:49:40 +0000
  • a83d0657e6 Improving keyboard handling, including accelerator keys in dialog boxes. Also fixes enter key in Agent32 edit box. Norman Stevens 1998-10-12 07:25:35 +0000
  • 115d87348c Touch to test auto mailing of commits. Alexandre Julliard 1998-10-11 23:14:04 +0000
  • 8b230047e9 Added support in file dialog boxes handling for filters like "*.txt;*.bat". Eric Pouech 1998-10-11 19:37:23 +0000
  • a3527cf369 Implemented new PE DLL initalization code, trying to call the DllEntryPoint routines always in correct order :-) Bypass snooping when getting data buffer addresses (thunk buffers, __GP handlers) and for 32-bit routines directly called from 16-bit (due to stack address size problems). Ulrich Weigand 1998-10-11 19:31:10 +0000
  • 2e244c45a3 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32. Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA. Ulrich Weigand 1998-10-11 19:29:22 +0000
  • 5efaf50ed5 Implemented (partially) the KERNEL Thunklet API and Callback Client API (KERNEL.560-568,604-612,619-622). Added stubs for K228, K237, KERNEL.365, KERNEL.447. Ulrich Weigand 1998-10-11 19:26:00 +0000
  • f276a7d441 Added comm.s. Alexandre Julliard 1998-10-11 19:14:59 +0000
  • 71f7a4603e Stubs for CreateUser(Discardable)Bitmap16. Ulrich Weigand 1998-10-11 19:13:52 +0000
  • bf5f693ff9 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments. Ulrich Weigand 1998-10-11 19:12:16 +0000
  • 85a7ff4090 GlobalFix16 is supposed to return selector to the memory area. Ulrich Weigand 1998-10-11 19:10:10 +0000
  • 0b597bce93 Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD. Ulrich Weigand 1998-10-11 19:01:33 +0000
  • 2e30f6ffa3 Use emergency TEB selector to avoid debugger crashes when stepping through relay stubs (or when FS is invalid otherwise). Ulrich Weigand 1998-10-11 18:59:11 +0000
  • 72dcd5c8b5 MOUSE.DRV routines moved to event.c. Call mouse event procedure. Ulrich Weigand 1998-10-11 18:58:01 +0000
  • d4663668b8 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to coordinates relative to the device, not the DC origin. This is necessary to correctly implement GetClipRgn16 and InquireVisRgn. SelectVisRgn also expects region in device-relative coordinates. Adapted the rest of Wine to this coordinate change. Implemented ExtSelectClipRgn. Ulrich Weigand 1998-10-11 18:47:02 +0000
  • 832e498565 Added gdb tip. Andreas Mohr 1998-10-11 17:40:28 +0000
  • c21650e17f Small fix. Andreas Mohr 1998-10-11 17:37:53 +0000
  • e6c12eeb04 Yet another small self-loader fix. Andreas Mohr 1998-10-11 17:36:46 +0000
  • fe6dfb0522 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir correctly due to current drive being set too late. Andreas Mohr 1998-10-11 17:36:06 +0000
  • 927875fdbe Added a lost entry for last release. Alexandre Julliard 1998-10-11 17:21:20 +0000
  • 1439f72b48 Use $(AS) instead of $(CC) to compile .s files. Patrik Stridvall 1998-10-11 17:12:21 +0000
  • 8295c862dc Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL. Patrik Stridvall 1998-10-11 17:09:05 +0000
  • 091e78564d Started the implementation of IMAGEHLP.DLL. Patrik Stridvall 1998-10-11 17:04:17 +0000
  • 29c08dd4df Started the implementation of MSACM.DLL and MSACM32.DLL. Patrik Stridvall 1998-10-11 17:00:29 +0000
  • 686db71fd5 Removed things that were earlier added by mistake. Patrik Stridvall 1998-10-11 15:55:55 +0000
  • 5cd63f3531 The implementation of mmioWrite is now called instead of the stub. Patrik Stridvall 1998-10-11 15:54:19 +0000
  • 6acd059970 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented. Juergen Schmied 1998-10-11 15:50:14 +0000
  • bbb946f0ed New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin. Implemented: SHGetPathFromIDList32W. Changed PathCombine. Juergen Schmied 1998-10-11 15:48:39 +0000
  • 5371e45285 New structures DVASPECT, TYMED, IDLList. Shell specific clipboard formats. Juergen Schmied 1998-10-11 15:45:48 +0000
  • c289be71e5 Cosmetics. Juergen Schmied 1998-10-11 15:44:50 +0000
  • 85c33fdc2c Stub EnumPrintersW. Juergen Schmied 1998-10-11 15:43:16 +0000
  • 48db7fffe3 Implemented first functions. Juergen Schmied 1998-10-11 15:42:10 +0000
  • 7a78cfef8b New class IDLList "Item ID List List" (internal). Juergen Schmied 1998-10-11 15:41:30 +0000
  • 5733ed761d Small changes (uses HIWORD/LOWORD). Juergen Schmied 1998-10-11 15:40:04 +0000
  • 84b358dc15 Stub CreateDialogIndirectParamAorW. Juergen Schmied 1998-10-11 15:38:35 +0000
  • 2a4707abe1 Don't install object files when --disable-lib is selected. Uwe Bonnes 1998-10-11 14:57:08 +0000
  • fd314683b9 Don't print name for 32 bit lib multiple times. Clean up printing in DEBUG_ProcessDeferredDebug. Uwe Bonnes 1998-10-11 14:56:21 +0000
  • 39413f81c1 Small fixes. David Luyer 1998-10-11 14:36:56 +0000
  • 0dce5b7538 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root. Petter Reinholdtsen 1998-10-11 14:26:25 +0000
  • b05264fe53 Documentation corrections/standardizations. Matthew Becker 1998-10-11 14:21:42 +0000
  • 5f2c7dc15d Added Eric Pouech. Alexandre Julliard 1998-10-11 14:16:50 +0000
  • 9f65a719fb Started coding 32 bit MCI handling. Added Open/Close to low-level MCI drivers (audio, midi, anim, cda). Wrote MCI MIDI support. Eric Pouech 1998-10-11 14:14:24 +0000
  • 8077f1094b Yet another improvement to the bezier code. Rein Klazes 1998-10-11 14:07:01 +0000
  • d62c62b19b Added window text to the output generated by walk wnd debugger command. Now at least I can recognise what's what. Rein Klazes 1998-10-11 14:05:34 +0000
  • 43daa7a32f GetTickCounts() has a granularity in windows of 25 msec's. Girotel's serial communication appears to depend on it, so I guess it's a feature... Rein Klazes 1998-10-11 14:04:10 +0000
  • cd7986ba01 Update the modemn status bit that indicates whether the RLSD line is active in every call to GetCommError(). This is not the proper place, but since wine doesn't do any event-stuff... Fixed some TRACE call's faced with non zero terminated strings. Restore the terminal state at CloseCommt to the state it was at OpenComm(), so the modem will go off-hook. Rein Klazes 1998-10-11 14:02:09 +0000
  • d235b137a8 GetModuleFileName32A() returns long filename if app sets osversion >= 4.0. Also moved the long filename hackery to GetLongPathName32A() so it can be used by win32 programs. Alexander Larsson 1998-10-11 13:59:08 +0000
  • c1190fe2b4 GetLongPathName32A() returns dos format long filename instead of unix format. Alexander Larsson 1998-10-11 13:57:09 +0000
  • b600ac0f77 Small fixes. Eric Kohl 1998-10-11 13:26:49 +0000
  • a8ea46b7a9 Added SHFlushClipboard. Eric Kohl 1998-10-11 13:25:51 +0000
  • 17216d35a7 Fixed some undocumented functions. Changed algorithm in DPA_QuickSort(). Fixed heap creation/destruction and control [un]registration in ComCtl32LibMain(). Eric Kohl 1998-10-11 13:21:17 +0000
  • 54d9f79337 Fixed a bug. Eric Kohl 1998-10-11 13:20:06 +0000
  • 96388c85b1 Added tracking support and fixed loading of resource strings. Added unregister code. Eric Kohl 1998-10-11 13:19:17 +0000
  • 37d68ef55b Added IPAddress and NativeFont controls. Eric Kohl 1998-10-11 13:17:47 +0000
  • 978137dc60 Some minor improvements. Eric Kohl 1998-10-11 13:12:54 +0000
  • 6ef6825cdc Improved drawing and placement code. Explorer style common dialogs are looking good now. Eric Kohl 1998-10-11 13:11:54 +0000
  • 1b1bf2be84 Fixed bug in DrawIconEx32(). Eric Kohl 1998-10-11 13:10:08 +0000
  • a62e129dfe Improved GetSystemInformation32[A/W]. Eric Kohl 1998-10-11 13:09:32 +0000
  • 8e517b5ce1 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W]. Fixed handling of WS_EX_TOOLWINDOW. Eric Kohl 1998-10-11 13:06:35 +0000
  • 98dfbe1558 Updated. Eric Kohl 1998-10-11 13:03:36 +0000
  • a0815f3027 Added KEYBOARD_UpdateState, to read the modifiers when the wine app is activated. Uses the new KEYBOARD_UpdateOneState. Fixed a problem with menu accelerators (Alt-letter generates a down arrow event which beeps if not filtered). Speeded up ToAscii16/32() a little bit. David Faure 1998-10-11 12:35:38 +0000
  • 5ce602aeb0 Fixed comments. Ove Kaaven 1998-10-11 12:31:02 +0000
  • 69df37199b Made Wine's debugger work satisfactorily with DOS apps. Perhaps dereferencing work better for Win16 apps too now, but it appears the debugger core wasn't designed for segmentation. Ove Kaaven 1998-10-11 12:27:04 +0000
  • a7cf4eecf2 Simulates DPMI memory map by converting lower-MB segment base addresses as necessary. Implemented allocating/freeing DOS memory blocks. Added XMS hook. (DPMI remains disabled by default until someone implements the raw mode switch entry points pkunzip needs.) Ove Kaaven 1998-10-11 12:26:00 +0000
  • c6e16c3a4a I think it's time to rethink the HFILE16_TO_HFILE32 strategy, can't keep working around flaws in it like this (now stdio was getting closed when programs close handles >=5) Ove Kaaven 1998-10-11 12:22:54 +0000
  • 32486cded4 Implemented basic XMS functions. wcb.exe (Win16 disassembler) now seems to work fine under Wine. Ove Kaaven 1998-10-11 12:16:56 +0000
  • 7dc3c60658 Moved some system dependencies to loader/dos/dosvm.c. Implemented environmental argv[0] passing to DOS apps. Added XMS hooks. Ove Kaaven 1998-10-11 12:15:18 +0000
  • 7e5b3b3d83 Added a memset() to prevent a debugger segfault caused by uninitialized pointers in the stabs lookup tables. Ove Kaaven 1998-10-11 12:13:42 +0000
  • 15776efc64 A few fixes. Marcus Meissner 1998-10-11 11:47:47 +0000
  • c4d9f6515b Added RtlAllocateAndInitializeSid entry. Marcus Meissner 1998-10-11 11:28:55 +0000
  • 7ed9441684 A few function prototype fixes. Marcus Meissner 1998-10-11 11:27:05 +0000
  • 8220bc9d7d Generic dynamic dll loader using dl*() API. Includes: stdcall->cdecl mapping ability, snooping. (Tested only with glide2x.dll -> libglide2x.so) Marcus Meissner 1998-10-11 11:10:27 +0000
  • 8deb379f59 Added win32 enhanced functionality to timer callbacks. Marcus Meissner 1998-10-11 10:51:17 +0000
  • b02ffc7546 Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage does at least a bit of keyboard input. Marcus Meissner 1998-10-11 10:49:46 +0000
  • 4178629794 Should display again. Marcus Meissner 1998-10-11 10:47:02 +0000
  • fcc9d13136 Implemented DS_CENTER dialog style. Dave Pickles 1998-10-10 15:52:46 +0000
  • 7e8244bce7 Added function to build the Windows numeric language ID from language, code, charset and dialect strings, like used by Unix LANG variable. Pablo Saratxaga 1998-10-10 15:46:43 +0000
  • ca45823a34 More NLS data. Pablo Saratxaga 1998-10-10 15:38:21 +0000
  • b636bde357 Fixed a lot of bugs in ddraw.c to make xlib support work. Runs successfully TR2Demo and Jazz Jackrabbit II Demo! Peter Schlaile 1998-10-10 13:05:21 +0000
  • 105dc76b92 Added DC object type to the list of valid objects that can be deleted by DeleteObject32. Cliff Wright 1998-10-10 13:00:29 +0000
  • c0d52e0688 Initial revision Alexandre Julliard 1998-10-04 18:02:24 +0000
  • d30dfd24d6 Release 980927 wine-980927 Alexandre Julliard 1998-09-27 18:28:36 +0000
  • a0d77315e4 Release 980913 wine-980913 Alexandre Julliard 1998-09-13 16:32:00 +0000
  • 85ed45e377 Release 980822 wine-980822 Alexandre Julliard 1998-08-22 19:03:56 +0000
  • 767e6f6f9d Release 980809 wine-980809 Alexandre Julliard 1998-08-09 12:47:43 +0000
  • 829fe323e4 Release 980726 wine-980726 Alexandre Julliard 1998-07-26 14:27:39 +0000
  • 642d3136de Release 980712 wine-980712 Alexandre Julliard 1998-07-12 19:29:36 +0000
  • ebfc0fee51 Release 980628 wine-980628 Alexandre Julliard 1998-06-28 18:40:26 +0000
  • f90efa9cf0 Release 980614 wine-980614 Alexandre Julliard 1998-06-14 15:24:15 +0000
  • a845b88ead Release 980601 wine-980601 Alexandre Julliard 1998-06-01 10:44:35 +0000
  • dadf78ffa9 Release 980517 wine-980517 Alexandre Julliard 1998-05-17 17:13:43 +0000
  • 46ea8b3f73 Release 980503 wine-980503 Alexandre Julliard 1998-05-03 19:01:20 +0000
  • c7c217b31c Release 980413 wine-980413 Alexandre Julliard 1998-04-13 12:21:30 +0000
  • 54c2711ff6 Release 980329 wine-980329 Alexandre Julliard 1998-03-29 19:44:57 +0000
  • a69b88b2f2 Release 980315 wine-980315 Alexandre Julliard 1998-03-15 20:29:56 +0000
  • a11d7b1a68 Release 980301 wine-980301 Alexandre Julliard 1998-03-01 20:05:02 +0000
  • 03468f7d4b Release 980215 wine-980215 Alexandre Julliard 1998-02-15 19:40:49 +0000
  • 60ce85c965 Release 980201 wine-980201 Alexandre Julliard 1998-02-01 18:33:27 +0000