Patrik Stridvall
1bb9403938
ANSI C fixes.
1999-05-08 15:47:44 +00:00
Marcus Meissner
3f284324a2
Pass PROPSHEETPAGE to propertypage dialog as lParam.
1999-05-08 15:38:57 +00:00
Patrik Stridvall
896889f317
ANSI C fixes.
1999-05-08 12:50:36 +00:00
Huw D M Davies
a9f55c46c1
Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
...
to bring wingdi.h almost upto a complete NT4.0 interface.
Fix return value of SetRectRgn().
1999-05-08 12:45:18 +00:00
Michael Veksler
9d14a001f7
Removed #include "wine/winuser16.h" and use "struct tag????" instead.
1999-05-08 12:40:24 +00:00
Ove Kaaven
b4a5db5590
Improved Wine debugger backtrace. New features:
...
- Displays ebp, in case you want to check stackframes manually
- Detects far calls even when windows apps don't mark them
- Tracks CallFrom16/CallTo16 relaying (thunking)
1999-05-08 12:38:20 +00:00
Ulrich Czekalla
6e709a1ed0
Bugfix: get_sobasename was off by one pointer increment.
1999-05-08 12:37:34 +00:00
Kevin Holbrook
9173f04ba9
Fixed implicit type warning.
1999-05-08 12:36:29 +00:00
Gerard Patel
777508a214
Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
1999-05-08 12:35:17 +00:00
Francis Beaudet
809abaab19
Second part of the OLE datacache implementation.
1999-05-08 10:55:32 +00:00
Ove Kaaven
07d2a78993
Moved DOS List of Lists initialization, and added the beginnings of
...
the DOS device structures.
1999-05-08 10:54:04 +00:00
Noomen Hamza
c4cd0bf6c8
Bug fixes.
1999-05-08 10:50:34 +00:00
Thuy Nguyen
115d8ccaab
Implemented GetHGlobalFromStream.
1999-05-08 10:48:44 +00:00
Ulrich Weigand
36a1a25f0e
Call THREAD_FreeTHDB as service thread callback.
1999-05-08 10:48:03 +00:00
Ulrich Weigand
e9caf93bbb
Removed TIMER_SwitchQueue.
1999-05-08 10:47:23 +00:00
Uwe Bonnes
cdd3a52899
Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
...
chars.
1999-05-08 10:45:49 +00:00
Marcus Meissner
013d08805a
Stop winelib programs on fault instead of endless faultlooping.
1999-05-08 10:44:43 +00:00
James Juran
b199b1951e
Run ldconfig in make install if using --enable-dll.
...
Cleaned up uninstall_lib as well.
1999-05-08 10:43:13 +00:00
Thuy Nguyen
ed1d88b610
Implementation of IStorage supported by an implementation of
...
ILockBytes on top of an HGLOBAL.
1999-05-08 10:05:08 +00:00
Marcus Meissner
264360fc21
Return the correct value from GetPrivateProfileSectionA.
...
Copy/convert back the buffer in GetPrivateProfileSectionW.
Replace some output pointers str/wstr->ptr in kernel32.spec.
1999-05-08 10:02:05 +00:00
Ulrich Weigand
1c971e3364
Some initialization sequence bugfixes:
...
- Initialize process crst for 16-bit processes.
- Don't crash due to uninitialized stack frames in WineLib.
- Map system DLLs before calling UserSignalProc.
- Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
1999-05-08 09:58:47 +00:00
Ulrich Weigand
e6cc6fdc07
Call Callout routines directly when using builtin USER.
1999-05-08 09:56:00 +00:00
Ulrich Weigand
b613a105b6
Bugfix: all PE modules were marked 'internal'.
1999-05-08 09:51:47 +00:00
Ulrich Weigand
e6ea9ebb5e
Check for busy DCE moved to DCHook16().
1999-05-08 09:50:52 +00:00
Ulrich Weigand
ef61c0b632
Initialize WIN_CritSection earlier.
1999-05-08 09:45:50 +00:00
Luc Tourangeau
3d35e9894c
Removed the timer that was used to queue TRACKBAR_Refresh calls.
...
Removed all direct calls to TRACKBAR_Refresh (except from within the
WM_PAINT handling section) and replaced them by calls to
InvalidateRect.
Fixed a bug in the TRACKBAR_SetPos function.
Fixed the behavior for different types of mouse input.
1999-05-08 09:44:45 +00:00
Yuxi Zhang
ccfb1824cd
Implemented toolbar multirow button layout.
1999-05-08 09:40:55 +00:00
Francois Boisvert
06d4226171
Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
1999-05-08 09:38:52 +00:00
Thuy Nguyen
ad7e9c4cef
Implemented OleTranslateColor.
1999-05-08 09:37:59 +00:00
Francis Beaudet
ee3c1d7a27
Changed the return value of GetKeyboardState and SetKeyboardState from
...
VOID to BOOL.
1999-05-08 09:35:37 +00:00
Francois Boisvert
428d298a64
Prevented LISTBOX_RepaintItem from repainting a non visible item.
1999-05-08 09:33:53 +00:00
Eric Pouech
9caedbd948
Fixed typo.
1999-05-08 09:29:00 +00:00
Huw D M Davies
4e700ab90e
Bugfix for TRACE in UnregisterClass.
1999-05-08 09:27:25 +00:00
Alexandre Julliard
6fbe079393
No longer necessary.
1999-05-05 13:20:50 +00:00
Francis Beaudet
179e8deb6d
Check if DC is busy before deleting it.
1999-05-04 16:55:22 +00:00
Andreas Mohr
99920819a5
GetMailslotInfo is supposed to check for pointer validity.
1999-05-04 16:54:39 +00:00
Ulrich Weigand
017d22126b
Possible crash in select_loop() fixed.
1999-05-04 16:51:30 +00:00
Ulrich Weigand
70b2e383a0
Fixed various stupid bugs in services thread routines.
...
Added SERVICE_Exit routine to kill the services thread.
1999-05-04 16:43:38 +00:00
Eric Pouech
739c318fff
Inverted class/channel in __(SET|GET)_DEBUGGING macros.
1999-05-04 16:23:03 +00:00
Ulrich Weigand
279d1174fd
Correct implementation of GetWindowThreadProcessId().
1999-05-04 15:57:27 +00:00
Ulrich Weigand
73496798e0
Added PlaySound16, sndPlaySound16.
1999-05-04 15:29:01 +00:00
Ove Kaaven
dc8cf1002c
Fixes winproc deadlock for win16.
1999-05-04 15:23:26 +00:00
Eric Pouech
8c38f45a7e
Fixed some deadlock(s) in message sending.
1999-05-03 09:44:57 +00:00
Eric Pouech
b068320abd
cleaned up debug channels to use default one (mmsys)
...
more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
fixed callback bug in midiStream functions
fixed compilation bug with egcs
changed to the new debug channel interface
1999-05-03 09:44:26 +00:00
Eric Pouech
1d1a6bb4a7
small range fixes for OSS driver
...
changed to the new debug channel interface
1999-05-03 09:43:30 +00:00
Eric Pouech
54e4ba048a
first (working) shot at OSS mixer low level interface
...
changed to the new debug channel interface
1999-05-03 09:26:48 +00:00
Ulrich Weigand
208dd97c1b
Fixed off-by-one ordinals in MPR.
...
Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
1999-05-03 09:24:00 +00:00
Ulrich Weigand
6ce4006137
Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
1999-05-03 09:22:55 +00:00
Ulrich Weigand
b8fa2962e5
Load system DLLs into WineLib applications.
1999-05-03 09:22:05 +00:00
Huw D M Davies
1d4af587fc
Small update to the PostScript encoding vector.
1999-05-03 09:21:21 +00:00