2000-07-08 |
Chris Morgan | Fixed background redrawing when control is covered... |
tree | commitdiff |
2000-07-08 |
Marcus Meissner | Removed another bad assert and two no longer needed... |
tree | commitdiff |
2000-06-25 |
Marcus Meissner | Return "no debugger attached" in NtQueryInformationProc... |
tree | commitdiff |
2000-06-25 |
Eric Pouech | Fixed crash when lpTemplateName is gotten from MAKEINTR... |
tree | commitdiff |
2000-06-25 |
Marcus Meissner | Fixed two asserts in Blt(). |
tree | commitdiff |
2000-06-25 |
Gerald Pfeifer | Properly cast arguments to printf to match the intended... |
tree | commitdiff |
2000-06-25 |
Eric Pouech | Several fixes spotted by Corel (Jean-Claude Batista... |
tree | commitdiff |
2000-06-25 |
Mike McCormack | Add workarounds for null strings in TOOLBAR_InsertButto... |
tree | commitdiff |
2000-06-24 |
Eric Pouech | Cleaned up loading/init code in OSS. |
tree | commitdiff |
2000-06-24 |
Eric Pouech | A few missing console stubs. |
tree | commitdiff |
2000-06-24 |
Eric Pouech | Fixed animation loading for RLE encoding. |
tree | commitdiff |
2000-06-24 |
Juergen Schmied | - removed hack to find the right resource |
tree | commitdiff |
2000-06-24 |
Juergen Schmied | - fixed reported bugs |
tree | commitdiff |
2000-06-24 |
Andreas Mohr | CallProcEx32W should be named _CallProcEx32W. |
tree | commitdiff |
2000-06-24 |
Juergen Schmied | - many new Path* stubs |
tree | commitdiff |
2000-06-24 |
Ove Kaaven | Implemented the DirectSound HAL in winmm's wineoss... |
tree | commitdiff |
2000-06-24 |
Ove Kaaven | Implemented the DirectSound HAL mode for DMA primary... |
tree | commitdiff |
2000-06-24 |
Andreas Mohr | Implemented/stubbed IconSize() and ControlPanelInfo... |
tree | commitdiff |
2000-06-24 |
Gerald Pfeifer | Added missing #include <math.h>. |
tree | commitdiff |
2000-06-24 |
Marcus Meissner | Create xlib ddsurfaces with correct reference counts. |
tree | commitdiff |
2000-06-24 |
Alexandre Julliard | Split bidi16.c and network.c out of misc/ into their... |
tree | commitdiff |
2000-06-23 |
Andreas Mohr | Added more ordinals to KERNEL, GDI, USER and system... |
tree | commitdiff |
2000-06-23 |
Peter Ganten | _common_depth_to_pixelformat() returns -1 and not zero... |
tree | commitdiff |
2000-06-23 |
Dave Hawkes | Avoid gratuitously changing the ZORDER. |
tree | commitdiff |
2000-06-23 |
Marcus Meissner | Use correct bpp for the X side of the surface XImages. |
tree | commitdiff |
2000-06-23 |
Marcus Meissner | Dump FourCC correctly, print conversion messages, add... |
tree | commitdiff |
2000-06-23 |
Marcus Meissner | Restrict nTimeout to 0-32767, since it is a 16bit value... |
tree | commitdiff |
2000-06-23 |
Dave Hawkes | Exception handling for SIGFPE must always clear the... |
tree | commitdiff |
2000-06-23 |
Alexandre Julliard | Moved shared crtdll/ntdll functions into ntdll. |
tree | commitdiff |
2000-06-23 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
tree | commitdiff |
2000-06-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-06-23 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-23 |
Ove Kaaven | Restructure DirectSound. Remove dsound thread, use... |
tree | commitdiff |
2000-06-23 |
Francois Gouget | Merged DeviceCapabilities and DeviceCapabilitiesA. |
tree | commitdiff |
2000-06-23 |
Francois Gouget | Merged MCIWndCreate and MCIWndCreateA. |
tree | commitdiff |
2000-06-23 |
Huw D M Davies | CLSIDFromString apparently also accepts ProgIDs as... |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
tree | commitdiff |
2000-06-20 |
Noomen Hamza | OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL... |
tree | commitdiff |
2000-06-20 |
Gerald Pfeifer | Fixed format strings. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-20 |
Ove Kaaven | Fixed WHDR_DONE race condition. |
tree | commitdiff |
2000-06-20 |
Huw D M Davies | Implemented StrCatBuff. |
tree | commitdiff |
2000-06-20 |
Gerard Patel | Protect against programs creating parts with negative... |
tree | commitdiff |
2000-06-18 |
Stephane Lussier | - Fixed a memory corruption in safe arrays when using... |
tree | commitdiff |
2000-06-18 |
Francois Gouget | Added some missing prototypes. |
tree | commitdiff |
2000-06-18 |
James Hatheway | Created an initial Winsock 2 (ws2_32) DLL. Makes use... |
tree | commitdiff |
2000-06-18 |
Eric Pouech | Fixed port status query. |
tree | commitdiff |
2000-06-18 |
Noomen Hamza | WM_PAINT should be processed only by the TREEVIEW_Paint... |
tree | commitdiff |
2000-06-18 |
James Hatheway | Added a stub for CoCreateFreeThreadedMarshaler(). |
tree | commitdiff |
2000-06-16 |
Francois Jacques | Make IIDFromString point to CLSIDFromString. |
tree | commitdiff |
2000-06-16 |
Juergen Schmied | - better error check when importing functions via GetPr... |
tree | commitdiff |
2000-06-16 |
Juergen Schmied | - fixed null-pidl from _ILCreateControl |
tree | commitdiff |
2000-06-16 |
Francois Jacques | Keep an internal copy of the icon. |
tree | commitdiff |
2000-06-14 |
Gerard Patel | Set the base for the ordinals of olepro32 to 248. |
tree | commitdiff |
2000-06-14 |
<jimregan@litsu.ie> | Added difftime function. |
tree | commitdiff |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
tree | commitdiff |
2000-06-13 |
Bertho Stultiens | - Bugfix: Corrected "off by one" error in the linenumbe... |
tree | commitdiff |
2000-06-13 |
Alexandre Julliard | Use the Unicode string functions from wine/unicode... |
tree | commitdiff |
2000-06-13 |
Marcus Meissner | Added 24->32 packed pixel mapping support to convert. |
tree | commitdiff |
2000-06-12 |
Juergen Schmied | Implementation for PrivateExtractIcons, PrivateExtractI... |
tree | commitdiff |
2000-06-12 |
Juergen Schmied | - implemented Get/SetThreadLocale |
tree | commitdiff |
2000-06-12 |
Huw D M Davies | If printer only supports level 1 PostScript then compla... |
tree | commitdiff |
2000-06-12 |
Lionel Ulmer | replaced a DPRINTF by a TRACE |
tree | commitdiff |
2000-06-12 |
Lionel Ulmer | - moved the 'constructor' into a real DLL init function |
tree | commitdiff |
2000-06-12 |
Lionel Ulmer | New OpenGL thunk generation script. |
tree | commitdiff |
2000-06-12 |
Lionel Ulmer | Removed the Release in case of error as we do not AddRe... |
tree | commitdiff |
2000-06-12 |
Alexandre Julliard | Reimplemented Unicode case mapping in a slightly more... |
tree | commitdiff |
2000-06-11 |
Aric Stewart | We were not properly masking the item that was sent... |
tree | commitdiff |
2000-06-11 |
Ulrich Czekalla | HTTP protocol now supported, InternetCrackUrl fixed... |
tree | commitdiff |
2000-06-11 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-06-11 |
Huw D M Davies | Remove second import of winspool.drv. |
tree | commitdiff |
2000-06-11 |
Huw D M Davies | Terminate image data with a '>' [The PSLRM is rather... |
tree | commitdiff |
2000-06-11 |
James Abbatiello | Add a few more flags to those recognized when doing... |
tree | commitdiff |
2000-06-10 |
Alexandre Julliard | Rewrote codepage support to use the new codepage tables. |
tree | commitdiff |
2000-06-10 |
Ove Kaaven | Call TSXFlush after setting DGA palette, so it updates... |
tree | commitdiff |
2000-06-08 |
Dmitry Timoshkov | Implement NTDLL.towupper and NTDLL.towlower using alrea... |
tree | commitdiff |
2000-06-08 |
Aric Stewart | Windows must update the right edge (-1) of the last... |
tree | commitdiff |
2000-06-08 |
Aric Stewart | Properly handle InsertItem with an invalid HTREEITEM... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Added missing dependency. |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Merged mouse dll into USER. |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Simplified wrc flags handling. |
tree | commitdiff |
2000-06-07 |
Alexandre Julliard | Setup signal handling and exceptions only after REQ_INI... |
tree | commitdiff |
2000-06-07 |
Peter Hunnisett | - Small update to documentation |
tree | commitdiff |
2000-06-07 |
Uwe Bonnes | PathFindNextComponent: return pointer to NULL and not... |
tree | commitdiff |
2000-06-07 |
Aric Stewart | Added handling of TBSTYLE_AUTOSIZE. |
tree | commitdiff |
2000-06-07 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-07 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-06-07 |
Uwe Bonnes | TOOLBAR_DrawString: catch index== -1 (but not yet handled). |
tree | commitdiff |
2000-06-07 |
Noomen Hamza | The active page should be unchanged when removing an... |
tree | commitdiff |
2000-06-04 |
Ulrich Weigand | Updated support for Solaris/Sparc architecture. |
tree | commitdiff |
2000-06-04 |
Michael Cardenas | Corrected a potential crash. |
tree | commitdiff |
2000-06-04 |
Chris Morgan | Finished the implementation of LISTVIEW_SetColumnWidth... |
tree | commitdiff |
2000-06-04 |
Chris Morgan | Replaced calls to HEADER_Refresh with InvalidateRect. |
tree | commitdiff |
2000-06-04 |
Eric Kohl | Started support for menubar-like toolbars. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Fixed warning. |
tree | commitdiff |
2000-06-03 |
Eric Kohl | Updated to dll version 5.81 (IE 5.01). |
tree | commitdiff |
2000-06-03 |
Eric Kohl | Implemented TVM_GETITEMW. |
tree | commitdiff |
2000-06-03 |
Jason Mawdsley | Added support for typing the filename in the listview... |
tree | commitdiff |
2000-06-03 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
next |