Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
[wine] / windows /
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-07-10  Marcus MeissnerStub for RegisterDeviceNotificationA.
2000-07-09  Noomen HamzaGetClassInfo should return global classes even if the...
2000-07-09  Dave HawkesGetIconInfo did no correctly identify icons from cursors.
2000-07-09  Haithem HmidaUnder Windows 95/98/NT, message boxes do not have a...
2000-07-08  Susan FarleyCheck for WS_DISABLED parent in WindowFromPoint for...
2000-07-08  Slava MonichCheck the value returned by DIALOG_GetCharSize.
2000-07-08  Bradley BaetzImplemented a large number of the msvideo dll routines.
2000-07-08  Slava MonichBeginDeferWindowPos should allow zero count.
2000-06-25  Lawson WhitneyMoved zero-sized window hack to x11drv.
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-18  Francois GougetAdded some missing prototypes.
2000-06-18  James HathewayWe must return the atom of the class in GetClassInfoEx...
2000-06-15  David LassondeImplemented the More Windows... menu item for MDI.
2000-06-15  Sheri SteevesCheck again for GetNextDlgTabItem after return from...
2000-06-15  Noomen HamzaAdded a NULL pointer check within DCE_AddClipRects...
2000-06-15  Sheri SteevesAdded setting of cursor postition to MSG_PostToQueue.
2000-06-14  Noomen HamzaMade SetWindowPos handle the case when inserting a...
2000-06-13  Gerard PatelDo not change the WS_CHILD style in SetParent.
2000-06-08  Turchanov SergeiDGA compile fix.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-08  Alexandre JulliardYet another attempt at fixing CW_USEDEFAULT handling.
2000-06-08  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-07  Serge IvanovWell, SetParent doesn't work properly at all, but at...
2000-06-07  Alexandre JulliardThe window dimensions have to be initialized before...
2000-06-03  Alexandre JulliardRemoved MSG_WineStartTicks (does not work for multiple...
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-02  Susan FarleyPreserve WM hints that were set during window creation...
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-31  Gerard PatelSet a default size for windows when CW_USEDEFAULT is...
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-30  Alexandre JulliardUse GetStartupInfoA() instead of accessing process...
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-23  Alexandre JulliardSend a normal mouse message code in WM_PARENTNOTIFY...
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-05-18  Alexandre JulliardFrancois Boisvert
2000-05-14  Chris MorganFixed borders of windows while dragging or sizing to...
2000-05-11  Patrik StridvallFixed some debug messages.
2000-05-11  Ove KaavenScroll off-screen controls when scroll rectangle is...
2000-05-11  Guy AlbertelliClear menu handle after destroying menu.
2000-05-11  Bernd HerdPass CTLDATA as SEGPTR for 16-bit programs.
2000-05-10  Guy L. AlbertelliVerify the menu handle is non-zero prior to use.
2000-05-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-05-07  Alexandre JulliardDo not send WM_SIZING to 16-bit windows.
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-07  Gerard PatelAlways calls SetMenu in MDISetMenu.
2000-05-05  Aric StewartAdded WM_SIZING message support.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-30  Gerard PatelX11DRV_SetFocus: really don't mess with focus for manag...
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-29  Eric PouechFixed a few compilation warnings.
2000-04-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-29  Rein KlazesWinHelp must accept a NULL pointer to the help key...
2000-04-28  Chris MorganAdded default values for SPI_GETMOUSEHOVERHEIGHT, SPI_G...
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-23  Rein KlazesMake RDW_ValidateParent() modify the update region...
2000-04-23  Gerard PatelCheck if dialog is visible before setting the focus.
2000-04-23  Dmitry TimoshkovRemoved the longstanding hack in response to WM_ACTIVAT...
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-16  Stephane LussierSupport switching the keyboard layout with WINE running.
2000-04-14  Marcus MeissnerDetypoed X11DRV_EVENT_SetInputMethod.
2000-04-14  Stephane LussierWhen dealing with XKB extensions, force the AltGr key...
2000-04-13  Stephane LussierFixed AltGr key handling.
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-11  Ulrich CzekallaMSG_ProcessKbdMsg can be called from peek, so only...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-26  Gerard PatelActivate a hidden window only when explicitely asked...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-24  Alexandre JulliardMoved FatalAppExit functions to win32/except.c.
2000-03-24  Alexandre JulliardMoved LoadImage and related functions to cursoricon.c.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Huw D M DaviesFixed copying of the MDI 'Windows' menu items if the...
2000-03-24  Andreas MohrAdded proper termination upon failure.
2000-03-24  Rein KlazesCorrect the NotifyCode in the WM_COMMAND message sent by
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Andrew LewyckyPropagate IsDialogMessage to the parent if the dialog...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.
2000-03-15  Alexandre JulliardMichael Abd-El-Malek (on behalf of Corel)
2000-03-09  Marcus MeissnerIsRectEmpty also returns true for negative width/height...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-04  Marcus MeissnerGetClipboardData16 might return an invalid global handl...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-26  Ulrich CzekallaSend WM_HELP message when F1 is pressed.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
next