Cast time_t to long for printing.
[wine] / windows /
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-23  Rein KlazesFix MDISetMenu in the case it is called before a Window...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-12  Kevin GroeneveldModify CheckRadioButton function to be more consistent...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-22  Dmitry TimoshkovProtect SystemParametersInfoA(SPI_GETxxx) from NULL...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Mike McCormackStub implementation of FlashWindowEx.
2003-08-05  Dmitry TimoshkovProtect CallWindowProcA/W from NULL pointers.
2003-08-05  Dmitry TimoshkovMake GetWindowInfo() work for all windows and return...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-18  Mike McCormackStrip WS_CAPTION and WS_SYSMENU for child dialogs.
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
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...
next