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