Commit Graph

5492 Commits (58810696015caed0d4c81d728b9b8ac4134feb87)

Author SHA1 Message Date
Andrew Nguyen 1cd007fa99 dxdiag: Improve the command-line parsing. 2011-06-13 15:30:44 +02:00
Alexandre Julliard 717bd66440 widl: Default to the cdecl calling convention in client/server functions. 2011-06-13 11:53:28 +02:00
Dan Kegel 32ea7d1f2e cmd: WCMD_delete: fix /s for dirnames containing spaces, add test. 2011-06-02 17:24:58 +02:00
Frédéric Delanoy 0198b3d01e taskmgr: No need for translatable string for IDC_MEM_USAGE_HISTORY_GRAPH pushbutton. 2011-06-02 16:24:14 +02:00
Andrew Nguyen c8ea11c0d8 hostname: Output a CRLF newline with the hostname string. 2011-06-01 16:12:34 +02:00
André Hentschel 3ea13c9c49 winedbg: Increase buffer for function names. 2011-06-01 16:07:32 +02:00
Dan Kegel 3ccfbaef70 cmd: WCMD_delete: move "Delete *.* ?" processing into WCMD_delete_confirm_wildcard. 2011-05-31 18:32:59 +02:00
Alexandre Julliard cf5d9a0e34 winevdm: Print an error when trying to start a DOS app from the z: drive. 2011-05-30 17:25:39 +02:00
Hans Leidekker 3de8370a4e uninstaller: Don't list system components. 2011-05-30 11:16:23 +02:00
Gerald Pfeifer 87c0e868be winedbg: Disable some dead code in expr_eval. 2011-05-26 17:40:41 +02:00
Dan Kegel 1857a05996 cmd: Don't read past end of thisVar in WCMD_expand_envvar (valgrind). 2011-05-26 15:23:57 +02:00
Dan Kegel 67873bdc9f cmd: Add simple test for %errorlevel%. 2011-05-26 15:23:56 +02:00
Akihiro Sagawa efa2b84811 winecfg: Update Japanese translation. 2011-05-26 13:33:43 +02:00
Akihiro Sagawa 884ccf9b3c winedbg: Add Japanese resource. 2011-05-26 13:33:38 +02:00
Dan Kegel ff1e7038b2 cmd: del /a: test deleting readonly files, with fix. 2011-05-24 13:26:04 +02:00
Dan Kegel 65b27c9ecd cmd: del /a: move parsing of attributes to helper function, use bitmasks. 2011-05-24 13:25:46 +02:00
Damjan Jovanovic 87e9f32f6d winemenubuilder: Extract icons from NE binaries too. 2011-05-24 13:24:50 +02:00
Alexandre Julliard 9b99cd1d31 makefiles: Create test resource files directly from the test build directory. 2011-05-24 11:15:20 +02:00
Francois Gouget 6a651fa7f4 hostname: Make display_computer_name() static. 2011-05-23 16:25:50 +02:00
Alexandre Julliard 6072329712 winetest: Get rid of the dist rules. 2011-05-22 13:22:31 +02:00
Alexandre Julliard e4eff85c8b makefiles: Create the binary resources for winetest from the top-level makefile. 2011-05-22 13:15:03 +02:00
Alexandre Julliard 305aca28b4 makefiles: Avoid creating an intermediate rc file for test binaries. 2011-05-22 12:50:10 +02:00
Andrew Nguyen ce97978ff0 hostname: Add an implementation of the hostname display utility. 2011-05-20 17:24:36 +02:00
Alexandre Julliard f51668fdf9 services: Add a timeout to all pipe communications with the service process. 2011-05-20 12:34:39 +02:00
Alexandre Julliard c9dc9a1063 services: Load some timeout parameters from the registry. 2011-05-20 12:33:58 +02:00
Alexandre Julliard 0c1c1fc20d services: Add a helper function to send a command to the service. 2011-05-20 12:32:32 +02:00
Andrew Nguyen aca2385d6c include: Revise the Winsock include in windows.h to match the Windows SDK. 2011-05-19 17:38:30 +02:00
Francois Gouget cfae31f2c4 taskmgr: Remove unused button labels. 2011-05-19 10:22:28 +02:00
Francois Gouget 6073425ca7 progman: Fix ellipsis usage in the menu and button labels.
Also renamed the 'Attributes' menu item to 'Properties' as it seems more 
standard and appropriate.
2011-05-19 10:22:14 +02:00
Francois Gouget 220c65492b oleview: Fix ellipsis usage in the menu and button labels. 2011-05-19 10:17:57 +02:00
Andrew Nguyen 218d970bdd winedbg: Eliminate a possible memory leak in input_fetch_entire_line. 2011-05-18 16:55:56 +02:00
Andrew Nguyen 9981938486 winedbg: Convert the CRLF newline to LF newline when reading interactive input. 2011-05-18 16:54:55 +02:00
Andrew Nguyen 1d9b7bda82 taskmgr: Remove all TCHAR macro usage in debug channel dialog code. 2011-05-18 16:44:12 +02:00
Lauri Kenttä c2705081ac winemenubuilder: Avoid warning about uninitialized value (clang). 2011-05-18 10:52:26 +02:00
Andrew Nguyen eb4b262c89 taskmgr: Remove all TCHAR macro usage in main taskmgr code. 2011-05-17 16:02:33 +02:00
Andrew Nguyen ec24b87adc taskmgr: Remove all TCHAR macro usage in miscellaneous UI code. 2011-05-17 14:42:44 +02:00
Andrew Nguyen 088d0630d9 taskmgr: Remove all TCHAR macro usage in miscellaneous menu code. 2011-05-17 14:42:37 +02:00
Andrew Nguyen da5623cb83 taskmgr: Remove all TCHAR macro usage in debug handling code. 2011-05-17 14:42:29 +02:00
Andrew Nguyen 10abc15faa taskmgr: Remove all TCHAR macro usage in process termination code. 2011-05-17 14:42:25 +02:00
Andrew Nguyen c0c857cbc6 taskmgr: Remove all TCHAR macro usage in priority handling code. 2011-05-17 14:42:20 +02:00
Andrew Nguyen b1f204549c taskmgr: Remove all TCHAR macro usage in affinity dialog code. 2011-05-17 14:42:14 +02:00
Andrew Nguyen c05ea50ae5 taskmgr: Remove all TCHAR macro usage in graph drawing code. 2011-05-17 14:42:06 +02:00
Andrew Nguyen e5072fa660 taskmgr: Remove all TCHAR macro usage in tab page code. 2011-05-17 14:41:42 +02:00
Francois Gouget 2bfa358d3d winefile: Standardize the 'Arrange Icons' menu label. 2011-05-16 16:35:29 +02:00
Anders Jonsson 2096d90141 winecfg: Update Swedish translation. 2011-05-13 10:55:37 +02:00
Marcus Meissner 16d13f24a0 winedump: Fixed minidump processor revision decoding (Coverity). 2011-05-12 15:42:57 +02:00
Nikolay Sivov c81d6e21a3 winecfg: Update Russian dialog strings. 2011-05-12 14:25:37 +02:00
Hwang YunSong 733d1763d3 winecfg: Update Korean resource. 2011-05-12 14:24:13 +02:00
Frédéric Delanoy 39c38cf024 winecfg: Update French translation. 2011-05-12 14:23:34 +02:00
Aurimas Fišeras d1bf3dc70a winecfg: Update Lithuanian translation. 2011-05-12 14:23:32 +02:00