2000-03-08 |
Simen Zamecnik | Added Slovak language support. |
tree | commitdiff |
2000-03-08 |
Junichi Kuchinishi | Added some Japanese resources. |
tree | commitdiff |
2000-03-08 |
Abey George | Implemented OLE clipboard functionality for Embed Sourc... |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-08 |
Lawson Whitney | Corrected value for DAYS_IN_ONE_YEAR. |
tree | commitdiff |
2000-03-08 |
Alexandre Julliard | Cleaned up CRTDLL__unlink. |
tree | commitdiff |
2000-03-08 |
Alexandre Julliard | Removed PDB32_DEBUGGED flag and send all debug events... |
tree | commitdiff |
2000-03-07 |
Alexandre Julliard | Added DbgBreakPoint. Fixed exception record contents... |
tree | commitdiff |
2000-03-07 |
Rein Klazes | Add a message and fix error code if __ws_getservbyname... |
tree | commitdiff |
2000-03-07 |
Ulrich Czekalla | Check for existence if MMIO_EXIST is passed to MMIO_Open. |
tree | commitdiff |
2000-03-07 |
Jeff Tranter | The pathname was stored in a string of size 100, which... |
tree | commitdiff |
2000-03-05 |
Alexandre Julliard | Added support for creating extra symlinks for .so files... |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll... |
tree | commitdiff |
2000-03-04 |
Ove Kaaven | WSACleanup should set last error to WSANOTINITIALISED... |
tree | commitdiff |
2000-03-04 |
Marcus Meissner | CoLoadLibrary gets UNICODE, not ASCII strings. (spotted... |
tree | commitdiff |
2000-03-04 |
Dan Scott | Fixed typos in _alldiv() and _allmul(). |
tree | commitdiff |
2000-03-04 |
Pierre Mageau | OleRegGetUserType did query wrong registry key. |
tree | commitdiff |
2000-03-04 |
Alexandre Julliard | Vahid Pourlotfali |
tree | commitdiff |
2000-03-04 |
Rein Klazes | Made WINSOCK_setsockopt handle option SO_DONTLINGER... |
tree | commitdiff |
2000-02-29 |
Alexandre Julliard | Renamed libwin32s to use the proper dll name (libw32skrnl). |
tree | commitdiff |
2000-02-29 |
Niels Kristian Bec... | Removed superfluous #include statements for header... |
tree | commitdiff |
2000-02-29 |
Serge Ivanov | Make updown control work. UpDown control always sends... |
tree | commitdiff |
2000-02-29 |
Pascal Lessard | Implemented the behavior of sending WM_CONTEXTMENU... |
tree | commitdiff |
2000-02-29 |
Alexandre Julliard | Murali Pattathe |
tree | commitdiff |
2000-02-29 |
Patrik Stridvall | Moved some stubs and added forwards in order to make... |
tree | commitdiff |
2000-02-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-02-27 |
Alexandre Julliard | oleaut32 should not import functions from olepro32. |
tree | commitdiff |
2000-02-27 |
Pierre Mageau | Don't display the context menu on a double click. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fixed definition of the RtlMemory functions. Use macros... |
tree | commitdiff |
2000-02-26 |
Hidenori Takeshima | ArrangeCtrlPositions: fix for user-defined template... |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | ErrorInfo functions need to be in ole32, not oleaut32. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | More portable CRTDLL_iswctype. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Moved file functions to shlfileop.c |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fix for OpenIcon. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Stub PathIsDirectory. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fixes for ShellExecuteEx. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Basic implementation of shell notifications. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Added icon no 4 (open folder). |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Added stubs for {Create,Get,Set}ErrorInfo. |
tree | commitdiff |
2000-02-26 |
Abey George | Return an error instead of a success code in OleCreate... |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Don Kelly |
tree | commitdiff |
2000-02-26 |
Jim Aston | This reverts Matts patch. The messaging needs double... |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Made winmm a separate shared library. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-26 |
Eric Pouech | Moved hardware related handling to dlls/winmm/joystick... |
tree | commitdiff |
2000-02-25 |
Alexandre Julliard | Added import of olepro32. |
tree | commitdiff |
2000-02-25 |
Ulrich Czekalla | This patch initializes the return buffer used in GetPri... |
tree | commitdiff |
2000-02-25 |
Dmitry Timoshkov | Do not overwrite the valid ObjectAttributes->RootDirectory. |
tree | commitdiff |
2000-02-25 |
Hidenori Takeshima | Fix for toolbar button size. |
tree | commitdiff |
2000-02-25 |
James Abbatiello | Misc. fixes for compiler warnings. |
tree | commitdiff |
2000-02-25 |
Pierre Mageau | Implementation of OleConvert routines. |
tree | commitdiff |
2000-02-25 |
Patrik Stridvall | Made some local functions static. |
tree | commitdiff |
2000-02-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-02-25 |
James Abbatiello | Better thread safety for WarpPointer hack. |
tree | commitdiff |
2000-02-25 |
Juergen Schmied | Added AddAccessAllowedAce. |
tree | commitdiff |
2000-02-25 |
Juergen Schmied | For unicode: give the selected filename back. |
tree | commitdiff |
2000-02-25 |
Serge Ivanov | In Windows, if PropertySheet can't create some page... |
tree | commitdiff |
2000-02-25 |
Marcus Meissner | We define PathISURLA, so use it. |
tree | commitdiff |
2000-02-25 |
Serge Ivanov | In function IMAGELIST_InternalDrawMask we have to mask... |
tree | commitdiff |
2000-02-25 |
Juergen Schmied | Fixed handling of filedlg flags. |
tree | commitdiff |
2000-02-20 |
Andreas Mohr | - stub for OLE32.MkParseDisplayName |
tree | commitdiff |
2000-02-20 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2000-02-20 |
Marcus Meissner | Made the buffer list in the directsound object thread... |
tree | commitdiff |
2000-02-20 |
Gerard Patel | Avoid too much refreshing when changing the drive in... |
tree | commitdiff |
2000-02-20 |
Alexandre Julliard | Corel merge: |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - activated use of templates |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Started with shell-clipboard handling (context menu... |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Removed ItemIDListList, reorganisation, more formats. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - implemented rename, copy and delete file |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Better context menus. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - new files related to context menu and drag drop file... |
tree | commitdiff |
2000-02-20 |
Alexandre Julliard | Stephane Lussier |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Started implementation of shell notifications. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | New file (SHFileOperation). |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | Fixes. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - new internal interface for item manipulation (cut... |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | New aPidl handling functions. |
tree | commitdiff |
2000-02-20 |
Alexandre Julliard | Avoid crash on NULL data pointer. |
tree | commitdiff |
2000-02-20 |
Andreas Mohr | Added stub for RtlAssert(). |
tree | commitdiff |
2000-02-20 |
Eric Pouech | Got rid of PROFILE_ functions, now accessing Wine confi... |
tree | commitdiff |
2000-02-18 |
Owen Wang | Set the type of VarBstrFromDate to dwFlags, instead... |
tree | commitdiff |
2000-02-18 |
Alexandre Julliard | Changed the loading of typelib files to use a memory... |
tree | commitdiff |
2000-02-18 |
Eric Pouech | Fixed prototype for OleTranslateColor. |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-14 |
Juergen Schmied | Added stub for CoResumeClassObjects. |
tree | commitdiff |
2000-02-14 |
Ove Kaaven | ioctlsocket() now returns success if the app sets nonbl... |
tree | commitdiff |
2000-02-14 |
Gerald Pfeifer | Fixed FreeBSD compile. |
tree | commitdiff |
2000-02-14 |
Eric Pouech | - fixed crash on mci channel tracing |
tree | commitdiff |
2000-02-13 |
Alexandre Julliard | Removed check for class existence. |
tree | commitdiff |
2000-02-13 |
Alexandre Julliard | Removed superfluous GlobalFindAtom calls. |
tree | commitdiff |
2000-02-13 |
David Howells | Implemented isw*() wctype.h functions. |
tree | commitdiff |
2000-02-13 |
Alex Priem | Fixed off-by-one error. |
tree | commitdiff |
2000-02-10 |
Oleg Korda | Added Russian translation. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Owen Wang | Make CLSIDFromString return a CLSID of zeros instead... |
tree | commitdiff |
2000-02-07 |
Gerald Pfeifer | Fixed unconditional use of JOYDEV. |
tree | commitdiff |
next |