Reorganized DOS memory remapping slightly, so that the real-mode
[wine] / windows /
2000-11-11  Nerijus BaliunasAdd new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
2000-11-08  Aric StewartToUnicode: ignore CTRL+number keystrokes.
2000-11-05  Dmitry TimoshkovAdded the ability to see names of the virtual key codes.
2000-11-05  Francois GougetAdded comment explaining why we have an ERR rather...
2000-11-05  James AbbatielloCleanup SystemParametersInfo<16|A|W>.
2000-11-05  James AbbatielloFix test for pending message in QUEUE_ReceiveMessage().
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-02  Alexandre JulliardAuthors: Gerard Patel <g.patel@wanadoo.fr>, Marcus...
2000-11-01  Marcus MeissnerDrawIconEx: when flags=0 use flags=DI_NORMAL instead.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-11-01  Gabriel GarciaAdded Latin American layout.
2000-10-31  Francois GougetFixed the value of some system colors.
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Dmitry TimoshkovDisplay an ERR on errors while initializing USER.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-29  Alexandre JulliardUse GetStockObject() instead of the magic STOCK_* handles.
2000-10-29  Marcus MeissnerReport errors on WinHelp() failures.
2000-10-26  Alexandre JulliardRemoved unused STRUCT32_NCCALCSIZE functions.
2000-10-26  Dmitry TimoshkovAsk application to reinitialize its menu before process...
2000-10-25  Dmitry TimoshkovAdded an another special case handling for Shift+[NumPa...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-10-25  Rein KlazesIn SWP_DoNCCalcSize() when determining whether the...
2000-10-25  Andreas MohrAdded SPI_GETWINDOWSEXTENSION.
2000-10-23  Louis Philippe Gagnon- Calculate changes in the client area relative to...
2000-10-23  Ulrich WeigandFixed painting problems in non-MM_TEXT modes.
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-22  Guy L. AlbertelliAdded wParam and lParam as parameters in SPY_ExitMessage
2000-10-19  Dmitry TimoshkovAdded support for AZERTY keyboard layout.
2000-10-19  Ulrich WeigandWatch out for DefMDIChildProc calls on non-MDI-child...
2000-10-17  Dmitry TimoshkovAdded support for keyboard input in various locales.
2000-10-15  Dmitry TimoshkovFixed behaviour of window's system buttons.
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-09-29  Stephane LussierBefore calling the timer window proc, make sure it...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Dmitry TimoshkovIf window was not resized and not moved, repaint only...
2000-09-27  Stephane LussierOn reception of a FocusOut event, don't deactivate...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardUse documented DROPFILES structure instead of internal...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-24  Gerald PfeiferFixed format strings.
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-22  Andreas MohrSpelling, trace fixes.
2000-09-16  Alexandre JulliardRemoved a coupld of unused functions in the Callout...
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-13  Serge Ivanov(Merged by Marcus Meissner <marcus@jet.franken.de>)
2000-09-12  James HathewayKDE 1.x has problems with using XShapeCombineMask when...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-12  Huw D M DaviesDon't try to delete a wndclass background brush if...
2000-09-12  Mike McCormackMake sure NC_HandleNCCalcSize returns a valid rectangle.
2000-09-09  Dmitry TimoshkovUnify WM_SETTEXT handling among DefWindowProc16/DefWind...
2000-09-09  Dmitry TimoshkovSimplify a bit MDI child window creation.
2000-09-07  Giovanni PancottiItalian keyboard fixes.
2000-09-06  Alexandre JulliardSerge Ivanov
2000-09-04  Mike McCormackAdded missing comma.
2000-09-01  Alexandre JulliardHenning Hoffmann
2000-09-01  Alexandre JulliardFrancis Beaudet
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Andreas Mohr- fix one locking ignorant return 0; in MSG_SendMessage...
2000-08-28  Francois MethotDo not check for system menu if the window has style...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-23  Alexandre JulliardFixed RegisterClass last error code on atom creation...
2000-08-21  Gerard PatelDisable the owner of a modal dialog box just before...
2000-08-21  Gerard PatelHandle the LB_GETTEXT and CB_GETLBTEXT cases for 32W...
2000-08-21  Gerard PatelEnables showing of hidden windows when the app ask...
2000-08-20  Louis Philippe Gagnon- Separate application calls to ShowOwnedPopups from...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-18  Gerard PatelTurns the handling to pure 16 bits, remove references...
2000-08-14  Peter GantenThreads without active or focus window should not recei...
2000-08-14  Dmitry TimoshkovAdd "FullWindowDrag" feature for not managed windows.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-14  Alexandre JulliardRemoved to allow CVS to remove the directory.
2000-08-11  Stephane LussierInstead of not doing the Z ordering when the applicatio...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved struct32.c to windows directory.
2000-08-07  Huw D M DaviesWINPOS_WindowFromPoint should respect hrgnWnd.
2000-08-07  Marcus MeissnerRemoved local variable shadows warnings.
2000-08-06  Stephane LussierTop level windows with 0 width or height are created...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
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.
next