2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Gerard Patel | Fixed returned length of files. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Dimitrie O... | Do not use a.out.h. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Alexandre Julliard | Cleaned up some more dependencies on Wine internal... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Alexandre Julliard | Added implementation of lstat to port.c. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Kees Schoenmakers | Added HASP device stub. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Lionel Ulmer | Fixed the size of the large_handles array. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Dimitrie O... | Fixed a few compilation warnings. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Andreas Mohr | WM_SETTEXT should return TRUE on success. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Andreas Mohr | VirtualQuery should return 0 for all addresses >= 0xc00... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Aric Stewart | Ownerdata listviews were not clearing previously select... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Aric Stewart | We were returning characters for various CTRL + Symbol... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Marcus Meissner | linux-2.4.0-test10 now calls 'flags' as 'features'. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Dmitry Timoshkov | Slightly rearrange WIN16/WIN32A/WIN32 window creation. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Dmitry Timoshkov | Made button control fully unicode aware. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Andreas Mohr | - fix crash in SETUPX_TranslateLDID() |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Andreas Mohr | Updated man page. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Alexandre Julliard | Made HEAP_strdup* functions inline (temporary). |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Alexandre Julliard | Moved EnumPortsA to dlls/winspool. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Dimitrie O... | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Set debugging option based on NO_TRACE_MSGS define... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Dimitrie O... | Test if we need to put the .type directive inside a... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Marcus Meissner | Truncate dest blit rectangle down to surface size. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Marcus Meissner | WARN() about missing /dev/sequencer, it's too confusing... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Andreas Mohr | Also mention xpm-devel in the error msg. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Andreas Mohr | Add FloatingPointProcessor empty entry to the registry. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Louis Philippe... | When processing mouse messages in MENU_TrackMenu, use... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Display the name of the function when import failed. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Fixed a few dependencies on 16-bit or internal function... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Fixed SEGPTR_GET usage. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Added entry for PrivateExtractIconsA. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Implemented DosFileHandleToWin32Handle, Win32HandleToDo... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Added entry for TerminateApp16. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Andreas Mohr | - added winver settings nt2k, win30 and win20 (yes... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Jon Griffiths | - configure tests for finite()/fpclass(), fixes BSD... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Andreas Mohr | Implemented TerminateApp needed for DBase 5.0. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Dmitry Timoshkov | General clean up of the edit control: removed transfer... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Francois Gouget | The init function can be called main. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Dmitry Timoshkov | GlobalAlloc as GlobalAlloc16 should round size to 32. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Alexandre Julliard | Moved UTSelectorOffsetToLinear and UTLinearToSelectorOf... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Alexandre Julliard | Removed dependency on 16-bit file I/O functions. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Chris Morgan | Don't draw scrollbars if their client rectangle is... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Marcus Meissner | Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Marcus Meissner | Removed strange checkj for !filename, so we don't get... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Hidenori Takeshima | Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Dimitrie O... | Corrected default values with help from Ulrich Czekalla. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Alexandre Julliard | Added entry point flags -noimport, -norelay, -ret64... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Dimitrie O... | Make sure all files using config.h constants actually... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Patrik Stridvall | Minor API files update. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Marcus Meissner | The __wine_call_from_16_ calls in the import table... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Hidenori Takeshima | Added checking for netdb.h. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Dimitrie O... | Do not compile code that makes use of the X Shm extension. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Alexandre Julliard | Moved GET_IP out of winnt.h. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Vasily I. Volchenko | Added Russian language support. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Hidenori Takeshima | Added checking for mmap. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Alexandre Julliard | Added a few missing languages. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Nerijus Baliunas | Added missing locales to locale_rc.rc. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ove Kaaven | Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Francois Jacques | - support for arguments with referenced types |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite(). |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Alexandre Julliard | Fixed GetLargestConsoleWindowSize return type for Winel... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Alexandre Julliard | Added a few forwards. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Alexandre Julliard | Fixed typos. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ove Kaaven | Implemented Get/SetDIBColorTable. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Nerijus Baliunas | Completed lvi.nls and lth.nls. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ove Kaaven | Check whether senderQ is NULL before trying to lock it. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Jon Griffiths | - Fix ctype(), make is* functions binary compatible |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Patrik Stridvall | Minor API files update. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Francois Gouget | Include the same headers as on Windows. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Francois Gouget | compobj.h is a synonym for objbase.h |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Eric Kohl | Added notification format handling. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ove Kaaven | Implemented Win16 behaviour of DDL_DRIVES in DlgDirList. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dmitry Timoshkov | Fixed ToUnicode TRACE message. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Jon Griffiths | - Add math calls: scalb, fpclass, nextafter, logb,... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Jon Griffiths | NTDLL__CIpow returns double, not LONG. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Stephane Lussier | - Read all the fragments available, not only one fragme... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dmitry Timoshkov | Add support for national characters as accelerators... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dmitry Timoshkov | Always generate unicode CHAR messages. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Alexandre Julliard | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Andreas Mohr | Cosmetics. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Andreas Mohr | Added GdiSeeGdiDo16. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Andreas Mohr | Removed double ANYSIZE_ARRAY define. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Francois Gouget | When autodetected the MFC were still generating wrappers. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dimitrie O... | Update comments, cleanup warning messages. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dimitrie O... | Include config.h in files that test for constants defin... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dimitrie O... | Avoid using TIOCM_* constants if not available. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dimitrie O... | Fixed typo in macro ICOM_METHOD11 parameter list. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Eric Kohl | Implemented PE file checksum calculation. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Eric Kohl | Removed calls to internal (non-exported) wine functions. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Aric Stewart | Added the turkish locale. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ulrich Czekalla | Allow for zero-length string selections. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ulrich Czekalla | Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Andreas Mohr | CompareStringW returned wrong results sometimes. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dimitrie O... | We no longer have an ole/nls directory. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Added some ordinal stubs, implemented SHDeleteValue... |
commit | commitdiff | tree | snapshot |
next |