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 |
2000-11-25 |
Ove Kaaven | Implemented SendNotifyMessage(). |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Andreas Mohr | Made wineinstall a bit more verbose. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ove Kaaven | WinG was written for 8bpp DIBs, so some apps assume... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | GetPixel needs to return CLR_INVALID if not inside... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Added OLE32.DllRegisterServer stub. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Ove Kaaven | Routed a couple of 16-bit avifile.dll handlers to the... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Added pow() forward. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Don't test !HIWORD values for pointerness. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Dimitrie O... | Fixed compilation warning on Cygwin. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | MultiByteToWideChar() returns characters, not bytes. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Francois Jacques | Implemented VT_EMPTY to VT_BSTR type coercion. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Added prototypes for Ole{G,S}etAutoConvert, LHashValOfN... |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Handle %ls same as %s. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Marcus Meissner | Added stub for DCIOpenProvider. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Alexandre Julliard | Avoid linking with ntdll where possible. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Alexandre Julliard | Removed calls to Wine internal functions. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Alexandre Julliard | Replaced HEAP_strdup* and lstrcpynAtoW calls by exporte... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Dmitry Timoshkov | Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Francois Gouget | Allow the user to stick the option and its argument... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Jon Griffiths | - Complete the implementation of heap functions |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Dmitry Timoshkov | Prepare switching to unicode of builtin widgets. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
James Hatheway | Increase number of parameters possible for ICOM_* macro... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Dmitry Timoshkov | Skip directories when loading debug symbols. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Eric Pouech | Improved internal module handling (module now have... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Dmitry Timoshkov | Remove redundant includes. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Eric Kohl | Use internal unicode strings. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Eric Kohl | New unicode support functions. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Dimitrie O... | Include config.h. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Marcus Meissner | Simplified reg handling in CoGetClassObject, do not... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Marcus Meissner | RegSetValueEx16 might get passed 0 as count of databyte... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Francois Gouget | Match the Windows header dependencies. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Francois Gouget | SM_ARRANGE is ARW_HIDE, i.e. 8 |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Francois Gouget | Distinguish between IMPORTS and LIBRARIES. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Marcus Meissner | Added some rpcrt4 stubs. |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Jeremy White | Allow desktop=N in the [x11drv] section of .winerc... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Temp hack: do not import dlls that we link with at... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Fixed copy/paste typo spotted by Dimitrie O. Paun. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guy L. Albertelli | Implement dragging on gripper to expand and compress... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Mike McCormack | - created server object for handling async i/o |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Export the CallFrom16xxx functions from kernel32. Renam... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Do not warn for unused imported dlls when forwards... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Don't include wine internal functions in the relay... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Do a strip --strip-unneeded on the .tmp.o file to reduc... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Alexandre Julliard | Replaced a few internal functions by exported ones. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ove Kaaven | Unix98 pthread_rwlock* stubs for glibc2.2 compatibility. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Marcus Meissner | Since we can no longer built .a files: |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Francois Gouget | Fixed the detection of the link flags for NetBSD/Cygwin... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ove Kaaven | When a Win16 app sets a selector base to low DOS memory... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ove Kaaven | Use the virtual real-mode interrupt table if low DOS... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Ove Kaaven | Reorganized DOS memory remapping slightly, so that... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Alexandre Julliard | Start using import tables for dlls that can already... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Alexandre Julliard | Raise an exception for unimplemented 16-bit entry point... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Alexandre Julliard | The debugger "Auto" registry value should be a string. |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Andreas Mohr | Implemented the Desktop=XXXxYYY setting in the [x11drv... |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Eric Pouech | Make use of Windows structure for COFF info. |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Hidenori Takeshima | Fix for APIs that don't have any ordinal (ordinal=@). |
commit | commitdiff | tree | snapshot |
2000-11-12 |
Stefan Leichter | Made WINSPOOL_GetPrinterDriver work again. |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Joerg Mayer | Get rid of some warnings about unused variables, signed... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Nerijus Baliunas | Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp286... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Andreas Mohr | Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowPro... |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Eric Pouech | Added another detection of strength-reduce bug in GCC. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Build most programs as .so files. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Added Makeprog.rules.in containing rules for building... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Dimitrie O... | Use variable argument macros when compiling with gcc. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Jeremy White | Make winelauncher smarter about finding the Wine librar... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | Use DUMMYxxxNAME for anonymous struct/unions. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | Added missing pointer types: Pxxx or LPxxx |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | Added some STN_xxx macros. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | HICON and HCURSOR should be interchangeable. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | Added LPUDACCEL and HDF_RTLREADING. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | Convert include statements of not-found files to lower... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Francois Gouget | Document the --lower-include options. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Repaired relay debugging. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | We do not need to set SOVERSION for dlls. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Build test programs as .so files. Added missing imports. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Added support for loading a Winelib app linked as a... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Don't link libwine_unicode into all dlls. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Alexandre Julliard | Fixed language handling. Removed some dependencies... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Andreas Mohr | Added an explanation for the directory symlink stuff. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Stefan Leichter | Corrected used registry key. |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Huw D M Davies | Initialize nSocketFD to INVALID_SOCKET. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Alexandre Julliard | Added some missing imports. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Alexandre Julliard | Added support in winebuild for resolving function impor... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Alexandre Julliard | Added __wine_get_main_args to retrieve command-line... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Alexandre Julliard | Don't strip the library extension if it's not ".dll". |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Alexandre Julliard | Fixed NetBSD dll check. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Eric Kohl | Added header control cursors and drag list arrow icon. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Dmitry Timoshkov | Added Russian resources to the Postscript driver. |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Dmitry Timoshkov | Make a copy of the dialog resource before correcting... |
commit | commitdiff | tree | snapshot |
next |