Commit Graph

653 Commits (99b8886e74dcb0ca24a5957f785b0898b4d6dab0)
 

Author SHA1 Message Date
Eric Kohl f280961914 Improved documentation and fixed typos. 1998-11-08 11:36:04 +00:00
Eric Kohl d040e9db4e Added DrawStatusText32AW() and CreateStatusWindow32AW(). 1998-11-08 11:33:05 +00:00
Eric Kohl 12461856e6 Improved display and layout code. 1998-11-08 11:31:12 +00:00
Eric Kohl a867030e6b New Files. Added 'date and time picker' and 'month calendar' control
dummies. They are used by Outlook Express.
1998-11-08 11:30:27 +00:00
Charles Suprin 4104301e6d Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries. 1998-11-07 12:56:31 +00:00
Huw D M Davies b76462c91d Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
which it did if either ellipse dimension was zero.
1998-11-07 12:42:54 +00:00
Huw D M Davies 904e20fdd0 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
is zero.
1998-11-07 12:41:49 +00:00
Andreas Mohr 1f0f4829ad Added stub WNetEnumCachedPasswords. 1998-11-07 12:38:07 +00:00
Andreas Mohr a01bab7772 Made this file DOSMOD friendly. 1998-11-07 12:36:56 +00:00
Andreas Mohr 5fa740af1d Unified "No implementation for..." warnings. 1998-11-07 12:35:50 +00:00
Marcus Meissner 6a41a4bffd monodebg.vxd used by some Origin programs implemented. 1998-11-07 12:32:59 +00:00
Uwe Bonnes 1f43de3456 Fail if less then one entire line requested in GetBitmapBits32. 1998-11-07 12:25:18 +00:00
Rein Klazes cb505623c1 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16. 1998-11-07 12:24:21 +00:00
John Richardson 2660e6a06c Implementation of CoLoadLibrary, CoFreeAllLibraries,
CoFreeUnusedLibraries, CoFreeLibrary.
Fixed misspelling of CoUninitialize.
1998-11-07 12:19:26 +00:00
Robert Pouliot 50af6022c7 Fixes for other languages. 1998-11-07 12:09:24 +00:00
John Richardson 2bb013b155 Fix wide character functions to return character count in character
quantities not byte quantities.  Make RegQueryInfoKey and
RegQueryInfoKey behave correctly in win95 mode.
1998-11-06 17:36:13 +00:00
Lionel Ulmer 89f8ba2129 Changed mouse button mapping and check size of return buffer. 1998-11-06 17:28:22 +00:00
Rein Klazes 8a91b4ad3e ExtSelectClipRgn() with RGN_COPY copies the wrong region. 1998-11-06 17:20:24 +00:00
Uwe Bonnes 99f1d37798 Fixed an error in the implementation of FILE_ShareDeny. 1998-11-06 16:39:57 +00:00
Marcus Meissner e0e248eaee Solaris redefines ERR and CS, fixed occurances.
Solaris has TRAPNO in its sigcontext, added to sig_context.h
1998-11-06 16:30:41 +00:00
Eric Pouech 46b68f091c Made mmioSetBuffer callable from 16 and 32 bit code. 1998-11-06 16:04:09 +00:00
Juergen Schmied e674ede085 Fixed wrong arg type. 1998-11-06 15:23:43 +00:00
Huw D M Davies 91d1608a59 Moved X11 DIB stuff to x11drv. 1998-11-06 11:03:00 +00:00
Uwe Bonnes cd11f29ce1 The API for WideCharToMultiByte says that the src-string has only to be
treated as NULL-terminated if srclen is -1.
1998-11-06 10:58:33 +00:00
Ove Kaaven 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.
1998-11-06 10:56:09 +00:00
Bertho Stultiens 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>
1998-11-06 10:51:40 +00:00
Eric Pouech f5e3b6995b Translated in French (not so good anyhow) message for the mark on
system menu.
1998-11-06 10:49:41 +00:00
Juergen Schmied 85082f6267 Changed the default from 0 to 0x409 (eng-us). 1998-11-06 10:19:47 +00:00
Marcus Meissner 4d7f5b6098 Two missing WINAPIs. 1998-11-06 10:15:00 +00:00
Juergen Schmied a477709873 Fixed one wrong parameter. 1998-11-06 10:12:29 +00:00
Ove Kaaven 11e1a5efa9 Fixed --disable-lib. 1998-11-06 10:01:45 +00:00
Juergen Schmied 0128d0472b Constants for controls in common dialogs. 1998-11-05 10:33:18 +00:00
Juergen Schmied 1c8659331e Fixed some compiler warnings. 1998-11-04 18:08:33 +00:00
Jesper Skov 5c3e457b16 egcs 'ambiguous else' warnings fixes. 1998-11-01 19:27:22 +00:00
Huw D M Davies d0421889c8 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
definition to toolhelp.h.
1998-11-01 19:23:52 +00:00
Ulrich Weigand 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.
1998-11-01 18:01:53 +00:00
Ulrich Weigand 718cbaea16 Call mouse driver callback also if windows are not registered with X
(if using native USER.EXE).
1998-11-01 18:00:56 +00:00
Ulrich Weigand 9e29021223 Adapted to separation between KERNEL and USER. 1998-11-01 18:00:09 +00:00
Ulrich Weigand c75d0e16bd Implemented new Wine startup sequence, separating startup into
KERNEL/USER/GDI related parts, allowing native replacement.
Implemented initial 'kernel' task.
1998-11-01 17:59:35 +00:00
John Richardson ddea38d736 Implementation of InprocServer32 CoGetClassObject. 1998-11-01 16:51:10 +00:00
Huw D M Davies 82617362a5 More bitmap fixes. 1998-11-01 16:35:42 +00:00
Alexandre Julliard 463b713dfd Fixed crashes with WM_GETDLGCODE translation. 1998-11-01 16:23:54 +00:00
Patrik Stridvall ea5847247e Started moving some X11 window management code to windows/x11drv. 1998-11-01 16:22:07 +00:00
Ove Kaaven 748acbb0a5 Fixed IsDialogMessage16. 1998-11-01 15:27:12 +00:00
Douglas Ridgway 8b21f28d53 Tell people to ignore the 'gets' warning. Some will listen. 1998-11-01 15:14:39 +00:00
Huw D M Davies 84dd9feb05 A couple of small fixes to my bitmap patch. 1998-11-01 15:13:53 +00:00
Uwe Bonnes 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.
1998-11-01 15:07:24 +00:00
Uwe Bonnes 2e52589dea Give tempfile a different name even if they are created in the same
second. Removed some fixmes from the ShareDeny stuff.
1998-11-01 15:04:52 +00:00
Rein Klazes 5c6fc1bb91 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
extended style is specified. Also implemented CreateMDIWindow32A()
call - single thread only -.
1998-11-01 14:50:06 +00:00
Marcus Meissner 0d3f09f3a4 Erred in the bit macros in treeview.c. Shiftcounts were wrong. 1998-11-01 14:48:58 +00:00