Commit Graph

23 Commits (master)

Author SHA1 Message Date
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 4c5e3205ee taskmgr: Remove some old commented out code, mostly C++.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-14 18:41:44 +09:00
Michael Stefaniuc 4cebe9e27e taskmgr: Drop a superfluous TRUE:FALSE conditional expression. 2012-08-16 11:06:54 +02:00
Alexandre Julliard 58a8047346 taskmgr: Fix includes order and avoid tchar.h and memory.h. 2012-01-23 16:07:34 +01:00
Pierre Schweitzer 4f18f4d2c3 taskmgr: Fix handle leaks. 2012-01-03 12:37:52 +01:00
Andrew Nguyen e5072fa660 taskmgr: Remove all TCHAR macro usage in tab page code. 2011-05-17 14:41:42 +02:00
Gerald Pfeifer 90e5edbf18 taskmgr: Remove two variables which are not really used from ApplicationPageCompareFunc. 2010-04-20 16:23:24 +02:00
Aurimas Fišeras ae62524d76 taskmgr: Make remaining strings translatable. 2009-06-26 12:00:17 +02:00
Francois Gouget c6643c6108 taskmgr: Make some functions static. 2009-02-09 13:15:44 +01:00
Francois Gouget 097863ba46 taskmgr: Reorder some functions to avoid forward declarations in applpage.c. 2009-02-05 13:14:27 +01:00
Michael Stefaniuc f3975c5a7e taskmgr: Replace malloc with HeapAlloc. 2008-12-08 12:04:17 +01:00
Vladimir Pankratov b98334b9ec taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:19:56 +02:00
Francois Gouget c4b1195c0c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Francois Gouget b01a1c6f0e taskmgr: Reorder functions to avoid forward declarations. 2006-03-21 20:04:46 +01:00
Mike McCormack 25564f9f3c taskmgr: Make some functions static. 2006-03-21 11:04:43 +01:00
Mike McCormack 423079eb3b taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros. 2006-03-21 11:04:32 +01:00
Thomas Weidenmueller 53a0c30078 Use anonymous events for synchronization. 2005-09-14 10:29:45 +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 23152a664c Authors: Richard Cohen <richard@daijobu.co.uk>, Jim Tabor, Thomas Weidenmueller <wine-patches@reactsoft.com>
64 bit fixes -- Store Window procs as WNDPROC, cast to DWORD_PTR in
SendMessageTimeout.
2005-09-13 14:31:51 +00:00
Dmitry Timoshkov 39f960bdfa - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
SetClassLongA/W according to SDK definitions.
- Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
  constants from using in Wine or in _WIN64 mode.
- Fix all places in Wine affected by the above changes.
2005-02-15 21:51:06 +00:00
Eric Pouech d6b348f0a1 Ported the ReactOS taskmgr written by Brian Palmer. 2004-03-23 01:19:54 +00:00