2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Mike McCormack | Partial implementation of RtlDosPathNameToNtPathName_U. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Patrik Stridvall | Made tests compile on Windows. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Marcus Meissner | Also silence IShellLinkA_fnSetShowCmd. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Huw Davies | Implemented Escapes *_PATH and POSTSCRIPT_IGNORE. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Huw Davies | Client side render fonts for XServers without the Rende... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Alexandre Julliard | Added ReleaseDC function to the USER driver interface. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | We need to compare the world transforms (at least the... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Fix PSDRV_DrawArc to work properly with logical coords. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Instead of trying to download the Type 42 glpyh metrics... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | We can't cache the unscaled font's hfont, since the... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alexandre Julliard | Make sure widl doesn't depend on the headers it has... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alexandre Julliard | Updated dependencies. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Zero out the returned LINETRANSLATECAPS structure. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Mike McCormack | Send a CDN_FILEOK in FILEDLG95_OnOpenMultipleFiles. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Ulrich Czekalla | - Add support for multiple image lists. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Aric Stewart | Fixed a bug with combo boxes where only 1 items was... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alexandre Julliard | Fixed sign problem in GetWindowWord/Long check for... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Add IStream and IStorage interface entries. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Francois Gouget | Cap the reported physical memory to 2GB to prevent... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Dmitry Timoshkov | Maintain lower cased file names in the Wine config... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Use iso8859-15 on European keyboards. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Aric Stewart | Work with the correct subkey with loading keys. Not... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Mike McCormack | Fix a few GDI memory leaks. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Mike McCormack | Add stubs and declarations for WSAInstallServiceClassA/W. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Add a counter to keep track of the number of outstandin... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Check the return value of ImageList_GetImageInfo before... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Huw Davies | Reduce the maximum length of debug strings to 80 charac... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Marcus Meissner | Do not define MZ_SUPPORTED if we do not have sys/vm86... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Marcus Meissner | Only include curses headers if we are using curses... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alberto Massari | ITypeInfo::Invoke now is able to invoke a function... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alexandre Julliard | Fixed data copying in msvcrt_argvtos (spotted by bill... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alexandre Julliard | Moved rpc.h inclusion in widl-generated file so that... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Eric Pouech | Fixed several bugs in: |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Shachar Shemesh | - Added support for CF_ENABLETEMPLATEHANDLE. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Alberto Massari | Added stubs for IsHostInProxyBypassList and GetUrlCache... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Eric Pouech | Actually exit loop on '\0' while printing a string. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Ove Kaaven | Wrote a Wine-compatible wtypes.idl, and generated wtype... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Jukka Heinonen | Move simple interrupt handlers to winedos. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Marcus Meissner | Silence IShellLink::SetShowCmd for the case we support. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Tony Lambregts | Update Reporting Bugs section to reflect current state... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Gerald Pfeifer | ucontext.h check requires signal.h. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Alberto Massari | The already implemented function swscanf was missing... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Marcus Meissner | Do not link against -lcups directly, but dynamically... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Robert Shearman | First of tests for the Rtl* string manipulation functions. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Robert Shearman | Implemented RtlUnicodeStringToInteger. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Vincent Béron | Add multimedia.sgml to standalone wine-devel guide... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Vincent Béron | Correctly identify a RedHat distribution. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Dustin Navea | Rearranged code to make it more readable. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Dustin Navea | Corrected code spacing for readability. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Dustin Navea | Change first usage of the Word Linux into a link to... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Dustin Navea | Add the wine-devel list and myself to the entities... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Jason Edmeades | - Fix bug in multitexturing introduced during dummy... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Alberto Massari | Implemented body of HGLOBALStreamImpl::Clone. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Alberto Massari | Added HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Ove Kaaven | Support for enums, arrays, encapsulated unions, signed... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Dimitrie O... | Remove parts that have been moved already in the Develo... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Ryan Cumming | Add test for DeleteFileA with empty paths. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Patrik Stridvall | Updated the generated tests. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Patrik Stridvall | Added tests for a few new DLLs. |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Alexandre Julliard | Fixed sparc check. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Tony Lambregts | Make the instructions of how to install sgml easier... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Marcus Meissner | Added partial implementation of ITypeInfo::GetDllEntry(). |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Lionel Ulmer | Proper logging of DDSCAPS / DDSCAPS2 structures. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Eric Pouech | Implemented a Wine-only scheme for interprocess WinHelp... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Rolf Kalbermatter | Fix some NULL dereferencing. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Robert 'Admiral... | Fixed bit 2 value and set bit 1 too. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Alexandre Julliard | Removed winetest. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Marko Kreen | Clip bottom coordinates. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Dimitrie O... | Rewrite make_ctests and runtest in shell. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Jukka Heinonen | Move all int31 functions to winedos. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Patrik Stridvall | - API files update. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Marcus Meissner | Add case for non sparc / non i386 SYSDEPS_CallOnStack. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Marcus Meissner | Implemented OleLoadPictureEx. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Marcus Meissner | Silence one FIXME(). Implement ITypeInfo::GetDocumentat... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Eric Pouech | Now properly unloading multimedia drivers when winmm... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Dmitry Timoshkov | Fix copy/paste bug. Make MessageBox without an icon... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Eric Pouech | Fixed loading HCW 4.0 files without phrase image compre... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Patrik Stridvall | - Added #include <sys/types.h> where needed for FreeBSD. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Shachar Shemesh | - Changed all numeric resources in ChooseFont to labels... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Pierre Beyssac | Avoid FreeBSD compatibility issues with dbreg structure. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Ove Kaaven | Moved IMalloc definition from obj_base.h to obj_misc.h. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Juraj Hercek | Added WINELIB_NAME_AW for LPCCINFO. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Juraj Hercek | Fixed bug in context registers, added HANDLER_DEF and... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Marcus Meissner | Only enable VM86 mode if we have the <sys/vm86.h> inclu... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Marcus Meissner | New structures: RASIPADDR, RASDEVINFO, RASENTRY. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Alberto Massari | The object returned by IEnumFORMATETC::Clone should... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Alberto Massari | Avoid crashing when releasing an NdrCStdStubBuffer... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Ryan Cumming | - Silence annoying "Empty path passed" error. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Ryan Cumming | Remove OLE_GetFormatA, reimplement GetDateFormatA and... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Marcus Meissner | Draft implementation of DispCallFunc. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Alexandre Julliard | Disable address space limit check on non-i386 platforms. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Dimitrie O... | Do not draw the text of the item being edited. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Eric Frias | Added quotes to assembly language output. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Juraj Hercek | Implemented SYSDEPS_CallOnStack for sparcs. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Juraj Hercek | Bug fixes related to sparc 4-byte boundary alignment. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Dimitrie O... | Fix the 'jumping selection' bug (#1108). |
commit | commitdiff | tree | snapshot |
next |