riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / pdh /
2012-12-21  Hans Leidekkerpdh: Accept the local machine name in counter paths.
2011-11-17  Francois Gougetpdh: Delete the static critical section when unloading...
2011-09-16  Francois Gougetpdh/tests: Some tests require that the user interface...
2011-09-16  Francois Gougetpdh/tests: Make the test pass on Windows 2000.
2011-09-16  Francois Gougetpdh/tests: Rename a counter to make the purpose of...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-01  Andrew Nguyenpdh: Implement and test PdhGetDllVersion.
2010-01-25  Hans Leidekkerpdh: Add a stub implementation of PdhSetDefaultRealTime...
2009-11-23  Austin Englishpdh: Add stubs for PdhExpandWildCardPathA/W.
2009-05-11  Joris Huizerpdh: Return correct error on allocation failure.
2009-05-08  Hans Leidekkerpdh: Implement PdhMakeCounterPathA/W.
2009-01-28  Ricardo Filipepdh: Add stub for EdhEnumObjectItemsA/W.
2008-04-24  James Hawkinspdh: Fix two tests that fail on win2k3.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-19  Jeff Latimerpdh: Pass parameters through to PdhLookupPerfIndexByNam...
2008-02-18  Jeff Latimerpdh: Remove unnecessary test done in PdhLookupPerfNameB...
2008-02-18  Jeff Latimerpdh: Check for size > 0 but no buffer.
2008-02-18  Jeff Latimerpdh/tests: Add test for size > 0 but no buffer.
2008-02-04  Marcus Meissnerpdh: Fixed wrong condition.
2007-12-10  Michael Stefaniucpdh: Rename the wrappers around HeapAlloc() &Co to...
2007-11-12  Hans Leidekkerpdh: Make two tests pass on Vista.
2007-10-31  Hans Leidekkerpdh: Remove or fix tests that fail on Windows.
2007-10-31  Michael Stefaniucpdh: Fix two missing LeaveCriticalSection() on error...
2007-10-30  Alexandre Julliardpdh: Fix a couple of race conditions in the thread...
2007-10-11  Francois Gougetpdh/tests: Fix compilation on systems that don't suppor...
2007-10-02  Marcus Meissnerpdh: Removed superflous NULL ptr check.
2007-10-01  Hans Leidekkerpdh: Skip tests when running on non-english locale.
2007-10-01  Hans Leidekkerpdh: Fix parameter handling in PdhAddEnglishCounter...
2007-10-01  Hans Leidekkerpdh: Implement PdhCalculateCounterFromRawValue.
2007-10-01  Hans Leidekkerpdh: Implement and test PdhCollectQueryDataEx.
2007-10-01  Hans Leidekkerpdh: Serialize access to performance counters and queries.
2007-10-01  Hans Leidekkerpdh: Add tests for PdhValidatePath{, Ex}{A, W}.
2007-10-01  Hans Leidekkerpdh: Implement PdhValidatePath{, Ex}{A, W}.
2007-08-08  Francois Gougetpdh/tests: Add missing '\n' to ok() calls.
2007-07-23  Hans Leidekkerpdh: Implement and test PdhAddEnglishCounter{A, W}...
2007-07-23  Hans Leidekkerpdh: Implement and test PdhLookupPerfIndexByName{A...
2007-07-23  Hans Leidekkerpdh: Add more tests and make them pass.
2007-07-23  Hans Leidekkerpdh: Add a stub processor time counter.
2007-07-16  Vitaliy Margolenpdh: Forward PdhOpenQuery to PdhOpenQueryW.
2007-07-12  Hans Leidekkerpdh: Fix two typos.
2007-07-12  Hans Leidekkerpdh: Use GetTickCount64 instead of GetTickCount.
2007-07-10  Hans Leidekkerpdh: Implement and test PdhGetCounterInfo{A, W} and...
2007-07-10  Hans Leidekkerpdh: Implement and test PdhGetRawCounterValue.
2007-07-10  Hans Leidekkerpdh: Implement and test PdhSetCounterScaleFactor and...
2007-07-10  Hans Leidekkerpdh: Add tests for Pdh{Add, Remove}Counter and PdhColle...
2007-07-10  Hans Leidekkerpdh: Add an uptime counter source based on GetTickCount.
2007-07-09  Hans Leidekkerpdh: Add tests for opening and closing queries.
2007-06-28  Hans Leidekkerpdh: Implement PdhCollectQueryData.
2007-06-28  Hans Leidekkerpdh: Implement PdhAddCounter{A, W} and PdhRemoveCounter.
2007-06-28  Hans Leidekkerpdh: Implement PdhOpenQuery{A, W} and PdhCloseQuery.
2007-06-04  Andrey Turkinpdh: Stub implementation of pdh.dll.