2006-01-06 |
Michael Kaufmann | Static control: Support enhanced metafiles. |
tree | commitdiff |
2006-01-04 |
Rein Klazes | user32: Menu tracing improvements. |
tree | commitdiff |
2006-01-03 |
Rein Klazes | user32: Separate menu bitmaps and strings. |
tree | commitdiff |
2006-01-03 |
Francois Gouget | Assorted spelling fixes |
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 |
Aric Stewart | user: Make the edit control IME aware and implement... |
tree | commitdiff |
2005-12-19 |
Vitaliy Margolen | user: Fix LB_GETTEXT unmapping for A<->W. |
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 |
Alexandre Julliard | Take advantage of the __EXCEPT_PAGE_FAULT macro. |
tree | commitdiff |
2005-12-16 |
Alexandre Julliard | We no longer need to handle EXCEPTION_PRIV_INSTRUCTION... |
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-14 |
Aric Stewart | user: GetClipboardFormatNameA fix. |
tree | commitdiff |
2005-12-12 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2005-12-09 |
Vincent Béron | Add some missing includes which contain used prototypes. |
tree | commitdiff |
2005-12-05 |
Alexandre Julliard | user: Fixed copy/paste bug in CURSORICON_GetResIconEntry. |
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 |
Ge van Geldorp | Match PSDK STATUS_* definitions. |
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 |
Alexandre Julliard | Preserve 16-byte stack alignment in the various assembly |
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-21 |
Dmitry Timoshkov | Choose what window styles to dump (WS_GROUP/WS_TABSTOP vs. |
tree | commitdiff |
2005-11-21 |
Vitaliy Margolen | Replace inherit flag with object attributes in winstati... |
tree | commitdiff |
2005-11-18 |
Kieran Clancy | Fix vertical text alignment in static controls. |
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-15 |
Dmitry Timoshkov | Do not change focus if the being activated window is... |
tree | commitdiff |
2005-11-14 |
Alexandre Julliard | Added support for the QS_ALLPOSTMESSAGE flag. |
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-11 |
Dmitry Timoshkov | Convert some ERRs to WARNs in the DDE client code when... |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Add trailing '\n's to ok() and TRACE() calls. |
tree | commitdiff |
2005-11-09 |
Christian Costa | If a color bitmap is provided, store bitmap information... |
tree | commitdiff |
2005-11-09 |
Alexandre Julliard | Don't call SetWindowPos in ShowWindow if a parent windo... |
tree | commitdiff |
2005-11-09 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
tree | commitdiff |
2005-11-08 |
Rein Klazes | Re-enable SPI_{GET,SET}BORDER tests and fix the bugs... |
tree | commitdiff |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
tree | commitdiff |
2005-11-07 |
Rein Klazes | Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS... |
tree | commitdiff |
2005-11-07 |
Christian Costa | When creating black & white cursor icon, handle special... |
tree | commitdiff |
2005-11-03 |
Michael Kaufmann | Scroll bar: Keep the caret blinking during scroll opera... |
tree | commitdiff |
2005-11-01 |
Michael Kaufmann | ScrollWindowEx: Don't move the caret of child windows... |
tree | commitdiff |
2005-10-31 |
Alexandre Julliard | Default to the null driver instead of dying if the... |
tree | commitdiff |
2005-10-31 |
Dmitry Timoshkov | Add the tests for behaviour of [In]validateRect and... |
tree | commitdiff |
2005-10-30 |
Michael Kaufmann | Handle the left and right arrow keys. |
tree | commitdiff |
2005-10-28 |
Saulius Krasuckas | Don't pass CreateThread() with a NULL pointer to TID... |
tree | commitdiff |
2005-10-27 |
Dmitry Timoshkov | Add some missing USER definitions, add a couple of... |
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-21 |
Richard Cohen | Handle NULL string lparam when translating messages... |
tree | commitdiff |
2005-10-20 |
Vitaliy Margolen | Restore focus to the current control without selecting... |
tree | commitdiff |
2005-10-19 |
Vitaliy Margolen | Fix a number of tests failing on windows. |
tree | commitdiff |
2005-10-19 |
Markus Gömmel | Misplacement of checkboxes with empty label fixed. |
tree | commitdiff |
2005-10-19 |
Krzysztof Foltman | Fix CB_GETLBTEXT ANSI-Unicode calls when return value... |
tree | commitdiff |
2005-10-18 |
Vitaliy Margolen | Return 0 length line as 0 length line for EM_GETLINE. |
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-08 |
Alexandre Julliard | In DIALOG_FixChildrenOnChangeFocus make sure the button... |
tree | commitdiff |
2005-10-03 |
Vitaliy Margolen | Use GetSystemMetrics instead of hardcoding drag width... |
tree | commitdiff |
2005-10-03 |
Marcus Meissner | ReleaseCapture should return TRUE. |
tree | commitdiff |
2005-10-03 |
Stefan Leichter | Added stub for UnregisterDeviceNotification. |
tree | commitdiff |
2005-09-29 |
Jason Edmeades | Always return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWi... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
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 |
Alexander N. Sørnes | Added Norwegian translations. |
tree | commitdiff |
2005-09-26 |
Francois Gouget | Replace the 'if (!cond) ; else code' construct with... |
tree | commitdiff |
2005-09-26 |
Dmitry Timoshkov | Calling DdeUninitialize hangs DDE test on XP SP1, so... |
tree | commitdiff |
2005-09-25 |
Alexandre Julliard | Replace DPRINTF by TRACE in a few places. |
tree | commitdiff |
2005-09-25 |
Kimmo Myllyvirta | Update Finnish resources. |
tree | commitdiff |
2005-09-22 |
Alexandre Julliard | Removed unused debug channels. |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | We are no longer generating .spec.c files. |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | Generate 16-bit spec files as assembly code too. |
tree | commitdiff |
2005-09-21 |
Mike McCormack | Fix "empty body in an if/else-statement" warnings. |
tree | commitdiff |
2005-09-20 |
Alexandre Julliard | Added a magic number to the WDML_CONV structure to... |
tree | commitdiff |
2005-09-19 |
Milko Krachounov | Bulgarian resources for mpr, msi, user, commdlg, oleaut... |
tree | commitdiff |
2005-09-18 |
Kimmo Myllyvirta | If HKCU\Software\Wine does not yet exist, create it... |
tree | commitdiff |
2005-09-17 |
Robert Shearman | GetDesktopWindow can now potentially create a thread... |
tree | commitdiff |
2005-09-13 |
Alexandre Julliard | Timeout 0 means infinite wait for SendMessageTimeout. |
tree | commitdiff |
next |