.. |
class.c
|
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
|
2002-12-03 23:34:52 +00:00 |
clipboard.c
|
Made user compile with -DSTRICT.
|
2002-11-22 21:22:14 +00:00 |
cursoricon.c
|
- Fix some indentation.
|
2003-04-29 22:46:16 +00:00 |
dce.c
|
Documentation updates.
|
2003-03-18 18:35:48 +00:00 |
defdlg.c
|
Post correct notification code on WM_CLOSE for dialogs.
|
2003-01-14 19:29:15 +00:00 |
defwnd.c
|
Change RECT to use LONG to match win32 standard headers and fix format
|
2003-01-08 21:09:25 +00:00 |
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
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
mdi.c
|
Change RECT to use LONG to match win32 standard headers and fix format
|
2003-01-08 21:09:25 +00:00 |
message.c
|
Removed no longer needed inclusion of heap.h.
|
2003-01-24 00:54:58 +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
|
Removed unnecessary HANDLE typecasts.
|
2002-12-02 18:10:57 +00:00 |
nonclient.c
|
Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
|
2003-02-18 23:24:57 +00:00 |
painting.c
|
Replaced most uses of the auto-generated glue code by explicit calls
|
2003-02-27 21:09:45 +00:00 |
queue.c
|
Poll X events in GetInputState the same way as in GetQueueStatus.
|
2003-05-11 03:29:47 +00:00 |
rect.c
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
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
|
Fixed more -DSTRICT issues.
|
2002-11-22 20:43:01 +00:00 |
struct32.h
|
|
|
syscolor.c
|
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
|
2002-12-03 23:34:52 +00:00 |
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
|
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
|
2002-12-03 23:34:52 +00:00 |
user.c
|
Implemented EnumDisplaySettings* and ChangeDisplaySettings*.
|
2003-04-22 00:15:48 +00:00 |
win.c
|
Replace DPRINTF with TRACE.
|
2003-03-14 04:11:17 +00:00 |
winhelp.c
|
Moved some more 16-bit functions to user16.c.
|
2002-11-22 04:47:10 +00:00 |
winpos.c
|
Replace DPRINTF with TRACE.
|
2003-03-14 04:11:17 +00:00 |
winproc.c
|
Added A<->W mappings for WM_IME_CHAR.
|
2003-05-11 02:58:19 +00:00 |