Frédéric Delanoy
|
d463243754
|
taskmgr: Debug classes names are not translatable.
|
2012-02-08 17:19:50 -06: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
|
1d9b7bda82
|
taskmgr: Remove all TCHAR macro usage in debug channel dialog code.
|
2011-05-18 16:44:12 +02:00 |
Dylan Smith
|
fc888d6835
|
taskmgr: Finish partial unicode conversion of process page.
|
2009-08-24 15:17:34 +02:00 |
Aurimas Fišeras
|
ae62524d76
|
taskmgr: Make remaining strings translatable.
|
2009-06-26 12:00:17 +02: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 |
Vladimir Pankratov
|
bc4ded7469
|
taskmgr: Converted some functions and variables to Unicode.
|
2008-08-21 14:22:02 +02:00 |
Eric Pouech
|
955ba73ebf
|
taskmgr: Let the debug channels work again.
While I was at it, simplified the symbol lookup for the debug options.
|
2007-04-07 11:47:48 +02:00 |
Francois Gouget
|
e2a1168892
|
taskmgr: Remove ZeroMemory() calls and instead set the relevant fields (usually just iSubItem) to zero manually.
|
2006-10-05 17:41:34 +02:00 |
Andrew Talbot
|
6c3667ad10
|
taskmgr: Write-strings warnings fix.
|
2006-08-14 11:44:40 +02:00 |
Andrew Talbot
|
663187a3a7
|
taskmgr: Write-strings warnings fix.
|
2006-07-03 11:58:52 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
ca4f8dd83c
|
taskmgr: Fix some gcc 4.1 warnings.
|
2006-03-18 18:04:28 +01:00 |
Eric Pouech
|
2bee5ab04e
|
taskmgr: Fix viewing of debug channels.
Various internal cleanups.
|
2005-12-19 18:16:57 +01:00 |
Alexandre Julliard
|
cbc38965c0
|
New scheme for keeping track of debug channels that doesn't require
maintaining a list of all loaded dlls.
|
2005-09-28 15:21:48 +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 |
Mike McCormack
|
516a577df1
|
Fix gcc 4.0 warnings.
|
2005-08-19 10:04:03 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Eric Pouech
|
5c2a891c43
|
Made some functions and variables static.
|
2004-11-29 18:00:10 +00:00 |
Robert Shearman
|
6c50556e8b
|
Fix function and structure field types so we are compatible with the
native dbghelp.
|
2004-10-11 21:00:17 +00:00 |
Hans Leidekker
|
719a789792
|
Fix signed/unsigned comparison warnings.
|
2004-09-22 02:46:38 +00:00 |
Eric Pouech
|
17d464d0d9
|
Set correct options for dbghelp (ELF loading & parsing speed).
|
2004-04-05 22:49:32 +00:00 |
Eric Pouech
|
d6b348f0a1
|
Ported the ReactOS taskmgr written by Brian Palmer.
|
2004-03-23 01:19:54 +00:00 |