Cast time_t to long for printing.
[wine] / dlls / user /
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-27  Alexandre JulliardRenamed comm.dll, display.dll, keyboard.dll and mouse...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Mike McCormackAlways initialize send_message_info.flags.
2003-09-15  Eric Pouech- Implemented IsHungAppWindow.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
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 JulliardAdded varargs support for 16-bit entry points.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Mike McCormackStub implementation of FlashWindowEx.
2003-08-07  Richard CohenSystemParametersInfo returning a value for Wallpaper...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-24  Steven EdwardsMove comm16.c to the 16-bit sources.
2003-07-18  Mike McCormackwvsnprint accepts %p too (on win2k).
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
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-07-08  Alexandre JulliardLookup COM/LPT devices in the registry when they are...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-07  Mike HearnProtect WDML_GetConv against null handles.
2003-06-04  Vitaliy MargolenDrawTextEx: honor clipping for underscores.
2003-06-04  Dmitry TimoshkovRevert some really unwanted changes to the DDE code.
2003-05-19  Dmitry TimoshkovExpect multiple DNS_ flags.
2003-05-19  Dmitry TimoshkovGetClassInfo returns class atom on success.
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-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-13  Robert ShearmanPrivateExtractIcon* should search the path for the...
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-13  Mike McCormackFixed packing/unpacking of WM_WININICHANGE.
2003-05-12  Alexandre JulliardCommented out the new win98 exports, they are causing...
2003-05-11  Dmitry TimoshkovFix the logic for setting the lps->fErase flag in Begin...
2003-05-11  Alexandre JulliardAdded A<->W mappings for WM_IME_CHAR.
2003-05-11  Dmitry TimoshkovDo not abort dialog creation if DS_NOFAILCREATE allows...
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-05-02  Andreas MohrAdded some stubs.
2003-05-02  Andreas MohrAdded missing Win98 user32.dll function exports entries.
2003-04-30  Dmitry TimoshkovProtect BeginPaint and EndPaint from lps being NULL.
2003-04-26  Ferenc WagnerAdded listbox test.
2003-04-22  Alex PasadynImplemented EnumDisplaySettings* and ChangeDisplaySetti...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-08  Alexandre JulliardAvoid warning.
2003-04-03  Vitaliy MargolenRemove bogus initialization in SetKeyboardState.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-03-10  Vitaliy MargolenFixed typo in PrivateExtractIconExW function.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-31  Bill MedlandBetter handling of bad data in TabbedTextOut/TabbedText...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-21  Marcus MeissnerChanged MONITORINFOEXA,W definition to the one in MSDN...
2003-01-20  Francois GougetCheck for sysparams keys in either the Win9x or NT...
2003-01-16  Francois GougetDon't use old_spacing-1 if old_spacing already has...
2003-01-13  Francois GougetUpdate the registry keys of SPI_ICONHORIZONTALSPACING,
2003-01-13  Robert ShearmanAlignRects stub.
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
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  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-05  Francois GougetFix signed/unsigned compilation warnings.
2003-01-03  Francois GougetWin9x does not support {Get,Set}WindowLongW. Use the...
2003-01-02  Dmitry TimoshkovAdded ctl3d, ctl3dv2 and ctl3d32 API implementations.
2002-12-19  Alexandre JulliardLPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitr...
2002-12-18  Francois GougetwsprintfW is not supported on Win9x platforms.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Rolf KalbermatterFix a possible memory leak when extracting from an...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Francois GougetSkip the Unicode tests (effectively all tests currently...
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-10  Rolf Kalbermatter- Modify ICO_ExtractIconExW to:
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-03  Rolf KalbermatterModify PrivateExtractIcons{AW} to match better current...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-24  Bill MedlandCorrect UnhookWindowsHook: clear the handle so that...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardProperly split the 16-bit versions of GrayString and...
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Steve LustbaderHave PostMessage call PostThreadMessage when hwnd is...
next