Commit Graph

  • 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
  • b247ab3061 Ignores a couple of signals. Ove Kaaven 1998-11-01 12:52:14 +0000
  • 1499a845ff Moved VGA-emulating DirectX code from dispdib.c to a separate file. Made it use a system timer and trap I/O accesses to the VGA DAC registers to accommodate DisplayDib-using programs that try to access the VGA hardware directly. Ove Kaaven 1998-11-01 12:51:47 +0000
  • 7f740cbb04 Indirection for INSTR_EmulateInstruction for use by DOS code. Added support for a 55Hz system timer, letting DOS apps calibrate their delay loops and such. Calls INSTR_EmulateInstruction for instruction emulation (principally I/O port access). Added macro V86_FLAG. Ove Kaaven 1998-11-01 12:41:19 +0000
  • 1e319975d7 Small fixes. Marcus Meissner 1998-10-31 12:20:55 +0000
  • 9fd5ceb968 Removed the FIXME() and moved SetLastError(0) to the end (so that GetTempFileName et.al. can't overwrite it). Marcus Meissner 1998-10-31 12:20:39 +0000
  • 8143accee2 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets a bit further. Marcus Meissner 1998-10-31 12:19:56 +0000
  • 4f7abc05c2 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES style, should not be shown at creation nor activated unless the WS_VISIBLE flag is set. Rein Klazes 1998-10-31 12:18:17 +0000
  • 48325f1f18 Bugfix for fixup_imports: Enable checking for terminating import struct with Characteristics bitfield set to 0. Stephen Langasek 1998-10-31 12:10:08 +0000
  • bf1bc516cc Delay linking newly created window in linked list until after the WM_NCCREATE message. Rein Klazes 1998-10-31 12:09:32 +0000
  • 1518a949cb Small bug in FILE_InUse does not do a release on every acquired file pointer. Rein Klazes 1998-10-31 12:08:55 +0000
  • 4ef4d6d5ea lpszName of NULL is handled (removes some warnings). Marcus Meissner 1998-10-31 12:07:51 +0000
  • 0e62bbac28 Now allows specification of a start directory on the cmdline. Marcus Meissner 1998-10-31 12:07:21 +0000
  • d09136f0ce Gets rid of the arch-dependent bit operations (tested on Linux and Solaris/x86). Marcus Meissner 1998-10-31 12:06:53 +0000
  • 982f139d19 A dest buffer was printed out as string. Juergen Schmied 1998-10-28 14:58:02 +0000
  • 5b00ec7c4d Corrected 2 wrong definitions. Juergen Schmied 1998-10-28 14:45:44 +0000
  • 24ee621110 Added stubs for Process32First/Process32Next. Patrick Spinler 1998-10-28 14:20:19 +0000
  • 241c730d54 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the headers prototypes. François Gouget 1998-10-28 10:47:09 +0000
  • 87f87bf61c Added pBitmapBits and pCreateBitmap to the GDI function table and moved the X11 dependent stuff out of objects/bitmap.c into x11drv. Huw D M Davies 1998-10-28 09:53:53 +0000
  • 309dbe10ef New SHGetSimpleIDListFromPath32AW. Unicode-safe: PathFindFilename32AW. Juergen Schmied 1998-10-28 09:38:49 +0000
  • bce6d3e728 IExtractIcon had an extra c in a struct definition. Justin Bradford 1998-10-28 09:37:38 +0000
  • f0f4cfe5a4 Added entry for DirectPlayEnumerate. John Richardson 1998-10-28 09:36:56 +0000
  • 584436ca9b Added Slovak nls-resources. Juergen Schmied 1998-10-28 09:25:09 +0000
  • e0a25722ac Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for CreateRoundRectRgn. Huw D M Davies 1998-10-28 09:24:02 +0000
  • 66cd333461 EnumDisplayModes* returns a static list of modes with all depths (helps hexen2demo), ChangeDisplaySettings returns true all the time. Marcus Meissner 1998-10-27 15:41:54 +0000
  • d1165095dc Stub for midiOpenStream (helps hexen2demo). Marcus Meissner 1998-10-27 15:22:26 +0000
  • c3ab26e9bb Small patch for better French support. Robert Pouliot 1998-10-27 13:21:29 +0000
  • 45e9b6cda4 Added French language support. Robert Pouliot 1998-10-27 13:19:55 +0000
  • 12dc8e7185 Bugfix: memory overwrite bug. Ulrich Weigand 1998-10-27 13:17:43 +0000
  • 1410cdd0c4 A couple of TRACE messages are missing a newline at the end. NF Stevens 1998-10-26 11:04:12 +0000
  • 724f1900de 32-bit clipboard support. Pascal Cuoq 1998-10-26 10:58:16 +0000
  • e948930ea8 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting on the queue. Ulrich Weigand 1998-10-26 10:45:13 +0000
  • 9552483350 Fixed a minor problem with the menus for mdi child windows. NF Stevens 1998-10-26 10:44:17 +0000
  • 23e5ab1ebc Removed no longer necessary commented out code, destroy old window when SetDisplayMode is called again, EnumDisplayModes now returns all possible modes (using a static list). Marcus Meissner 1998-10-26 10:42:54 +0000
  • 8338329197 Anon shared mapping fixed for file sharing. Marcus Meissner 1998-10-26 10:24:22 +0000
  • cd5b38aeb0 Release 981025. wine-981025 Alexandre Julliard 1998-10-25 17:21:26 +0000
  • 84248a5a08 Fixes for LANG_NEUTRAL. Andreas Mohr 1998-10-25 10:32:22 +0000
  • 3bf623d798 Added some padding to the PDB for ill-behaving apps (problem reported by Andreas Mohr). Alexandre Julliard 1998-10-25 10:20:31 +0000
  • bdc48bd1e4 Added a new debugging channel io to allow read/writes on a port to be logged to a file. Jonathan Buzzard 1998-10-25 09:55:29 +0000
  • b745eaa466 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is ignored. 0x00 is used for generated key events only. David Faure 1998-10-25 09:24:29 +0000
  • efaa573501 API Documentation for SendMessage, GetTickCount, PostQuitMessage, GetMessagePos, GetMessageTime. Douglas Ridgway 1998-10-25 09:20:30 +0000
  • 51e3046932 Delete the filename for the mapping instantly. Marcus Meissner 1998-10-25 09:19:54 +0000
  • d0a130a542 Stub for SHSimpleIDListFromPath. Michael Poole 1998-10-25 09:18:40 +0000
  • 75796ea8fe Fixed bug in SwitchStackTo. Alexandre Julliard 1998-10-25 08:05:46 +0000
  • d054b4123c Check if scrollbar and parent are visible before redraw. Patrik Stridvall 1998-10-24 13:06:16 +0000
  • 0913cdf00f Added Drag*32 functions. Kai Morich 1998-10-24 12:02:54 +0000
  • 6a387e500e Added Drag&Drop from KDE app to 16/32 bit Windoze app. Kai Morich 1998-10-24 12:02:20 +0000
  • 54ae47358c Added FIXME message in PostMessage32x if parameters are truncated when calling PostMessage16. Kai Morich 1998-10-24 12:01:36 +0000
  • 4a546903a7 Added support for global handles, implemented ConvertToGlobalHandle. Allocate startup data and 16-bit stack for initial process. Ulrich Weigand 1998-10-24 12:00:33 +0000
  • 7692b583ca Small fix. Leigh Wedding 1998-10-24 11:58:36 +0000
  • 50f43b701b Added Spanish resources. Pablo Saratxaga 1998-10-24 11:43:53 +0000
  • cbddf0c716 Small corrections. Pablo Saratxaga 1998-10-24 11:19:44 +0000
  • 05e2d3b456 LoadLibraryExW spec added (function was there). SetProcessPriorityBoost stub added. Marcus Meissner 1998-10-24 11:18:59 +0000
  • c9e1950021 Compile fix for Solaris. Patrik Stridvall 1998-10-24 11:18:18 +0000
  • 99f51106cc Implemented DisplayDib. Ove Kaaven 1998-10-24 11:08:27 +0000
  • 0108d6423e Hack to support integer ids in all static controls. Marcus Meissner 1998-10-24 11:04:56 +0000
  • 27829e4337 Beginning of mouse support in DirectInput (only "standard" mouse configuration supported for now). Lionel Ulmer 1998-10-24 11:04:07 +0000
  • 9d8e864b34 Added xxx_Unregister() functions to all common controls. Eric Kohl 1998-10-24 10:49:27 +0000
  • 3ad67467b1 Some minor improvements and fixes. Eric Kohl 1998-10-24 10:48:31 +0000
  • b075ce5fe4 Improved the rebar control. Eric Kohl 1998-10-24 10:47:25 +0000
  • 9feb53191d Added support for transparent and tracking tooltips. Eric Kohl 1998-10-24 10:46:53 +0000
  • 329072dcab Fixed a popup menu selection bug. Eric Kohl 1998-10-24 10:46:10 +0000
  • d0b79c0886 Fixed DrawCaption16() and DrawCaptionTemp16(). Eric Kohl 1998-10-24 10:45:42 +0000
  • 905d6226ef Fixed warning. David Faure 1998-10-24 10:45:01 +0000