2004-11-19 |
Alexandre Julliard | Fix conflicting structure tag. |
tree | commitdiff |
2004-11-08 |
William Poetra Yoga H | Give the first menu item of a popup menu a distance... |
tree | commitdiff |
2004-11-08 |
Vitaliy Margolen | - return "want all keys" for WM_GETDLGCODE when multi... |
tree | commitdiff |
2004-11-08 |
William Poetra Yoga H | Fix the button edge color, by using the BF_SOFT border... |
tree | commitdiff |
2004-10-30 |
Alexandre Julliard | Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will... |
tree | commitdiff |
2004-10-30 |
Ivan Leo Puoti | Remove DS_SYSMODAL from msgbox resource. |
tree | commitdiff |
2004-10-29 |
Dmitry Timoshkov | Clean up user32/input.c test, remove the wrong assumpti... |
tree | commitdiff |
2004-10-27 |
Dmitry Timoshkov | Flush pending messages before testing painting message... |
tree | commitdiff |
2004-10-26 |
Dimitrie O. Paun | Move the hwnd self into the listbox LB_DESCR struct. |
tree | commitdiff |
2004-10-26 |
Dmitry Timoshkov | Make button return exactly the same dialog codes as... |
tree | commitdiff |
2004-10-25 |
Dimitrie O. Paun | Use proper types/names in all cases. Fix some indentation. |
tree | commitdiff |
2004-10-22 |
Alexandre Julliard | VK_0-9 and VK_A-Z are not defined in the Windows header... |
tree | commitdiff |
2004-10-19 |
Vincent Béron | Fix various function prototypes. |
tree | commitdiff |
2004-10-19 |
Dmitry Timoshkov | Make TranslateAcceleratorA handle national characters. |
tree | commitdiff |
2004-10-18 |
Dmitry Timoshkov | Protect USER32 against early graphics driver unloading. |
tree | commitdiff |
2004-10-18 |
Dimitrie O. Paun | Implement LBS_COMBOBOX, and make use of it. |
tree | commitdiff |
2004-10-18 |
Marcus Meissner | Stub function for OpenInputDesktop. |
tree | commitdiff |
2004-10-11 |
Dmitry Timoshkov | - WM_MDISETMENU handler should update new frame menu... |
tree | commitdiff |
2004-10-11 |
Dimitrie O. Paun | Audit the listbox control. |
tree | commitdiff |
2004-10-08 |
Dmitry Timoshkov | Properly handle the case when last MDI child is being... |
tree | commitdiff |
2004-10-08 |
Dimitrie O. Paun | Audit the scroll control. |
tree | commitdiff |
2004-10-08 |
Dimitrie O. Paun | Audit the edit control. |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Only send WM_PAINTICON and WM_ICONERASEBKGND to 16... |
tree | commitdiff |
2004-10-06 |
Dmitry Timoshkov | Skip interthread message test under win9x, it causes... |
tree | commitdiff |
2004-10-06 |
Steven Edwards | Remove useless FIXME in comment. |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Add a test case for accelerators, make the test pass... |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Added a test case for inter-thread DispatchMessage. |
tree | commitdiff |
2004-10-05 |
Jon Griffiths | Draw background of the empty selected item in empty... |
tree | commitdiff |
2004-10-05 |
Dimitrie O. Paun | Audit combo control code. |
tree | commitdiff |
2004-10-05 |
Dimitrie O. Paun | Audit the static control code. |
tree | commitdiff |
2004-10-05 |
Dimitrie O. Paun | Audit and document button code. |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | If there no MDI child to activate set hwndActiveChild... |
tree | commitdiff |
2004-10-04 |
Dmitry Timoshkov | Add more message conversion tests, make the tests pass... |
tree | commitdiff |
2004-10-04 |
Robert Shearman | Add tests for conversion of message parameters. |
tree | commitdiff |
2004-09-29 |
James Hawkins | Limit scrolling of the edit control to the last line... |
tree | commitdiff |
2004-09-24 |
Richard Cohen | MenuItemFromPoint shouldn't crash if there's no menu. |
tree | commitdiff |
2004-09-23 |
Dmitry Timoshkov | - Skip shell window test on Win9x and restore its funct... |
tree | commitdiff |
2004-09-22 |
Robert Shearman | GetWindowLong -> GetWindowLongPtr. |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-21 |
Dmitry Timoshkov | Make message flow for MDI creation/activation/destructi... |
tree | commitdiff |
2004-09-20 |
Dmitry Timoshkov | Make menu code cope with WM_SYSKEY*/WM_SYSCHAR messages. |
tree | commitdiff |
2004-09-16 |
Ulrich Czekalla | Handle painting the border if WS_EX_CLIENTEDGE is not... |
tree | commitdiff |
2004-09-16 |
Dmitry Timoshkov | Add a test case for WM_KEY* to WM_SYSKEY* message conve... |
tree | commitdiff |
2004-09-16 |
Dmitry Timoshkov | Accept WM_SYSCHAR message for processsing in TranslateA... |
tree | commitdiff |
2004-09-15 |
Dimitrie O. Paun | Use the W version of the function were we can. |
tree | commitdiff |
2004-09-14 |
Steven Edwards | Added stub for SwitchDesktop. |
tree | commitdiff |
2004-09-14 |
Alexandre Julliard | Stop testing a sequence upon the first expected error... |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Add support for HCBT_SYSCOMMAND hook, add logging for... |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Add a bunch of new MDI tests. |
tree | commitdiff |
2004-09-13 |
Dmitry Timoshkov | Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED... |
tree | commitdiff |
2004-09-10 |
Michael Kaufmann | Make the menus of Delphi applications work. |
tree | commitdiff |
2004-09-10 |
Zach Gorman | The initial dialog focus should be established by the... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | Modal dialogs should not be shown via ShowWindow until... |
tree | commitdiff |
2004-09-10 |
Zach Gorman | Added tests for default focus assignment in dialogs. |
tree | commitdiff |
2004-09-09 |
Ulrich Czekalla | Allow copying selection when control is read only. |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Get rid of the WIN_SetRectangles export from user32. |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Fixed some message sequences to succeed on XP. |
tree | commitdiff |
2004-09-07 |
Dmitry Timoshkov | Reset BUTTON_HASFOCUS state in WM_KILLFOCUS handler... |
tree | commitdiff |
2004-09-06 |
Francois Gouget | Disable MSVC warning 4116 to avoid the 'unnamed type... |
tree | commitdiff |
2004-09-02 |
Alexandre Julliard | GetUpdateRect should return TRUE even if only the non... |
tree | commitdiff |
2004-09-02 |
Francois Gouget | Added missing trailing '\n's to ok() calls. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Moved keyboard.c to dlls/user/kbd16.c. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Moved some window painting functions to uitools.c. |
tree | commitdiff |
2004-08-31 |
Alexandre Julliard | Moved all files from the controls/ directory to dlls... |
tree | commitdiff |
2004-08-31 |
Alexandre Julliard | Get rid of the non-standard CONV_POINT and CONV_RECT... |
tree | commitdiff |
2004-08-30 |
Alexandre Julliard | Removed struct32.[ch]. |
tree | commitdiff |
2004-08-30 |
Alexandre Julliard | Moved a couple of 16-bit functions to user16.c. |
tree | commitdiff |
2004-08-30 |
Mike McCormack | Use Heap functions instead of malloc/free. |
tree | commitdiff |
2004-08-26 |
Dmitry Timoshkov | Button should do ReleaseCapture() on WM_KILLFOCUS if... |
tree | commitdiff |
2004-08-26 |
Dmitry Timoshkov | Button should send BM_SETSTATE message after it has... |
tree | commitdiff |
2004-08-26 |
Dmitry Timoshkov | Fix msg test failures when run under win2k. |
tree | commitdiff |
2004-08-26 |
Alexandre Julliard | Added some tests for paint messages and update regions. |
tree | commitdiff |
2004-08-26 |
Alexandre Julliard | GetUpdateRgn should clip the returned region to the... |
tree | commitdiff |
2004-08-25 |
Alexandre Julliard | Allow enabling or disabling todo_wine for each message... |
tree | commitdiff |
2004-08-25 |
Francois Gouget | Enable the disabled tests in tests.data or add a commen... |
tree | commitdiff |
2004-08-24 |
Huw Davies | Change dialogs to use MS Shell Dlg rather than Helv... |
tree | commitdiff |
2004-08-16 |
Ferenc Wagner | The desktop process is not automatically restarted... |
tree | commitdiff |
2004-08-16 |
Francois Gouget | Add the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros. |
tree | commitdiff |
2004-08-14 |
Alexandre Julliard | WM_NEXTDLGCTL should not change the default button... |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-11 |
Francois Gouget | Define _WIN32_WINNT otherwise we are missing some defin... |
tree | commitdiff |
2004-08-09 |
Dmitry Timoshkov | Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with... |
tree | commitdiff |
2004-08-09 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-07-22 |
Henning Gerhardt | Minor fixes and updates to the German resource files. |
tree | commitdiff |
2004-07-20 |
Zach Gorman | Add test to demonstrate DrawText() with DT_CALCRECT... |
tree | commitdiff |
2004-07-16 |
Krishna Murthy | Added regression test for WM_NEXTDLGCTL and default... |
tree | commitdiff |
2004-07-14 |
Eric Frias | Fixed memory allocation bug. |
tree | commitdiff |
2004-07-14 |
Sami Aario | Added tests for registering a dialog box created by... |
tree | commitdiff |
2004-07-14 |
Alexandre Julliard | Allocate the dialog info in DIALOG_CreateIndirect if... |
tree | commitdiff |
2004-07-13 |
Alexandre Julliard | Allow specifying multiple graphics drivers and use... |
tree | commitdiff |
2004-07-12 |
Mike McCormack | Add a regression test for accelerators. |
tree | commitdiff |
2004-07-12 |
Mike McCormack | - Windows always strips the high bit (0x80) of the... |
tree | commitdiff |
2004-07-12 |
Mike McCormack | - CopyAcceleratorTable can cause a buffer overflow... |
tree | commitdiff |
2004-07-12 |
Mike McCormack | Stop PrivateExtractIcons from crashing given an invalid... |
tree | commitdiff |
2004-07-09 |
Dmitry Timoshkov | Add a test case for scroll APIs, fix a few bugs spotted... |
tree | commitdiff |
2004-06-30 |
Dmitry Timoshkov | Add more MDI message tests. |
tree | commitdiff |
2004-06-25 |
Dmitry Timoshkov | Add a test case for clipboard functionality and fix... |
tree | commitdiff |
2004-06-23 |
Dmitry Timoshkov | Add a prototype for MDI message tests. |
tree | commitdiff |
2004-06-18 |
Dmitry Timoshkov | Add tests for child activation by ShowWindow/SetWindowPos. |
tree | commitdiff |
2004-06-17 |
Dmitry Timoshkov | Make user/tests/win.c tests pass under Windows98. |
tree | commitdiff |
next |