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