projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added a bunch of tests for various behaviors of RedrawWindow.
[wine]
/
dlls
/
user
/
tests
/
msg.c
2004-12-07
Alexandre Julliard
Added a bunch of tests for various behaviors of RedrawW...
blob
|
commitdiff
|
raw
2004-12-06
Dmitry Timoshkov
ShowWindow activates only a being maximized child windo...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-29
Mike McCormack
Added some tests for timer functions.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Alexandre Julliard
Fixed handling of NULL pointer in PeekMessageW, with...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Dmitry Timoshkov
Flush pending messages before testing painting message...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-26
Dmitry Timoshkov
Make button return exactly the same dialog codes as...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-22
Alexandre Julliard
VK_0-9 and VK_A-Z are not defined in the Windows header...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-11
Dmitry Timoshkov
- WM_MDISETMENU handler should update new frame menu...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-08
Dmitry Timoshkov
Properly handle the case when last MDI child is being...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-06
Dmitry Timoshkov
Skip interthread message test under win9x, it causes...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Dmitry Timoshkov
Add a test case for accelerators, make the test pass...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Dmitry Timoshkov
Added a test case for inter-thread DispatchMessage.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Dmitry Timoshkov
If there no MDI child to activate set hwndActiveChild...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-04
Dmitry Timoshkov
Add more message conversion tests, make the tests pass...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-04
Robert Shearman
Add tests for conversion of message parameters.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-22
Hans Leidekker
Fix signed/unsigned comparison warnings.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-21
Dmitry Timoshkov
Make message flow for MDI creation/activation/destructi...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-14
Alexandre Julliard
Stop testing a sequence upon the first expected error...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-13
Dmitry Timoshkov
Add support for HCBT_SYSCOMMAND hook, add logging for...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-13
Dmitry Timoshkov
Add a bunch of new MDI tests.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-13
Dmitry Timoshkov
Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-08
Alexandre Julliard
Fixed some message sequences to succeed on XP.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-02
Alexandre Julliard
GetUpdateRect should return TRUE even if only the non...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-26
Dmitry Timoshkov
Button should send BM_SETSTATE message after it has...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-26
Dmitry Timoshkov
Fix msg test failures when run under win2k.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-26
Alexandre Julliard
Added some tests for paint messages and update regions.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-25
Alexandre Julliard
Allow enabling or disabling todo_wine for each message...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-11
Francois Gouget
Define _WIN32_WINNT otherwise we are missing some defin...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Dmitry Timoshkov
Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Dmitry Timoshkov
Add a test case for scroll APIs, fix a few bugs spotted...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-30
Dmitry Timoshkov
Add more MDI message tests.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-23
Dmitry Timoshkov
Add a prototype for MDI message tests.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-18
Dmitry Timoshkov
Add tests for child activation by ShowWindow/SetWindowPos.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-03
Mike Hearn
Ignore attempts to hide an already invisible window...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-03
Ulrich Czekalla
EnableWindow should not remove the focus of child windows.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-01
Dmitry Timoshkov
Add dialog class name to the list of classes handled...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-24
Dmitry Timoshkov
Add message test for DrawMenuBar.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-20
Dmitry Timoshkov
- Make new tests pass on win2k SP4 and win95 OSR2.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-18
Alexandre Julliard
Added some optional messages to make all tests succeed...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-10
Dmitry Timoshkov
Add more ShowWindow/SetWindowPos tests.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-05
Alexandre Julliard
A couple of changes to avoid some failures on XP.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-05
Francois Gouget
Add trailing '\n's to ok() calls.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-30
Dmitry Timoshkov
Replace wParam values for WM_PARENTNOTIFY message by...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-29
Dmitry Timoshkov
Add a test for creation of a maximized child window.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-20
Dmitry Timoshkov
Add a message test for custom dialog initialization.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-12
Dmitry Timoshkov
Add WM_QUERYNEWPALETTE in appropriate places of the...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-08
Dmitry Timoshkov
Add WM_SETREDRAW test.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Dmitry Timoshkov
Make use of the 'defwinproc' flag in the message test.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-02
Dmitry Timoshkov
Add new tests for various window creation/positioning...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-27
Dmitry Timoshkov
Workaround a msvcrt.realloc bug under Win9x by using...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-26
Dmitry Timoshkov
Add a procedure for logging WM_PARENTNOTIFY messages.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-26
Dmitry Timoshkov
Make DestroyWindow() not mess with a window focus,...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-26
Dmitry Timoshkov
Add 'hook' flag for messages. Add a test for CBT hook...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-25
Dmitry Timoshkov
Add 'optional' flag for messages, make the test run...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-17
Huw Davies
SetMenu should always call SetWindowPos whether the...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-02
Dimitrie O. Paun
Move the message sequences documented in documentation...
blob
|
commitdiff
|
raw
|
diff to current