- Report file and directory sizes using 64-bit arithmetic (like NT).
[wine] / windows /
2001-06-04  Dmitry TimoshkovRemove optimization in NC_HandleNCActivate.
2001-06-04  Guy L. AlbertelliDisplay extra data for WM_NOTIFY that use NMCOMBOEX...
2001-05-24  Andreas MohrGet rid of GetCurrentTime16().
2001-05-22  Alexandre JulliardMake WIN_WindowFromPoint take a POINT instead of a...
2001-05-21  Eric PouechAdded basic support for SPI_GETSCREENREADER.
2001-05-19  Gerard PatelFixed SetTimer for hwnd == 0.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-18  Francois GougetSpelling typos.
2001-05-18  Jukka HeinonenKeyboard events did not update AsyncKeyStateTable,...
2001-05-16  Bill MedlandOnly measure child rectangles of visible children when...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-14  Alexandre JulliardClear owner of system message queue to avoid freeing...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
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  Alexandre JulliardRemoved XShmCompletion event support (no longer used).
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
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-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-05-03  Alexandre JulliardMake sure we recompute the visible region in DC hook.
2001-04-30  Marcus MeissnerMade checks in _get_common_ancestor a bit stricter...
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-25  Alexandre JulliardAvoid crash on deleted windows.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-20  Andreas Mohr- make sure that we really use the correct amount of...
2001-04-18  Jukka HeinonenGetAsyncKeyState now clears "has been pressed" informat...
2001-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-04-17  Gerard PatelDo not send WM_MOUSEACTIVATE for children of desktop.
2001-04-13  Andreas MohrPreliminary support for MB_*MODAL styles.
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-12  James HathewaySetWindowRgn shouldn't activate the window.
2001-04-10  Alexandre JulliardAdded mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
2001-04-04  Alexandre JulliardDon't use THREAD_IdToTEB in EnumThreadWindows.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-04-02  Gustavo Noronha... Added US international keyboard.
2001-04-02  James JuranAdd value 106 to SystemParametersInfo.
2001-03-28  Dmitry TimoshkovGet and print class name for right window in WIN_WalkWi...
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
2001-03-19  Ove KaavenWin2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT...
2001-03-16  Guy L. AlbertelliLabel the width and height correctly in the WINDOWPOS...
2001-03-13  Rein KlazesFix Unicode/Ansi message translation for some listbox...
2001-03-05  Gerard PatelUnblock the dialog message loop with a WM_NULL message.
2001-03-04  Dmitry TimoshkovAdd DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only...
2001-03-03  Andreas MohrSome more message cleanups.
2001-02-28  Johannes E. SchindelinSome minor changes to the German keyboard layout.
2001-02-28  Dominik StrasserAvoid crash at end of list.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-23  Chris MorganReplace fixme for SPI_GETWHEELSCROLLLINES with the...
2001-02-23  Aric Stewart- We need to make sure we pay attention to if our call to
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-20  Aric StewartWe need to give room for the null termination when...
2001-02-16  Aric StewartCorrect the codepage for the Turkish keyboard.
2001-02-15  Aric StewartAdded a turkish keyboard layout.
2001-02-14  Alexandre JulliardFixed WM_GETTEXTLENGTH handling.
2001-02-14  François GougetBe smarter about the ellipsis in SPY_GetWndName.
2001-02-14  François GougetMisc typos in comments.
2001-02-14  Susan FarleyException for allowing the parent to set the cursor...
2001-02-13  Marcus MeissnerPostMessageA/W ignores messages containing pointers...
2001-02-13  François GougetCreateIcon must perform color depth conversion if the...
2001-02-12  Aric StewartIf an application directly calls SetClipboardData with...
2001-02-12  Andreas MohrMake sure that MSG_PeekMessage uses an internal variabl...
2001-02-12  Andreas Mohr- move TSXGrabServer after a possible return FALSE;
2001-02-12  Dmitry TimoshkovRemove redundant parameters from MDICreateChild and...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Patrik StridvallDocumentation name fixes (always use external name).
2001-02-12  James AbbatielloFix a few compiler warnings.
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-02-12  Josh DuBoisFixed a char that should have been signed.
2001-01-29  Ulrich WeigandSynchronize access to MESSAGEQUEUE members.
2001-01-28  Eric PouechAdded a few missing exports.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-26  Martin PilkaFixed SW_RESTORE handling.
2001-01-26  Dmitry TimoshkovReplace 16-bit calls in DefWindowProc by 32-bit, prefer...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-25  Gerard PatelAdded a few messages and notifications.
2001-01-25  Susan FarleyAlways restore the bit_gravity to BGForget after using...
2001-01-24  Andreas MohrOnly set window text for WM_NCCREATE in DefWindowProc...
2001-01-24  Alexandre JulliardUse DrawFrameControl() instead of OEM bitmaps to paint...
2001-01-21  Guy L. Albertelli- Added NMCBEENDEDIT structure for NOTIFY dump.
2001-01-20  Alexandre JulliardWarning fix.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-17  Josh DuBoisMake some noise in a few cases where the X11drv doesn...
2001-01-15  Alexandre JulliardReplaced X11DRV_CritSection references by wine_tsx11_...
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2001-01-15  Alexandre JulliardRemoved unnecessary headers.
next