Commit Graph

17 Commits

Author SHA1 Message Date
Alexandre Julliard 9b63daca51 include: Default to the standards-compliant version of swprintf().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-11 16:46:41 +02:00
Vijay Kiran Kamuju 17056908ac taskmgr: Use StrFormatKBSizeW/StrFormatByteSizeW to show memory usage.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-04 22:30:44 +02:00
Michael Müller 5cd7f63f72 taskmgr: Use system font instead of special bitmap font.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-02 19:27:19 +02:00
Alexandre Julliard 3036649a34 taskmgr: Use C runtime wchar functions instead of wine/unicode.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-01 11:51:03 +02:00
Michael Stefaniuc 517a495737 taskmgr: Fix messed up indentation of an if statement (PVS-Studio). 2014-10-29 20:31:06 +09:00
Alexandre Julliard 58a8047346 taskmgr: Fix includes order and avoid tchar.h and memory.h. 2012-01-23 16:07:34 +01:00
Andrew Nguyen c05ea50ae5 taskmgr: Remove all TCHAR macro usage in graph drawing code. 2011-05-17 14:42:06 +02:00
Gerald Pfeifer e9c1750204 taskmgr: Remove variable CommitChargeLimit which is not really used from Graph_DrawMemUsageHistoryGraph. 2010-05-03 15:36:38 +02:00
Michael Stefaniuc f3975c5a7e taskmgr: Replace malloc with HeapAlloc. 2008-12-08 12:04:17 +01:00
Vladimir Pankratov b28a6c1889 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:17:16 +02:00
Gerald Pfeifer f35b93c655 taskmgr: Remove redundant out-of-domain checking which is already handled by PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage(). 2007-12-31 19:21:11 +01:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Francois Gouget b72013d6d1 taskmgr: Avoid forward declarations and make functions static. 2006-03-21 20:04:09 +01:00
Alexandre Julliard 86663762ec Authors: Thomas Weidenmueller <wine-patches@reactsoft.com>, Filip Navara <xnavara@volny.cz>
DLGPROCs return INT_PTR.
2005-09-14 10:06:09 +00:00
Alexandre Julliard 23152a664c Authors: Richard Cohen <richard@daijobu.co.uk>, Jim Tabor, Thomas Weidenmueller <wine-patches@reactsoft.com>
64 bit fixes -- Store Window procs as WNDPROC, cast to DWORD_PTR in
SendMessageTimeout.
2005-09-13 14:31:51 +00:00
Alexandre Julliard e4b2a0bbbc Use Get/SetWindowLongPtr instead of Get/SetWindowLong where
appropriate.
2005-09-09 15:20:04 +00:00
Eric Pouech d6b348f0a1 Ported the ReactOS taskmgr written by Brian Palmer. 2004-03-23 01:19:54 +00:00