wine
2004-02-26  Mike HearnAdd a comment to explain the LockWindowUpdate situation.
2004-02-26  Dmitry TimoshkovAdd A/W mapping for MCI_DGV_WINDOW_PARMS.
2004-02-26  Dimitrie O... For static libs (.a) we need to pass the actual filenam...
2004-02-26  Sean YoungCheck uSize parameter in waveOutUnprepareHeader and
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-26  Huw DaviesCall TIME_GetBias rather than RtlQueryTimeZoneInfo...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-25  Alexandre JulliardReturn the right error code for non-existent VxD modules.
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-02-25  Lionel UlmerHandle proper substraction of unsigned numbers.
2004-02-25  Dimitrie O... Add VMM VxD.
2004-02-25  Huw DaviesSpeed up RtlTimeFieldsToTime.
2004-02-25  Matt ChapmanFix dumping of Unicode strings.
2004-02-25  Matt ChapmanFix a reentrancy issue in the property sheet implementa...
2004-02-25  Fabian CenedeseNo sign extension for negative values.
2004-02-24  Alexandre JulliardTweak the load order algorithm a bit to better reflect...
2004-02-24  Alexandre JulliardReturn right away from import_dll when a dll is not...
2004-02-24  Alexandre JulliardMore robust fix for the artsc-config breakage.
2004-02-24  Yorick HardyUse SHN_UNDEF instead of STN_UNDEF to specify undefined...
2004-02-24  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-24  Dmitry TimoshkovSet SA_RESTART sigaction flag for other BSDs beside...
2004-02-24  Lionel Ulmer- fix 'empty' glyphs
2004-02-24  Alexandre JulliardRemoved some of the DOS device hacks (based on a patch...
2004-02-24  Uwe BonnesImplement I64 modifier, move WARN to TRACE.
2004-02-24  Alexandre JulliardChanged handling of special DOS devices to use real...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-02-24  Ivan Leo Murray... Italian update.
2004-02-24  Christian CostaAccept null module instance, Loadstring can handle it.
2004-02-24  Christian CostaFixed waveInGetDevCapsW.
2004-02-24  Huw DaviesSpeed up RtlTimeToTimeFields.
2004-02-24  Dmitry TimoshkovConvert app description field to unicode and use CP_UNI...
2004-02-24  Dimitrie O... Merge winewrap into winegcc. Many cleanups.
2004-02-24  Eric Pouech- fixed ELF modules' size information
2004-02-24  Uwe BonnesIO_pp_outp: Allow to switch direction of the printer...
2004-02-24  Maxime BellengéFix a regression in ImageList_Create when creating...
2004-02-24  Lionel UlmerUse the NULL matrix instead of giving a badly filled...
2004-02-24  Kevin KoltzauFill unused gap to fix lookups past CSIDL_CONNECTIONS.
2004-02-21  Alexandre JulliardAllow the implementation of the VxDCall entry points...
2004-02-21  Ferenc WagnerReport the error sent by the CGI script.
2004-02-21  Dimitrie O... Rewrite winegcc in preparation for merging with winewrap.
2004-02-21  Mike HearnImplement SHDOCVW_DllGetVersion. It returns the same...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Alexandre JulliardRemoved a couple of unneeded helper functions.
2004-02-20  Dimitrie O... Fix typo introduced during the path search reorganizaton.
2004-02-20  Patrik Stridvall- API files update.
2004-02-20  Ulrich CzekallaUse dibsections for the images.
2004-02-20  Huw DaviesIf TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate...
2004-02-20  Ferenc WagnerAdd a free() call at the end.
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-20  Alexandre JulliardCreate real file handles for VxDs instead of using...
2004-02-20  Robert Shearman- Implement string functions in comctl32.
2004-02-20  Dmitry TimoshkovFirst step in using faster approach for A<->W message...
2004-02-20  Dimitrie O... Update DEVELOPERS-HINTS with the newly added VxDs.
2004-02-20  Dimitrie O... LVN_BEGINRDRAG is implemented now. Fix typo.
2004-02-20  Kevin KoltzauImplemented system metric functions.
2004-02-20  Alexandre JulliardAdded support for implementing VxDs as separate dlls...
2004-02-20  Brian VincentRemove reference to Calmira file manager, add bit about...
2004-02-20  Gerald PfeiferFix non-standard code in report().
2004-02-20  Ulrich CzekallaGet the rectangle from the dc and uncomment PlayEnhMeta...
2004-02-20  Rein KlazesAdd stub implementation for SetICMProfileA().
2004-02-20  Aric StewartImplemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
2004-02-20  Finlo BoydeFix for deadlock when using private colormap.
2004-02-19  Ferenc Wagner- command line handling (GUI will follow)
2004-02-19  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-19  Mike HearnTo reduce debugging noise, make IMalloc32/IMallocSpy...
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-02-19  Kevin KoltzauDefine SPI_* values introduced in XP.
2004-02-19  Ulrich CzekallaAdvance index as we set the atom values.
2004-02-19  Mike HearnThe presence of FGetComponentPath is used to check...
2004-02-17  Michael StefaniucAdded winedump man page, heavily based on the README...
2004-02-17  Jon GriffithsStub the stopwatch API.
2004-02-17  Alexandre JulliardFixed a trace.
2004-02-17  Fabian CenedeseListView should behave in OWNERDRAW as in FULLROWSELECT...
2004-02-17  Robert ShearmanForward some wrapper functions since we don't care...
2004-02-17  Marcus MeissnerSupport emulation of the privileged mov dr7,eax instruc...
2004-02-17  Christian CostaAdded some stubs.
2004-02-17  Kevin KoltzauCorrected method of creating registry keys, both to...
2004-02-17  Robert ShearmanMove string functions to separate file.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-17  Robert Shearman- Fix some traces.
2004-02-17  Robert van... Allow user to choose "native", "native,builtin", "builtin",
2004-02-17  Fabian CenedeseAccept VT_BOOL mixed with another type as valid combina...
2004-02-17  Alexandre JulliardFixed IntlStrEqWorkerA/W prototypes.
2004-02-17  Robert Shearman- Add IntlStrEqWorkerA/W.
2004-02-17  Robert ShearmanDocumentation update.
2004-02-17  Dmitry TimoshkovWrite section access also assumes read access.
2004-02-17  Kevin KoltzauKeep track of theme filename within THEME_FILE.
2004-02-16  Marcus MeissnerAllow specification of "DLLMODE=native" for native...
2004-02-16  Alexandre JulliardRenamed --exe-mode option to --mode now that it can...
2004-02-16  Mike HearnGrow the treeview control expander button by 1px in...
2004-02-16  Sami AarioNo need to link against the uuid library.
2004-02-16  Alexandre JulliardThe clip rectangle for ExtTextOut is in logical coords.
2004-02-16  Dmitry TimoshkovTake palette into account while responding on
2004-02-16  Dimitrie O... Add the new RSA encryption DLL.
2004-02-16  Kevin KoltzauImplement DrawThemeBackgroundEx, DrawThemeText, GetThem...
2004-02-16  Marcus MeissnerNo need to check for DllEntryPoint style constants.
2004-02-16  Lionel UlmerStore pointers in the internal structures and not handles.
2004-02-16  Sami AarioAdded surface tests.
2004-02-16  Robert ReifAdd secondary buffer array.
next