Commit Graph

1681 Commits

Author SHA1 Message Date
Detlef Riekenberg
5ea9e8224e cmdlgtst: Use standard debug functions. 2006-06-09 13:26:07 +02:00
Mike McCormack
fac494c822 server: open_console's from field should be a handle. 2006-06-07 14:30:28 +02:00
Michael Stefaniuc
56026299d0 Remove more redundant NULL checks before HeapFree (found by Smatch). 2006-06-07 14:20:09 +02:00
Dmitry Timoshkov
f2ae9e4bdc winecfg: Avoid unnecessary casts. 2006-06-07 11:48:28 +02:00
Alexandre Julliard
dbd566d545 Revert "winedbg: Remove useless NOCMD state."
This reverts 92deacbe42 commit.
2006-06-06 17:15:31 +02:00
Mike McCormack
71a69dd817 winecfg: Make some pointer casts win64 compliant. 2006-06-06 11:29:32 +02:00
Mike McCormack
ce238a4087 wineconsole: Use correct prototypes for dialog procs. 2006-06-06 11:29:26 +02:00
Mike McCormack
8afbf73c30 wcmd: Fix a Win64 warning. 2006-06-06 11:29:20 +02:00
Mike McCormack
2a7dbd6740 taskmgr: Use correct types for Win64. 2006-06-06 11:29:13 +02:00
Mike McCormack
639e8d26f7 hh: Cast GetProcAddress's return to supress a Win64 warning. 2006-06-06 11:29:07 +02:00
Mike McCormack
5ea2a17776 winetest: Fix dialog prototypes. 2006-06-06 11:29:02 +02:00
Juan Lang
b885b76146 winedbg: Get rid of unused mode command. 2006-06-05 21:01:40 +02:00
Magnus Lundborg
80e5f27b30 wordpad: Declare three functions as static to avoid compiler warnings. 2006-06-05 21:00:32 +02:00
Juan Lang
92deacbe42 winedbg: Remove useless NOCMD state. 2006-06-05 13:50:23 +02:00
Eric Pouech
65da8987d5 winedbg: Correct typedefs in type manipulations. 2006-06-05 13:24:24 +02:00
Mike McCormack
bda34ac973 progman: Win64 fixes. 2006-06-05 13:22:54 +02:00
Mike McCormack
7300f56300 cmdlgtst: Use correct types for Win64. 2006-06-05 13:22:45 +02:00
Mike McCormack
a4eb809fb2 winemine: Fix dialog proc prototypes for Win64. 2006-06-05 13:22:38 +02:00
Mike McCormack
b7049d52e5 winemine: Remove dialog.h as it's redundant. 2006-06-05 13:07:09 +02:00
Juan Lang
a866fa37e9 winedbg: Fix a crash on initial empty input. 2006-06-03 11:58:34 +02:00
Emmanuel Maillard
81b5450cff winecfg: Add CoreAudio to audio drivers list. 2006-06-02 11:21:36 +02:00
Mike McCormack
61a0799b88 wineconsole: Store the font as a DWORD_PTR. 2006-05-31 11:58:25 +02:00
Mike McCormack
899840c964 wineconsole: Use a Get/SetWindowLongPtr to store a pointer. 2006-05-31 11:58:15 +02:00
Mike McCormack
74a03d2541 wordpad: Use GetWindowLongPtr to get the HINSTANCE. 2006-05-31 11:58:10 +02:00
Mike McCormack
e550eab7e5 msiexec: Improve 64bit compatibility. 2006-05-30 12:23:43 +02:00
Alexandre Julliard
9ca8a86914 Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
Mike McCormack
d20c6cf8ca Fixed more boolean comparisons against TRUE. 2006-05-24 14:38:20 +02:00
Jonathan Ernst
ce7e2e16ab Uniformization of French main menu accelerators. 2006-05-24 10:35:26 +02:00
Hans Leidekker
b643ffbc23 uninstaller: Add Dutch resources. 2006-05-24 10:25:56 +02:00
Alexandre Julliard
3098199e0b winspool: Renamed the directory to winspool.drv. 2006-05-23 17:10:52 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Vitaliy Margolen
1175a2f3a2 d3d8: Add refcount test. 2006-05-22 11:31:36 +02:00
Eric Pouech
820141114e winedbg: extract_as_integer
- now supporting extract_as_integer on functions (so that, 
  for example, 'disas foo' works as expected)
- now properly handling errors when calling extract_as_integer
2006-05-17 10:41:41 +02:00
Eric Pouech
bf8509d37c winedbg: Fixed regression for command 'bt all'.
Don't print 'process has terminated' message when detaching from a
process (or backtracing it).
2006-05-15 11:04:05 +02:00
Michael Stefaniuc
a87520036f janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
2006-05-10 11:31:41 +02:00
Robert Reif
6f4e208321 winecfg: Fix audio crash when no drivers are available. 2006-05-08 14:49:58 +02:00
Mike McCormack
16ee9aba88 msiexec: Force using /i file.msi, some programs pass properties without an =. 2006-05-05 16:33:18 +02:00
András Kovács
a64e13c679 regedit: Translation to Hungarian. 2006-05-05 16:32:46 +02:00
András Kovács
94c65025d4 wordpad: Translation to Hungarian. 2006-05-05 16:32:27 +02:00
Mikołaj Zalewski
f911433ece progman: Add close button and sysmenu to dialogs. 2006-04-20 11:34:32 +02:00
Alexandre Julliard
67394207a9 explorer: Reuse drives that point to the same device to avoid memory leaks.
Also print a warning if HAL support is not compiled in.
2006-04-18 21:12:43 +02:00
Alexandre Julliard
7a324307b3 explorer: Initial version of dynamic drive support using HAL. 2006-04-18 16:48:13 +02:00
Mikołaj Zalewski
d6cb3e8b98 progman: Fix two simple bugs.
Use correctly the GetOpenFileName function.
Use _lcreat instead of _lopen to create a new file.
2006-04-18 11:16:04 +02:00
Mike McCormack
6d9af55a12 configure: Remove the --disable-debug and --disable-trace options. 2006-04-17 12:38:52 +02:00
Mike McCormack
13dccd7541 regsvr32: Ignore the /c flag. 2006-04-17 12:38:26 +02:00
Alexander N. Sørnes
a4b0147b2a winefile: Fix typo in the Norwegian resources. 2006-04-17 12:00:15 +02:00
Jonathan Ernst
90237e1281 winecfg: French localization. 2006-04-17 11:58:00 +02:00
Andrew Riedi
58c61b5615 explorer: Fixed a typo in system tray. 2006-04-17 11:18:42 +02:00
Mikołaj Zalewski
ec328c1e70 winefile: Use header full drag. 2006-04-14 10:50:39 +02:00
Anssi Hannula
3a0829105b winecfg: Update the Finnish resources. 2006-04-14 10:50:23 +02:00