Moved ts_xlib.c into x11drv and removed libwine_tsx11.
[wine] / dlls / user /
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-20  Dimitrie O. PaunHave USER deal with the caret when scrolling a window.
2002-09-17  Francois GougetIDI_APPLICATIONW does not exist on Windows. Use IDI_APP...
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-12  Dimitrie O. PaunMake all spec files grep-able.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-28  Per NystromImplemented GetCursorInfo.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-28  Michael StefaniucConvert HACCEL to a void*.
2002-08-28  Patrik StridvallImplement wrapper calls for the 16 bit GlobalAtom*...
2002-08-27  Ulrich Czekalla- Add a max wait time for selection notifies.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Aric StewartAdded BroadcastSystemMessageA.
2002-08-15  Alexandre JulliardAdded support for #pragma code_page.
2002-08-13  Alexandre JulliardAdd QM_SMRESULT in wake bits too in case the changed...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-07-10  Jon GriffithsStubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven...
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-06-28  Philipp WollermannImplemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD...
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-06-10  Paul RupeFaster performance in TEXT_Ellipsify for long strings.
2002-06-10  Won-kyu ParkAdded Korean resources.
2002-06-04  Alexandre JulliardDuplicated wsprintf implementation in shlwapi.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-21  Eric PouechAdded 16/32 DDE message conversion.
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-20  Andreas MohrBetter error messages.
2002-05-20  Andreas MohrSpelling stuff.
2002-05-19  Francois GougetMake the 'error' string of a couple of checks consisten...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-04-27  Robert O'CallahanFixed bug in TEXT_WordBreak that was variously throwing...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-24  Bill MedlandFirst regression test for wsprintf.
2002-04-21  Mike McCormackAdded a simple test set for window classes.
2002-04-20  Bill MedlandCorrect handling of zero-padded negative numbers; trans...
2002-04-05  Stefan LeichterCheck for NULL pointer in DrawTextExA.
2002-04-02  François GougetInclude wine/test.h before windows headers.
2002-03-29  Alexandre JulliardFixed pack/unpack routines for WM_DDE_EXECUTE.
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-22  Bill MedlandInitialise a stack variable.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-19  Francois GougetDon't show the window.
2002-03-11  Alexandre JulliardFixed inter-process packing of CB/LB_FINDSTRING, CB...
2002-03-11  Hidenori TakeshimaAdded and fixed some Japanese resources.
2002-03-11  Bill MedlandPass information through arguments instead of static...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andriy PalamarchukAdded SystemParametersInfo unit test.
2002-02-26  Bill MedlandCorrect Word breaking in centred/right justified mode...
2002-02-26  Eric PouechFixed DdeGetData when called for getting size.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-21  Bill MedlandDrawText ellipsification on all lines, not just single...
2002-02-20  Bill MedlandDrawtext tidying up ready for the next big change:
2002-02-19  Bill MedlandChange the way that DrawText parses the next line to...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-02-15  Bill MedlandMeasure the text more reasonably. This handles intercha...
2002-02-14  Bill MedlandDrawText should not split words just because of clipping.
2002-02-12  Bill MedlandPut in place a proper tab model within DrawText (also...
2002-02-05  Bill MedlandSplit the path and word/end ellipsification out of...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Bill MedlandEnsure that the whole modified text is returned from...
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2002-01-31  Bill Medland- Introduce a significant design decision.
2002-01-29  Bill MedlandPut the prefix-underline-drawing away into it's own...
2002-01-18  Eric PouechFixed initialisation messages for raw DDE.
2002-01-18  Eric PouechImplemented interprocess DDE message posting.
2002-01-18  Bill Medland- Don't string copy from uninitialised stack memory...
2002-01-15  Rein KlazesMove the implementation of comctl32._TrackMouseEvent to
2002-01-15  Bill MedlandFirst stage of DrawText upgrade.
2002-01-12  Alexandre JulliardUpdated debug channels.
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-07  Mike McCormack- Don't use event flags with ReadFileEx and WriteFileEx.
2002-01-04  Sander van LeeuwenFixed DC leak.
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2002-01-03  Alexandre JulliardUse DrawFrameControl instead of bitmaps in certain...
2002-01-02  Alexandre JulliardMoved the OEM bitmaps that don't depend on the Wine...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Andreas MohrFixed, added or implemented stubs:
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-26  Mike McCormackUse alertable waits in PeekMessage16 and GetMessage16...
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
next