Add support for environment variables in the printer settings.
[wine] / dlls /
2001-10-22  Francois GougetAdd support for environment variables in the printer...
2001-10-22  David ElliottImplemented the wcstoul function.
2001-10-21  Andreas MohrCosmetics.
2001-10-21  Guy L. Albertelli- Add stubs for _25, _33, _35
2001-10-21  Guy L. Albertelli- Implement HUSKEY design.
2001-10-21  Guy L. Albertelli- Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
2001-10-21  Alexandre JulliardAvoid crashing on non-initialized debug info.
2001-10-21  Andrew LewyckyXFree86 4.1 gamma ramp support.
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-18  Alexandre JulliardMake dinput a properly separated dll.
2001-10-18  Alexandre JulliardUse WH_MOUSE_LL hook instead of redirecting the mouse...
2001-10-18  Alexandre JulliardFixed GetDeviceState and GetDeviceData to use only...
2001-10-17  Johan GillRelay tracing would crash if it came upon a function...
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-10-15  Kai MorichInternalExtractIcon16 forgot to close file handle.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-14  Hidenori TakeshimaStarted implementing AVI splitter.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
2001-10-14  Ove KaavenFixed bugs in safe arrays.
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-09  Stefan LeichterFixed parameters of SetupOpenInfFileA.
2001-10-08  Hidenori TakeshimaStarted Implementing Video Renderer.
2001-10-08  Alexandre JulliardRenamed USER_Init into UserClientDllInitialize.
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-10-08  Francois GougetFix the SOCKADDR_IPX declaration.
2001-10-08  Francois Gouget_beginthread: Don't store the trampoline on the stack.
2001-10-08  Malte StarostikCreateURLMoniker takes a LPCWSTR, not a LPWSTR.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-10-05  Gerard PatelFix sign extension problem in map_wparam_WtoA.
2001-10-05  Huw D M DaviesRemove some unnecessary AddRef's.
2001-10-04  Nikolas ZimmermannSkip port number before calling gethostbyname.
2001-10-04  Ove KaavenThe DISPPARAMS parameter array is a reverse-order array.
2001-10-04  Ove KaavenImplement coercion to VT_UNKNOWN from VT_DISPATCH.
2001-10-04  Ove KaavenITypeInfo::Invoke should also search inherited interfac...
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-10-03  Ove KaavenDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
2001-10-03  Huw D M DaviesLooks like the SLTG_ImplInfo struct isn't a fixed size.
2001-10-02  Bill MedlandAllow two connections by not releasing the wrapped...
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-10-02  Alexandre JulliardRemoved unnecessary includes/definitions.
2001-10-02  Ilya KonstantinovAdded a _NET_WM_NAME(UTF8_STRING) property to every...
2001-10-02  Andreas MohrMake OaBuildVersion() return the highest version value...
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-10-02  Huw D M DaviesLong nameless args in SLTG apparently get denoted by...
2001-10-02  Guy AlbertelliImplemented dummy stub for SHChangeNotifyUpdateEntryLis...
2001-10-01  Hidenori TakeshimaImplemented CLSID_AudioRender.
2001-10-01  Ove KaavenImplemented DispGetParam.
2001-10-01  Andreas MohrFix/document SHLWAPI ordinals 217 and 218.
2001-10-01  Andreas MohrAdded stub for WSApSetPostRoutine.
2001-10-01  Eric PouechShould initialize COM before calling it.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-26  Francois GougetRenamed W_OK to MSVCRT_W_OK.
2001-09-25  Hidenori TakeshimaMerged some C sources.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  David HammertonFixed typos.
2001-09-21  Guy AlbertelliImplement initial version of SHAddToRecentDocs.
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
2001-09-21  Ove KaavenVariants and safe arrays is now able to copy BSTR swith...
2001-09-21  Ove KaavenRegister typelib marshaling for OLE Automation-compatib...
2001-09-20  Alexandre JulliardFixed a couple of bugs in _except_handler3.
2001-09-20  Andreas MohrAdded stub for GdiInit2().
2001-09-20  Guy L. AlbertelliGet more entry points from Comctl32 and save the addresses.
2001-09-20  Aric StewartThe behavior for wsprintfA is different that for wsprin...
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-20  Guy AlbertelliImplement most of the MRU related functions.
2001-09-19  Hidenori TakeshimaImplemented ISeekingPassThru.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-09-19  Guy AlbertelliFix problem comparing pidls and return correct code.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-19  Andreas MohrRename "SystemTime" to "t" (this is *not* SYSTEMTIME...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-17  Ove KaavenLots of rpcrt4.dll stubs.
2001-09-17  Mike McCormackIgnore negative widths in HEADER_SetItemBounds.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-09-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-17  Francois GougetImplemented _mbsupr.
2001-09-14  Hidenori TakeshimaAdded stubs for mapi32, msimg32, sti and url.
2001-09-14  Dmitry TimoshkovDo not hold the GDI lock while 16-bit ExtDeviceMode...
2001-09-14  Francois GougetFix recv prototype for WSARecvEx.
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
next