- Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL
[wine] / dlls /
2002-03-20  Guy L. Albertelli- Preliminary implementation of TVS_NOSCROLL and TVS_NO...
2002-03-20  Hidenori TakeshimaImplemented the basic COM framework.
2002-03-20  Alexandre JulliardAuthors: Charles Vaughn <charlesv@mfos.org>, Lionel...
2002-03-20  Bernhard RosenkraenzerAdded InternetOpenURLA implementation.
2002-03-20  Bill MedlandHook back into the correct MSVCRT__tolower/upper.
2002-03-20  Admiral CoeymanBeginnings of the code that should allow DOS programs...
2002-03-20  Duane ClarkAdd LVS_NOSORTHEADER support.
2002-03-20  Hidenori TakeshimaImplemented some APIs.
2002-03-20  Guy L. Albertelli- Reimplement functions 350, 351, 352 to use appropriat...
2002-03-20  Guy L. Albertelli- Correct RBN_CHILDSIZE rect value for CCS_VERT rebar.
2002-03-19  Hidenori TakeshimaFixed some bugs.
2002-03-19  Leo van den BergAdded some stubs.
2002-03-19  Sergei TurchanovOrdinal 342 is really named SHInterlockedCompareExchange.
2002-03-19  Duane ClarkTOOLBAR_LButtonUp should work even if ReleaseCapture...
2002-03-19  Hidenori TakeshimaAdded stubs.
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-19  Francois GougetDon't show the window.
2002-03-12  Michael KarcherpDst was advanced too much when decoding DELTA blocks.
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-11  Patrik Stridvall- Better handling when settimeofday is not available.
2002-03-11  Alexandre JulliardFixed inter-process packing of CB/LB_FINDSTRING, CB...
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2002-03-11  Duane ClarkAdd support for report mode text justification.
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-11  Hidenori TakeshimaAdded some stubs.
2002-03-11  Patrik StridvallFixed some issues found by winapi_check.
2002-03-11  Hidenori TakeshimaAdded and fixed some Japanese resources.
2002-03-11  Guy L. AlbertelliAdd support for WM_WINDOWPOSCHANGED to save new origin...
2002-03-11  Bill MedlandPass information through arguments instead of static...
2002-03-11  Mehmet YasarPrevent setup from crashing if a section in the INF...
2002-03-11  Turchanov SergeiImplement ordinal 342.
2002-03-11  Guy L. Albertelli- Add scaffolding for TB_{GET|SET}PADDING.
2002-03-11  Andreas MohrSome small cleanups to dinput mouse code.
2002-03-11  Andriy PalamarchukCreated dummy implementation of InternetSetOption function.
2002-03-11  Duane ClarkTest bUnicode and call appropriate DrawText routine.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Alexandre JulliardUpdated authors list from the Changelog. Please let...
2002-02-28  Alexandre JulliardAdded make check target to run unit tests too since...
2002-02-28  Duane ClarkAsk for correct number of chars in EditLblWndProcT.
2002-02-28  Michael CardenasMore complete implementation of SHLWAPI_356.
2002-02-28  Mike McCormackFixed merge error.
2002-02-28  Duane ClarkLISTVIEW_InsertColumnT can be called with a width of
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-02-27  Andriy PalamarchukAdded SystemParametersInfo unit test.
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-02-27  Bill MedlandCentre text correctly for the selected item.
2002-02-27  Guy L. Albertelli- Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
2002-02-27  Eric PouechFixed ShellExecute functions when ddeexec was present...
2002-02-26  Marcus MeissnerFixed cut&paste problem in SETRTS.
2002-02-26  Bill MedlandCorrect Word breaking in centred/right justified mode...
2002-02-26  Guy L. AlbertelliImplement EM_FMTLINES message based on relay trace...
2002-02-26  Eric PouechFixed DdeGetData when called for getting size.
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2002-02-26  Guy L. AlbertelliFix another bad test. Caused regression in IE 4.
2002-02-26  Charles DuffyStop TOOLBAR_MeasureString from dying on empty strings.
2002-02-26  Dave HawkesPartially repair hotspot handling.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-25  Gerard PatelLVM_GetItemRect should not take text size in account...
2002-02-22  Bill MedlandImplement multiline labels in the Large Item view by...
2002-02-22  Stefan LeichterCompile fix for GCC 2.7.x.
2002-02-22  Peter HunnisettAdd spec stub for RtlGetNtVersionNumbers.
2002-02-22  Gavriel StateChange useless warning into a TRACE.
2002-02-22  Peter Hunnisettatexit doesn't take a _onexit_t parameter.
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-02-21  Guy L. Albertelli- Forward ordinals 40, 41, 143, 362 to appropriate...
2002-02-21  Guy L. AlbertelliFix problems in DPA_Merge exposed by previous code...
2002-02-21  Bill MedlandDrawText ellipsification on all lines, not just single...
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-20  Bill MedlandDrawtext tidying up ready for the next big change:
2002-02-20  Lawson WhitneyProtect PathIsUNCServerShare from null lpszPath.
2002-02-19  Lawson WhitneySupport for nonstandard baud rate in SetCommState.
2002-02-19  Stefan LeichterAdded two missing exports.
2002-02-19  Ondrej MacekFix of ListView invalidation in LISTVIEW_SetBkColor.
2002-02-19  Gerard PatelHCR_GetDefaultIcon should set icon number to 0 if it...
2002-02-19  Hidenori TakeshimaFixed some deadlocks.
2002-02-19  Hidenori TakeshimaFixes for compatibility.
2002-02-19  Hidenori TakeshimaFixed bugs in processing DELTA.
2002-02-19  Bill MedlandChange the way that DrawText parses the next line to...
2002-02-19  Patrick HallerFix crash in VariantTimeToDosDateTime.
2002-02-19  Sander van LeeuwenMust make a copy of global handle returned by GetClipbo...
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-15  Rein KlazesIn SHFileOperation() when requested to copy files,...
2002-02-14  Martin DaleckiSome artwork on the default icons.
2002-02-14  Bill MedlandDrawText should not split words just because of clipping.
2002-02-14  Rein KlazesIn ShellExecute16, make sure there is a space between...
2002-02-14  Lawson WhitneyProtect against NULL wsaddrlen in ws_sockaddr_alloc.
2002-02-12  Guy L. AlbertelliPartially implement SHRegWriteUSValue{A|W}.
2002-02-12  Guy L. AlbertelliWhen the commandID was being treated as the index,...
2002-02-12  Guy L. AlbertelliFix regression in some programs due to CLR_DEFAULT...
2002-02-12  Guy L. AlbertelliCorrect tests involved with processing the LVIF_DI_SETI...
2002-02-12  Guy L. AlbertelliInitialize pszText to 0 for internal ->ceItem to elimin...
2002-02-12  Bill MedlandPut in place a proper tab model within DrawText (also...
2002-02-08  C. Scott AnanianFilled out the implementation of fscanf and _cscanf.
2002-02-08  Eric PouechFixed bug in cache init.
2002-02-08  Aric StewartUse the supplied buffer when copying item text.
2002-02-08  Lawson WhitneyFix off-by-one error in placing trailing \0.
2002-02-08  Ori PessachSet WS_EX_TOOLWINDOW in a tooltip's dwExStyle.
next