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 |