Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +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 |
Alexandre Julliard
|
193cf50a09
|
Removed some of the calls to HEAP_strdup* functions.
|
2002-01-01 00:24:30 +00:00 |
Alexandre Julliard
|
9fcd89a5d8
|
Removed unnecessary includes.
|
2001-12-17 22:12:23 +00:00 |
Alexandre Julliard
|
9d9dac0947
|
Added WIN_ListParents function and renamed WIN_BuildWinArray into
WIN_ListChildren. Made owner field in WND structure an HWND.
|
2001-08-24 19:28:21 +00:00 |
Alexandre Julliard
|
4ff32c8aef
|
Removed a number of direct accesses to the window structure.
|
2001-08-18 18:08:26 +00:00 |
Alexandre Julliard
|
6837b9c119
|
Moved user lock to user.c. Added USER_CheckNotLock function.
|
2001-08-16 18:14:22 +00:00 |
Alexandre Julliard
|
cb25e2506f
|
Replace SendMessage16 by SendMessageW where possible.
|
2001-08-08 23:28:42 +00:00 |
Alexandre Julliard
|
8afe6628f8
|
Avoid using GetFastQueue16 from USER.
|
2001-07-26 20:12:22 +00:00 |
Alexandre Julliard
|
f899ef07a6
|
Removed some unnecessary includes.
|
2001-07-23 00:04:00 +00:00 |
Alexandre Julliard
|
0ca9465f58
|
Removed unneeded inclusion of queue.h.
|
2001-06-07 22:29:33 +00:00 |
Alexandre Julliard
|
4323004bf1
|
Create an X connection for each thread, and process X events in the
thread that created the corresponding X window.
Spawn a separate thread to run the desktop message loop in desktop
mode.
|
2001-05-16 19:52:29 +00:00 |
Alexandre Julliard
|
e60ccd11d3
|
Create a new window for the top popup menu on every new menu tracking,
so that the window belongs to the right thread.
|
2001-05-11 20:05:42 +00:00 |
Alexandre Julliard
|
04689b26f0
|
Always load the 32-bit dll containing a given 16-bit builtin.
Check the module name in addition to the file name when loading a
16-bit builtin dll.
|
2001-03-28 01:47:28 +00:00 |
Alexandre Julliard
|
9515336378
|
Small dll separation fixes.
|
2001-03-23 19:13:23 +00:00 |
Eric Pouech
|
a862f68db5
|
Added a few missing stubs to KERNEL32 and USER32.
|
2001-02-26 22:33:29 +00:00 |
Patrik Stridvall
|
df75e89df5
|
Documentation name fixes (always use external name).
|
2001-02-12 03:49:07 +00:00 |
Eric Pouech
|
982e0ce07f
|
Added a few missing exports.
|
2001-01-28 23:44:56 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +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 |
François Gouget
|
54300e592c
|
Move HDWP to winuser.h.
Convert HWINSTA to STRICT.
|
2001-01-09 20:56:06 +00:00 |
François Gouget
|
d6515df871
|
Convert HDESK to STRICT.
|
2001-01-03 21:39:33 +00:00 |
Patrik Stridvall
|
2ece70e77b
|
Various documentation fixes.
|
2000-12-22 01:38:01 +00:00 |
Alexandre Julliard
|
becb9a353b
|
Moved all Wine internal definitions out of process.h.
|
2000-12-11 03:48:15 +00:00 |
Dmitry Timoshkov
|
1df0d36592
|
Add CF_UNICODETEXT as primary text clipboard format.
Use [x11drv].TextCP for interchange with X.
|
2000-12-11 01:09:56 +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
|
9877906b26
|
Removed dependencies on the internals of the CLASS structure.
Added support for having both ASCII and Unicode window procedures for
builtin classes.
|
2000-12-07 23:39:16 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +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 |
Patrik Stridvall
|
024d6c50d6
|
Fixed some issues found by winapi_check.
|
2000-11-25 03:09:30 +00:00 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Alexandre Julliard
|
2a2321bbca
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.
|
2000-08-19 21:38:55 +00:00 |
Alexandre Julliard
|
646c562f9c
|
Cleaned up some more USER dependencies.
|
2000-07-31 23:32:47 +00:00 |
Alexandre Julliard
|
6b141176be
|
Moved toolhelp implementation into kernel32 dll.
|
2000-07-31 21:01:05 +00:00 |
Peter Ganten
|
ae3716d690
|
Stubs for CreateDesktopA and EnumDesktopWindows.
|
2000-07-15 15:13:56 +00:00 |
Marcus Meissner
|
521c0e4afa
|
Stub for RegisterDeviceNotificationA.
|
2000-07-10 10:58:16 +00:00 |
Francois Gouget
|
326e2ba5a1
|
Added some missing prototypes.
Define the HDRAWDIB handle type.
|
2000-06-18 17:26:44 +00:00 |
Alexandre Julliard
|
c5e433a3a6
|
Moved idle event handling to the server.
|
2000-05-30 19:48:18 +00:00 |
Alexandre Julliard
|
c192ba2468
|
Exec a separate wine binary for every win32 process so that they run
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
|
2000-05-29 21:25:10 +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
|
9a0e28f153
|
Fixed a couple of file descriptor leaks.
Always call USER signal proc in the right context.
Cleaned up THREAD_Create.
|
2000-03-25 19:14:37 +00:00 |
Alexandre Julliard
|
7f3418fba0
|
Store monitor size and depth in the generic structure.
Merged monitor driver into USER driver.
|
2000-03-25 17:30:13 +00:00 |
Patrik Stridvall
|
6cc47d4924
|
Removed a lot of unnecessary includes and fixed the compile errors.
|
2000-03-08 18:26:56 +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 |
Peter Ganten
|
6619f5a71a
|
Implemented WaitForInputIdle.
|
2000-01-01 22:38:20 +00:00 |
Ulrich Weigand
|
937f4d3ec3
|
Added USER.DllEntryPoint().
|
1999-12-05 02:49:59 +00:00 |
Marcus Meissner
|
5e2f50f8c0
|
Added ChangeDisplaySettingsExA stub and some flag defines.
|
1999-11-07 22:26:20 +00:00 |
Francis Beaudet
|
56ab55d374
|
Enabled the persistent clipboard server.
|
1999-10-24 20:22:24 +00:00 |