Call WriteOutProfiles16 to make sure that last profile gets written.
[wine] / dlls /
2000-08-21  Uwe BonnesCall WriteOutProfiles16 to make sure that last profile...
2000-08-21  Gerard PatelDisable the owner of a modal dialog box just before...
2000-08-20  Kai MorichFixed bug in repeatedly iconisation, code cleanup.
2000-08-20  Chris MorganImplemented DuplicateIcon().
2000-08-20  Chris MorganRemoved direct calls to TREEVIEW_Refresh().
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-18  Marcus MeissnerFixed STATUS_GetTextW in regard to NULL pointers.
2000-08-18  Ed SnowClean out the hack on BASS/TREBLE and suppress them...
2000-08-18  Chris Morgan- Added a helper function TOOLBAR_GetText() and macro...
2000-08-18  Gerard PatelTurns the handling to pure 16 bits, remove references...
2000-08-18  Albert den HaanRemove unused critical section global variable PRINT32_...
2000-08-18  Gerard PatelAvoids changing 2 levels when clicking .. in the direct...
2000-08-18  Chris MorganStubbed SetConsoleInputExeNameA/W.
2000-08-18  Gerard PatelWM_GETFONT should return a real font handle instead...
2000-08-16  Niclas Karlsson... Implemented ACS_CENTER for animation controls.
2000-08-16  Francois MethotImplemented background transparency on animation contro...
2000-08-16  Louis Philippe GagnonWhile dragging, catch keyboard messages between WM_KEYF...
2000-08-16  Peter GantenIf a module cannot be found in LoadLibraryEx32W16,...
2000-08-16  Marcus MeissnerMissed the first character of every argument in Command...
2000-08-16  Gerard PatelAdd an error message if devmode structure in registry...
2000-08-14  Gerard PatelFix return value to 16 bits for 16 bit hook; remove...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Niclas Karlsson... LPSTR_TEXTCALLBACK wouldn't work if the application...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-11  Aric StewartFixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Alexandre JulliardMoved NM_UPDOWN definition to commctrl.h.
2000-08-11  Dmitry TimoshkovInitialize lpstrInitialDir to really bogus value to...
2000-08-11  Ove KaavenImplemented fopen() append mode, and a really cheesy...
2000-08-11  Dmitry Timoshkov1. Make buffer for message large enough to hold very...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-09  James Hatheway- Avoid null-pointer exceptions by testing listnodes...
2000-08-09  Huw D M DaviesFix some remaining problems with tooltips.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-08  Aric StewartReworked how selections are kept track of in the list...
2000-08-08  Louis Philippe GagnonWhen unsubclassing tools, use toolPtr->hwnd instead...
2000-08-07  Andreas MohrPrevent endless looping in linebreak handling.
2000-08-07  Marcus MeissnerIf we are looking for an existing pixmap format, we...
2000-08-07  Peter GantenLoadLibraryEx32W16 should use the search algorithm...
2000-08-07  Andreas MohrVIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
2000-08-07  Marcus MeissnerFixed CharNextW.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-06  Alexandre JulliardLink USER resources into libuser.so.
2000-08-06  Chris MorganConverted all calls to RedrawWindow to InvalidateRect...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Patrik StridvallFixed issues found by winapi_check.
2000-08-04  Patrik StridvallFixed some warnings.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-08-03  Huw D M DaviesRedo the show/hide logic and add a comment to explain...
2000-08-03  Alexandre JulliardChanged the AFM metrics structure to use an array inste...
2000-08-03  John R. SheetsAdded "Mime-Version" to standard MIME headers parsed in
2000-08-03  Juergen SchmiedImplemented the ErrorInfo interfaces.
2000-08-03  Alexandre JulliardAdded explicit dependency on message files for people...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardFixed IShellLinkA/W definitions.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-08-03  Alexandre JulliardFixed IsEqualGUID definition.
2000-08-03  Aric Stewart- Fixed bug where InitSubItem was doing a ZeroMemory...
2000-08-03  Marcus MeissnerOne of the 24/32 convert color masks was wrong.
2000-08-03  Marcus MeissnerGetPropA/W have string args.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-08-02  Marcus MeissnerPE_MESSAGE_HEADER.Length contains the header itself...
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-08-01  Alexandre JulliardSerge Ivanov
2000-08-01  Matthew LakeFixed a segfault problem using the standard file open...
2000-08-01  Susan FarleyMore consistent calculation of line height, scrolls...
2000-08-01  Aric StewartFixed a few bugs including one with setting extended...
2000-08-01  Aric StewartImplemented InternetCheckConnectionA.
2000-08-01  Marcus MeissnerFixed 2 forward entries.
2000-08-01  Marcus MeissnerRemoved some flicker by detecting if we set the same...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-31  Dave PicklesAdded text for all messages included in win95 and winNT.
2000-07-31  Marcus MeissnerAdded { } around stuff in ADD_TO_T macros.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-29  Marcus MeissnerAdded CreateTypeLib,LHashValOfNameSys stubs.
2000-07-29  Marcus MeissnerImplemented SmoothScrollWindow.
2000-07-29  Marcus MeissnerGet rid of USER32 functions in KERNEL32.
2000-07-29  Uwe BonnesWe always have strerror, so no need to ifdef HAVE_STRERROR.
2000-07-29  Marcus MeissnerImplemented OleGetAutoConvert.
2000-07-29  Marcus MeissnerNo longer crash when running with DirectDraw with a...
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-28  Dmitry TimoshkovAdded stub for OLE32.OleSetAutoConvert needed by Adobe...
2000-07-28  Huw D M DaviesAdd Connection Point support to OLE font objects.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-26  Alexandre JulliardAdded a few empty source files so that each dll has...
next