- 4f9ebc4 Test whether we can destroy a menu assigned to a window. by Dmitry Timoshkov · 21 years ago
- 5079a41 Add dialog class name to the list of classes handled by hook, add hook by Dmitry Timoshkov · 21 years ago
- cdeeb84 Add a test for accessing classes from another thread. by Dmitry Timoshkov · 21 years ago
- 3e42f69 Changed my name, so update copyright info. by Ivan Leo Puoti · 21 years ago
- 0a5ad9e Remove part of test that crashes win95. by Kevin Koltzau · 21 years ago
- 97ea6ff Add message test for DrawMenuBar. by Dmitry Timoshkov · 21 years ago
- 9df137b Add a test for focus change on ShowWindow(child, SW_HIDE). by Dmitry Timoshkov · 21 years ago
- e4dfaab Add a test for window's hinstance. by Dmitry Timoshkov · 21 years ago
- d8e990c - Make new tests pass on win2k SP4 and win95 OSR2. by Dmitry Timoshkov · 21 years ago
- df93f2e GetModuleFileName[AW] doesn't terminate the string if the buffer is too small. by Eric Pouech · 21 years ago
- 47a1df4 Added some optional messages to make all tests succeed on XP. by Alexandre Julliard · 21 years ago
- 447e647 Added a couple of tests for SetActiveWindow. by Alexandre Julliard · 21 years ago
- f745168 - Add a test for GetWindowInfo, it should not check cbSize member of by Dmitry Timoshkov · 21 years ago
- 683ea2f Add more ShowWindow/SetWindowPos tests. by Dmitry Timoshkov · 21 years ago
- 4943881 Encoding fixes in Ukrainian translation. by Ilya Korniyko · 21 years ago
- 80422fb Make WM_GETMINMAXINFO default behaviour more like the Windows one. by Dmitry Timoshkov · 21 years ago
- f4a535d In get_buffer_space() function, HeapReAlloc() will not allocate memory by Andrey Panov · 21 years ago
- 900492a A couple of changes to avoid some failures on XP. by Alexandre Julliard · 21 years ago
- bc8007f Add trailing '\n's to ok() calls. by Francois Gouget · 21 years ago
- 9e19e3f Prevent Windows 95 from blocking on linking issue. by Jakob Eriksson · 21 years ago
- 319fa1c Some more tests for focus behavior when hiding/showing windows. by Alexandre Julliard · 21 years ago
- cfc3943 Make our ascii strings static const. by Francois Gouget · 21 years ago
- a11b2bb Updated the auto-generated tests. by Alexandre Julliard · 21 years ago
- c5524e1 Replace wParam values for WM_PARENTNOTIFY message by appropriate symbolic names. by Dmitry Timoshkov · 21 years ago
- 9634233 Add a test for creation of a maximized child window. by Dmitry Timoshkov · 21 years ago
- 57b0cbf Added test for setting focus to an invisible window. by Alexandre Julliard · 21 years ago
- 1c279bf Added Ukrainian translations. by Ilya Korniyko · 21 years ago
- 85ef456 Fix the DDE PFNCALLBACK prototype. by Dmitry Timoshkov · 21 years ago
- 48eae0b Call appropriate DefWindowProc in DDE client/server window procs by Dmitry Timoshkov · 21 years ago
- 61daaf8 Fix a bug in ShellExecute which called DdeCreateStringHandleW with a by Dmitry Timoshkov · 21 years ago
- 476ac45 Unicode version of DdeCreateStringHandle should ignore codepage parameter. by Dmitry Timoshkov · 21 years ago
- f1e755d Preload keyboard.drv when Windows version is Win9x. by Alexandre Julliard · 21 years ago
- f04b9d0 Add a message test for custom dialog initialization. by Dmitry Timoshkov · 21 years ago
- 52c0832 Make Unicode strings static const. by Francois Gouget · 21 years ago
- 6ba0d27 Add a test for GW_HWNDLAST. by Dmitry Timoshkov · 21 years ago
- 7104df5 Add WM_QUERYNEWPALETTE in appropriate places of the message test. by Dmitry Timoshkov · 21 years ago
- e1d413d Add a test case for children Z ordering at window creation time. by Dmitry Timoshkov · 21 years ago
- b53f878 Add WM_SETREDRAW test. by Dmitry Timoshkov · 21 years ago
- 78f1224 Stubs to prevent taskmgr.exe from crashing or aborting during startup. by Sami Aario · 21 years ago
- bb133bd Fixed a couple of header files ordering issues. by Alexandre Julliard · 21 years ago
- a6b405d Make use of the 'defwinproc' flag in the message test. by Dmitry Timoshkov · 21 years ago
- 24dd96a Updated Spanish translations. by José Manuel Ferrer Ortiz · 21 years ago
- dd0a1f9 Fix return types of GetThreadDesktop and OpenDesktopA. by Sami Aario · 21 years ago
- 2d91357 Add new tests for various window creation/positioning behaviours. by Dmitry Timoshkov · 21 years ago
- abe9c97 Remove the rest of the Tweak look hack. by Dimitrie O. Paun · 21 years ago
- 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
- b9f45e7 Added some stubs. by Raphael Junqueira · 21 years ago
- c7d9f75 Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead. by Dmitry Timoshkov · 21 years ago
- f38a07b Add a procedure for logging WM_PARENTNOTIFY messages. by Dmitry Timoshkov · 21 years ago
- d5a1e76 Make DestroyWindow() not mess with a window focus, this should be by Dmitry Timoshkov · 21 years ago
- 6a203fb Add 'hook' flag for messages. Add a test for CBT hook messages. by Dmitry Timoshkov · 21 years ago
- bb1df89 Add 'optional' flag for messages, make the test run under win2k. by Dmitry Timoshkov · 21 years ago
- 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
- 946cd3c Add a test case which confirms that SetMenu implementation in Wine is correct. by Dmitry Timoshkov · 21 years ago
- 9e1bafd Get rid of the registry lookups, rely entirely on the kernel devices instead. by Alexandre Julliard · 21 years ago
- 7e997ef Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT, by Justin Chevrier · 21 years ago
- 4edbbbd Windows truncates windows coordinates at 16 bits when moving or by Dmitry Timoshkov · 21 years ago
- f0ee76d Stub EnumDesktopsW for now. Implement EnumDesktopsA in terms of EnumDesktopsW. by Bobby Bingham · 21 years ago
- e2b1222 Stub for RegisterDeviceNotificationW. by Robert Shearman · 21 years ago
- 0a25dd4 Move implementation of SysParametersInfo from Ascii to Unicode. by Justin Chevrier · 21 years ago
- 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
- c162263 First step in using faster approach for A<->W message mapping. by Dmitry Timoshkov · 21 years ago
- 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
- 14743a0 SetMenu should always call SetWindowPos whether the window is visible by Huw Davies · 21 years ago
- df0916b Added the automatic tabbing in IsDialogMessage. by Bill Medland · 21 years ago
- a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
- 9b24af8 Add a test case and a fix for the window styles state at the window by Dmitry Timoshkov · 21 years ago
- 55d72b7 lpCreateParams should be a SEGPTR in 16-bit code. by Alexandre Julliard · 21 years ago
- df5800f Properly translate the message result for WM_GETTEXT-style messages. by Alexandre Julliard · 21 years ago
- 525ac67 MSDN is wrong: WM_NCACTIVATE takes the same lParam as WM_ACTIVATE. by Dmitry Timoshkov · 21 years ago
- 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
- c91d9f0 In Windows, the leading byte for multibyte characters are set to upper by Yoshiro Takeno · 21 years ago
- 347b7bb Small fix for the WPR_SIGNED case (count the sign). by Uwe Bonnes · 21 years ago
- 47e1162 Add trailing '\n's to ok() calls. by Francois Gouget · 21 years ago
- 7494b5b Add trailing '\n's to ok() calls. Check whether _MSC_VER is defined. by Francois Gouget · 21 years ago
- dc70553 Merge the MDI and common window creation code. Change the way MDI by Dmitry Timoshkov · 21 years ago
- 30acf51 Add trailing '\n's to ok() calls. by Francois Gouget · 21 years ago
- 83795a7 The MSVC headers won't give a name to the nameless union of INPUT by Francois Gouget · 21 years ago
- 79495fe We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHADOW and ICON_SMALL2. by Francois Gouget · 21 years ago
- a51bb81 ScrollDC doesn't need to be in the graphics driver. by Alexandre Julliard · 21 years ago
- 88bc174 Pin down LoadStringA behaviour on different buffer lengths. by Ferenc Wagner · 21 years ago
- 640cc3f Assorted spelling fixes. by Francois Gouget · 21 years ago
- 892a283 Split up the Win16/32 MDI support a bit. by Steven Edwards · 21 years ago
- b0d57e7 Completed Italian language support. by Ivan Leo Murray-Smith · 21 years ago
- 4e2c036 Make the debug mark printing unconditional instead of conditional upon by Chris Morgan · 21 years ago
- 446d832 Store window icons in the window structure so that WM_SETICON can do by Alexandre Julliard · 21 years ago
- 8e74404 IsdialogMessage16 must not process messages that are not intended for by Rein Klazes · 21 years ago
- 1a620f2 Add MDI child creation tests. by Dmitry Timoshkov · 21 years ago
- c04cf2d Fixed MS UI Gothic font names. by Vik Kumar · 21 years ago
- d1632bf Pass dtp parameter on from DrawTextExA to DrawTextExW. by Ge van Geldorp · 21 years ago
- 54b951a Make Char{Lower,Upper}A call Char{Lower,Upper}BuffA. by Alexandre Julliard · 21 years ago
- 103f989 Font changes from MS P Gothic to MS UI Gothic. by Vik Kumar · 21 years ago
- bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
- ca10d8a Added tests for class style and instance handling. by Alexandre Julliard · 21 years ago
- bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
- 2fa87d2 Point size in DLG_TEMPLATE may be negative. by Andreas Rosenberg · 21 years ago
- cc09196 Implemented GetTitleBarInfo. by Kevin Koltzau · 21 years ago
- 2eaefbd Move content of global.h into the appropriate private headers. by Dimitrie O. Paun · 21 years ago
- cfcc449 Porting fixes. by Steven Edwards · 21 years ago
- 811c411 Mask off bit 0x80 in the accelerator table entry field fVirt if it's by Jeff Miller · 21 years ago