Add missing message to winerr_enu.mc.
[wine] / dlls /
2000-08-28  Dmitry TimoshkovAdd missing message to winerr_enu.mc.
2000-08-28  James AbbatielloIncrease number of supported args for WOW_CallProc32W16...
2000-08-28  James AbbatielloStub support for int2f/ax=1684/bx=0027 (VXDLDR).
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-26  Alexandre JulliardSimplified root key handling now that the server suppor...
2000-08-26  Alexandre JulliardFixed debugstr_as/us prototypes.
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-26  Andreas MohrReplaced cCurImage by cMaxImage.
2000-08-26  Andreas Mohr"Fixed" horribly misaligned pages in property sheets...
2000-08-26  Dmitry TimoshkovRegister Wine Postscript Driver as "WINEPS", "WINEPS...
2000-08-26  Andreas MohrDon't make DDEML mutexes global any more.
2000-08-26  Eric PouechImplemented most of '*Format*' API.
2000-08-25  Alexandre JulliardFixed Rtl* string functions for proper MBCS/codepage...
2000-08-25  Alexandre JulliardMoved TASK_Create call to KERNEL initialisation routine.
2000-08-25  Alexandre JulliardFixed a couple of WINAPI issues with 16-bit spec files...
2000-08-25  Peter Hunnisett- Implemented loading and initialization of service...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-25  Lionel UlmerFixed the displaying of the FOURCC codes in _dump_pixel...
2000-08-25  Eric PouechFixed recording format settings (16 bit was broken...
2000-08-25  Eric PouechImproved a bit the folder browsing implementation.
2000-08-25  Lionel UlmerChange pixel format for 24 BPP surfaces when the DDraw...
2000-08-23  Susan FarleyLarge caption icons should end in '...' when they are...
2000-08-23  Francois MethotFor the transparency issue, implemented a switch-case...
2000-08-23  Aric StewartWine was not drawing trackbars with minimum ranges...
2000-08-22  Francois Jacques- removed unnecessary recursion
2000-08-22  Marcus MeissnerFixed some warnings.
2000-08-22  James AbbatielloDon't crash when calling DirectDrawSurface::EnumAttache...
2000-08-22  James AbbatielloAllow FormatMessage to load Unicode string resources.
2000-08-21  Aric StewartBeginning of some simple optimization of the listview
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.
next