Commit Graph

  • 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
  • 0623a6f3cf Release 980118 wine-980118 Alexandre Julliard 1998-01-18 18:01:49 +0000
  • 02e90087ff Release 980104 wine-980104 Alexandre Julliard 1998-01-04 17:49:09 +0000
  • 44ed71f52f Release 971221 wine-971221 Alexandre Julliard 1997-12-21 19:17:50 +0000
  • e658d82093 Release 971130 wine-971130 Alexandre Julliard 1997-11-30 17:45:40 +0000
  • a0b2b1d0f6 Release 971116 wine-971116 Alexandre Julliard 1997-11-16 17:38:29 +0000
  • 491502b951 Release 971101 wine-971101 Alexandre Julliard 1997-11-01 19:08:16 +0000
  • 17216f5637 Release 971012 wine-971012 Alexandre Julliard 1997-10-12 16:30:17 +0000
  • 3db94ef2ec Release 970928 wine-970928 Alexandre Julliard 1997-09-28 17:43:24 +0000
  • 77b9918e0e Release 970914 wine-970914 Alexandre Julliard 1997-09-14 17:17:23 +0000
  • 670cdc45be Release 970824 wine-970824 Alexandre Julliard 1997-08-24 16:00:30 +0000
  • 641ee76ace Release 970804 wine-970804 Alexandre Julliard 1997-08-04 16:34:36 +0000
  • d37eb3656c Release 970720 wine-970720 Alexandre Julliard 1997-07-20 16:23:21 +0000
  • 33072e1f2c Release 970629 wine-970629 Alexandre Julliard 1997-06-29 18:08:02 +0000
  • 23946ad264 Release 970616 wine-970616 Alexandre Julliard 1997-06-16 17:43:53 +0000
  • 7ff1c415b4 Release 970525 wine-970525 Alexandre Julliard 1997-05-25 13:58:18 +0000
  • 84c70f55b5 Release 970509 wine-970509 Alexandre Julliard 1997-05-09 08:40:27 +0000
  • 889f74244d Release 970415 wine-970415 Alexandre Julliard 1997-04-15 17:19:52 +0000
  • df2673b7e0 Release 970329 wine-970329 Alexandre Julliard 1997-03-29 17:20:20 +0000
  • 2197901989 Release 970305 wine-970305 Alexandre Julliard 1997-03-05 08:22:35 +0000
  • f0cbfa0c5c Release 970215 wine-970215 Alexandre Julliard 1997-02-15 14:29:56 +0000
  • 349a95315b Release 970202 wine-970202 Alexandre Julliard 1997-02-02 19:01:52 +0000
  • 01d6346a23 Release 970120 wine-970120 Alexandre Julliard 1997-01-20 19:43:45 +0000
  • c6c09442c4 Release 970112 wine-970112 Alexandre Julliard 1997-01-12 18:32:19 +0000
  • 9ea19e54cb Release 970101 wine-970101 Alexandre Julliard 1997-01-01 17:29:55 +0000
  • 7ebe1a4135 Release 961222 wine-961222 Alexandre Julliard 1996-12-22 18:27:48 +0000
  • b1bac32007 Release 961215 wine-961215 Alexandre Julliard 1996-12-15 19:45:59 +0000
  • 7e6ae4ba5e Release 961208 wine-961208 Alexandre Julliard 1996-12-08 19:25:27 +0000
  • da0cfb3610 Release 961201 wine-961201 Alexandre Julliard 1996-12-01 17:17:47 +0000
  • 75d86e1f06 Release 961117 wine-961117 Alexandre Julliard 1996-11-17 18:59:11 +0000
  • 139a4b1874 Release 961102 wine-961102 Alexandre Julliard 1996-11-02 14:24:07 +0000
  • 530ee8407c Release 961023 wine-961023 Alexandre Julliard 1996-10-23 16:59:13 +0000
  • bf9130af10 Release 961013 wine-961013 Alexandre Julliard 1996-10-13 17:45:47 +0000
  • 2c69f6d8e9 Release 960928 wine-960928 Alexandre Julliard 1996-09-28 18:11:01 +0000
  • 8bbf8180e5 Release 960913 wine-960913 Alexandre Julliard 1996-09-13 16:50:47 +0000
  • d1ce8b2831 Release 960902 wine-960902 Alexandre Julliard 1996-09-02 16:46:30 +0000
  • 0e270f4598 Release 960824 wine-960824 Alexandre Julliard 1996-08-24 18:26:35 +0000
  • 1e37a18171 Release 960818 wine-960818 Alexandre Julliard 1996-08-18 16:21:52 +0000