2006-03-01 |
Rein Klazes | user32: Fix handling of '\b' right flush character... |
tree | commitdiff |
2006-02-24 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2006-02-24 |
Francois Gouget | user: Give meaningful names to the structures used... |
tree | commitdiff |
2006-02-20 |
Rein Klazes | user: Add conformance tests for menu item drawing. |
tree | commitdiff |
2006-02-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2006-02-06 |
Eric Pouech | Fixes for missing prototypes warnings. |
tree | commitdiff |
2006-01-30 |
Vitaliy Margolen | user/tests: Add test for low level mouse hooks. |
tree | commitdiff |
2006-01-27 |
Rein Klazes | user: Fix SPI_{G|S}ETFONTSMOOTHING with tests. |
tree | commitdiff |
2006-01-27 |
Huw Davies | user: Don't automatically add a bunch of styles in... |
tree | commitdiff |
2006-01-27 |
Rein Klazes | user: Fix DrawTextExA/W on empty strings. |
tree | commitdiff |
2006-01-25 |
Vitaliy Margolen | user: Don't drop owned windows in WIN_EnumChildWindows. |
tree | commitdiff |
2006-01-24 |
Dmitry Timoshkov | Make more arrays const. |
tree | commitdiff |
2006-01-23 |
Dmitry Timoshkov | user32: Make GetMenuItemInfo tests pass under Wine. |
tree | commitdiff |
2006-01-20 |
Detlef Riekenberg | user/tests: Added \n to a few ok() calls. |
tree | commitdiff |
2006-01-19 |
Jason Edmeades | user: Tests for when the menu is incorrect because... |
tree | commitdiff |
2006-01-17 |
Robert Shearman | user: Fix WM_QUIT message ordering from PostQuitMessage. |
tree | commitdiff |
2006-01-10 |
Michael Kaufmann | user: The LoadImage resource string may be a numeric... |
tree | commitdiff |
2006-01-09 |
Rein Klazes | user32: Prevent a crash in GetMenuStringA caused by... |
tree | commitdiff |
2006-01-03 |
Rein Klazes | user32: Separate menu bitmaps and strings. |
tree | commitdiff |
2006-01-03 |
Vitaliy Margolen | gdi: Device name returned from EnumDisplayDevices is... |
tree | commitdiff |
2005-12-22 |
Alexandre Julliard | user/tests: Remove todo_wine from a few tests that... |
tree | commitdiff |
2005-12-22 |
Dmitry Timoshkov | user32/tests: Add a PeekMessage test. |
tree | commitdiff |
2005-12-19 |
Rein Klazes | user: Fix hrgn leaks in win.c test. |
tree | commitdiff |
2005-12-19 |
Lauri Tulmin | user32: Don't truncate text when creating edit control. |
tree | commitdiff |
2005-12-19 |
Rein Klazes | x11drv: Do not use the scroll rectangle for clipping... |
tree | commitdiff |
2005-12-17 |
Dmitry Timoshkov | x11drv: ScrollDC should not clip output if a clipping... |
tree | commitdiff |
2005-12-16 |
Rein Klazes | user32: Implement saving and fix reading of nonclient... |
tree | commitdiff |
2005-12-14 |
Rein Klazes | user: Read/save minimized metrics from/to registry. |
tree | commitdiff |
2005-12-01 |
Dmitry Timoshkov | Add a test for LB_SELITEMRANGE, make it pass under... |
tree | commitdiff |
2005-11-30 |
Dmitry Timoshkov | Add a test for RedrawWindow with an empty region/rectan... |
tree | commitdiff |
2005-11-30 |
Vitaliy Margolen | ShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE... |
tree | commitdiff |
2005-11-30 |
Vitaliy Margolen | New maximized visible window should be shown with |
tree | commitdiff |
2005-11-30 |
Vitaliy Margolen | CreateWindow should not activate invisible minimized... |
tree | commitdiff |
2005-11-29 |
Vitaliy Margolen | EnumChildWindows should return result from the callback. |
tree | commitdiff |
2005-11-28 |
Dmitry Timoshkov | set_menu_item_text handles converting an empty menu... |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-11-23 |
Rein Klazes | Make test_SPI_SETBORDER less likely to permanently... |
tree | commitdiff |
2005-11-22 |
Rein Klazes | GetSystemMetrics fixes with corresponding tests. |
tree | commitdiff |
2005-11-18 |
Dmitry Timoshkov | Add another test for Z order of child windows. |
tree | commitdiff |
2005-11-17 |
Detlef Riekenberg | Made test loadable on win95 again (EnumDisplayDevicesA... |
tree | commitdiff |
2005-11-16 |
Dmitry Timoshkov | Add a test for some edit control behaviours, make it... |
tree | commitdiff |
2005-11-14 |
Rein Klazes | Fix SysparametersInfoA( SPI_SETICONMETRICS), the A... |
tree | commitdiff |
2005-11-14 |
Dmitry Timoshkov | Fix message tests to run cleanly on Windows XP SP1. |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Add trailing '\n's to ok() and TRACE() calls. |
tree | commitdiff |
2005-11-09 |
Alexandre Julliard | Don't call SetWindowPos in ShowWindow if a parent windo... |
tree | commitdiff |
2005-11-08 |
Rein Klazes | Re-enable SPI_{GET,SET}BORDER tests and fix the bugs... |
tree | commitdiff |
2005-10-31 |
Dmitry Timoshkov | Add the tests for behaviour of [In]validateRect and... |
tree | commitdiff |
2005-10-28 |
Saulius Krasuckas | Don't pass CreateThread() with a NULL pointer to TID... |
tree | commitdiff |
2005-10-27 |
Vitaliy Margolen | Add test for undocumented 0x4D message sent on F1. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Add a currently failing test case for menus. |
tree | commitdiff |
2005-10-26 |
Michael Jung | - Try LoadLibrary/LoadImage to extract icons from wine... |
tree | commitdiff |
2005-10-26 |
Vitaliy Margolen | Silently ignore WM_PAINT in msg tests. |
tree | commitdiff |
2005-10-26 |
Rein Klazes | Fixed a lot of bugs in TEXT_TabbedTextOut. With the... |
tree | commitdiff |
2005-10-19 |
Vitaliy Margolen | Fix a number of tests failing on windows. |
tree | commitdiff |
2005-10-18 |
Frank Richter | When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind... |
tree | commitdiff |
2005-10-17 |
Vitaliy Margolen | Fix one test failing on all windows versions. |
tree | commitdiff |
2005-10-11 |
Stefan Leichter | Make user test loadable on NT4. |
tree | commitdiff |
2005-10-03 |
Marcus Meissner | ReleaseCapture should return TRUE. |
tree | commitdiff |
2005-09-29 |
Jason Edmeades | Always return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWi... |
tree | commitdiff |
2005-09-28 |
Dmitry Timoshkov | Explicitly ignore WM_GETICON message in the message... |
tree | commitdiff |
2005-09-28 |
Dmitry Timoshkov | Make DrawMenuBar and SetMenu tests pass under Wine. |
tree | commitdiff |
2005-09-28 |
Huw Davies | EnumDisplayDevices and GetMonitorInfo should return... |
tree | commitdiff |
2005-09-26 |
Alexandre Julliard | Added a test to confirm the behavior of GetRandomRgn. |
tree | commitdiff |
2005-09-26 |
Dmitry Timoshkov | Calling DdeUninitialize hangs DDE test on XP SP1, so... |
tree | commitdiff |
2005-09-13 |
Alexandre Julliard | Timeout 0 means infinite wait for SendMessageTimeout. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Use Get/SetClassLongPtr to access the module handle. |
tree | commitdiff |
2005-09-12 |
Dmitry Timoshkov | Add a test for ShowWindow(SW_SHOWMAXIMIZED) called... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use Get/SetWindowLongPtr instead of Get/SetWindowLong... |
tree | commitdiff |
2005-09-06 |
Michael Kaufmann | - Fix text placement. |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-27 |
Jason Edmeades | Listbox delete string handling should validate the... |
tree | commitdiff |
2005-08-25 |
Vitaly Lipatov | - remove return: now break loop if can't change state... |
tree | commitdiff |
2005-08-10 |
Francois Gouget | Define DCX_USESTYLE if it is not defined already. Fixes the |
tree | commitdiff |
2005-08-09 |
Dmitry Timoshkov | Make CreateWindow with invalid menu handle test pass... |
tree | commitdiff |
2005-08-08 |
Francois Gouget | CreateWindow(parent=NULL, ctlid!=0) should fail. |
tree | commitdiff |
2005-08-08 |
Francois Gouget | The listbox test shows that the control id must be... |
tree | commitdiff |
2005-08-02 |
Lauri Tulmin | Add tests for repainting windows with CS_PARENTDC class... |
tree | commitdiff |
2005-07-29 |
Dmitry Timoshkov | - Add an ownerdrawn listbox test, which confirms that... |
tree | commitdiff |
2005-07-18 |
Paul Vriens | Don't run tests on platforms that don't support WindowS... |
tree | commitdiff |
2005-07-08 |
Dmitry Timoshkov | Add DDE transaction test, make it pass under Wine. |
tree | commitdiff |
2005-07-07 |
Dmitry Timoshkov | Add a MsgWaitForMultipleObjects test. |
tree | commitdiff |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-06 |
Alexandre Julliard | Restore the clip region after GetDCEx in send_erase... |
tree | commitdiff |
2005-07-06 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2005-07-05 |
Vitaliy Margolen | Fix some failing tests. |
tree | commitdiff |
2005-07-05 |
Dmitry Timoshkov | Add a test case for IsWindowUnicode. |
tree | commitdiff |
2005-07-03 |
Mike McCormack | Avoid warnings in generated tests by casting sizeof... |
tree | commitdiff |
2005-07-01 |
Robert Shearman | GetDlgItemText should always try to NULL terminate... |
tree | commitdiff |
2005-06-30 |
Alexandre Julliard | Revert SPI_SETMOUSEBUTTONSWAP changes. |
tree | commitdiff |
2005-06-28 |
Alexandre Julliard | Keep track of the windows and hooks used by a thread... |
tree | commitdiff |
2005-06-27 |
Stefan Huehner | Fix some -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-25 |
Michael Kaufmann | - Remove the old margins from the format rectangle... |
tree | commitdiff |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Vitaly Lipatov | Fix returned value for SPI_SETMOUSEBUTTONSWAP. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Rein Klazes | Owner drawn menu item size calculation fixes: |
tree | commitdiff |
2005-06-17 |
Vitaliy Margolen | Deactivate active window in ShowWindow(,SW_HIDE). |
tree | commitdiff |
2005-06-17 |
Stefan Huehner | Remove some -Wstrict-prototypes warnings. |
tree | commitdiff |
next |