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
Alexandre Julliard
481a8e263c
Bug fixes.
1999-05-03 08:58:25 +00:00
Alexandre Julliard
64ae5a57cf
Moved a few more initialisations to the new process context.
1999-05-02 19:10:57 +00:00
Alexandre Julliard
1c4c409f04
Don't initialise the stacks for 32-bit processes.
1999-05-02 19:10:04 +00:00
Alexandre Julliard
8d267a6041
Only check number of tasks after first message.
...
Use a 16-bit module for creating the initial task.
1999-05-02 19:09:07 +00:00
Alexandre Julliard
1459413518
Updated authors list from the Changelog. Please let me know if you
...
have been left out.
1999-05-02 18:13:33 +00:00
Alexandre Julliard
e8c6a08cd9
Converted to the new debugging interface (done with the help of the
...
script written by Patrik Stridvall).
Some changes to the initialisation sequence for 32-bit processes.
1999-05-02 14:33:41 +00:00
Alexandre Julliard
06c275a643
Converted to the new debugging interface (done with the help of the
...
script written by Patrik Stridvall).
1999-05-02 14:32:27 +00:00
Alexandre Julliard
50b3d7b3e3
Misc fixes and improvements.
1999-05-02 14:24:15 +00:00
Alexandre Julliard
0e7bd08cbd
Added check for -lmmap for OS/2.
1999-05-02 11:46:02 +00:00
Francis Beaudet
ec2edc7ee4
Fixed a few bugs in the OLE storage implementation, added a new set of
...
trace statements for the OLE storage related methods and introduced a
new debug channel for the storage subsystem.
1999-05-02 11:41:10 +00:00
Michael Veksler
92ae219e04
Removed redundant include of winbase.h from winuser16.h.
...
Moved types from winbase.h to winuser16.h .
1999-05-02 11:39:09 +00:00
Klaas van Gend
ea7ff970c8
More implementation of PrintDlgA.
...
Conversion of resource identifiers of Print32 window to comply to the
M$ numbering.
1999-05-02 11:34:26 +00:00
Ulrich Weigand
b8396c3ed8
Don't crash if queuing an APC on a thread that doesn't wait.
1999-05-02 11:33:01 +00:00
Ulrich Weigand
9dcaeca29f
Use SERVICES callback to implement Windows timers.
...
Timer expiration handling removed from EVENT_WaitNetEvent loop.
1999-05-02 11:30:39 +00:00
Huw D M Davies
d38ae1f79b
Call SetLastError in HeapCompact().
1999-05-02 11:27:14 +00:00
Ove Kaaven
d084a18cc6
Added prototype for TryEnterCriticalSection.
1999-05-02 11:26:07 +00:00
Klaas van Gend
b24a67f361
Make all structures packed and removal of some WINE_PACKED.
1999-05-02 11:22:50 +00:00
Pavel Roskin
845113c624
Pushbuttons should only be rounded in Win31 look.
1999-05-02 11:21:45 +00:00
Juergen Schmied
466a65205b
- default item handling
...
- small drawing fixes
1999-05-02 11:21:08 +00:00
Noel Borthwick
10619e98e4
Fixed an unbalanced windows lock/unlock sequence in
...
WINPOS_ActivateOtherWindow.
1999-05-02 11:20:00 +00:00
Alexandre Julliard
944491bcae
enhmetafile added
1999-05-02 10:23:40 +00:00
Eric Pouech
281c927317
- got rid of all the internal MM tweaks to load builtin MCI
...
drivers. They are all seen as drivers, loaded as DLLs and standard
module loadorder is used to know which type to use (builtin vs
native).
- first full working implementation of mmThread??? functions (to
support gracefully native MCI drivers).
- support of mmShowMMCPLPropertySheet.
- fix of some heap validate bugs (thanks to Ulrich for reporting them).
1999-05-02 10:21:49 +00:00
Guy Albertelli
4f6d7f38dc
Fix CreateProcessA to implement correct actions on ambiguous command
...
line names (try longer and longer strings).
1999-05-02 10:17:31 +00:00
Huw D M Davies
3a24f3f91e
Started implementing Enhanced MetaFile driver.
1999-05-02 10:15:16 +00:00
Francis Beaudet
ebdea25edc
Implemented the OLE object default handler and data cache.
1999-05-02 09:27:08 +00:00