Removed some HEAP_xalloc calls.
[wine] / windows /
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.
2000-01-24  Alexandre JulliardUse GetProcAddress instead of calling ShellAboutA directly.
2000-01-23  Ove KaavenAdded -dxgrab command line option, which confines curso...
2000-01-23  Gerard PatelMap WM_MENUSELECT 32->16 bits for closing menu.
2000-01-23  Gerard PatelFix parameters for MDI_RestoreFrameMenu in WM_DESTROY...
2000-01-23  Ove KaavenSupercharged XShm implementation for DirectDraw.
2000-01-23  Huw D M DaviesActually print return value of message.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-08  Rein KlazesAvoid problems during changing the Z-order if the windo...
2000-01-05  Patrik Stridvall- Made FillRect behave like it does on Windows
2000-01-05  Peter GantenCheck if winhelp is already running; use winhlp32.exe...
2000-01-04  Lionel UlmerGive +0+0 as a default position for the desktop window.
2000-01-04  Juergen SchmiedCorrected parameter count for DialogBoxIndirectParamAorW.
2000-01-04  Ove KaavenAdded extra US keymap with the infamous phantom key.
2000-01-04  Eric PouechMoved the 16 bit driver functions callout into the...
2000-01-04  Andreas Mohr"resultp" can be NULL in SendMessageTimeout*().
2000-01-01  Peter GantenImplemented WaitForInputIdle.
2000-01-01  Alexandre JulliardFixed potential buffer overflows (spotted by Francois...
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-25  Marcus MeissnerTest pointers passed to copyrect for NULL.
1999-12-25  Dmitry TimoshkovRestore erroneously deleted lines.
1999-12-25  Huw D M DaviesAvoid infinite loop in WINPOS_FindIconPos if the width...
1999-12-12  Lionel UlmerFixed handling of DGA2.0 keyboard events.
1999-12-12  Alexandre JulliardMurali Pattathe
next