Stub for StiCreateInstance.
[wine] / dlls / user /
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.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-17  Alexandre JulliardGot rid of dynamic thunk allocation in mouse/keyboard...
2001-12-14  Alexandre JulliardChanged 16->32 window procedure thunks to use winebuild...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
2001-12-13  Mike McCormackOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Mike McCormackCheck for completed overlappeds in ReadComm16 to solve...
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-12  Lawson WhitneyCast id to unsigned in GetDlgItem16.
2001-11-09  Joshua ThielenChanged BM_ messages SETCHECK and GETCHECK to SETCHECK1...
2001-11-08  Mike McCormackFind out how much data is available when calling ReadFi...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-05  Guy AlbertelliMove SPY_EnterMessage call after all possible exits...
2001-10-28  Jeremy NewmanReplaced Martini glass.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
next