Sweden-Number/windows
Ulrich Czekalla b2df5f9f19 - use global atoms for the format ids
- add timeout when calling XCheckTypedWindowEvent
- fix broken IsClipboardFormatAvailable; it tried to do a trick with
  EnumClipboardFormats by making incorrect assumptions
- in X11DRV_IsClipboardFormatAvailable do a quick exit if no one owns
  the selection
- add 1 second *minimum* time lapse between XSelectionOwner calls
- sync clipboard ownership between different wine processes
- prevents apps from getting into wierd state where they thought they
  didn't own the selection but they did and as a result queried
  themselves for available selection data
2003-06-23 23:02:02 +00:00
..
class.c GetClassInfo returns class atom on success. 2003-05-19 23:10:54 +00:00
clipboard.c - use global atoms for the format ids 2003-06-23 23:02:02 +00:00
cursoricon.c Initialize hbmColor only for color icons in GetIconInfo. 2003-05-19 19:01:31 +00:00
dce.c Documentation updates. 2003-03-18 18:35:48 +00:00
defdlg.c
defwnd.c
dialog.c Windows treats dialog control class ids 0-5 same way as 0x80-0x85. 2003-05-11 02:43:11 +00:00
driver.c Replaced most uses of the auto-generated glue code by explicit calls 2003-02-27 21:09:45 +00:00
input.c Fix ALT context bit for WM_KEYDOWN/UP. 2003-05-11 02:43:42 +00:00
keyboard.c
mdi.c Restore MDI window in the case of disabled maximize button. 2003-05-19 19:01:56 +00:00
message.c Implemented BroadcastSystemMessageW. 2003-05-19 18:56:49 +00:00
msgbox.c Ignore high word of wParam when handling WM_COMMAND in the MessageBox 2003-05-11 02:44:31 +00:00
multimon.c
nonclient.c
painting.c Dump RDW_ flags in RedrawWindow. 2003-06-23 19:59:04 +00:00
queue.c Implemented SetMessageExtraInfo. 2003-05-13 23:36:01 +00:00
rect.c
scroll.c We should pass the callers client-area rect and clip rect to x11drv 2003-05-11 03:01:42 +00:00
spy.c Print thread ids in traces with only 4 digits now that they are small 2003-02-18 23:29:47 +00:00
struct32.c
struct32.h
syscolor.c
sysmetrics.c Convert Twips values from the registry. 2003-02-19 22:04:46 +00:00
sysparams.c Use the right buffer size in SYSPARAMS_Load instead of some random 2003-03-30 03:09:39 +00:00
timer.c
user.c Get rid of the 32-bit user signal proc since we always run builtin 2003-05-15 23:11:00 +00:00
win.c - use global atoms for the format ids 2003-06-23 23:02:02 +00:00
winhelp.c
winpos.c Catch broadcast window handles in functions that are implemented using 2003-05-19 19:00:02 +00:00
winproc.c We can't use RtlCreateUnicodeStringFromAsciiz for WM_SETTEXT as the 2003-05-19 23:15:21 +00:00