Commit History

Author SHA1 Message Date
  Zhiyi Zhang 3058bac5e9 taskmgr: Enable visual styles. 3 years ago
  Alexandre Julliard 9b63daca51 include: Default to the standards-compliant version of swprintf(). 5 years ago
  Michael Müller 5cd7f63f72 taskmgr: Use system font instead of special bitmap font. 5 years ago
  Alexandre Julliard 3036649a34 taskmgr: Use C runtime wchar functions instead of wine/unicode.h. 5 years ago
  Michael Stefaniuc 0b88a53acd taskmgr: Use the ARRAY_SIZE() macro. 6 years ago
  Michael Stefaniuc b11b448d72 taskmgr: Use SetRect() instead of open coding it. 8 years ago
  André Hentschel 68d85cc7f8 taskmgr: Remove dead code. 9 years ago
  Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 10 years ago
  Alexandre Julliard 31f8893678 taskmgr: Use definitions from winternl.h instead of duplicating them. 11 years ago
  Alexandre Julliard 58a8047346 taskmgr: Fix includes order and avoid tchar.h and memory.h. 13 years ago
  Andrew Nguyen eb4b262c89 taskmgr: Remove all TCHAR macro usage in main taskmgr code. 13 years ago
  Francois Gouget 9668e1c0d4 taskmgr: Implement the Help menu. 13 years ago
  Michael Stefaniuc efeb9ee4d2 taskmgr: Avoid using long. 14 years ago
  Gerald Pfeifer 3e2ff7e5fe comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow. 14 years ago
  Gerald Pfeifer 11bbb0f010 taskmgr: Remove variable idctrl which is not really used from TaskManagerWndProc. 14 years ago
  Alexandre Julliard 80997b2f05 taskmgr: Set the window small icon. 14 years ago
  Aurimas Fišeras 88a08f91c9 taskmgr: Make status bar text translatable. 15 years ago
  Aurimas Fišeras 34ccc50a99 taskmgr: Make all static text translatable. 15 years ago
  Francois Gouget fb02a4c657 taskmgr: Make FillSolidRect2() and Draw3dRect2?() static. 15 years ago
  Michael Stefaniuc 87b15bb9fd taskmgr: Cast to LPARAM the 4th argument passed to SendMessage. 15 years ago
  Michael Stefaniuc e899241807 taskmgr: Remove some superfluous casts. 16 years ago
  Michael Stefaniuc f3975c5a7e taskmgr: Replace malloc with HeapAlloc. 16 years ago
  Michael Stefaniuc 4f199a10ad Remove the remaining casts of NULL. 16 years ago
  Michael Stefaniuc 2d90c85ada taskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed. 16 years ago
  Vladimir Pankratov b28a6c1889 taskmgr: Converted some functions and variables to Unicode. 16 years ago
  Michael Stefaniuc 9a522589fb programs: Remove unreachable break after return/break. Found by Smatch. 17 years ago
  Francois Gouget bf52744657 taskmgr: Print GetLastError() in decimal with '%u'. 18 years ago
  Mike McCormack 2a7dbd6740 taskmgr: Use correct types for Win64. 18 years ago
  Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 18 years ago
  Francois Gouget 5c14417130 taskmgr: Avoid forward declarations and make functions static. 18 years ago