.. |
class.c
|
Add a test for accessing classes from another thread.
|
2004-05-28 19:27:17 +00:00 |
clipboard.c
|
Add a test case for clipboard functionality and fix some bugs revealed
|
2004-06-25 02:55:37 +00:00 |
cursoricon.c
|
DIB_FixColorsToLoadflags: Support bitmaps with a BITMAPCOREHEADER
|
2004-09-28 02:06:02 +00:00 |
dce.c
|
CreateDCA -> CreateDCW
|
2004-09-13 23:22:30 +00:00 |
defdlg.c
|
The initial dialog focus should be established by the default handler
|
2004-09-10 22:29:02 +00:00 |
defwnd.c
|
Add a test case for accelerators, make the test pass on Wine.
|
2004-10-05 23:45:35 +00:00 |
dialog.c
|
GetWindowLong -> GetWindowLongPtr.
|
2004-09-22 19:14:08 +00:00 |
driver.c
|
Get rid of the WINE_UNUSED macro.
|
2004-09-01 17:36:04 +00:00 |
input.c
|
Moved keyboard.c to dlls/user/kbd16.c.
|
2004-09-01 22:47:48 +00:00 |
mdi.c
|
If there no MDI child to activate set hwndActiveChild to 0 in
|
2004-10-05 02:10:04 +00:00 |
message.c
|
Prevent DispatchMessage from dispatching a message to a different
|
2004-10-05 22:33:22 +00:00 |
msgbox.c
|
Replace some more -debugmsg references for WINEDEBUG.
|
2004-06-21 23:56:15 +00:00 |
multimon.c
|
Fixed wrong Unicode string syntax in GetMonitorInfoW.
|
2004-06-23 00:12:03 +00:00 |
nonclient.c
|
Check in client area before caption area, because the app may have
|
2004-09-25 00:29:59 +00:00 |
painting.c
|
Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
|
2004-10-07 03:09:37 +00:00 |
queue.c
|
Add missing \n on error message.
|
2004-01-06 20:40:48 +00:00 |
rect.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
scroll.c
|
When there are no pixels to scroll, ScrollWindowEx must still scroll
|
2004-08-24 20:15:00 +00:00 |
spy.c
|
Make message spy thread safe.
|
2004-10-06 18:53:06 +00:00 |
syscolor.c
|
Several of the registry keys for system colors and system metrics were
|
2004-05-11 04:28:35 +00:00 |
sysmetrics.c
|
Several of the registry keys for system colors and system metrics were
|
2004-05-11 04:28:35 +00:00 |
sysparams.c
|
Added StatusFontSize and MessageFontSize entries in win.ini.
|
2004-09-24 01:11:02 +00:00 |
timer.c
|
Porting fixes.
|
2003-11-26 22:29:30 +00:00 |
user.c
|
Stub for RegisterDeviceNotificationW.
|
2004-03-05 20:44:15 +00:00 |
win.c
|
GetWindowLong -> GetWindowLongPtr.
|
2004-09-22 19:14:08 +00:00 |
winhelp.c
|
Fixed header dependencies to be fully compatible with the Windows
|
2003-09-05 23:08:26 +00:00 |
winpos.c
|
Don't bother to return partial region data in get_window_region and
|
2004-09-17 18:20:11 +00:00 |
winproc.c
|
Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
|
2004-10-07 03:09:37 +00:00 |