2002-07-10 |
Admiral Coeyman | Added support for FPU emulation interrupts. |
tree | commitdiff |
2002-07-10 |
Jon Griffiths | Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven... |
tree | commitdiff |
2002-07-08 |
Gregg Mattinson | Fixed V_DECIMAL macro to reflect where the decVal membe... |
tree | commitdiff |
2002-07-05 |
Gregg Mattinson | - Forte C does not support nameless structures or unions |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Tried to make IsDialogMessageW more compatible. Changed |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Removed extra , from last element in enum declarations. |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Removed extra ; from end of ICOM_METHOD macros. |
tree | commitdiff |
2002-07-02 |
Juergen Schmied | - changed STRRET definition |
tree | commitdiff |
2002-07-01 |
Alexandre Julliard | Added configure check for getpwuid. |
tree | commitdiff |
2002-07-01 |
Andreas Mohr | Implemented set cursor shape functionality. |
tree | commitdiff |
2002-06-28 |
Alexandre Julliard | Added some ALSA configure checks. |
tree | commitdiff |
2002-06-28 |
Gregg Mattinson | Removed C++ style comments. |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP... |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Fixed endianness #ifdefs (spotted by Jason Edmeades). |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
tree | commitdiff |
2002-06-24 |
Ulrich Czekalla | Added temp fix for world transform bug in SetWindowOrgE... |
tree | commitdiff |
2002-06-24 |
Steven Edwards | Added check for pwd.h. |
tree | commitdiff |
2002-06-22 |
Huw D M Davies | - Implement AddFontResource*, add stubs for RemoveFontR... |
tree | commitdiff |
2002-06-22 |
Alexandre Julliard | Added printf format checking to the ok() and trace... |
tree | commitdiff |
2002-06-21 |
Gregg Mattinson | Moved all #includes to the top so that __stdcall is... |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
tree | commitdiff |
2002-06-20 |
Sander van Leeuwen | 'class' is a reserved word (C++). |
tree | commitdiff |
2002-06-14 |
Aric Stewart | Added GetCurrentHwProfileA. |
tree | commitdiff |
2002-06-14 |
Ove Kaaven | - support DirectInput 8 interfaces. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Update the cursor for each window on receiving an X11... |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Store the current cursor in the thread queue instead... |
tree | commitdiff |
2002-06-13 |
Ove Kaaven | Support DirectSound 8 interfaces. Split interface imple... |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Duplicated wsprintf implementation in shlwapi. |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Better encapsulation of the font and metafile objects. |
tree | commitdiff |
2002-06-04 |
Warren Turkal | More stream definitions. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Better separation of the palette functions. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Removed CURSORICON_IconToCursor now that we support... |
tree | commitdiff |
2002-06-02 |
Mike McCormack | Declare NtCreateFile(), NtOpenFile() and NtReadFile(). |
tree | commitdiff |
2002-06-02 |
Eric Pouech | Implementation for console control events (includes... |
tree | commitdiff |
2002-06-02 |
Vincent Béron | - Made sure const LP were actually const in dinput.h. |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Renamed handle_t to obj_handle_t to avoid conflict... |
tree | commitdiff |
2002-05-30 |
Vincent Béron | - Fixed GetSystemTimeAdjustment prototype and added... |
tree | commitdiff |
2002-05-29 |
Alexandre Julliard | Replaced swprintf by wsprintfW. |
tree | commitdiff |
2002-05-29 |
Alexandre Julliard | Moved WORDS_BIGENDIAN macros to basetsd.h. |
tree | commitdiff |
2002-05-29 |
Gregg Mattinson | Fixed the LARGE_INTEGER and ULARGE_INTEGER unions for... |
tree | commitdiff |
2002-05-28 |
Christian Costa | The SVGA block code was not accessible (AH and AL inver... |
tree | commitdiff |
2002-05-28 |
Warren Turkal | Added structures and some constants for stream handling. |
tree | commitdiff |
2002-05-28 |
Mike McCormack | Stub implementations of some functions. |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
tree | commitdiff |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
tree | commitdiff |
2002-05-24 |
Vincent Béron | Partial implementation of VerifyVersionInfo{A,W}. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Restored managed mode config file option. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
tree | commitdiff |
2002-05-23 |
Dimitrie O. Paun | Remove the --managed option, and make wine use the... |
tree | commitdiff |
2002-05-23 |
Francois Gouget | Include winerror.h if in Winelib mode. |
tree | commitdiff |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
tree | commitdiff |
2002-05-22 |
Francois Gouget | Add mswsock.h, move relevant definitions to this header. |
tree | commitdiff |
2002-05-21 |
Francois Gouget | Test for IStream_IMETHODS before defining APIs that... |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Added configure check for the soname of libraries that... |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
tree | commitdiff |
2002-05-19 |
Alexandre Julliard | Export the debug API as functions instead of pointers. |
tree | commitdiff |
2002-05-19 |
John K. Hohm | More comcat.dll implementation, swprintf fix, winerror... |
tree | commitdiff |
2002-05-19 |
Vincent Béron | Correct implementation of VerSetConditionMask. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
tree | commitdiff |
2002-05-16 |
Philip Brown | Need to undef NOERROR for Solaris. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2002-05-14 |
Vincent Béron | Better implementation of GetCalendarInfo{A,W}, not... |
tree | commitdiff |
2002-05-11 |
John K. Hohm | Fixed typos; added standard CATID_'s. |
tree | commitdiff |
2002-05-11 |
Eric Pouech | Fixed FlushInstructionCache prototype. |
tree | commitdiff |
2002-05-10 |
Steven Edwards | Detect snprintf && _snprintf, use _snprintf on stupid... |
tree | commitdiff |
2002-05-10 |
Alexandre Julliard | Added some #ifdefs HAVE_X11_XLIB_H where appropriate. |
tree | commitdiff |
2002-05-09 |
John K. Hohm | Added definitions for the Component Categories Manager. |
tree | commitdiff |
2002-05-09 |
Juergen Schmied | Types and partial implementation for NtQueryVolumeInfor... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added mkinstalldirs to create directories more portably. |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added ExtSelectClipRgn to the DC interface and implemen... |
tree | commitdiff |
2002-05-07 |
Jukka Heinonen | Added support for DPMI RawModeSwitch. |
tree | commitdiff |
2002-05-07 |
Alexandre Julliard | Added check for sys/sysctl.h. |
tree | commitdiff |
2002-05-06 |
David Hammerton | Added implementation of GetWindowInfo. |
tree | commitdiff |
2002-05-05 |
Steven Edwards | Check for and use chsize instead of ftruncate if present. |
tree | commitdiff |
2002-05-05 |
Alexandre Julliard | Removed more code at Hidenori's request. |
tree | commitdiff |
2002-05-04 |
Patrik Stridvall | MS C related changes. |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Cleaned up some inter-dll dependencies in palette manag... |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Removed some direct accesses to the DC structure. |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Commented out removed headers. |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Removed a bunch of multimedia code at Hidenori's request. |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Rewrote some headers from scratch to avoid EULA/patent... |
tree | commitdiff |
2002-05-01 |
Rizsanyi Zsolt | Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi... |
tree | commitdiff |
2002-05-01 |
Laurent Pinchart | Implementation of IOCTL_SCSI_PASS_THROUGH and |
tree | commitdiff |
2002-05-01 |
Alexandre Julliard | Attempt at fixing MAX_PATH issues for mingw. |
tree | commitdiff |
2002-05-01 |
Johan Gill | DirectSoundEnumerateA() now passes a GUID to the callba... |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Microsoft C related changes. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | FreeBSD compile fix. |
tree | commitdiff |
next |