Patrik Stridvall
|
df75e89df5
|
Documentation name fixes (always use external name).
|
2001-02-12 03:49:07 +00:00 |
Ulrich Weigand
|
52e891d5ec
|
Synchronize access to MESSAGEQUEUE members.
|
2001-01-29 00:33:35 +00:00 |
Eric Pouech
|
982e0ce07f
|
Added a few missing exports.
|
2001-01-28 23:44:56 +00:00 |
Patrik Stridvall
|
0c61028734
|
Documentation ordinal fixes.
|
2001-01-25 22:22:21 +00:00 |
Alexandre Julliard
|
7d5bc5c3f9
|
Removed some direct accesses to the 16-bit task structure.
|
2001-01-15 20:09:09 +00:00 |
Ulrich Weigand
|
e27670eac5
|
Fixed byteorder problems caused by non-portable code.
|
2001-01-11 00:52:50 +00:00 |
Eric Pouech
|
4d24e0f5a6
|
Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
outside libkernel.so.
|
2000-12-22 23:25:47 +00:00 |
Patrik Stridvall
|
2ece70e77b
|
Various documentation fixes.
|
2000-12-22 01:38:01 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Alexandre Julliard
|
91222da881
|
Moved most builtin controls structures into their respective C file.
Created new controls.h file private to user32.dll and moved remaining
builtin controls definitions there.
|
2000-12-10 23:01:33 +00:00 |
Andreas Mohr
|
1af53cbb2a
|
- README update
- add offsets to ASPI struct defines
- spelling
|
2000-12-09 03:15:32 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Ove Kaaven
|
bea05609a7
|
Check whether senderQ is NULL before trying to lock it.
|
2000-11-25 21:39:36 +00:00 |
Dmitry Timoshkov
|
2fa0c66c1e
|
Always generate unicode CHAR messages.
|
2000-11-25 02:09:45 +00:00 |
Ove Kaaven
|
9811129dfd
|
Implemented SendNotifyMessage().
|
2000-11-25 01:23:50 +00:00 |
Dmitry Timoshkov
|
3606dc5584
|
Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
WM_SYSDEADCHAR messages.
|
2000-11-15 23:13:17 +00:00 |
Dmitry Timoshkov
|
740bb92b5a
|
Added the ability to see names of the virtual key codes.
|
2000-11-05 20:07:59 +00:00 |
Guy L. Albertelli
|
936c6c4ea4
|
Added wParam and lParam as parameters in SPY_ExitMessage
Added dump for the STYLECHANG[ING|ED] messages.
Dump structures on exit only if message allows changes.
|
2000-10-22 23:52:47 +00:00 |
Stephane Lussier
|
6bac4f2c15
|
Before calling the timer window proc, make sure it is valid.
|
2000-09-29 00:56:05 +00:00 |
Alexandre Julliard
|
0ff083bab8
|
Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
Farnum).
|
2000-09-24 19:51:15 +00:00 |
Andreas Mohr
|
260f1a1def
|
Spelling, trace fixes.
|
2000-09-22 20:59:29 +00:00 |
Andreas Mohr
|
20cd9356a8
|
- fixes debugger output
- get rid of wrong comments
- fix comments
- .spec spelling fix
- improve warning message
|
2000-09-12 23:40:40 +00:00 |
Andreas Mohr
|
5e7fa021ef
|
- fix one locking ignorant return 0; in MSG_SendMessageInterThread()
- fix a crash in QUEUE_RemoveSMSG()
- convert some queue WARN() to ERR()
- spaileng fikses
|
2000-08-29 03:52:46 +00:00 |
Peter Ganten
|
553e3c98d1
|
Threads without active or focus window should not receive keyboard
messages.
|
2000-08-14 20:53:00 +00:00 |
Ove Kaaven
|
a5bb5ea2c3
|
Always get a hardware message from the system queue in PeekMessage,
even if no such wake bits are set, because in a PeekMessage loop,
there's no sleeping, so the necessary wake bits are never set...
|
2000-07-28 20:17:54 +00:00 |
John R . Sheets
|
278b3bcdbc
|
We also have to validate the frame to avoid an infinite loop when the
app doesn't call BeginPaint.
|
2000-07-15 21:31:01 +00:00 |
Sheri Steeves
|
bd59d233f4
|
Added setting of cursor postition to MSG_PostToQueue.
|
2000-06-15 00:09:04 +00:00 |
Alexandre Julliard
|
eac0e1837c
|
Removed MSG_WineStartTicks (does not work for multiple address spaces
anyway).
|
2000-06-03 20:46:53 +00:00 |
Andreas Mohr
|
2e011a5243
|
Lots of spelling fixes that accumulated in my tree again, made several
error msgs more verbose, doc updates.
|
2000-06-01 23:28:25 +00:00 |
Alexandre Julliard
|
c5e433a3a6
|
Moved idle event handling to the server.
|
2000-05-30 19:48:18 +00:00 |
Alexandre Julliard
|
557d8af5d0
|
Send a normal mouse message code in WM_PARENTNOTIFY, even if the
actual message was a non-client one.
|
2000-05-23 23:43:02 +00:00 |
Ulrich Czekalla
|
2b569f6d69
|
MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
|
2000-04-11 19:37:20 +00:00 |
Patrik Stridvall
|
54fe8380a1
|
Fixed some issues reported by winapi_check.
|
2000-04-06 20:21:16 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Alexandre Julliard
|
62f824f7cb
|
Avoid calling the *Rect USER functions from inside GDI.
Moved a few USER functions to a more appropriate location.
|
2000-03-18 22:12:33 +00:00 |
Ulrich Czekalla
|
33026a2a6e
|
Send WM_HELP message when F1 is pressed.
|
2000-02-26 19:13:44 +00:00 |
Alexandre Julliard
|
916f975624
|
Improved the selector get/set functions.
Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
|
2000-02-26 16:51:13 +00:00 |
Eric Pouech
|
2a3b0a1dad
|
Moved hardware related handling to dlls/winmm/joystick driver.
Got rid of joySendMessages() hack (now implementation with a timer).
|
2000-02-26 13:14:04 +00:00 |
Alexandre Julliard
|
b849d79104
|
Moved global atoms to the server (based on the work of Sergei
Turchanov <turchanov@otvprim.ru>).
|
2000-02-13 13:56:13 +00:00 |
Huw D M Davies
|
8be3bf1c0d
|
Actually print return value of message.
|
2000-01-23 02:19:20 +00:00 |
Andreas Mohr
|
98c5cd6f9e
|
"resultp" can be NULL in SendMessageTimeout*().
|
2000-01-04 00:23:32 +00:00 |
Peter Ganten
|
6619f5a71a
|
Implemented WaitForInputIdle.
|
2000-01-01 22:38:20 +00:00 |
Ulrich Weigand
|
2faf2cf964
|
Perform 16/32A/32W message mapping for posted messages.
|
1999-12-10 03:47:13 +00:00 |
Dimitrie O. Paun
|
dd03cc19fd
|
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
|
1999-12-08 03:56:23 +00:00 |
Francis Beaudet
|
7ed1af3df3
|
Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
for the MSG_InternalGetMessage() call is a WM_TIMER.
|
1999-08-15 16:58:03 +00:00 |
Abey George
|
9849f1642a
|
Send normal mouse messages to WM_SETCURSOR when non-client mouse
messages occur.
|
1999-07-27 17:06:55 +00:00 |
Marcus Meissner
|
e32a317b76
|
Removed the old, historical and no longer working IPC support.
|
1999-07-11 14:13:56 +00:00 |
Gerard Patel
|
03c13bbdd7
|
Revert last change in window activation on mouse click.
|
1999-07-11 13:52:13 +00:00 |
Per Ångström
|
53c2028b52
|
Fixed a problem with apps that override the default behaviour on
WM_MOUSEACTIVATE message (main window was not activated).
|
1999-07-04 12:46:37 +00:00 |
Patrik Stridvall
|
1ed4ecffa8
|
ANSI C fixes.
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
|
1999-06-26 14:58:24 +00:00 |