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 |
2005-09-12 |
Alexandre Julliard | Fixed a few more pointer to integer typecast issues... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | SendMessageTimeout takes a DWORD_PTR not a DWORD. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Make the non-client message handling functions return... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Use MAKEINTRESOURCE instead of casts where appropriate. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Avoid truncating the item data to 32 bits in LB_SETITEM... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed a number of pointer to integer conversions that... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed some more traces to use the right printf format... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Use Get/SetWindowLongPtr when accessing pointers in... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Use Get/SetClassLongPtr to access the module handle. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | The item user data has to be a ULONG_PTR. |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed some traces to use the right printf format and... |
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-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
tree | commitdiff |
2005-09-09 |
Francois Gouget | If given the EWX_FORCE flag, ExitWindowsEx() should... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-09-07 |
Alexandre Julliard | Don't fallback to LoadMenu16 when the window is created... |
tree | commitdiff |
2005-09-07 |
Alexandre Julliard | Only access 16-bit stack if really necessary. |
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-22 |
Mike McCormack | Fix magic item handling and warnings. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix some gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Jacek Caban | Fix RegisterWindowMessage declaration and improve debug... |
tree | commitdiff |
2005-08-19 |
Frank Richter | Fix wrong structure size check in GetScrollBarInfo(). |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Make sure a cursor is always returned if one exists. |
tree | commitdiff |
2005-08-18 |
Mike McCormack | Fix uninitialized variable warnings emitted by gcc... |
tree | commitdiff |
2005-08-16 |
Frank Richter | Change CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in |
tree | commitdiff |
2005-08-15 |
Vincent Béron | Change some TRACEing formats to make more sense. |
tree | commitdiff |
2005-08-11 |
Alexandre Julliard | Set remove to TRUE in accept_hardware_message for messa... |
tree | commitdiff |
2005-08-10 |
Francois Gouget | Define DCX_USESTYLE if it is not defined already. Fixes the |
tree | commitdiff |
2005-08-10 |
Alexandre Julliard | Use the proper WOW functions everywhere instead of... |
tree | commitdiff |
2005-08-10 |
Alexandre Julliard | Make sure we don't call the graphics driver after proce... |
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-03 |
Alexandre Julliard | Call the USER driver directly to check for X events... |
tree | commitdiff |
2005-08-02 |
Lauri Tulmin | Add tests for repainting windows with CS_PARENTDC class... |
tree | commitdiff |
2005-08-01 |
Alexandre Julliard | Added commented out stubs for a bunch of new functions. |
tree | commitdiff |
2005-07-29 |
Dmitry Timoshkov | - Add an ownerdrawn listbox test, which confirms that... |
tree | commitdiff |
2005-07-26 |
Phil Krylov | Translate the whole wparam to/from Unicode. |
tree | commitdiff |
2005-07-25 |
Dmitry Timoshkov | Take into account CS_NOCLOSE window class style and... |
tree | commitdiff |
2005-07-22 |
Alexandre Julliard | Store the SysIP property using a string to avoid troubl... |
tree | commitdiff |
2005-07-22 |
Alexandre Julliard | Fixed get_window_properties to correctly specify the... |
tree | commitdiff |
2005-07-20 |
Alexandre Julliard | Get rid of cursoricon.h. |
tree | commitdiff |
2005-07-19 |
Alexandre Julliard | Save the scope window for mouse events before overwriti... |
tree | commitdiff |
2005-07-19 |
Alexandre Julliard | Initialize the various menu global variables on demand... |
tree | commitdiff |
2005-07-18 |
Robert Shearman | Replace calls to DIALOG_GetCharSize with code to do... |
tree | commitdiff |
2005-07-18 |
Alexandre Julliard | Load the USER driver on demand instead of at user32... |
tree | commitdiff |
2005-07-18 |
Alexandre Julliard | Fixed a few prototypes in the USER driver. |
tree | commitdiff |
2005-07-18 |
Alexandre Julliard | Load system metrics on demand instead of initializing... |
tree | commitdiff |
2005-07-18 |
Felix Nawothnig | Add stub for SetLayeredWindowAttributes. |
tree | commitdiff |
2005-07-18 |
Paul Vriens | Don't run tests on platforms that don't support WindowS... |
tree | commitdiff |
2005-07-15 |
Alexandre Julliard | Added a bunch of utility functions to factor out a... |
tree | commitdiff |
2005-07-15 |
Frank Richter | Add support for drawing gradient captions. |
tree | commitdiff |
2005-07-12 |
Mike McCormack | Clean up CURSORICON_Load. |
tree | commitdiff |
2005-07-12 |
Mike McCormack | Remove CURSORICON_SimulateLoadingFromResourceW. |
tree | commitdiff |
2005-07-12 |
Mike McCormack | Modify CURSORICON_FindBestIcon/Cursor to use enumerator... |
tree | commitdiff |
2005-07-12 |
Robert Shearman | Call SetLastError on errors. |
tree | commitdiff |
2005-07-12 |
Robert Shearman | - Support right-aligned text in TabbedTextOut. |
tree | commitdiff |
2005-07-12 |
Robert Shearman | - Implement LB_SETLOCALE. |
tree | commitdiff |
next |