Work around problems on Solaris if config.h is not included.
[wine] / windows /
2001-01-11  Ulrich WeigandFixed byteorder problems caused by non-portable code.
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-07  Dmitry TimoshkovAdd missing mapping for LB_FINDSTRINGEXACT message...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-03  François GougetConvert HDESK to STRICT.
2001-01-02  Ove KaavenTurn on detectable autorepeat if the X Keyboard Extensi...
2001-01-02  François GougetMoved HDROP to shellapi.h.
2000-12-29  Dmitry Timoshkov"Implement" GetKBCodePage and GetKBCodePage16.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-27  Ove KaavenUse the X state instead of the VK key state to check...
2000-12-24  Francois GougetUpdated the look of dots and dashes to match the Win32...
2000-12-24  Guy L. AlbertelliFixed loop test for negative value.
2000-12-22  Gerard PatelCancel a few changes to get back basic text clipboard...
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Joerg MayerWarn when FindWindow needs to check other processes...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-22  Alexandre JulliardRemoved the dummy mouse event in SetWindowPos.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-20  Guy L. Albertelli- print out WM_NOTIFY message code if we know it.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-18  Gerard PatelAllow for the dialog font size to be set directly in...
2000-12-18  Gerard PatelWM_GETMINMAXINFO track min size should be used in SetWi...
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-15  Gerard PatelDon't return last active popup if it is pointing to...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-11  Dmitry TimoshkovAdd CF_UNICODETEXT as primary text clipboard format.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-09  Andreas Mohr- README update
2000-12-07  Hidenori TakeshimaAdded handlers for some IME messages in DefWindowProc.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-07  Alexandre JulliardRemoved calls to WIDGETS_IsControl.
2000-12-06  Ove KaavenUse SendNotifyMessage() for WM_SYNCPAINT.
2000-12-05  Dmitry TimoshkovRemoved the code duplication.
2000-12-05  Rein KlazesDon't forget to map the message in WINPROC_MapMsg16To32W().
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-03  Alexandre JulliardFixed WINPROC_GetPtr() to always pass the start of...
2000-12-02  Dmitry TimoshkovAdded several additional to/from unicode message mappings.
2000-12-02  Dimitrie O. PaunInclude config.h.
2000-12-02  Louis Philippe Gagnon- Take the mouse capture on a WM_NCRBUTTONDOWN on the...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Marcus MeissnerAdded the KDE 2 beta and final method of specifying...
2000-11-30  Alexandre JulliardCheck for NULL handle before calling HeapValidate.
2000-11-30  Alexandre JulliardAlways initialize msg16 and wparam16 in WINPROC_MapMsg3...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-29  Andreas MohrWM_SETTEXT should return TRUE on success.
2000-11-28  Aric StewartWe were returning characters for various CTRL + Symbol...
2000-11-28  Dmitry TimoshkovSlightly rearrange WIN16/WIN32A/WIN32 window creation.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-25  Ove KaavenCheck whether senderQ is NULL before trying to lock it.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-25  Dmitry TimoshkovFixed ToUnicode TRACE message.
2000-11-25  Dmitry TimoshkovAdd support for national characters as accelerators...
2000-11-25  Dmitry TimoshkovAlways generate unicode CHAR messages.
2000-11-25  Andreas MohrCosmetics.
2000-11-25  Ulrich CzekallaAllow for zero-length string selections.
2000-11-25  Ove KaavenImplemented SendNotifyMessage().
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  Dmitry TimoshkovAdded mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
2000-11-15  Francois GougetSM_ARRANGE is ARW_HIDE, i.e. 8
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
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...
next