Kai Blin
56e76849b8
taskmgr: Remove unused variable and if check (Coverity).
2007-01-08 12:35:20 +01:00
Jonathan Ernst
3577c89100
winecfg: Update French translation.
2007-01-08 11:46:05 +01:00
Francois Gouget
bf52744657
taskmgr: Print GetLastError() in decimal with '%u'.
2007-01-05 20:27:17 +01:00
Paul Vriens
5b692005e8
winetest: Pass correct working directory to the tests.
2007-01-05 18:24:05 +01:00
Louis Lenders
46c463398c
regedit: Update Dutch resources.
2007-01-04 11:27:35 +01:00
Eric Pouech
b2557f25d9
winedbg: Added a maintenance command to load a given module (for debug purposes).
2007-01-04 11:12:06 +01:00
Roderick Colenbrander
3ff86bcfb7
winecfg: Remove desktop double buffering option.
2007-01-02 12:08:19 +01:00
Alexandre Julliard
f231a70f4c
joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv.
2006-12-29 14:29:20 +01:00
Alexandre Julliard
6150fe191b
make_makefiles: Merge the generated gitignores in dlls and programs into the top-level one.
2006-12-28 11:38:04 +01:00
Alexandre Julliard
7035aa5041
make_makefiles: Generate the top-level .gitignore file.
...
Add a PROGRAMS variable in some makefiles to make things easier.
2006-12-27 21:23:36 +01:00
Eric Pouech
b7923b4200
cmd: Fix 'copy foo bar/' which gave access denied errors.
2006-12-27 13:02:36 +01:00
Jacek Caban
1e65d4743c
itss: Added test of protocol.
2006-12-26 12:36:46 +01:00
Alexandre Julliard
6744929428
winedbg: Win64 printf format fixes.
2006-12-20 14:57:08 +01:00
Alexandre Julliard
2bc33389e8
winedbg: Fixed a few data types.
2006-12-20 14:57:08 +01:00
Andrew Talbot
bc718eec9e
winhelp: Cast-qual warnings fix.
2006-12-16 17:36:44 +01:00
Andrew Talbot
e181d5d0e2
winecfg: Cast-qual warning fix.
2006-12-16 17:02:04 +01:00
Andrew Talbot
1412bcdb7e
progman: Cast-qual warnings fix.
2006-12-16 17:02:01 +01:00
Francois Gouget
367f91fb5c
Assorted spelling fixes.
2006-12-14 20:25:05 +01:00
Paul Vriens
21be6a6c80
winetest: Show correct filenames on test.winehq.org.
2006-12-12 20:17:35 +01:00
Eric Pouech
59e82f4ff9
winecfg: A few fixes for the French translation.
2006-12-07 11:54:45 +01:00
Eric Pouech
32a8b2fa59
winedbg: Added support for constant values passed by dbghelp.
2006-12-06 11:38:53 +01:00
Francois Gouget
c66628b73f
Consistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-05 11:28:38 +01:00
Eric Pouech
a274689b09
winedbg: Dwarf can emit REGREL symbol information, so handle it.
...
Factorize a bit more some symbol handling code.
2006-12-04 14:03:19 +01:00
Eric Pouech
932ad65c83
winedbg: Now that local variable computation depends on instruction
...
pointer value, be sure to have the relevant insn ptr value when
fetching the stack frames (spotted by Peter Oberndorfer).
2006-12-04 14:03:04 +01:00
Eric Pouech
d6d8682d71
winedbg: Added some black magic to still handle register values on non
...
current frame for some of the registers we know of (frame pointer,
stack pointer).
2006-12-04 14:02:02 +01:00
Eric Pouech
4c634078b3
winedbg: Remove some hassle from sgv_cb, and handle line number displacement where needed.
2006-12-04 14:01:38 +01:00
Eric Pouech
66cbe625d4
winedbg: No longer test filename in sgv_cb, but do it in the only place where we actually need it.
2006-12-04 14:01:02 +01:00
Paul Vriens
70ce548566
winetest: Make sure we can send larger files.
2006-11-30 20:06:31 +01:00
Vitaliy Margolen
47a2e96acc
winemenubuilder: Look for supported color depths icons only.
2006-11-30 16:34:34 +01:00
Alexandre Julliard
8de1258034
winecfg: Determine the current Windows version from the standard registry keys.
...
Also avoid setting the HKCU\Software\Wine version value when not needed.
2006-11-30 15:16:41 +01:00
Frank Richter
7c8fdd67e4
winecfg: Update German translation.
2006-11-28 12:13:59 +01:00
Francois Gouget
024e804044
cmdlgtst: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:46 +01:00
Francois Gouget
fe018502e9
regedit: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:40 +01:00
Francois Gouget
016a639f79
wineconsole: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:38 +01:00
Francois Gouget
83b5623165
winefile: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:34 +01:00
Francois Gouget
77dd5d56aa
winecfg: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:27 +01:00
Francois Gouget
339a318f2c
winemine: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:18 +01:00
Eric Pouech
7ca25148f4
winedbg: Added basic support for printing 64bit wide entities.
2006-11-27 18:09:30 +01:00
Eric Pouech
135f2e1b79
winedbg: Host references lookup.
...
Since more and more information in now available through the CPU
registers, those require DLV_HOST access to be a bit better handled
than it is...
2006-11-27 18:07:00 +01:00
Eric Pouech
62f16d3cd4
winedbg: Various information printing issues.
...
- in backtraces, (void) functions should be listed with '()' as arguments instead of ''
- factorized code for diplaying information about a local/parameter
- fixed a couple of bugs here
- rewrote format specifiers for print commands (do no waste space for padding data)
- added support for new wine's dbghelp extension for local/parameter
variables being out of scope
2006-11-27 18:06:41 +01:00
Vitaliy Margolen
ada881cee6
winemenubuilder: Downgrade some ERR to WARN.
2006-11-27 17:20:40 +01:00
Francois Gouget
5d531fc1d5
winepath: Fix --unix so it works whether the Windows path refers to an existing file/directory or not.
2006-11-27 17:03:51 +01:00
Alexander Nicolaysen Sørnes
34f7bde859
oleview: Add Norwegian Bokmål translation.
2006-11-27 13:44:47 +01:00
Alexander Nicolaysen Sørnes
6908df76dd
winecfg: Updated Norwegian Bokmål translation.
2006-11-27 13:44:44 +01:00
Francois Gouget
0cfa13dd3f
programs: Update the Portuguese translation (contributed by Americo Jose Melo).
2006-11-24 11:49:58 +01:00
Francois Gouget
b5f104d05b
Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages.
2006-11-24 11:49:32 +01:00
Hwang YunSong(황윤성)
2d07cae211
winecfg: Update Korean resource.
2006-11-24 11:48:09 +01:00
Vitaliy Margolen
6a6f1f48d6
winemenubuilder: Use 'start.exe' to launch non .exe files.
2006-11-22 12:07:25 +01:00
Vitaliy Margolen
8b7661bdd8
winecfg: Remove some old dead code and associated language resources.
2006-11-21 12:38:52 +01:00
Vitaliy Margolen
05777166b8
winecfg: Update Russian translation.
2006-11-21 12:38:49 +01:00