Andreas Mohr
|
7df2d9f187
|
Misc spelling fixes.
|
2002-07-24 19:02:50 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Eric Pouech
|
9259cfa855
|
Added 16/32 DDE message conversion.
Finished the 16 bit implementation of DDEML.
|
2002-05-21 18:03:15 +00:00 |
Stefan Leichter
|
ab5bba62f9
|
Added NULL pointer check in CallWindowProc16.
|
2002-05-07 18:31:10 +00:00 |
Alexandre Julliard
|
894b188fcf
|
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
|
2002-04-25 21:40:56 +00:00 |
Dmitry Timoshkov
|
047ab4060a
|
Fix sign extension in message mapping routines.
|
2002-04-02 02:53:08 +00:00 |
Mehmet Yasar
|
ffd4d33d12
|
Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT
and CB/LB_SELECTSTRING.
|
2002-03-11 05:05:16 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Dave Hawkes
|
60502143d2
|
Fixed winproc memory leak.
|
2002-02-28 21:43:06 +00:00 |
Dimitrie O. Paun
|
693cca5d4d
|
Make FIXMEs more grep-able.
|
2002-01-29 03:12:19 +00:00 |
Alexandre Julliard
|
42f5eea0f5
|
Use MapLS/UnMapLS instead of SEGPTR_* macros.
|
2001-12-26 20:00:03 +00:00 |
Alexandre Julliard
|
70b7619ad6
|
Changed 16->32 window procedure thunks to use winebuild-generated
entry code directly.
|
2001-12-14 23:15:44 +00:00 |
Alexandre Julliard
|
afd75a1adc
|
Removed calls to HEAP_GetSegptr.
|
2001-12-05 22:23:02 +00:00 |
Francois Gouget
|
e5ddd26dd7
|
When including config.h, include it first.
|
2001-10-14 16:18:52 +00:00 |
Alexandre Julliard
|
d23a82bc86
|
Made all 16<->32 HWND conversions use explicit functions instead of
implicit type casts.
Moved a lot of 16-bit functions to the new wnd16.c file.
Changed DIALOGINFO structure handling to support 32-bit handles.
|
2001-09-19 20:37:04 +00:00 |
Guy L. Albertelli
|
db9b54925d
|
Enhance SPY_GetMsgName to translate common control messages.
|
2001-09-07 18:38:57 +00:00 |
Alexandre Julliard
|
6bf2abfab1
|
Make window handles 32-bit before calling window procedure.
Don't clear window parent field when unlinking it.
|
2001-08-29 00:16:00 +00:00 |
Alexandre Julliard
|
b3ec03092f
|
Added proper support for 32-bit WM_NEXTMENU.
|
2001-08-18 18:10:04 +00:00 |
Alexandre Julliard
|
20bc491dc7
|
Added mappings for a few messages.
Added unicode messages bit set to shortcut message mapping when
possible.
|
2001-08-13 20:33:21 +00:00 |
Alexandre Julliard
|
4de0df77cf
|
Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings.
|
2001-08-06 17:57:55 +00:00 |
Alexandre Julliard
|
ee8ab7af8a
|
Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
Removed a few no longer used routines.
|
2001-06-20 23:16:34 +00:00 |
Francois Gouget
|
e17d1a3649
|
Print the tid in the first column when +tid is specified.
|
2001-05-08 00:13:38 +00:00 |
Alexandre Julliard
|
c9e11394a0
|
Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
Removed mapping of 16-bit edit messages in the generic routines.
|
2001-04-10 21:46:27 +00:00 |
Alexandre Julliard
|
2ec34e48a3
|
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
handle.
|
2001-04-04 00:21:05 +00:00 |
Rein Klazes
|
fafc6fbffe
|
Fix Unicode/Ansi message translation for some listbox/combobox
messages with a zero valued lparam. Output an error when the
translation fails.
|
2001-03-13 23:32:45 +00:00 |
James Abbatiello
|
45edb2fcb3
|
Fix a few compiler warnings.
|
2001-02-12 03:42:58 +00:00 |
Andreas Mohr
|
c9cf70d448
|
Some more cleanups.
|
2001-01-26 20:40:50 +00:00 |
Alexandre Julliard
|
d8e9a09d9b
|
Removed unnecessary headers.
|
2001-01-15 20:22:30 +00:00 |
Dmitry Timoshkov
|
7ba757d728
|
Add missing mapping for LB_FINDSTRINGEXACT message (thanks to Gerard
Patel for reporting the bug).
|
2001-01-07 21:44:50 +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 |
Alexandre Julliard
|
b83a16c148
|
Removed calls to WIDGETS_IsControl.
|
2000-12-07 23:24:41 +00:00 |
Dmitry Timoshkov
|
411e455624
|
Removed the code duplication.
|
2000-12-05 04:08:50 +00:00 |
Rein Klazes
|
0b0ccb83e1
|
Don't forget to map the message in WINPROC_MapMsg16To32W().
|
2000-12-05 04:01:34 +00:00 |
Alexandre Julliard
|
9e1fda187a
|
Fixed WINPROC_GetPtr() to always pass the start of the block to
HeapValidate().
|
2000-12-03 03:19:45 +00:00 |
Dmitry Timoshkov
|
1e15223fb4
|
Added several additional to/from unicode message mappings.
|
2000-12-02 23:42:13 +00:00 |
Dimitrie O. Paun
|
26503fc224
|
Include config.h.
|
2000-12-02 20:11:42 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
4e2f4a9cc9
|
Check for NULL handle before calling HeapValidate.
|
2000-11-30 20:36:41 +00:00 |
Alexandre Julliard
|
4cecd4ae7d
|
Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
|
2000-11-30 01:16:35 +00:00 |
Alexandre Julliard
|
e296bf3717
|
Renamed CallTo16* functions to wine_call_to_16* and export them from
kernel32.spec.
|
2000-11-29 19:39:30 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +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 |
Alexandre Julliard
|
745ec84c8b
|
Export the CallFrom16xxx functions from kernel32. Renamed them
__wine_call_from_16 to follow the naming convention.
|
2000-11-13 04:54:45 +00:00 |
Alexandre Julliard
|
d8fab2e67c
|
Removed some of the XXX_reg macros now that we are using the standard
CONTEXT86 structure everywhere.
|
2000-09-25 23:53:07 +00:00 |
Ulrich Weigand
|
a761e3dad0
|
Modified CallTo16Register routines to update register context after
call returns. Callers adapted.
|
2000-09-13 20:29:44 +00:00 |
Gerard Patel
|
eaa28e5f06
|
Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
|
2000-08-21 02:38:40 +00:00 |
Alexandre Julliard
|
d51ee843c5
|
Added assembly wrapper for calling window procedures.
|
2000-07-16 20:29:44 +00:00 |