Added a few message crackers.
[wine] / windows /
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.
2000-02-26  Lionel Ulmer- implement EnumObjects and GetProperty for Mouse and...
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-25  James AbbatielloBetter thread safety for WarpPointer hack.
2000-02-25  Serge IvanovWe don't need to call LPtoDP in here as far as PatBlt...
2000-02-25  Alexandre JulliardATOMs are considered unique, so we don't need to check...
2000-02-20  Andreas Mohr- fixed my slightly incorrect EndDialog patch
2000-02-20  Andreas MohrSpelling fixes.
2000-02-20  Hidenori TakeshimaAdded Japanese jp106 and pc98x1 keyboard layout.
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-18  Noomen HamzaPopup windows will be hidden when minimizing the main...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-16  Gerard PatelDo not use GlobalFindAtom with atom handles in CreateWi...
2000-02-16  Ulrich CzekallaSend WM_HELP message when F1 is pressed.
2000-02-14  Lionel Ulmer- added argument printing to stubs
2000-02-13  Martin FuchsDisplay the system popup menu when clicking with the...
2000-02-13  Matthew ClineCheck that ci->hWindowMenu is not zero before using it.
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-02-12  Andreas MohrProtect EndDialog() from invalid window handles.
2000-02-10  Phillip EzoltAdded missing goto in switch statement.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Juergen SchmiedAdded CF_HDROP.
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-29  Dmitry TimoshkovCorrect the behaviour of the accelerator keys in dialog...
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA to manage pixmaps.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
next