Commit Graph

36 Commits (master)

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
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 0b88a53acd taskmgr: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:42:09 +02:00
Michael Stefaniuc b11b448d72 taskmgr: Use SetRect() instead of open coding it.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-14 18:41:54 +09:00
André Hentschel 68d85cc7f8 taskmgr: Remove dead code. 2015-02-23 15:25:56 +09:00
Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
Alexandre Julliard 31f8893678 taskmgr: Use definitions from winternl.h instead of duplicating them. 2013-09-11 18:33:07 +02: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 eb4b262c89 taskmgr: Remove all TCHAR macro usage in main taskmgr code. 2011-05-17 16:02:33 +02:00
Francois Gouget 9668e1c0d4 taskmgr: Implement the Help menu. 2011-04-08 13:03:21 +02:00
Michael Stefaniuc efeb9ee4d2 taskmgr: Avoid using long. 2010-05-18 18:42:07 +02:00
Gerald Pfeifer 3e2ff7e5fe comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow. 2010-05-14 11:04:21 +02:00
Gerald Pfeifer 11bbb0f010 taskmgr: Remove variable idctrl which is not really used from TaskManagerWndProc. 2010-05-10 10:12:10 +02:00
Alexandre Julliard 80997b2f05 taskmgr: Set the window small icon. 2010-04-19 20:12:43 +02:00
Aurimas Fišeras 88a08f91c9 taskmgr: Make status bar text translatable. 2009-06-23 11:45:13 +02:00
Aurimas Fišeras 34ccc50a99 taskmgr: Make all static text translatable. 2009-06-22 11:28:25 +02:00
Francois Gouget fb02a4c657 taskmgr: Make FillSolidRect2() and Draw3dRect2?() static. 2009-05-06 12:20:10 +02:00
Michael Stefaniuc 87b15bb9fd taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
Casting to long would truncate the pointers when compiling with MSVC
for Win64.
2009-03-03 12:35:51 +01:00
Michael Stefaniuc e899241807 taskmgr: Remove some superfluous casts. 2008-12-08 12:04:21 +01:00
Michael Stefaniuc f3975c5a7e taskmgr: Replace malloc with HeapAlloc. 2008-12-08 12:04:17 +01:00
Michael Stefaniuc 4f199a10ad Remove the remaining casts of NULL. 2008-11-03 13:42:09 +01:00
Michael Stefaniuc 2d90c85ada taskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed. 2008-10-27 11:30:07 +01:00
Vladimir Pankratov b28a6c1889 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:17:16 +02:00
Michael Stefaniuc 9a522589fb programs: Remove unreachable break after return/break. Found by Smatch. 2007-07-19 11:57:53 +02:00
Francois Gouget bf52744657 taskmgr: Print GetLastError() in decimal with '%u'. 2007-01-05 20:27:17 +01:00
Mike McCormack 2a7dbd6740 taskmgr: Use correct types for Win64. 2006-06-06 11:29:13 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Francois Gouget 5c14417130 taskmgr: Avoid forward declarations and make functions static. 2006-03-21 20:05:29 +01:00
Mike McCormack 2d8459575e taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:58 +01:00
Thomas Weidenmueller ec9024cad3 Hook up "Hide on Minimize" & Add context menu to the tray icon. 2005-09-14 19:17:12 +00:00
Filip Navara e8efed92b3 Don't kill non-existing timers. Use EndDialog to close the dialog. 2005-09-14 15:37:25 +00: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 2e4bca9db5 Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
2005-06-13 18:56:00 +00:00
Francois Gouget 9f1aea2fb8 Assorted spelling fixes. 2004-05-05 01:09:24 +00:00
Eric Pouech d6b348f0a1 Ported the ReactOS taskmgr written by Brian Palmer. 2004-03-23 01:19:54 +00:00