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 |
2005-07-11 |
Robert Shearman | The units passed into LB_SETTABSTOPS are dialog units... |
tree | commitdiff |
2005-07-11 |
Mike McCormack | Replace CURSORICON_CreateFromResource by CreateIconFrom... |
tree | commitdiff |
2005-07-11 |
Mike McCormack | Remove unused function args. |
tree | commitdiff |
2005-07-10 |
Felix Nawothnig | Fix a typo. |
tree | commitdiff |
2005-07-08 |
Alexandre Julliard | Put in place the basic infrastructure to allow supporti... |
tree | commitdiff |
2005-07-08 |
Dmitry Timoshkov | Add DDE transaction test, make it pass under Wine. |
tree | commitdiff |
2005-07-08 |
Frank Richter | Always zero destination buffer in SYSPARAMS_LoadRaw... |
tree | commitdiff |
2005-07-07 |
Alexandre Julliard | Moved initialization of the desktop window in the graph... |
tree | commitdiff |
2005-07-07 |
Alexandre Julliard | Removed creation of the no longer used shading brush. |
tree | commitdiff |
2005-07-07 |
Frank Richter | Add support for proper saving of the "FLATMENU" and... |
tree | commitdiff |
2005-07-07 |
Frank Richter | Wine has now a Marlett font, hence the window buttons... |
tree | commitdiff |
2005-07-07 |
Alexandre Julliard | Delay creation of the internal pos atom until needed. |
tree | commitdiff |
2005-07-07 |
Dmitry Timoshkov | Add a MsgWaitForMultipleObjects test. |
tree | commitdiff |
2005-07-07 |
Dmitry Timoshkov | Make IsWindowUnicode work in the case when window belon... |
tree | commitdiff |
2005-07-07 |
Felix Nawothnig | Update TODO list. |
tree | commitdiff |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-06 |
Rein Klazes | - when sending the WM_DRAWITEM message in case of a... |
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-06 |
Felix Nawothnig | Clear buffer before querying the registry in SYSPARAMS_... |
tree | commitdiff |
2005-07-06 |
Mike McCormack | -Wpointer-sign fixes for gcc 4.0. |
tree | commitdiff |
2005-07-05 |
Vitaliy Margolen | Fix some failing tests. |
tree | commitdiff |
2005-07-05 |
Detlef Riekenberg | LoadImageW: Fix type of TRACE parameter. |
tree | commitdiff |
2005-07-05 |
Frank Richter | Add support for drawing menus in "flat" style. |
tree | commitdiff |
2005-07-05 |
Dmitry Timoshkov | Add a test case for IsWindowUnicode. |
tree | commitdiff |
2005-07-05 |
Frank Richter | Add support for SPI_[SG]ETFLATMENU in SystemParametersI... |
tree | commitdiff |
2005-07-03 |
Mike McCormack | Avoid warnings in generated tests by casting sizeof... |
tree | commitdiff |
2005-07-01 |
Andreas Mohr | HCONV and HCONVLIST are 32bit handles. |
tree | commitdiff |
2005-07-01 |
Robert Shearman | GetDlgItemText should always try to NULL terminate... |
tree | commitdiff |
next |