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 |
Alexandre Julliard
|
2de84c9bfa
|
Do not send WM_SIZING to 16-bit windows.
|
2000-05-07 18:41:59 +00:00 |
Dimitrie O. Paun
|
4d48dd3048
|
Removed HEAP_xalloc.
|
2000-04-30 12:22:18 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Francois Gouget
|
6d77d3a1df
|
Use min/max instead of MIN/MAX.
|
2000-03-25 21:44:35 +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 |
Andreas Mohr
|
f4185f63d0
|
Spelling fixes.
|
2000-02-20 19:17:15 +00:00 |
Alexandre Julliard
|
90476d6b4a
|
Moved SystemHeap allocations to the process heap.
|
2000-02-16 22:47:24 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Gerard Patel
|
7e70e56b3f
|
Map WM_MENUSELECT 32->16 bits for closing menu.
|
2000-01-23 03:20:19 +00:00 |
Rein Klazes
|
80c924f1f4
|
In win32 a WM_MENUSELECT message should contain the position when the
item refers to a submenu, not the submenu's handle as in win16.
|
1999-12-12 19:40:46 +00:00 |
Juergen Schmied
|
b9290d866c
|
Message translation WM_CREATE fixed.
|
1999-12-12 00:38:33 +00:00 |
Ulrich Weigand
|
c50a1d05de
|
Adapted to new-style Wine thunks.
Removed some now unnecessary function pointers.
|
1999-08-15 12:45:01 +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 |
Alexandre Julliard
|
0a860a01f9
|
Merged THDB and TEB structures.
Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
|
1999-06-22 11:43:42 +00:00 |
Alexandre Julliard
|
54a39e253c
|
Got rid of THREAD_InitDone.
Made THREAD_Current() inline.
Moved server tid into TEB.
|
1999-05-29 14:27:26 +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 |
Patrik Stridvall
|
a9a671d7ca
|
Fixed ANSI compabillity.
|
1999-04-25 19:01:52 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
Francois Boisvert
|
d96bc15580
|
Suspend all windows locks before the control is passed to the
application.
Also fixed some bugs in dce.c
|
1999-04-02 10:34:43 +00:00 |
Francois Boisvert
|
6b1b41cf85
|
Made access to the wnd struct thread-safe.
|
1999-03-14 17:25:32 +00:00 |
Juergen Schmied
|
d3258fc75e
|
Message translation for WM_WININICHANGE.
|
1999-03-12 17:13:54 +00:00 |
Marcus Meissner
|
de43ef45ec
|
Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
additional {}. Rewrote GetCreationModeFromSTGM so we don't get
"possible use of uninitialized variable".
|
1999-02-28 19:56:59 +00:00 |
Alexandre Julliard
|
8feb3bc177
|
Process and thread id now use the server-side id instead of an
obfuscated pointer.
|
1999-02-28 12:25:03 +00:00 |
Alexandre Julliard
|
a396029270
|
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
|
1999-02-26 11:11:13 +00:00 |
Marcus Meissner
|
61afa33b03
|
Some more recursive include fixes/optimizations.
|
1999-02-22 10:16:00 +00:00 |