- removed next & prev fields from WINE_MODREF and implement instead
[wine] / windows /
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Aric StewartSimple optimization in EnableWindow.
2003-06-23  Dmitry TimoshkovDump RDW_ flags in RedrawWindow.
2003-05-19  Huw DaviesWe can't use RtlCreateUnicodeStringFromAsciiz for WM_SE...
2003-05-19  Dmitry TimoshkovGetClassInfo returns class atom on success.
2003-05-19  Dmitry TimoshkovRestore MDI window in the case of disabled maximize...
2003-05-19  Dmitry TimoshkovInitialize hbmColor only for color icons in GetIconInfo.
2003-05-19  Alexandre JulliardCatch broadcast window handles in functions that are...
2003-05-19  Mike McCormackImplemented BroadcastSystemMessageW.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-11  Dmitry TimoshkovPoll X events in GetInputState the same way as in GetQu...
2003-05-11  Ulrich CzekallaWe should pass the callers client-area rect and clip...
2003-05-11  Alexandre JulliardAdded A<->W mappings for WM_IME_CHAR.
2003-05-11  Dmitry TimoshkovIgnore high word of wParam when handling WM_COMMAND...
2003-05-11  Dusan LackoFix ALT context bit for WM_KEYDOWN/UP.
2003-05-11  Dmitry TimoshkovWindows treats dialog control class ids 0-5 same way...
2003-04-29  Maxime Bellengé- Fix some indentation.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-03-30  Alexandre JulliardUse the right buffer size in SYSPARAMS_Load instead...
2003-03-30  Adam GundyInitialize lpLogFont->lfQuality to the default.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-26  Stephan BEUZEImplemented a default behavior for SPI_GETGRADIENTCAPTI...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-14  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-26  Eric PouechOnly print 4 hexdigits for tid.
2003-02-19  Andreas MohrConvert Twips values from the registry.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-18  Duane ClarkCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-23  Alexandre JulliardAdded dead keys support using X input methods (based...
2003-01-20  Francois GougetExtend the code to set both the Win9x and the NT regist...
2003-01-14  Alberto MassariHandle the WS_EX_LEFTSCROLLBAR style (that is, draw...
2003-01-14  Duane ClarkCheck for pending X events before getting queue status.
2003-01-14  Dmitry TimoshkovPost correct notification code on WM_CLOSE for dialogs.
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanSPI_GETMINIMIZEDMETRICS implemented.
2003-01-11  Alexandre JulliardPrint the message name for registered messages.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Duane ClarkWS_CAPTION is a two bit field, so test appropriately.
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Duane ClarkA window with a WS_EX_APPWINDOW extended style can...
2002-12-19  Dimitrie O. PaunUpdateWindow returns a BOOLean.
2002-12-16  Rein KlazesFix an A/W structure size bug in DrawCaptionTempW().
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Mike HearnMake WM_MOUSEHOVER coordinates client relative.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-25  Alexandre JulliardAdded CS_DBLCLKS style to dialog window class.
2002-11-24  Matthew DavisonFix some unicode->ascii calls.
2002-11-23  Mike HearnAltered WM_MOUSEHOVER so the lParam and wParam fields...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Stefan LeichterMoved implementation of Get/SetClassLong from ascii...
2002-11-21  Stefan LeichterReplaced CreateDCA by CreateDCW in LoadImageW.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-18  Stefan LeichterMoved implementation of LoadKeyboardLayout from ASCII...
2002-11-18  Stefan LeichterMoved implementation of EnumDisplaySettings from ASCII...
2002-11-18  Ryan CummingMake LookupIconIdFromDirectoryEx16 call LookupIconIdFro...
2002-11-15  Tony LambregtsFix SM_CYVTHUMB, SM_CXSMSIZE, SM_CXMENUCHECK and SM_CYM...
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-13  Alexandre JulliardFixed sign problem in GetWindowWord/Long check for...
2002-11-13  Mike McCormackFix a few GDI memory leaks.
2002-11-11  Eric PouechImplemented a Wine-only scheme for interprocess WinHelp...
2002-11-11  Dmitry TimoshkovFix copy/paste bug. Make MessageBox without an icon...
2002-11-06  Francois GougetCompute SM_CYMAXIMIZED purely based on the screen heigh...
2002-11-04  Greg Turner- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Uwe BonnesMSGBOX_DlgProc: break out of WM_COMMAND.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-29  Alexandre JulliardFixed ShowWindowAsync.
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-28  Andreas MohrMake GetFreeSystemResources16 print its values on TRACE.
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Alexandre JulliardStore thread id instead of queue handle in timer structure.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-23  Rein KlazesMessageBoxIndirectW: call FindResourceEx with arguments...
2002-10-22  Dmitry TimoshkovRestore setting of caption "Error".
2002-10-21  Dmitry TimoshkovActually use language identifier.
2002-10-19  Dmitry TimoshkovConvert MessageBox family functions to unicode.
2002-10-19  Alexandre JulliardChanged the USER_HEAP_* macros to use HANDLEs instead...
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed typo in EnumThreadWindows.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
next