2003-09-27 |
Alexandre Julliard | Renamed comm.dll, display.dll, keyboard.dll and mouse... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Michael Stefaniuc | Due to a misplaced "}" memory wasn't freed on the error... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Michael Stefaniuc | Fix some memory leaks found by smatch. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Eric Pouech | Fix both a warning and some nasty crashes... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Mike McCormack | Remove references to HEAP_strdupAtoW. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Dimitrie O... | Remove obsolete status files for direct3D, directsound... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Dimitrie O... | Merge documentation/status/directplay into the code. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Dimitrie O... | Merge documentation/status/directdraw into the ddraw... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Dimitrie O... | Merge documentation/status/version into the version... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Dimitrie O... | Merge documentation/status/lzexpand into the lzexpand... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
José Manuel... | Added Spanish resources. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Robert Reif | Remove capture tests from dsound.c and place them in... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Robert Reif | Allow wave emulated capture while doing hardware accele... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Mike McCormack | Added AW defines to msi.h and msiquery.h. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Alexandre Julliard | Store the dll name for the export directory inside... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Alexandre Julliard | Avoid depending on MODULE_GetBinaryType in load_library... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Alexandre Julliard | The "Path" value of the "App Paths" entry should be... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Dimitrie O... | Remove the obsolete pascal16 (replaced by pascal -ret16). |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Michael Stefaniuc | Fixed missing wine_tsx11_unlock() on error path. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Alexandre Julliard | Moved WINE_MODREF definition to loader.c. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Robert Shearman | - A few cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Dimitrie O... | Merge the non-obsolete bits from wine.texinfo into... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Pavel Roskin | Fix checkboxes in the "Color dialog flags" dialogs... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
José Manuel... | Added Spanish resources. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Alexandre Julliard | Ignore __pthread_rwlock_unlock call if the pthread... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jon Griffiths | Various test fixes for XP/msvc. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Rolf Kalbermatter | Add some comments to functions and minor fixes. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Mike McCormack | Use unions instead of defines in async work requests. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Richard Cohen | - "wine-cvsdirs" should be "full-cvs". |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Robert Reif | Avoid divide by zero if the sound driver returns 0... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jason Edmeades | Add real support for VS1.1, ie make the relative addres... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jason Edmeades | The 'w' component is used more than just for the vertex... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Pavel Roskin | Call HeapAlloc() on entries before HeapReAlloc() to... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Pavel Roskin | Fix processing of the command line. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of includ... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Alexandre Julliard | Rewrote getenv and _wgetenv to avoid returning a pointe... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Pavel Roskin | Added configure check for spawnvp(). |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | More locale tests. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | Add LanguageGroup/GeoID enumeration fns. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | Added tests for cpp objects/RTTI. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | Documentation updates. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | Document BSTR functions, add SetOANoCache(). |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | MSVC warning fix. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Jon Griffiths | Portability fix. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Dimitrie O... | Small cleanups, remove references to authors.ent. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Alexandre Julliard | Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Juraj Hercek | Added SS_ENDELLIPSIS. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Dimitrie O... | Move authors to the wine-user.sgml. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Jon Griffiths | Not everyone has <unistd.h>, some files need <io.h... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Jon Griffiths | Added some needed config.h entries. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Jon Griffiths | A first stab at wcstod(). |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Jon Griffiths | Added StrFormatKBSizeA/W. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Felix Nawothnig | Added definitions for ListView_GetColumnWidth, ListView... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Rein Klazes | Fix MDISetMenu in the case it is called before a Window... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Mike McCormack | Fix more unicode/memory allocation errors. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Remove redundant sections from the guide: |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Alexandre Julliard | Small cleanup. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Vincent Béron | Yet another batch of French resources updates. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Fix logic problems with NETCON_connected. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Eric Pouech | Documentation updates. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Big update to the debug logging section. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Move the authors out of the sections. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike Hearn | Remove Managed option. Add DXGrab, DesktopDoubleBuffer... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Robert Reif | Volume and Pan driver requests need to return success... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Michal Janusz... | DEBUG_cmp_sym: micro optimization/cleanup. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Vincent Béron | Another batch of French resources updates. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Maxime Bellengé | Added LVKF_* defines. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Fixed a memory leak. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Change erroneous malloc to HeapAlloc. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Fix a bunch of unicode/memory allocation errors. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Vincent Béron | Fix strncpyWtoA to actually act as advertised (and... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Marcus Meissner | Print fixmes if we do not find a crypto providers for... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Rok Mandeljc | Rewritten cache code and fixed a bug that was in it. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Move Gerard's name to the author list. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Cleanup formatting a bit. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Cleanup the introduction a bit. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Remove a lot of obsolete information, misc cleanups. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Move Eric's name in the author list. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Small cleanups of the OpenGL section. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Trivial cleanups to the OLE section. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Remove obsolete info about the service thread. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Rewrite the i18n section. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Remove uglifying notes. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Small cleanups on how to send in patches. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Cleanup the documentation section. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Dimitrie O... | Cleanup the debugging section. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Michael Stefaniuc | Silence the FIXME produced by an install check of MVSOU... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Michael Stefaniuc | Silence the FIXME's produced by a check for a dos32... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Jukka Heinonen | When entering protected mode, V86 flag must be clear. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Eric Pouech | - win32 console's window cannot be larger than curses... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Always initialize send_message_info.flags. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Only ignore certain keyboard events if a XLookupString... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike McCormack | Fix errors in IExtractIcon detected by valgrind. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Mike Hearn | Removing the directory is almost always the wrong way... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Michael Günnewig | Adapted winecheck to use new environment variable syntax |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Steven Edwards | Porting fix. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Steven Edwards | Porting fix for Alpha. |
commit | commitdiff | tree | snapshot |
next |