Fixed CreateDC to work properly when it is called with a device.
[wine] / windows /
2000-08-01  Jean-Claude BatistaProvide position hints for window managers.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-29  Huw D M DaviesInitialize hrgnWnd.
2000-07-29  Francois BoisvertNC_DoNCHitTest now returns HTNOWHERE like Windows is...
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-28  Stephane LussierNow the service thread is no more in charge of erasing...
2000-07-28  Dmitry TimoshkovDo not crash if window was not found.
2000-07-28  Stephane Lussier- UpdateWindow should refresh all children that have...
2000-07-28  Ove KaavenAlways get a hardware message from the system queue...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-25  Susan FarleyDon't destroy the caret on SWP_HIDEWINDOW.
2000-07-23  Ove KaavenDefWindowProc should pass unhandled WM_MOUSEWHEEL to...
2000-07-16  Alexandre JulliardAdded assembly wrapper for calling window procedures.
2000-07-16  Andreas MohrSpelling fixes.
2000-07-16  Raul FernandesAdded Brazilian keyboard.
2000-07-15  John R . SheetsWe also have to validate the frame to avoid an infinite...
2000-07-15  Jean-Claude BatistaEnsure the validity of hOldFocus before calling WIN_Get...
2000-07-15  Gerard PatelAllow SetWindowLong(... GWL_STYLE) to change visible...
2000-07-15  Peter GantenStubs for CreateDesktopA and EnumDesktopWindows.
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.
next