Commit Graph

53 Commits (1175a2f3a26c3c2b6aa8dd9b523bcc1ceee3afa7)

Author SHA1 Message Date
Francois Gouget 5c14417130 taskmgr: Avoid forward declarations and make functions static. 2006-03-21 20:05:29 +01:00
Francois Gouget b01a1c6f0e taskmgr: Reorder functions to avoid forward declarations. 2006-03-21 20:04:46 +01:00
Francois Gouget b72013d6d1 taskmgr: Avoid forward declarations and make functions static. 2006-03-21 20:04:09 +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
Mike McCormack 1e27e1d584 taskmgr: Eliminate common code and fix a warning. 2006-03-20 22:08:51 +01:00
Mike McCormack ca4f8dd83c taskmgr: Fix some gcc 4.1 warnings. 2006-03-18 18:04:28 +01:00
Mike McCormack 2d8459575e taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:58 +01:00
Mike McCormack 489d61348a taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:53 +01:00
Mike McCormack 2f5293fd3c taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:48 +01:00
Mike McCormack 33bf2e581a taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:44 +01:00
Mike McCormack 83b94fc804 taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:39 +01:00
Mike McCormack 3be0cc810e taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:33 +01:00
Fatih Aşıcı 7f32d31a0b taskmgr: Turkish translation. 2006-02-06 13:08:25 +01:00
Eric Pouech 2bee5ab04e taskmgr: Fix viewing of debug channels.
Various internal cleanups.
2005-12-19 18:16:57 +01:00
Alexandre Julliard ec34a66612 Ignore symlink files too (needed for git). 2005-11-26 13:12:57 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
YunSong Hwang 5e7f77ea8b Update Korean translations. 2005-11-23 15:21:56 +01:00
Hans Leidekker 1833cfba75 Added Dutch translations. 2005-11-21 12:02:17 +00:00
YunSong Hwang 3ddd394e25 Update Korean translations. 2005-11-15 12:06:12 +00:00
YunSong Hwang 6e20af5dac Add Korean translations. 2005-11-14 11:27:36 +00:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00: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
Alexander N. Sørnes c7544ef800 Added Norwegian translations. 2005-09-20 12:00:13 +00:00
Henning Gerhardt 746cd5c026 Update the German resource file. 2005-09-15 09:31:56 +00: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 e99b69dba3 Michael Fritscher
Hook up "End Process" button.
2005-09-14 15:37:15 +00: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
Alexandre Julliard 903e0b9fc5 Get rid of a couple of non-portable long long constants. 2005-09-13 11:26:36 +00:00
Alexandre Julliard e4b2a0bbbc Use Get/SetWindowLongPtr instead of Get/SetWindowLong where
appropriate.
2005-09-09 15:20:04 +00:00
Mike McCormack 516a577df1 Fix gcc 4.0 warnings. 2005-08-19 10:04:03 +00:00
Mike McCormack b744372231 Turn off gcc 4.0's builtin wchar inlines. 2005-08-11 17:12:18 +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
Mike McCormack 5f409c7d5b Fix more warnings. 2005-06-10 19:32:24 +00:00
Dimitrie O. Paun 1ef6e296f9 Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h. 2005-05-11 12:00:58 +00:00
Vincent Béron 0fa5e855fb Use SUBLANG_NEUTRAL for French resources. 2005-05-04 09:52:47 +00:00
Alexandre Julliard e197332fa7 Removed a few more strncpy calls. 2005-04-26 14:35:53 +00:00
Alexandre Julliard d0ee9f9309 Avoid spaces before preprocessor directives, that's not portable. 2005-03-02 12:23:20 +00:00
Jonathan Ernst a7d85a80b0 French localization. 2005-02-24 19:38:20 +00:00
Henning Gerhardt 8cb24e729f Added German language support. 2005-02-23 20:57:51 +00:00
Marcelo Duarte d07c76480d Cleanup taskmgr resource file (get rid of C++ style coments, use "MS
Shell Dlg" for dialogs, etc).
Preparation for translators (move english resources to En.rc).
2005-02-21 18:32:41 +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 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
Francois Gouget 594c42c749 Assorted spelling fixes. 2004-09-01 01:28:51 +00:00