2001-02-28 |
François Gouget | WINE_UNICODE_TEXT was incorrect.
|
commit | commitdiff | tree |
2001-02-16 |
François Gouget | Added DIB/pixmap synchronization for {Get,Set}Pixel.
|
commit | commitdiff | tree |
2001-02-16 |
François Gouget | TB_SETBUTTONSIZE messages must be taken into account...
|
commit | commitdiff | tree |
2001-02-14 |
François Gouget | Be smarter about the ellipsis in SPY_GetWndName.
|
commit | commitdiff | tree |
2001-02-14 |
François Gouget | Misc typos in comments.
|
commit | commitdiff | tree |
2001-02-14 |
François Gouget | ListView_GetItemRect already sets rc.left.
|
commit | commitdiff | tree |
2001-02-14 |
François Gouget | debugstr_xxx already does the quoting.
|
commit | commitdiff | tree |
2001-02-14 |
François Gouget | Change the callback declarations to a safer format.
|
commit | commitdiff | tree |
2001-02-13 |
François Gouget | CreateIcon must perform color depth conversion if the...
|
commit | commitdiff | tree |
2001-02-12 |
François Gouget | Handle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys...
|
commit | commitdiff | tree |
2001-02-12 |
François Gouget | Fix (rewrite), and add documentation to LISTVIEW_ProcessLett...
|
commit | commitdiff | tree |
2001-02-12 |
François Gouget | Make sure all files are terminated with a '\n'.
|
commit | commitdiff | tree |
2001-01-13 |
François Gouget | In STATUSBAR_GetTipText{a,W, always put a terminating...
|
commit | commitdiff | tree |
2001-01-11 |
François Gouget | Create the main_target in single-target mode.
|
commit | commitdiff | tree |
2001-01-10 |
François Gouget | Require that the user specify a work directory. This...
|
commit | commitdiff | tree |
2001-01-10 |
François Gouget | Only copy the dwSize bytes really occupied by lpPropSheetPage.
|
commit | commitdiff | tree |
2001-01-09 |
François Gouget | Test for NULL and LPSTR_TEXTCALLBACK before using lpColumn...
|
commit | commitdiff | tree |
2001-01-09 |
François Gouget | Move HDWP to winuser.h.
|
commit | commitdiff | tree |
2001-01-09 |
François Gouget | SERVICE_AddObject check for NULL handles in addition to
|
commit | commitdiff | tree |
2001-01-09 |
François Gouget | The last parameter of CreateFile should be 0 (aka NULL...
|
commit | commitdiff | tree |
2001-01-09 |
François Gouget | pty_handle is a HANDLE, not an int.
|
commit | commitdiff | tree |
2001-01-09 |
François Gouget | (configure) Look for the headers in $WINE_ROOT/include...
|
commit | commitdiff | tree |
2001-01-06 |
François Gouget | Modify the look of bitmap menu items to match Win95...
|
commit | commitdiff | tree |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches.
|
commit | commitdiff | tree |
2001-01-05 |
François Gouget | I triple checked but yes, CHOOSECOLOR.hInstance is...
|
commit | commitdiff | tree |
2001-01-05 |
François Gouget | We must cast the return value of GetProcAddress.
|
commit | commitdiff | tree |
2001-01-05 |
François Gouget | The WndProc function was missing the CALLBACK modifier.
|
commit | commitdiff | tree |
2001-01-05 |
François Gouget | The first 2 parameters of WinMain are HINSTANCEs, not...
|
commit | commitdiff | tree |
2001-01-04 |
François Gouget | Moved the function pointer types to their rightful...
|
commit | commitdiff | tree |
2001-01-03 |
François Gouget | Convert HDESK to STRICT.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT...
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Removed an '#ifdef STRICT'.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Moved HDROP to shellapi.h.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Should include cguid.h.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Added two error codes: E_DRAW and DATA_E_FORMATETC.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Replaced calls to OpenFile with the equivalent call to
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | The last parameter of CreateFile is a HANDLE and should...
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Fixed some 0 vs. FALSE mismatches.
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
|
commit | commitdiff | tree |
2001-01-02 |
François Gouget | Reordered the definitions according to their value.
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Compile the debugger with STRICT on.
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Added an ICOM_FN that generates either fn##xfn or sfn...
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Added a prototype for GetLogColorSpace.
|
commit | commitdiff | tree |
2000-12-29 |
François Gouget | Convert HCOLORSPACE to STRICT mode.
|
commit | commitdiff | tree |
2000-12-26 |
François Gouget | Declare all handles with DECLARE_OLD_HANDLE to ease...
|
commit | commitdiff | tree |
2000-12-24 |
François Gouget | Moved HRASCONN from windef.h.
|
commit | commitdiff | tree |
2000-12-24 |
François Gouget | Fixed a few type clashes in preparation for the switch...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | DUMMYSTRUCTNAME2 creates a conflict when using anonymous...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added CreateWindowStation.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Removed the 'extern "C" { ... }' statement. It is not...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Moved a misplaced 'extern "C" { ... }' statement.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added better support for Unicode:
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | _str{dec,inc}: Cast the parameters to the proper type...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Moved some of the STDMETHOD/STDAPI to winnt.h.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Removed some of the SECURITY_xxx types.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added SetUserObjectSecurity.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Moved some macros like NULL, FALSE to winnt.h
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Needs to include windef.h.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Added OleIsCurrentClipboard and OleSetClipboard.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Fixed the prototype of GetClassFile.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Changed the type of Function to PDWORD as on Windows.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Removed the declspec specifier.
|
commit | commitdiff | tree |
2000-12-13 |
François Gouget | Added mapi.h with the definitions needed by the MFC.
|
commit | commitdiff | tree |
1998-12-18 |
François Gouget | First step to make it possible to call COM interfaces...
|
commit | commitdiff | tree |
1998-10-28 |
François Gouget | Fixed some LPPOINT/LPSIZE mismatches and some missing...
|
commit | commitdiff | tree |