Correctly use the returned value from GetTimeZoneInformation.
[wine] / dlls /
2004-10-25  Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-10-25  Dmitry Timoshkov- Remove bogus use of nStatCounter and hOleAut32 in...
2004-10-25  Dimitrie O. PaunUse only Unicode functions, it makes it easier to see...
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-25  Robert ReifDon't consider a device in use a failure.
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-25  Robert Shearman- Don't fill in any more information than native does...
2004-10-25  Robert Shearman- Don't leak memory when an app sends TTM_SETTITLE...
2004-10-25  Juan LangUse shell32 to get the user profile dir.
2004-10-25  Juan LangUpdate comment for LsaOpenPolicy.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-22  Aric StewartDon't reregister ProgIds over and over, also write...
2004-10-22  Stefan LeichterFixed GetModuleBaseNameA tests for WinXP.
2004-10-22  Mike McCormackUse Unicode functions in RegisterTypeLib.
2004-10-22  Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
2004-10-22  Alexandre JulliardAvoid copying invalid data on error.
2004-10-22  Francois GougetFix the function pointer declarations so MSVC likes...
2004-10-22  Francois GougetFlesh out the icm.h header (add COLORMATCHSETUP & co...
2004-10-22  Francois GougetThere is no point making '--register' functions stdcall...
2004-10-22  Stefan LeichterFixed GetAcceptLanguagesA tests for WinXP.
2004-10-22  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-22  Mike McCormackAdd a test for creating empty shelllink files.
2004-10-22  Dimitrie O. PaunAudit the Date Time Control. Unicodification.
2004-10-22  Robert ReifDon't consider a bad format an error unless the capabil...
2004-10-21  Rolf Kalbermatter- SHCreateDirectory should create intermediate director...
2004-10-21  Uwe BonnesMonthcal_SetRange: Set proper value for min date.
2004-10-21  Francois GougetFix some issues reported by winapi_check:
2004-10-21  Robert ShearmanAlways remove WS_BORDER style from ComboBoxEx control.
2004-10-21  Ge van Geldorp- Don't double-quote an already double-quoted argument.
2004-10-21  Jason EdmeadesImplement the beginnings of the stateblock class, and...
2004-10-21  Thorsten KaniDon't add extra OFFSET_X/Y to the calculation of rcBitm...
2004-10-21  Robert ReifTrailing white space cleanup.
2004-10-21  Mike McCormackImplement ChangeServiceConfig2A using ChangeServiceConf...
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-10-21  Francois GougetRemove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
2004-10-21  Francois GougetFix the declaration of SymEnumSymbols() in dbghelp...
2004-10-21  Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-21  Rein Klazes- mktime should compute the tm_wday, tm_yday and renorm...
2004-10-21  Robert ShearmanCorrect the date of the completeness audit.
2004-10-21  Walt OgburnVarParseNumFromStr: Keep zeros after decimal point...
2004-10-21  Robert NorthFix WTInfoA in wintab.c so it can now take lpOutput...
2004-10-21  Dimitrie O. PaunAudit the month calendar.
2004-10-21  Robert Shearman- Draw with ILD_TRANSPARENT instead of ILD_NORMAL to...
2004-10-21  Mike McCormackImplement ChangeServiceConfigA using ChangeServiceConfigW.
2004-10-21  Robert ReifDon't consider a device that is already in use a test...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-19  Hans LeidekkerAdd ffs() to porting library, needed by MinGW.
2004-10-19  Stefan LeichterAdded dummy implementation for EnumUILanguagesA/W.
2004-10-19  Vincent BéronUse a new DLLDEFS variable in configure/Makefiles to...
2004-10-19  Robert ShearmanImplement SetPathWordBreakProc and MirrorIcon.
2004-10-19  Robert ShearmanRebar completeness audit.
2004-10-19  Alexandre JulliardRegQueryValueW must return count in bytes for empty...
2004-10-19  Robert ReifDon't consider failure with DSERR_NODRIVER a test failure.
2004-10-19  Dmitry TimoshkovMake TranslateAcceleratorA handle national characters.
2004-10-19  Ge van GeldorpPass correct uiParam for SPI_GETNONCLIENTMETRICS.
2004-10-19  Uwe BonnesAdd kernel32 as import for wintrust.
2004-10-19  Mike McCormackImplement CallNamedPipeA using CallNamedPipeW.
2004-10-19  Walt OgburnKeep "trailing" zeros on whole number part of a decimal.
2004-10-19  Walt OgburnTest that SafeArrayDestroyData keeps the pointer if...
2004-10-19  Walt OgburnSafeArrayDestroyData - keep pointer, don't destroy...
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-19  Mike McCormackConvert the shellmenu code to use unicode.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-10-18  Ge van GeldorpDon't free subclass stack while it's still in use.
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2004-10-18  Bill MedlandDuring startup of the connection to an external ODBC...
2004-10-18  Vincent BéronFix some types problems.
2004-10-18  Walt OgburnTest zero exponents with and without signs.
2004-10-18  Markus AmslerPush on stack in 16 bit mode with segment wrap around.
2004-10-18  Rolf KalbermatterModify ANSI functions to allocate intermediate Unicode...
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Dmitry TimoshkovProtect USER32 against early graphics driver unloading.
2004-10-18  Dimitrie O. PaunImplement LBS_COMBOBOX, and make use of it.
2004-10-18  Joris HuizerAdded IClassFactory->CreateInstance aggregation checks.
2004-10-18  Peter Riocreux Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.
2004-10-18  Markus AmslerInitialize .COM stack.
2004-10-18  Stefan LeichterAdded stub for CryptCATAdminAcquireContext.
2004-10-18  Rein KlazesIn RtlQueryTimezoneInformation use information from...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Robert Shearman- TBN_DELETINGBUTTON sends the command ID, not the...
2004-10-18  Mike McCormackFix port enumeration.
2004-10-18  Hans LeidekkerAvoid using gettimeofday().
2004-10-18  Rein KlazesTest whether the ft_encoding's are defined, not the...
2004-10-18  Marcus MeissnerStub function for OpenInputDesktop.
2004-10-18  Mike McCormackAdd stub implementation for CreateProxyFromTypeInfo.
2004-10-18  Vincent BéronProtect some more types which can be redeclared in...
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-10-18  Robert ShearmanImplement ImageList_SetColorTable.
2004-10-18  Robert ShearmanThe "colors" parameter of SetDIBColorTable should be...
2004-10-18  Michael JungFixed a typo in CryptExportKey.
2004-10-18  Robert ShearmanImprove proxy destruction comment.
2004-10-18  Mike McCormackMask SIGCHLD to prevent partial writes in the new_proce...
2004-10-18  Rolf KalbermatterAdded SHFreeNameMappings implementation.
2004-10-14  Alexandre JulliardFixed spelling of 'hierarchy'.
2004-10-14  Hans LeidekkerAdded check for fork() to fix the MinGW build.
2004-10-14  Gerald PfeiferCompletely disable unused function show_image().
next