2002-06-04 |
Eric Pouech | Fixed another regression in PlaySound. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Warren Turkal | More stream definitions. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Steven Edwards | Porting fixes. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Alexandre Julliard | Better separation of the palette functions. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Fixed DebugBreakProcess (now generates EXCEPTION_BREAKP... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Added ability to turn on/off debug channels. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Alexandre Julliard | Removed CURSORICON_IconToCursor now that we support... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
John K. Hohm | Complete ICatInformation implementation. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Mike McCormack | Declare NtCreateFile(), NtOpenFile() and NtReadFile(). |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Sander van... | Fixed wrong cast; MSDN says lpDropFileStruct->pFiles... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Andriy Palamarchuk | Corrected installation of the wine applications, fixed... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Steven Edwards | Portability fix. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Implementation for console control events (includes... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Fixed some selection bugs. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Really enter the debugger when DebugBreak(Process)... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Added ctrl-c support. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Eric Pouech | Better too long lines detection, added del key support... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Vincent Béron | - Made sure const LP were actually const in dinput.h. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Vincent Béron | Show in which file the function is actually implemented... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Alexandre Julliard | Removed obsolete README. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Alexandre Julliard | Added fallback read() for missing/failing mmap(). |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Alexandre Julliard | Avoid division by zero (thanks to David Ronis). |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Alexandre Julliard | Fixed next_user_handle to also work on deleted handles. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Andriy Palamarchuk | Use native libc functions instead of msvcrt ones. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Shachar Shemesh | Added Israeli Hebrew keyboard, and fixed a problem... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Sander van... | Match behaviour of ImageList_LoadImageA wrt cx paramete... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Gerald Pfeifer | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Steven Edwards | Fixes for building on mingw. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Tony Lambregts | Removed -managed option. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Alexandre Julliard | Portability fixes. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Vincent Béron | - Fixed GetSystemTimeAdjustment prototype and added... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Alexandre Julliard | Replaced swprintf by wsprintfW. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Bill Medland | Ensure that an out-of-process COM object is started... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Vincent Béron | Fixed some more missing \n in traces. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Sander van... | - Check for valid part nr in STATUSBAR_GetTextLength. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Marcus Meissner | Dropped superflous Remote_CoGetClassObject() (entirely... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Eric Pouech | Some other synchronisation issues. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Alexandre Julliard | Fixed some alignment issues (based on a patch by Gregg... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Alexandre Julliard | Fixed buffer handling of some locale functions (based... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Jakob Eriksson | Removed redundant checks and variables, fixed some... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Alexandre Julliard | Fixed some tests that were failing under Wine. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Alexandre Julliard | Moved WORDS_BIGENDIAN macros to basetsd.h. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Gregg Mattinson | Replaced 0 by -1 to indicate free entry in |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Gregg Mattinson | Fixed the LARGE_INTEGER and ULARGE_INTEGER unions for... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Guy L. Albertelli | - Fixed drawing of borders to that of native (uses... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Eric Pouech | Check for NULL ptr in midiStreamOut. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Mehmet Yasar | Added test for locale functions. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Eric Pouech | Added the ability to add local configuration to winewra... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Alexandre Julliard | A few fixes in ExtSelectClipRgn metafile functions. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Andreas Mohr | Fixed a memory leak in find_child_from_point(). |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Johan Gill | Only enumerate DirectSound devices if the first sound... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Christian Costa | The SVGA block code was not accessible (AH and AL inver... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Vincent Béron | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Maciek Kaliszewski | Fixed memory allocation bug in PROPSHEET_CollectPageInfo. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Sander van... | mixerGetControlDetailsW: translate strings for |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Warren Turkal | Added structures and some constants for stream handling. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Mike McCormack | Stub implementations of some functions. |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Jason Edmeades | Silence fixme in unnecessary situation, add missing... |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Andreas Mohr | - Add some undocumented ioctl mappings. |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Eric Pouech | Fixed cont/pass mismatch. |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Eric Pouech | Hacked unicode printing feature (x /u). |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Alexandre Julliard | Fixed process startup synchronization broken by previou... |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Alexandre Julliard | Fixed typo in iswalpha forward. |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Alexandre Julliard | Only add extra symbols if they are not already exported... |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Eric Pouech | Fixed wine exec file location after startup modifications. |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Andreas Mohr | - Use Win98 SE values for WIN98 setting. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Alexandre Julliard | No longer need a special LDCOMBINE for cygwin/mingw. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
James Juran | Add missing \n to output messages. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Lionel Ulmer | Support querying of number of visuals without reporting... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Vincent Béron | Partial implementation of VerifyVersionInfo{A,W}. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Replaced -dosver and -winver options by config file... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Restored the library file intermediate step for symlink... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Restored managed mode config file option. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Dustin Navea | Support for KDE3. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Dustin Navea | Added creation of c:/windows/fonts and |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Francois Gouget | Improve the failure messages. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Run make clean in all directories, even the ones we... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Removed some unnecessary imports. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Alexandre Julliard | Fixed etags rule. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Dimitrie O... | Remove the --managed option, and make wine use the... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Andreas Mohr | Removed obsolete email address. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Francois Gouget | Make the tests compile with Visual C++. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Francois Gouget | Include winerror.h if in Winelib mode. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Alexandre Julliard | Avoid 0-byte files. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Alexandre Julliard | Added check for ln. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Eric Pouech | Created an ACM MS ADPCM codec. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Patrik Stridvall | API files update. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Eric Pouech | Fixed hang in PlaySound in error cases; added registry... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Francois Gouget | Add mswsock.h, move relevant definitions to this header. |
commit | commitdiff | tree | snapshot |
next |