Commit graph

1767 commits

Author SHA1 Message Date
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
Fatih Aşıcı
96365ff297 view: Turkish translation. 2006-02-06 13:08:39 +01:00
Fatih Aşıcı
2f8d431f6d uninstaller: Turkish translation. 2006-02-06 13:08:33 +01:00
Fatih Aşıcı
7f32d31a0b taskmgr: Turkish translation. 2006-02-06 13:08:25 +01:00
Fatih Aşıcı
0af1262179 start: Turkish translation. 2006-02-06 13:08:17 +01:00
Fatih Aşıcı
e139278d98 regedit: Turkish translation. 2006-02-06 13:08:09 +01:00
Fatih Aşıcı
2a8a6cf184 progman: Turkish translation. 2006-02-06 13:08:00 +01:00
Fatih Aşıcı
45b51c6884 notepad: Turkish translation. 2006-02-06 13:07:44 +01:00
Fatih Aşıcı
0a5df6786f cmdlgtst: Turkish translation. 2006-02-06 13:07:37 +01:00
Fatih Aşıcı
3b83595daf clock: Turkish translation. 2006-02-06 13:07:30 +01:00
Alexander N. Sørnes
31afe883d7 Norwegian Bokmål updates. 2006-02-06 11:43:16 +01:00
Eric Pouech
2ce5eca6a5 winedbg: Added support for function parameters passed in registers.
Added correct stabs parsing for function parameters in registers.
Added a couple of helper functions to make code smaller and more
readable.
2006-02-06 11:27:32 +01:00
Paul Vriens
afcf31cb51 winecfg: Update Dutch resources. 2006-02-06 11:26:12 +01:00
Henning Gerhardt
08d55dbd62 winecfg: Update German resource. 2006-02-06 11:26:01 +01:00
YunSong Hwang
0c27db0d24 winecfg: Updated the Korean translation. 2006-02-05 12:19:35 +01:00
Alexandre Julliard
c919112a74 winecfg: Display a warning when the user tries to change the load
order of a system dll.
2006-02-04 17:05:14 +01:00
Alexandre Julliard
d4ea455180 winecfg: Populate the dll combo box with the dlls found in the load path. 2006-02-04 17:04:22 +01:00
Kasper Sandberg
4526997960 Danish language update. 2006-02-04 17:01:25 +01:00
Mike McCormack
cbe8ea0517 Clock: Load license text from resources. 2006-02-04 16:59:19 +01:00
Neil Skrypuch
ad4d9e7387 winecfg: Use already existing letter_to_index(). 2006-02-04 16:58:18 +01:00
Vitaliy Margolen
4e20622e4d winecfg: Remove color depth. It's source of problems for number of users. 2006-02-02 13:41:46 +01:00
Fatih Aşıcı
1c9e1f3473 start.exe: build_args now returns the correct string when no parameter
is passed.
2006-02-01 13:50:52 +01:00
Mike McCormack
ee20ca1354 winefile: Move the license and warranty text into the resources. 2006-01-31 18:08:45 +01:00
Vitaliy Margolen
7b98e1f717 winecfg: Default for PixelShaders is disabled. 2006-01-31 12:23:01 +01:00
José Manuel Ferrer Ortiz
cb8fe1dd41 winecfg: Spanish translation update. 2006-01-30 18:15:42 +01:00
Eric Pouech
6ab9b23526 winedbg: Hardware breakpoints
- implemented hardware assisted breakpoints (new 'hbreak' command
  which behaves just as 'break' command)
- small improvements to break handling (saving hit xpoint across
  exception handling)
- fixed 'cont N' command for watchpoints
2006-01-27 16:17:22 +01:00
Mike McCormack
a100e6b7d9 progman: Load license from resources. 2006-01-24 14:32:01 +01:00
Dmitry Timoshkov
57a579ffcd Make more arrays const. 2006-01-24 14:00:32 +01:00
Alexandre Julliard
b7b7f2b679 Avoid importing _strlwr/_strupr from ntdll. 2006-01-24 12:24:05 +01:00
Alexandre Julliard
9daaab54c7 winedbg: Use Win32 types instead of long long. 2006-01-23 16:47:07 +01:00
Eric Pouech
9d0b5f5372 winedbg: Added a more decent scheme for handling segmented addresses. 2006-01-23 16:26:40 +01:00
Mike McCormack
a9f96938dc winmine: Use WIN32_LEAN_AND_MEAN. 2006-01-19 12:39:28 +01:00
Mike McCormack
55303936b6 winecfg: Tidy up included headers.
Get rid of the barely used properties.c.
2006-01-19 11:55:01 +01:00
Mike McCormack
002e143981 programs: Use WIN32_LEAN_AND_MEAN. 2006-01-18 14:23:11 +01:00
Robert Shearman
76316796bf notepad: Add a Font menu item for the Chinese locale. 2006-01-18 11:28:48 +01:00
Vitaliy Margolen
b52874e56d winemenubuilder: Report a few more errors.
Use Heap[Alloc|Free] instead of malloc|free.
2006-01-17 13:34:31 +01:00
Uwe Bonnes
6906cbc1bf regsvr32 understands '-' and '/' for arguments. 2006-01-16 21:30:38 +01:00
Mike McCormack
7d66567253 programs: Use WIN32_LEAN_AND_MEAN in some more places. 2006-01-16 20:41:34 +01:00
Mike McCormack
cb6983fb30 wineboot: Use WIN32_LEAN_AND_MEAN.
Use HeapAlloc/HeapFree instead of malloc/free.
2006-01-16 20:41:09 +01:00
Stefan Leichter
fa4a93f26b winetest: Add cabinet tests. 2006-01-14 17:05:50 +01:00
Aric Stewart
7439c29d07 explorer: Handle /select arguments correctly with the new winefile
modifications.
2006-01-14 17:05:18 +01:00
Vitaliy Margolen
dc6ca17838 winecfg: Simplify code a bit.
Enable apply button when needed and don't enable when nothing
changed.
2006-01-11 21:12:14 +01:00
Aric Stewart
59b2838f4e winefile: Highlight the file specified on the command line instead of
filtering based on it. To be integrated with explorer to allow for
that functionality.
2006-01-11 12:32:51 +01:00
Francois Gouget
629889b267 winemenubuilder: Improve traces.
Report the EnumResourceNamesW() and failure to find an icon 
separately so traces are less misleading.
2006-01-11 12:09:53 +01:00
YunSong Hwang
b49f4029d1 winecfg: Updated Korean translation. 2006-01-06 12:17:10 +01:00
Alexandre Julliard
1e96455094 Remove YY_NO defines that cause warnings. 2006-01-05 12:20:05 +01:00
Robert Shearman
ac37f4cc64 regedit: Initialise nFocusPanel. 2006-01-05 12:18:43 +01:00
Mike McCormack
3d2de3d562 msiexec: Ignore the TRANSFORMS variable.
Ignore the TRANSFORMS variable when building a list of transforms for
advertising.  The variable is used to apply transforms when installing.
2006-01-04 14:51:42 +01:00
Alexandre Julliard
0ae2c69c7a Added some flex options to avoid compiler warnings.
Moved options from the Makefile into the source.
2006-01-03 12:16:05 +01:00
Francois Gouget
6f0ff14966 winemenubuilder: Improve traces.
Add some traces to make it easier to debug icon generation problems.
2006-01-03 12:09:47 +01:00
Vitaliy Margolen
95e5eccb15 winecfg: Default for DXGrab is NO. 2005-12-31 13:32:59 +01:00
Milko Krachounov
b3ec64a8a8 winecfg: Fix a mess with the Bulgarian resource file and translate the
untranslated strings.
2005-12-31 13:32:52 +01:00
Henning Gerhardt
42bf104b0d winecfg: Update German resource. 2005-12-31 13:12:31 +01:00
Yuval Fledel
d00fe021d3 winetest: Only include d3d9 if it is being built. 2005-12-26 13:37:57 +01:00
Alexander N. Sørnes
0334ba93ef winecfg: Updated Norwegian Bokmål resources. 2005-12-26 12:58:43 +01:00
Robert Reif
35a92c86d5 winecfg: Use hourglass cursor when opening audio drivers.
Misbehaving drivers can take a while to open so change to the hour
glass cursor when opening them.
2005-12-26 12:55:40 +01:00
Robert Reif
e998da5e07 winecfg: Add unmanaged windows configuration. 2005-12-22 11:15:32 +01:00
Robert Reif
9f34fd3787 winecfg: Select an audio driver on fresh install. 2005-12-21 20:07:56 +01:00
Paul Vriens
ac4c85c35a winecfg: Dutch resources update. 2005-12-20 11:47:00 +01:00
Bill Medland
d5739ed88f winemenubuilder: Provide depth to the menus created. 2005-12-19 21:25:52 +01:00
Eric Pouech
e5b40ab56a winhelp: Handle '> ' on command lines. 2005-12-19 18:23:02 +01:00
Jonathan Ernst
d3805c307a winecfg: Updated French resources. 2005-12-19 18:18:01 +01:00
Eric Pouech
2bee5ab04e taskmgr: Fix viewing of debug channels.
Various internal cleanups.
2005-12-19 18:16:57 +01:00
Henning Gerhardt
ba76275e16 winecfg: Update German resource. 2005-12-19 17:42:30 +01:00
Rein Klazes
80e695a6a4 wcmd: Increase maximum length of commands.
Increase maximum length of commands to 8192 bytes as on Windows XP.
Add needed braces to a multi line "if" statement.
2005-12-19 17:42:11 +01:00
Alexander N. Sørnes
97c6c634d5 winecfg: Updated Norwegian Bokmaal resources. 2005-12-19 09:52:20 +01:00
Robert Reif
f0c55e7d52 winecfg: Use sound tree view for driver selection.
- Move driver selection and configuration into tree view.
- Only show loadable drivers.
2005-12-17 12:30:06 +01:00
Milko Krachounov
9e65600971 winecfg: Update Bulgarian resource. 2005-12-16 12:40:05 +01:00
José Manuel Ferrer Ortiz
7ec66682f8 uninstaller: Spanish translations update. 2005-12-16 12:39:55 +01:00
José Manuel Ferrer Ortiz
efa1ae30a4 winecfg: Spanish translations update. 2005-12-16 12:39:46 +01:00
Mike McCormack
12b35c2dd8 winecfg: Update Korean translation. 2005-12-14 10:51:10 +01:00
Eric Pouech
e7ecbe4228 winecfg: Simplified module handling code. 2005-12-13 11:12:24 +01:00
Stefan Leichter
e6b17d1b06 winetest: Add d3d9 tests. 2005-12-12 11:51:29 +01:00
Paul Vriens
019aef9f5f winecfg: Update Dutch resources for the Audio tab. 2005-12-12 11:50:57 +01:00
Alexandre Julliard
d02c4a1b82 Make wine_server_fd_to_handle use attributes instead of inherit flag. 2005-12-09 12:22:35 +01:00
Alexandre Julliard
2c54b34467 wineconsole: Remove some unnecessary typecasts. 2005-12-09 12:22:01 +01:00
Alexandre Julliard
7a096601e3 server: Use attributes instead of inherit flag in console requests. 2005-12-09 12:05:20 +01:00
Alexander N. Sørnes
3c7afa61a7 winecfg: Updated Norwegian Bokmaal resources. 2005-12-09 11:21:35 +01:00
Henning Gerhardt
1d4bec79ff winecfg: Update German resource. 2005-12-08 12:45:19 +01:00
Robert Shearman
8be66cb30e notepad: Remember options selected in the print setup dialog. 2005-12-08 11:57:58 +01:00
Mike McCormack
b555e91e80 winecfg: Fix compilation on gcc 2.95 (no nameless unions). 2005-12-08 11:57:44 +01:00
Robert Reif
f6a7b6b59a winecfg: Added support for auto detecting all drivers by attempting to
open them.
2005-12-07 13:07:30 +01:00
Robert Reif
1758ba6c6d winecfg: Show all sound card drivers and their devices. 2005-12-07 12:50:52 +01:00
Eric Pouech
4d7f9f7c65 winedbg: Fixed broken code about type management for binary operator. 2005-12-06 10:57:17 +01:00
Pavel Roskin
83f2069b6d notepad: Russian translation for "Font..." menu item. 2005-12-05 12:48:58 +01:00
YunSong Hwang
38dbf09da2 winefile: Fix an incorrect translation. 2005-12-05 12:48:33 +01:00
Alexander N. Sørnes
f33d726276 Update Norwegian Bokmaal resources. 2005-12-05 12:02:38 +01:00
Eric Pouech
34db4856ae dbghelp,winedbg: SYMBOL_INFO fix.
- native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the
   type of the symbol (we were returning the symbol index instead)
- fixed winedbg accordingly
2005-12-05 12:00:54 +01:00
Milko Krachounov
58e156b5e8 Update the Bulgarian resources for commdlg and regedit. 2005-12-05 12:00:04 +01:00
Eric Pouech
56dcea4d16 winedbg: simplify some code. 2005-12-03 18:09:59 +01:00
Pavel Roskin
2b1747ccda Fixed regression in wineconsole creation (curses backend). 2005-12-03 18:04:07 +01:00
Eric Pouech
30121124b9 winedbg: fixed regression (and simplified code!) for arguments
printing in backtrace.
2005-12-03 18:02:49 +01:00
Eric Pouech
28c503a947 winedbg: fixed regression in 'info local' command. 2005-12-03 18:02:31 +01:00
Aric Stewart
1d5adff0f1 wcmd: mkdir recursive create
In at least both win2k and winxp mkdir from the command prompt can
recursively create full directory paths. This implements that
functionality.
2005-12-03 18:02:15 +01:00
Rein Klazes
0bf64a4706 Avoid formatted output in a few more places where formatting is not
really needed and output could be large enough to be truncated.
2005-12-02 11:25:51 +01:00
Rein Klazes
a18ea3dd1e Don't use formatted output in WCMD_setshow_sortenv.
Don't use unsafe vsprintf in WCMD_output.
2005-12-01 15:58:16 +01:00
Alexandre Julliard
e21a97da85 Fixed some compiler warnings on Darwin. 2005-12-01 12:36:05 +01:00
Pavel Roskin
5f5418a331 Improve font support in Notepad. 2005-12-01 12:35:13 +01:00
Eric Pouech
c238ec520f Replaced stack_get_frame with a pure symbol (and no longer stackframe)
oriented API (stack_get_current_symbol).
Reused the func name (stack_get_frame) for internal stack.c handling.
2005-11-29 11:24:04 +01:00
Ge van Geldorp
1a1583a364 Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
YunSong Hwang
966df981a1 Update Korean translations. 2005-11-28 10:41:28 +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
Hans Leidekker
46e018ad37 Also handle mailto: urls. 2005-11-24 19:27:41 +01:00
Francois Gouget
6d442aeb34 Assorted spelling fixes. 2005-11-23 20:14:43 +01:00
YunSong Hwang
5e7f77ea8b Update Korean translations. 2005-11-23 15:21:56 +01:00
Hans Leidekker
46c5b5bc2f No need to link against shell32 or user32. 2005-11-22 14:53:36 +00:00
YunSong Hwang
4238d2ccd0 Update Korean translations. 2005-11-21 16:25:12 +00:00
Alexandre Julliard
61a370efd5 Only set label and serial number when they are actually changed. 2005-11-21 15:25:27 +00:00
Hans Leidekker
1833cfba75 Added Dutch translations. 2005-11-21 12:02:17 +00:00
YunSong Hwang
68baacc859 Update Korean translations. 2005-11-21 12:01:19 +00:00
Vitaliy Margolen
96dc70a9f8 Create new drives with autodetect type. 2005-11-21 11:58:29 +00:00
Eric Pouech
58968a2867 Native dbghelp doesn't provide names for basic type, so added relevant
basic type names in winedbg.
2005-11-18 16:53:32 +00:00
Eric Pouech
ae6239d53d Centralized calls for SymSetContext, we only do it when we change the
current stack frame, and no longer every time we look up local symbols
on current stack
2005-11-18 16:27:55 +00:00
Eric Pouech
a81afd15d8 Move print_func_and_args to stack.c, where it belongs. 2005-11-18 15:04:44 +00:00
Eric Pouech
3e07e04764 - now storing frames information in thread structure
- frames are cached after each thread stops execution
- reimplemented backtrace on top of this
2005-11-18 12:33:03 +00:00
YunSong Hwang
d442d298a0 Update Korean translations. 2005-11-18 12:07:42 +00:00
Eric Pouech
73b0e94bb3 Now returning correct symbol flags (as native does) for function pmts
& locals in dbghelp.
Modified winedbg accordingly.
2005-11-18 12:05:44 +00:00
Eric Pouech
f7dd869ebf Dbghelp describes the types of function arguments with a specific
symbol-type (symt) which links both to arguments' type and to function
prototype
- added this new type to dbghelp
- implemented its use in winedbg
2005-11-17 12:53:41 +00:00
Eric Pouech
6b7bebfbf9 SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
32 bit one.
2005-11-17 11:51:53 +00:00
Alexandre Julliard
82f403bd66 Fixed invalid C syntax. 2005-11-17 11:06:06 +00:00
Martin Fuchs
f42fac5566 Use command line for initial directory selection.
Remove useless hwndParent variable.
2005-11-17 11:05:35 +00:00
Eric Pouech
67e4edc522 When a symbol name already contains a module name, we shouldn't search
in other modules.
2005-11-17 11:04:39 +00:00
Eric Pouech
6cd44bc89d Simplification of lex's input reading. 2005-11-17 11:04:27 +00:00
Aric Stewart
6bd1625f57 Beginnings of an explorer.exe replacement that wraps the existing
winefile program.
2005-11-16 11:45:51 +00:00
Eric Pouech
1c5d35fd92 Added ability to execute commands from a file passed on command line
(through --file option).
Use that feature to get rid of arg_command hack (--command option now
creates a temporary file).
2005-11-16 11:23:07 +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
Stefan Leichter
8ba040e157 Add shdocvw tests to winetest. 2005-11-12 19:11:27 +00:00
Eric Pouech
e596a0113f Removed a couple of shift/reduce warnings in grammar. 2005-11-12 19:10:24 +00:00
Rein Klazes
939f9eaac8 Update Dutch resources. 2005-11-12 19:10:07 +00:00
Francois Gouget
0edbaf7e80 Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
Francois Gouget
d927c81bca Parse the command line returned by CommandLineFromMsiDescriptor() to
extract the application path. Otherwise winemenubuilder ignores the
.lnk file entirely.
2005-11-10 11:36:26 +00:00
Mike McCormack
9e3c4068e4 Added Korean resources. 2005-11-10 11:06:34 +00:00
Mike McCormack
71de71c308 Remove the limit on the length of the command line. 2005-11-10 11:06:15 +00:00
Mike McCormack
66775b90e3 Extract the executable name for msi advertised shortcuts. 2005-11-08 10:55:25 +00:00
Vijay Kiran Kamuju
bdcdd37aa8 Show detected audio drivers in autodetect. 2005-11-03 19:31:45 +00:00
Eric Pouech
2d62ba5557 Fixed 'break NN' command (using dbghelp.SymEnumLines). 2005-11-03 11:33:04 +00:00
Eric Pouech
a6f40be771 Fixed wineconsole startup when restoring registry settings. 2005-11-03 11:32:52 +00:00
Eric Pouech
8ad685c5b3 Now filling external leading in font cells. 2005-11-03 09:51:00 +00:00
Eric Pouech
60c1ae0bb8 Fixed crash in font browsing for raster fonts. 2005-11-02 20:51:16 +00:00
Stefan Huehner
3e29148bcf Add msxml3,setupapi tests to winetest. 2005-10-31 21:10:47 +00:00
Alexandre Julliard
5f963331e7 Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
2005-10-31 21:10:38 +00:00
Vitaliy Margolen
eb2924dba6 Set list view's text directly - don't use fill_drives_list for that.
Enable "Apply" button when text changes.
2005-10-29 10:29:47 +00:00
Henning Gerhardt
bf4b9370df Update the German resource file. 2005-10-28 16:40:36 +00:00
Michael Jung
717a4eb61b Added German resources for regedit's find dialog. 2005-10-28 10:08:51 +00:00
Vitaliy Margolen
78e59c50c3 Define OS environment variable on WinNT versions. 2005-10-28 09:38:11 +00:00
Alexandre Julliard
018fe31c4f Get rid of the show dir symlink option. 2005-10-27 11:24:02 +00:00
Jonathan Ernst
defdb25d9a Updated French resources. 2005-10-27 10:22:54 +00:00
Krzysztof Foltman
e4e75a2a06 - Added Find functions
- Some refactoring that made Find functions possible
   - GetItemPath returns a heap-allocated string
   - subtree update put into a separate function UpdateExpandingTree
   - error() utility function made public
- Find functions are grayed/ungrayed based on context (which fixes
  invalid 'grayed' flag in some localizations).
- InvalidateRect to fix display glitches coming from using
  WM_SETREDRAW.
- English and Polish resource updates (Find dialog box and Find menu
  options, string not found message).
2005-10-26 12:07:55 +00:00
Jan Nieuwenhuizen
ea48acb5be Windows XP does not always include the executable file name on the
command line.
2005-10-26 10:07:31 +00:00
Jan Nieuwenhuizen
137e54dd51 Need an explicit truncate command to shorten the length of a file. 2005-10-26 10:07:05 +00:00
Alexandre Julliard
c02356b835 Added "autodetect" drive type option. 2005-10-20 13:16:46 +00:00
Alexandre Julliard
e595ff24c7 Enable the apply button when changing drive type. 2005-10-20 11:39:12 +00:00
Alexandre Julliard
97567c2d7b Always set the drive type even if nothing else changed. 2005-10-20 11:37:46 +00:00
Vitaliy Margolen
658a5420b5 Use correct notification for drive selection change. 2005-10-19 19:21:48 +00:00
Ivan Leo Puoti
fc94b1c72c Make drive type an advanced option. 2005-10-18 12:02:51 +00:00
Rein Klazes
86feb98739 Show desktop mode disabled if the Desktop registry value exists but
starts with N,n,F,f or 0. This agrees with the logic in x11drv.
2005-10-18 10:35:41 +00:00
Vitaliy Margolen
93d23a1568 Remove "Automatically detect windows version". Default to win2k. 2005-10-17 08:55:45 +00:00
Alexandre Julliard
d2e5469bbf Report the correct version in the About dialog. 2005-10-13 14:24:52 +00:00
Vitaliy Margolen
f4db5dfdb2 Fix "Remove application" for applications that had some custom
settings.
2005-10-13 13:44:38 +00:00
Eric Pouech
8e1fa187c0 Fixed changing console's windows. 2005-10-10 11:18:46 +00:00
Milko Krachounov
cdec2ee7ce Update the Bulgarian resource file. 2005-10-10 10:28:59 +00:00
Eric Pouech
97e2b9605e Ensure we always have a title for the .hlp file. 2005-10-10 10:27:37 +00:00
Eric Pouech
f50695c714 Handle error conditions for print. 2005-10-10 10:27:22 +00:00
Eric Pouech
05ce225383 - fixed mouse double click and wheeling
- also handling third mouse button (if any)
- full support for control/shift modifier
2005-10-10 10:26:46 +00:00
Francois Gouget
492f9c7ca1 Add a --windows option for converting a Unix path to a long Windows
path.
Fix the description of --long and --short. They are only garanteed to
work on Windows paths though they will often successfully convert Unix
paths to Windows paths too.
2005-10-10 10:24:53 +00:00
Alexandre Julliard
cf22e0264f Set the winepath version to be the same as the global package
version.
2005-10-08 10:36:50 +00:00
Eric Pouech
b580b8cf9c Function keys now work in curses mode. 2005-10-08 10:35:16 +00:00
Jonathan Ernst
8eff913709 Pagesetup dialog fix. 2005-10-07 15:02:03 +00:00