Milko Krachounov
5d138be46d
winecfg: Update Bulgarian translation.
2006-03-20 12:04:19 +01:00
Jeff Latimer
18f5d0abdc
winedbg: Copy floating point status to the dbgcontext.
2006-03-20 12:04:00 +01:00
Robert Shearman
6291ad6ca1
wcmd: Use PACKAGE_VERSION as the wcmd version.
2006-03-20 12:01:06 +01:00
Mike McCormack
3b397e5079
winefile: Eliminate use of windowsx.h.
2006-03-18 18:39:16 +01:00
Eric Pouech
db90e17d92
dbghelp: Live target detection.
...
- DBGHELP_NOLIVE env variable is tested earlier to avoid
some strange effects in live target detection
- in WineDbg, delete DBGHELP_NOLIVE before attaching to
a process, because we know it must be a live target
2006-03-18 18:05:38 +01:00
Mike McCormack
d5816d2202
Remove some unnecessary uses of windowsx.h
2006-03-18 18:04:51 +01:00
Mike McCormack
ca4f8dd83c
taskmgr: Fix some gcc 4.1 warnings.
2006-03-18 18:04:28 +01:00
Mike McCormack
a3b7a0729f
winecfg: Fix some gcc 4.1 warnings.
2006-03-18 18:04:21 +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
Mike McCormack
01d99121e5
regedit: Fix some gcc 4.1 warnings.
2006-03-17 13:11:28 +01:00
Alexandre Julliard
bbb4303315
winecfg: Support for loading the list of dlls from the build directory.
2006-03-17 13:09:54 +01:00
Alexandre Julliard
5319db6332
Remove some no longer needed library paths.
2006-03-16 16:28:43 +01:00
Alexandre Julliard
9af38dfbc7
avitools: Fixed library path for msvfw32.
2006-03-15 15:24:05 +01:00
Alexandre Julliard
af781f398a
winsock: Renamed the winsock directory to ws2_32.
2006-03-15 09:57:30 +01:00
Alexandre Julliard
04dad6218f
winefile: Refresh the drives and files upon WM_DEVICECHANGE.
2006-03-10 21:43:25 +01:00
Petr Tesarik
315c4e78cb
winedbg: Fix lcall instruction opcode.
2006-03-10 21:41:09 +01:00
Fatih Asici
487637b32f
wordpad: Add Turkish resource file.
2006-03-10 21:40:49 +01:00
Fatih Asici
7afc874b5d
winecfg: Update Turkish resource file.
2006-03-10 21:40:40 +01:00
Alexandre Julliard
576e3b7062
explorer: Merged systray support with the desktop window main loop.
...
Systray is now always available as part of the desktop and doesn't
need to be started from shell32.
2006-03-07 11:50:05 +01:00
Alexandre Julliard
a93b6a5945
explorer: Added desktop option.
...
The /desktop option causes explorer to create and manage the desktop
window.
2006-03-07 11:41:52 +01:00
Robert Shearman
7f515f3112
wcmd: Improve command line processing.
...
Make the command line processing more robust by continuing to process
command line options if an unknown one is detected and remove the
skipping of argv[0], which is no longer necessary. This fixes the
parsing when argv[0] isn't set to the program name.
2006-03-06 11:11:55 +01:00
Mike McCormack
e06b046f59
winecfg: Fix a typo (LVM_ -> TVM_).
2006-03-04 17:40:40 +01:00
Dmitry Timoshkov
182a66c0db
winebrowser: Use CP_UNIXCP when translating URL passed on command line
...
to unicode.
2006-03-04 16:13:04 +01:00
Mike McCormack
d8bc6879be
regedit: Fix some gcc 4.1 warnings caused by casts in macros.
2006-03-03 13:19:15 +01:00
Mike McCormack
abfc9b8c27
winecfg: Eliminate some gcc 4.1 warnings caused by casts in macros.
2006-03-03 13:19:09 +01:00
Eric Pouech
81198f3971
winedbg: Bring usage() and .man up to date.
2006-03-02 11:55:12 +01:00
Eric Pouech
348067a9bf
winedbg: Add ability to reload a minidump.
...
- now recognize winedbg foo.mdmp on command line
- fleshed out tgt_minidump to reload information from minidump
2006-03-02 11:49:41 +01:00
Eric Pouech
c918e80ed2
winedbg: process_io
...
- added ability to specify process_io at process creation/attachment
time
- created a process_io structure for gdbproxy
2006-03-02 11:48:43 +01:00
Eric Pouech
f29d084c37
winedbg: main_loop.
...
- split dbg_main_loop in two parts (one for finishing the debuggee
attachment, the second one really for handling the main loop)
- removed now longer needed dbg_main_loop
2006-03-02 11:43:10 +01:00
Dmitry Timoshkov
832ec70565
notepad: Wrap long lines by default like Windows does.
2006-02-28 15:37:24 +01:00
Alexandre Julliard
556242b71d
lz32: Renamed lzexpand directory to lz32.
2006-02-28 12:54:48 +01:00
Eric Pouech
5ca519705d
winedbg: Added a close_process method to process_io.
...
- added a close_process method to process_io
- made use of it to get rid of dbg_detach
2006-02-28 12:07:23 +01:00
Eric Pouech
4202c752d3
winedbg: Extend auto mode with minidump.
...
- added -minidump and -minidump <file> options to command line
Those options are to be used in remplacement of --auto to create a minidump
In the form --minidump <file>, the minidump will be created in <file>,
otherwise the filename will be automatically generated.
2006-02-28 12:06:33 +01:00
Eric Pouech
67001a1d8b
winedbg: Rewrite auto mode.
...
- rewrote auto mode as a specific set of commands to be run in
regular parser, instead of hard coding those commands
- added a new function to store a set of commands to be executed
in a file
- added 'echo' command to the parser functions
- got rid of dbg_action_mode
- added support of '--' on command line
2006-02-28 12:05:15 +01:00
Eric Pouech
22ff946409
winedbg: Fixed regression in gdb handling.
2006-02-28 12:05:06 +01:00
Kovács András
20d5741fd1
winecfg: New Hungarian language resource.
2006-02-28 12:02:04 +01:00
Eric Pouech
893d7524c7
winedbg: Auto mode.
...
- rewrite auto mode startup
- move part of auto handling to tgt_active.c
2006-02-27 14:30:18 +01:00
Eric Pouech
a67f8e862e
winedbg: Move gdb command line handling.
...
- moves gdb command line handling to gdbproxy.c
- using manifest constants to make code more readable
2006-02-27 14:22:21 +01:00
Eric Pouech
ac7be1e91b
winedbg: Active and command line.
...
- move process attachment and process creation (related to command
line handling) from winedbg.c to tgt_active.c
- tidy up argument parsing
2006-02-27 14:19:57 +01:00
Eric Pouech
f16f847cc7
winedbg: Cleanup the process_io usage.
...
- made be_process_io references 'const'
- make use of it for dbg_read_memory and dbg_write_memory
2006-02-27 14:17:25 +01:00
Eric Pouech
829e002c3f
winedbg: Active targets
...
Move all code related to an 'active' target (ie a running process)
from winedbg.c to tgt_active.c.
2006-02-27 14:14:05 +01:00
Alexander N. Sørnes
46a96312e5
Updated/new Norwegian Bokmål resources.
2006-02-24 21:11:03 +01:00
Francois Gouget
4aa6418d51
Assorted spelling fixes.
2006-02-24 21:10:03 +01:00
Alexandre Julliard
acdd03add6
explorer: Moved systray configuration option to a more appropriate place
...
and make it compatible with the way other options are stored.
2006-02-22 17:01:15 +01:00
Robert Shearman
f689e3fca4
shell32: Move systray handling to the explorer process.
2006-02-22 16:33:33 +01:00
Jason Green
42d6fe6bd5
winefile: Add the ability to save window position to the registry.
2006-02-21 11:36:02 +01:00
YunSong Hwang
021a125dc3
winecfg: Updated Korean translation.
2006-02-20 11:14:59 +01:00
YunSong Hwang
7ab5e7c59a
wordpad: Add Korean translation.
2006-02-20 11:14:48 +01:00
Uwe Bonnes
69e4c4f1be
winhelp: Zero out WINHELP_WINDOW in WINHELP_CreateHelpWindow.
2006-02-20 11:12:07 +01:00
Eric Pouech
804cd257f6
winedbg: Fixed regression: stack info was no longer working.
2006-02-20 11:03:33 +01:00
Hans Leidekker
68d41b41b7
winebrowser: Handle file URLs.
2006-02-18 15:50:06 +01:00
Stefan Leichter
7eba266ea8
winetest: Added usp10 tests.
2006-02-18 15:04:11 +01:00
Phil Krylov
38e1b85324
wordpad: Russian translation.
2006-02-17 11:37:51 +01:00
Hans Leidekker
34a34c7b6e
wordpad: Dutch localization.
2006-02-17 11:37:21 +01:00
Paul Vriens
3c3a7724fc
winecfg: Localize the app specific title.
2006-02-16 19:44:53 +01:00
YunSong Hwang
dc8f5ee48b
progman: Updated Korean translation.
2006-02-16 19:38:19 +01:00
Jonathan Ernst
582eeaa573
wordpad: French localization.
2006-02-16 12:18:17 +01:00
YunSong Hwang
3ab7a987bd
winecfg: Updated Korean translation.
2006-02-16 12:09:46 +01:00
Jonathan Ernst
6ed40c10d6
winecfg: French resource update.
2006-02-16 12:09:34 +01:00
Henning Gerhardt
2907693ba9
wordpad: Added German resource.
2006-02-16 12:09:21 +01:00
Eric Pouech
a7ff2f671c
winedbg: A couple of fixes after running valgrind.
2006-02-16 12:06:43 +01:00
Jacek Caban
0a5a8813cb
winecfg: glut32.dll may be configured as native.
2006-02-15 13:36:52 +01:00
Paul Vriens
ae39454d5a
winecfg: Update Dutch resources.
2006-02-15 11:50:26 +01:00
Krzysztof Foltman
07bcfbdc9c
programs: Add an implementation of Wordpad.
2006-02-14 14:48:29 +01:00
Eric Pouech
467ba4d398
winedbg: Allow using MSVC mangled symbol names as identifiers.
2006-02-14 14:03:52 +01:00
Mike Frysinger
5392844392
Add support for 'make install DESTDIR'.
2006-02-14 13:51:38 +01:00
Michael Jung
51a3198748
winecfg: Support for setting symlinks for 'Desktop' and 'My Stuff' shell folders.
2006-02-14 13:09:30 +01:00
Stefan Leichter
186a5cfdf5
winetest: Add riched20 tests.
2006-02-14 11:35:23 +01:00
Michael Jung
78298049eb
winecfg: Cleaned up various control positions on the German version of
...
the audio tab.
2006-02-14 10:41:44 +01:00
Petr Tesarik
0dec5281d1
winhelp: Czech language resources encoding fix.
2006-02-13 13:30:01 +01:00
Petr Tesarik
42a1c74e17
winemine: Czech language resources encoding fix.
2006-02-13 13:29:55 +01:00
Petr Tesarik
39a4fa4348
winefile: Czech language resources encoding fix.
2006-02-13 13:29:49 +01:00
Petr Tesarik
bc5c5b52b1
wineconsole: Czech language resources encoding fix.
2006-02-13 13:29:44 +01:00
Petr Tesarik
49eae42f22
winecfg: Czech language resources encoding fix.
2006-02-13 13:29:37 +01:00
Petr Tesarik
66d1016298
wcmd: Czech language resources encoding fix.
2006-02-13 13:29:33 +01:00
Petr Tesarik
955289dd6f
view: Czech language resources encoding fix.
2006-02-13 13:29:28 +01:00
Petr Tesarik
2ed2bf5d17
uninstaller: Czech language resources encoding fix.
2006-02-13 13:29:21 +01:00
Petr Tesarik
787aa0edd6
start.exe: Czech language resources encoding fix.
2006-02-13 13:29:16 +01:00
Petr Tesarik
39d230fb94
regedit: Czech language resources encoding fix.
2006-02-13 13:29:10 +01:00
Petr Tesarik
293c30b484
progman: Czech language resources encoding fix.
2006-02-13 13:29:04 +01:00
Petr Tesarik
8163e654f5
notepad: Czech language resources encoding fix.
2006-02-13 13:28:59 +01:00
Petr Tesarik
7ea3be624f
cmdlgtst: Czech language resources encoding fix.
2006-02-13 13:28:54 +01:00
Petr Tesarik
d32f1c9ab8
clock: Czech language resources encoding fix.
2006-02-13 13:28:48 +01:00
Milko Krachounov
46f4894d66
winecfg: Update Bulgarian translation.
2006-02-11 12:14:34 +01:00
Dmitry Timoshkov
2c59936fee
regsvr32: Call OleInitialize before registering a DLL.
2006-02-09 17:48:12 +01:00
Alexandre Julliard
e0eef69a21
programs: Don't install winetest.
2006-02-09 17:45:35 +01:00
Mike McCormack
5d5695a2cc
notepad: Move license text to resources.
2006-02-07 16:55:01 +01:00
Rein Klazes
8c540ba674
wcmd: CALL should search the current PATH.
2006-02-06 14:11:40 +01:00
Eric Pouech
e66e227dbe
Fixes for missing prototypes warnings.
2006-02-06 13:13:28 +01:00
Fatih Aşıcı
e3ebb3aab9
winhelp: Turkish translation.
2006-02-06 13:09:49 +01:00
Fatih Aşıcı
d13b7b1b7d
winemine: Turkish translation.
2006-02-06 13:09:42 +01:00
Fatih Aşıcı
8a54a9221c
winefile: Turkish translation.
2006-02-06 13:09:34 +01:00
Fatih Aşıcı
d2e2fb6a32
wineconsole: Turkish translation.
2006-02-06 13:09:16 +01:00
Fatih Aşıcı
8389e01636
winecfg: Turkish translation.
2006-02-06 13:09:03 +01:00
Fatih Aşıcı
75b018444e
wcmd: Turkish translation.
2006-02-06 13:08:46 +01:00