Remove optimization in NC_HandleNCActivate.
[wine] / dlls /
2001-05-31  Malte StarostikImplemented some very basic functionality.
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-05-31  Ian PilcherFixed font metric rounding error.
2001-05-31  Francois GougetTOOLBAR_InsertButtonA: If iString==-1 then don't use...
2001-05-31  Francois Gougetfclose should return EOF (-1) if an error condition...
2001-05-31  Francois GougetCall FreeEnvironmentStrings when msvcrt is unloaded.
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-05-31  Francois GougetFix the VarXxxFromCy conversions.
2001-05-31  Jason McMullanMore accurate stub of DDRAW:GetFourCCCodes.
2001-05-29  Ian PilcherBuild AFM data for core PostScript fonts into WINEPS.
2001-05-29  Huw D M DaviesAttempt to write fragments and check whether we can...
2001-05-29  Marcus MeissnerFirst try at implementing PathGetCharType().
2001-05-29  Ian PilcherUse macros for FreeType includes.
2001-05-25  Gerard PatelImplemented DTM_GET/SETRANGE.
2001-05-24  Dmitry TimoshkovRemove kernel32 dependency on user32 by implementing...
2001-05-24  Andreas MohrSpelling fixes.
2001-05-24  Andreas MohrGet rid of GetCurrentTime16().
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2001-05-24  Andreas Mohr- add stubs SHLWAPI_294, UrlApplySchemeW
2001-05-24  Andreas MohrVcpQueueDelete() does not have a LPEXPANDVTBL parameter.
2001-05-24  Ian PilcherAdded AvgCharWidth member to font metrics.
2001-05-24  Ian PilcherUpdated PostScript glyph name data.
2001-05-22  Eric PouechMimic more closely Windows' behavior (a MSACM driver...
2001-05-22  Eric PouechMade midi mapper more robust.
2001-05-22  Eric PouechNow loading the default setting for low level drivers...
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-22  Dmitry TimoshkovSmall clean up.
2001-05-22  Eric PouechCorrectly generate the environment global variables.
2001-05-21  Eric PouechSome French translations.
2001-05-21  Eric PouechFixed open requests in case of error (if the physical...
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-18  Francois GougetSpelling typos.
2001-05-18  Marcus MeissnerFixed compile if we do not have the xf86vidmode extension.
2001-05-18  Marcus MeissnerThe shell special folder path creation did not mkdir...
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
2001-05-18  Marcus MeissnerUse older cupsGetPrinters() API so we support CUPS...
2001-05-18  James JuranMake sure we set dwOSVersionInfoSize before calling...
2001-05-16  Marcus MeissnerAdopted to new threaded displays.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-16  Ian PilcherDisable /etc/printcap parsing if no PPD file specified.
2001-05-16  Ian PilcherGuesstimate Windows font metrics for Type 1 fonts.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-11  Ian PilcherEliminate __compar_fn_t.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Bang Jun-YoungOn NetBSD if_type is defined as a macro in /usr/include...
2001-05-09  Bang Jun-YoungDo not use internal exception codes defined by Wine...
2001-05-09  Duane ClarkAdd tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-09  Ian PilcherUnicode encodings for PostScript fonts.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-05-08  Marcus MeissnerPS passthrough was sending 2 bytes too many.
2001-05-07  Ian PilcherMake PSDRV_Escape(GETPHYSPAGESIZE) return physical...
2001-05-07  Ian PilcherFixed rounding error in page size calculation.
2001-05-07  Duane ClarkSwap portrait/landscape icon when button clicked.
2001-05-07  Marcus MeissnerSanity check for Makedll.rules.in -> Makedll.rules...
2001-05-07  Chris MorganFix duplicate directories being concatenated to buffer in
2001-05-07  Bang Jun-YoungCall OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
2001-05-07  Bang Jun-YoungInclude missing errno.h.
2001-05-07  Marcus MeissnerDrop flags during font enumeration for font chooser...
2001-05-07  Marcus MeissnerChanged some ptr into str.
2001-05-07  Francois GougetFixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
2001-05-07  Marcus MeissnerReport that we have 2^16 colors, so PowerPoint97 prints...
2001-05-07  Marcus MeissnerFor underlining and striking out text we need to send...
2001-05-07  Marcus MeissnerPaper dialog translated to German.
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-05-05  Marcus MeissnerFixed WM_COMMAND notification codes for 16 bit PrintDlg.
2001-05-05  Marcus MeissnerImplemented large parts of PageSetupDlgA.
2001-05-05  Marcus MeissnerDebug output for flags, select first available height...
2001-05-03  Ian PilcherMisc. error checking in PostScript driver.
2001-05-03  Susan FarleyImplement autorepeat scrolling when button is held...
2001-05-02  Marcus MeissnerFixed PrintDlg so the devnames struct contains the...
2001-05-02  Francois Gougetntdll._iswctype should be ntdll.iswctype.
2001-04-30  Ian PilcherCheck for errors in PSDRV_Init.
2001-04-30  Chris MorganImplement COMCTL32_StrToIntW() using NTDLL's _wtoi.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-27  Patrik StridvallAdded documentation.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-04-27  Francois GougetDDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
2001-04-27  Ove KaavenReimplemented DXGrab with improvements; it no longer...
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-25  Gael de ChalendarCorrected a typo in spec file and added some stubs.
2001-04-25  James HathewayPlaySoundA should return TRUE when it stops playing...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-24  Alexandre JulliardSmall cleanups.
2001-04-23  Francois GougetWe must not free the pointer returned by localtime...
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-23  Eric PouechAdded cache for drivers information.
2001-04-23  Ian PilcherUse typecasts to suppress compiler warnings.
2001-04-20  Andreas MohrSpelling fixes.
2001-04-20  Ian PilcherStore each glyph name only once in PostScript driver.
2001-04-20  Andreas MohrFixed off by one error in ImageList_DrawIndirect().
2001-04-20  James HathewayMake sure to return our variable with the correct retur...
2001-04-20  Guy L. Albertelli- Notify parent of child size changes when changes...
next