2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
tree | commitdiff |
2002-06-20 |
Guy L. Albertelli | - Add routines to dump out tab items internally and... |
tree | commitdiff |
2002-06-20 |
Marcus Meissner | ITypelib::Invoke: Handle different length arguments... |
tree | commitdiff |
2002-06-20 |
Steven Edwards | Give the import libs a proper name. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Fixed make install target to work even when nothing... |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Unregister 16-bit dlls on module unload. |
tree | commitdiff |
2002-06-14 |
Mike McCormack | Implemented recursive RegDeleteKey in Win95 emulation. |
tree | commitdiff |
2002-06-14 |
Aric Stewart | Added GetCurrentHwProfileA. |
tree | commitdiff |
2002-06-14 |
Shachar Shemesh | Changed the country's name to "IL" to conform to common... |
tree | commitdiff |
2002-06-14 |
Guy L. Albertelli | Support images on the tabs of pages that are added... |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Removed install_libdir targets and centralized the... |
tree | commitdiff |
2002-06-14 |
Ove Kaaven | - support DirectInput 8 interfaces. |
tree | commitdiff |
2002-06-14 |
Marcus Meissner | Handle argsize for VT_DATE. |
tree | commitdiff |
2002-06-14 |
Mike McCormack | Partially implement NtOpenFile and NtReadFile. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Update the cursor for each window on receiving an X11... |
tree | commitdiff |
2002-06-14 |
Dmitry Timoshkov | Cosmetic fix. |
tree | commitdiff |
2002-06-14 |
Huw D M Davies | Added PatBlt support in enhanced metafiles. |
tree | commitdiff |
2002-06-13 |
Aric Stewart | Stub for StiCreateInstance. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy... |
tree | commitdiff |
2002-06-13 |
Dmitry Timoshkov | Fixed version info. |
tree | commitdiff |
2002-06-13 |
François Gouget | Fix handling of strings that do not finish with "||". |
tree | commitdiff |
2002-06-13 |
Mike McCormack | Added a few stubs. |
tree | commitdiff |
2002-06-13 |
Dmitry Timoshkov | Added Bulgarian NLS definitions (with the help of Anton... |
tree | commitdiff |
2002-06-13 |
François Gouget | Reset signals to SIG_DFL before starting a child process. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | For lines that contain a single field, the field is... |
tree | commitdiff |
2002-06-13 |
Aric Stewart | When processing the reg section we need to delete befor... |
tree | commitdiff |
2002-06-13 |
Mike McCormack | Added an empty implementation for UuidFromStringA/W. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Restored MakeCriticalSectionGlobal that got lost somewhere. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Don't try to open CDROM device if none was specified. |
tree | commitdiff |
2002-06-13 |
Ulrich Czekalla | Added support for CAL_ITWODIGITYEARMAX. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | struct _stat layout is different between crtdll and... |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Store print dlg structure in a property instead of... |
tree | commitdiff |
2002-06-13 |
Dmitry Timoshkov | Added stubs for capGetDriverDescription. |
tree | commitdiff |
2002-06-13 |
Ove Kaaven | Support DirectSound 8 interfaces. Split interface imple... |
tree | commitdiff |
2002-06-13 |
John K. Hohm | Completed implementation of comcat.dll, incl. Dll[Un... |
tree | commitdiff |
2002-06-13 |
Uwe Bonnes | Display the name of the started process in the desktop... |
tree | commitdiff |
2002-06-13 |
Guy L. Albertelli | - Correct page rectangle calculation. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Authors: Peter Hunnisett <peter@transgaming.com>, Ove... |
tree | commitdiff |
2002-06-10 |
David Hammerton | MapVirtualKey actually returns uppercase keys in Windows. |
tree | commitdiff |
2002-06-10 |
Huw D M Davies | Add more magic to find the start of the nametable. |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
tree | commitdiff |
2002-06-10 |
David D. Hagood | ADPCM nybble processing order was incorrect. |
tree | commitdiff |
2002-06-10 |
Paul Rupe | Faster performance in TEXT_Ellipsify for long strings. |
tree | commitdiff |
2002-06-10 |
Paul Rupe | Support for LVM_SUBITEMHITTEST; check for out-of-bounds... |
tree | commitdiff |
2002-06-10 |
Nix N. Nix | Added RunFileDlg with MRU list. |
tree | commitdiff |
2002-06-10 |
Won-kyu Park | Added Korean resources. |
tree | commitdiff |
2002-06-10 |
Sander van Leeuwen | - Save and restore current directory in GetFileDialog95W if |
tree | commitdiff |
2002-06-10 |
Marcus Meissner | Merged the two serializer and unserializer functions... |
tree | commitdiff |
2002-06-10 |
Marcus Meissner | Added some debugoutput functions for TYPEATTR, IDLDESC... |
tree | commitdiff |
2002-06-10 |
Sander van Leeuwen | Handle ascii & unicode drag and drop structures in... |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer... |
tree | commitdiff |
2002-06-10 |
Mike McCormack | - Partially implement LdrGetDllHandle. |
tree | commitdiff |
2002-06-05 |
Marcelo Welter | Added PCF_TOTALTIMEOUTS to comm properties. |
tree | commitdiff |
2002-06-05 |
Alexandre Julliard | Check access rights before renaming or deleting files... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Duplicated wsprintf implementation in shlwapi. |
tree | commitdiff |
2002-06-04 |
Marcus Meissner | Added marshalling of IUnknown. |
tree | commitdiff |
2002-06-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-06-04 |
Jason Edmeades | nitialDir handling and InitialFile handling now agrees... |
tree | commitdiff |
2002-06-04 |
Eric Pouech | Implemented a MP3 decoder (based on mpglib). |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Better encapsulation of the font and metafile objects. |
tree | commitdiff |
2002-06-04 |
Bill Medland | Fixed incorrect pointer-cast arithmetic. |
tree | commitdiff |
2002-06-04 |
Johan Gill | Added version info to 16-bit shell.dll. |
tree | commitdiff |
2002-06-04 |
Gerald Pfeifer | Warning fix. |
tree | commitdiff |
2002-06-04 |
Eric Pouech | Fixed another regression in PlaySound. |
tree | commitdiff |
2002-06-04 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Better separation of the palette functions. |
tree | commitdiff |
2002-06-02 |
Eric Pouech | Fixed DebugBreakProcess (now generates EXCEPTION_BREAKP... |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Removed CURSORICON_IconToCursor now that we support... |
tree | commitdiff |
2002-06-02 |
John K. Hohm | Complete ICatInformation implementation. |
tree | commitdiff |
2002-06-02 |
Sander van Leeuwen | Fixed wrong cast; MSDN says lpDropFileStruct->pFiles... |
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 | Avoid division by zero (thanks to David Ronis). |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
tree | commitdiff |
2002-05-31 |
Shachar Shemesh | Added Israeli Hebrew keyboard, and fixed a problem... |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
tree | commitdiff |
2002-05-30 |
Sander van Leeuwen | Match behaviour of ImageList_LoadImageA wrt cx paramete... |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Portability fixes. |
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 |
Bill Medland | Ensure that an out-of-process COM object is started... |
tree | commitdiff |
2002-05-29 |
Vincent Béron | Fixed some more missing \n in traces. |
tree | commitdiff |
2002-05-29 |
Sander van Leeuwen | - Check for valid part nr in STATUSBAR_GetTextLength. |
tree | commitdiff |
2002-05-29 |
Marcus Meissner | Dropped superflous Remote_CoGetClassObject() (entirely... |
tree | commitdiff |
2002-05-29 |
Eric Pouech | Some other synchronisation issues. |
tree | commitdiff |
2002-05-29 |
Alexandre Julliard | Fixed some alignment issues (based on a patch by Gregg... |
tree | commitdiff |
2002-05-29 |
Jakob Eriksson | Removed redundant checks and variables, fixed some... |
tree | commitdiff |
2002-05-29 |
Alexandre Julliard | Fixed some tests that were failing under Wine. |
tree | commitdiff |
2002-05-29 |
Guy L. Albertelli | - Fixed drawing of borders to that of native (uses... |
tree | commitdiff |
2002-05-29 |
Eric Pouech | Check for NULL ptr in midiStreamOut. |
tree | commitdiff |
2002-05-29 |
Mehmet Yasar | Added test for locale functions. |
tree | commitdiff |
2002-05-28 |
Alexandre Julliard | A few fixes in ExtSelectClipRgn metafile functions. |
tree | commitdiff |
2002-05-28 |
Johan Gill | Only enumerate DirectSound devices if the first sound... |
tree | commitdiff |
2002-05-28 |
Christian Costa | The SVGA block code was not accessible (AH and AL inver... |
tree | commitdiff |
2002-05-28 |
Vincent Béron | Fixed warnings. |
tree | commitdiff |
2002-05-28 |
Maciek Kaliszewski | Fixed memory allocation bug in PROPSHEET_CollectPageInfo. |
tree | commitdiff |
2002-05-28 |
Sander van Leeuwen | mixerGetControlDetailsW: translate strings for |
tree | commitdiff |
2002-05-28 |
Mike McCormack | Stub implementations of some functions. |
tree | commitdiff |
next |