Alexandre Julliard
4e8cb6170f
configure: Setting rpath should no longer be needed for dlls.
2006-08-16 13:25:08 +02:00
Frank Richter
36dd205fff
winecfg: appdefaults: Use more strings from resources, unicode.
2006-08-16 12:53:27 +02:00
Frank Richter
722ee099c1
winecfg: Make load_string public.
2006-08-16 12:51:01 +02:00
Frank Richter
acdae15360
winecfg: Tweak and update German resources.
2006-08-16 12:50:36 +02:00
Mike McCormack
b5871fa512
infosoft: Add a test for the language neutral word breaker.
2006-08-15 19:24:43 +02:00
Alexander Nicolaysen Sørnes
5d264f2212
winecfg: Improve wording of virtual desktop explanation.
2006-08-15 19:24:23 +02:00
Eric Pouech
9e9f8af552
winedbg: Correctly protect system inclusion (needed for Mingw compilation).
2006-08-15 11:42:16 +02:00
Alexandre Julliard
1089260f29
configure: Only link against libpoll where really necessary.
2006-08-15 11:41:59 +02:00
Eric Pouech
bd9ba7ec37
winedbg: Fixed the symbol lookup so that it can really find _foo when looking for foo.
2006-08-14 20:17:11 +02:00
Eric Pouech
84650ebbb2
winedbg: Native dbghelp can modify the passed debug context in StackWalk, so guard against it.
2006-08-14 20:17:11 +02:00
Eric Pouech
588589b8de
winedbg: Don't ask for module inspection when calling SymInitialize.
2006-08-14 20:17:11 +02:00
Hwang YunSong(황윤성)
a0ad98a26f
view: Updated Korean resource.
2006-08-14 11:46:24 +02:00
Stefan Leichter
7ee81d7b03
winedbg: Print 64bit integers with wine_dbgstr_longlong.
2006-08-14 11:45:25 +02:00
Andrew Talbot
de92ffa3b7
winetest: Write-strings warnings fix.
2006-08-14 11:44:44 +02:00
Andrew Talbot
6c3667ad10
taskmgr: Write-strings warnings fix.
2006-08-14 11:44:40 +02:00
Piotr Caban
3d42332493
oleview: Improved interface handling in idl viewer.
2006-08-14 11:44:25 +02:00
Kirill K. Smirnov
27681bdfaf
winhelp: Fix LZ77 decompressor.
2006-08-11 20:12:38 +02:00
Andrew Talbot
6ca620334a
regedit: Write-strings warnings fix.
2006-08-11 11:56:21 +02:00
Alexandre Julliard
a075001704
explorer: Never paint the desktop when using the X root window.
2006-08-09 11:21:41 +02:00
Matt Finnicum
43a23b00a7
wordpad: Request WS_VSCROLL now that riched20 supports it.
2006-08-09 11:20:52 +02:00
Robert Shearman
b550f34f2e
user: Make ExitWindowsEx asynchronous by deferring the real work to the explorer process.
2006-08-08 19:35:15 +02:00
Alexandre Julliard
2886e9b0e8
makefiles: Use make dependencies to create installation directories.
...
This avoids a lot of redundant calls to mkinstalldirs.
2006-08-07 17:48:18 +02:00
Hwang YunSong(황윤성)
9d9ae2e5b7
oleview: Updated Korean resource.
2006-08-07 13:13:06 +02:00
Hwang YunSong(황윤성)
e4dd34fe99
notepad: Updated Korean resource.
2006-08-03 18:20:13 +02:00
Stefan Leichter
1fb3e339e2
winetest: Added hlink tests.
2006-08-02 21:59:10 +02:00
Dan Hipschman
10d552b22e
oleview: Initialize TVITEM.lParam to NULL in EnumFuncs.
2006-08-02 11:40:35 +02:00
Hwang YunSong(황윤성)
5d73cfdae8
view: Updated Korean resource.
2006-08-01 18:47:39 +02:00
Yuriy Kozlov
1e1031b41d
regedit: Allow entering - for a value in a .reg file to delete that value.
2006-07-29 11:53:06 +02:00
Stefan Siebert
f439f21641
winebrowser: Pass any given argument that is not a mailto URL to the browser.
2006-07-28 12:32:36 +02:00
Mike McCormack
2b8abca493
msiexec: Don't crash if there's no args.
2006-07-28 12:32:20 +02:00
Andrew Talbot
8abef9ea50
winhelp: Write-strings warning fix.
2006-07-27 12:23:02 +02:00
Andrew Talbot
510b6d3b47
regedit: Write-strings warning fix.
2006-07-27 11:57:54 +02:00
Hwang YunSong(황윤성)
0b5a6cd11b
wineconsole: Updated Korean resource.
2006-07-27 11:57:30 +02:00
Thomas Kho
bff25ffe79
wcmd: Correct handling of quotes and /s flag when a command argument is present.
2006-07-26 15:40:46 +02:00
Ge van Geldorp
1d04f826c7
winedbg: Change ADDRESS variables to ADDRESS64 so we can handle 64-bit addresses.
2006-07-26 15:21:42 +02:00
Hwang YunSong(황윤성)
d337991fb5
winefile: Updated Korean resource.
2006-07-26 10:25:12 +02:00
Alexandre Julliard
084458bc2e
uninstaller: Fail more gracefully when the registry key is missing.
2006-07-25 17:50:27 +02:00
Alexandre Julliard
0b79d9245d
winevdm: Load sound.drv too.
2006-07-24 13:27:15 +02:00
Hwang YunSong(황윤성
6ff25905b0
winhelp: Updated Korean resource.
2006-07-24 12:57:33 +02:00
Piotr Caban
9e740600c3
oleview: Added interface handling to idl display.
2006-07-24 12:57:32 +02:00
Piotr Caban
0260b26962
oleview: Added data freeing in TypeLib Viewer.
2006-07-19 18:15:07 +02:00
Piotr Caban
928966ddad
oleview: Added some features to IDL data displaying.
2006-07-19 18:14:58 +02:00
Piotr Caban
83edbac0b2
oleview: Added skeleton for IDL files generation.
2006-07-19 18:14:22 +02:00
Hwang YunSong(황윤성)
dc338844aa
cmdlgtst: Updated Korean resource.
2006-07-18 11:19:34 +02:00
Duane Clark
d51faa74db
notepad: Change notepad printing font.
2006-07-17 15:05:38 +02:00
Duane Clark
a60ee9c43f
notepad: Make notepad print something reasonable.
2006-07-17 15:05:38 +02:00
Aric Stewart
b8183db2ec
wineboot: Copy windows file protection files at boot time.
2006-07-17 14:46:26 +02:00
Hwang YunSong(황윤성)
ee1a5bd6a5
clock: Updated Korean resource.
2006-07-17 13:58:27 +02:00
Jonathan Ernst
7e184e15b6
notepad: Fix typo in Danish translation spotted by Henrik Olsen.
2006-07-17 13:51:40 +02:00
Hwang YunSong(황윤성)
c6ff1ef6fb
wordpad: Updated Korean resource.
2006-07-17 13:49:26 +02:00
Aric Stewart
9c3b12bd54
comcat: cImplemented or cRequired of -1 means to match everything
...
regardless of the implementation or categories.
2006-07-17 13:43:31 +02:00
Alexandre Julliard
4cf14960ba
msiexec: Invert the return values of the boolean functions so that
...
their names make more sense.
2006-07-14 12:38:20 +02:00
James Hawkins
8c3fc3a889
msiexec: Also support options using a hyphen.
2006-07-14 12:29:36 +02:00
Jonathan Ernst
9e697bff1d
notepad: Fix the ellipsis and shortcuts in menus.
2006-07-13 20:05:53 +02:00
Jonathan Ernst
ad4516fc47
wordpad: Add shortcuts in menus.
2006-07-13 20:05:47 +02:00
Thomas Kho
724dd10ee8
notepad: Change file not saved alert title to match Windows' notepad.exe.
2006-07-13 13:47:56 +02:00
Thomas Kho
3ec165fd99
notepad: Change window title to be like Windows' notepad.exe.
2006-07-13 13:47:46 +02:00
Alexandre Julliard
523e46debb
winegcc: Automatically add the correct lib paths when building inside the Wine tree.
2006-07-11 21:32:36 +02:00
Alexandre Julliard
eb8a40c368
libs: Merged libwine_unicode into libwine.
...
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00
Ge van Geldorp
ac857cb31a
winedbg: Implement some x86_64 backend routines.
2006-07-11 12:40:11 +02:00
Mikołaj Zalewski
a5ebefc07f
notepad: En.rc: Fix the ellipsis in menu.
2006-07-11 12:05:20 +02:00
Piotr Caban
cf0833b9d3
oleview: Added more fields to TypeLib Viewer tree.
2006-07-11 12:04:29 +02:00
Alexandre Julliard
88c97d7284
.gitignore: Added wildcards to ignore lex and bison output files.
2006-07-10 21:40:49 +02:00
Alexandre Julliard
77dc0d9be5
.gitignore: Added wildcards to ignore generated resource files.
2006-07-10 21:39:00 +02:00
Alexandre Julliard
028ab92bf7
make_progs: Generate the .gitignore file.
...
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Hwang YunSong(황윤성)
1b9f1e5a34
winecfg: Updated Korean resource.
2006-07-10 11:49:43 +02:00
Paul Vriens
240a0cc8c9
winecfg: Nl.rc: Shift Graphics page up to fill the empty place.
2006-07-10 11:49:08 +02:00
Andrew Talbot
f99d84b0c6
winecfg: Write-strings warnings fix.
2006-07-10 11:48:43 +02:00
Vitaliy Margolen
7e0e855aa7
winecfg: Shift Graphics page up to fill the empty place.
2006-07-07 16:57:45 +02:00
Michael Stefaniuc
32b1a24501
janitorial: Move the storage specifier to the beginning of the declaration.
2006-07-07 14:30:35 +02:00
Thomas Kho
0796fe256b
notepad: Change window classname from NPClass to Notepad.
2006-07-07 14:30:35 +02:00
Andrew Talbot
973371c01d
regedit: Write-strings warning fix.
2006-07-07 14:30:34 +02:00
Detlef Riekenberg
955fe0da75
comdlg32: Add initial test.
2006-07-06 12:04:27 +02:00
Piotr Caban
77895b701b
oleview: Added next field to TypeLib viewer treeview control.
2006-07-03 12:01:36 +02:00
Piotr Caban
221521ca94
oleview: Improved type handling in TypeLib viewer.
2006-07-03 12:01:28 +02:00
Piotr Caban
ecd514d5d6
oleview: Added open TypeLib file functionality.
2006-07-03 12:00:28 +02:00
Piotr Caban
fa7e97e80d
oleview: Added type displaying in TypeLib Viewer.
2006-07-03 11:59:27 +02:00
Thomas Kho
543716e114
wcmd: Modify option parser to allow compound options.
2006-07-03 11:59:16 +02:00
Andrew Talbot
663187a3a7
taskmgr: Write-strings warnings fix.
2006-07-03 11:58:52 +02:00
Andrew Talbot
feb11af7af
regedit: Write-strings warnings fix.
2006-07-03 11:58:27 +02:00
Ge van Geldorp
a2e94444ad
winedbg: Implement be_x86_64_init_registers.
2006-07-03 11:41:53 +02:00
Ge van Geldorp
f0279726eb
winedbg: Adjust the parameters of the backend read/write routines to
...
match those of ReadProcessMemory/WriteProcessMemory, since those are
the ones actually used.
2006-07-03 11:37:29 +02:00
Piotr Caban
b3e9a3ba9f
oleview: Added base TypeLib Viewer menu functionality.
2006-06-30 21:07:48 +02:00
Piotr Caban
49c779f06f
oleview: Added status bar to TypeLib Viewer.
2006-06-30 21:07:40 +02:00
Piotr Caban
03c5387f92
oleview: Added TypeLib Viewer base.
...
- Added TypeLib Viewer base.
- Fixed multiple instance of pane window functionality.
- Added field with TypeLib path to ITEM_INFO structure.
2006-06-30 21:04:27 +02:00
Juan Lang
8daf5ad2aa
regedit: Update status bar after editing key name.
2006-06-29 14:41:12 +02:00
James Hawkins
7c35db000b
msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication.
2006-06-27 21:14:01 +02:00
Alexandre Julliard
f5f37a8566
wineconsole: Portability fixes in the curses mouse support.
2006-06-27 20:14:10 +02:00
Eric Pouech
6cff43fd72
winedbg: Module info.
...
when requesting info on a module by address, always print the module
ELF/PE pair (if this applies) (and not only the embedded PE), which
can be confusing.
2006-06-27 11:19:53 +02:00
Eric Pouech
82ed6a4578
winedbg: Use 64 bit version of imagehlp_module.
...
This allows reimplementing the module list command and do less black
magic to guess the ELF debug format.
2006-06-27 11:19:03 +02:00
Alexandre Julliard
40b411824e
winetest: Portability fix in the maketest script. Added support for git.
2006-06-27 11:17:22 +02:00
Francois Gouget
9bfbfcbeb4
Assorted spelling, case and grammar fixes.
2006-06-26 13:06:11 +02:00
Hwang YunSong(황윤성)
a880317e23
oleview: Added Korean resources.
2006-06-26 12:56:26 +02:00
Piotr Caban
33d0216b61
oleview: Fix compilation with gcc 2.95.
...
- patch based on Francois Gouget Fix compilation with gcc 2.95 patch
- moved some string to resources
- fixed implementation of IPersistStream interface viewer
2006-06-26 12:55:08 +02:00
Piotr Caban
c3e5807b57
oleview: Added propper ClassName displaying to interface viewer.
2006-06-26 12:54:47 +02:00
Piotr Caban
72d454ab87
oleview: Added interface viewer.
2006-06-26 12:54:17 +02:00
Piotr Caban
0f0ee255f6
oleview: Added system configuration dialog.
2006-06-23 11:53:25 +02:00
Piotr Caban
0defa4e807
oleview: Added copy HTML tag functionality.
2006-06-23 11:50:37 +02:00
Piotr Caban
749e65cb37
oleview: Added copy CLSID functionality.
2006-06-23 11:50:17 +02:00
Piotr Caban
b2d91368e5
oleview: Added CreateInstanceOn functionality.
2006-06-23 11:50:05 +02:00
Jonathan Ernst
9cc02dd6a9
oleview: Spelling fixes (English).
2006-06-23 10:45:14 +02:00
Jonathan Ernst
940d4e0f3b
oleview: French localization.
2006-06-23 10:44:56 +02:00
Piotr Caban
4964c1e940
oleview: Removed use of strlenW, strcmpW and strcpyW functions.
2006-06-22 13:16:21 +02:00
Alexandre Julliard
ccfaaa1f7b
oleview: Delete the symlink from git.
2006-06-21 18:16:18 +02:00
Piotr Caban
18db853973
oleview: Added registry tab in details window.
2006-06-21 12:06:58 +02:00
Piotr Caban
2571da6117
oleview: Added details window base.
2006-06-21 12:06:23 +02:00
Piotr Caban
4cfa6a151a
oleview: Added base menu funcionality.
2006-06-21 12:03:34 +02:00
Piotr Caban
75469d712b
oleview: Added more TreeView entries.
2006-06-21 12:02:01 +02:00
Piotr Caban
6c7a65c1d3
oleview: Added TreeView entries read from registry.
2006-06-21 11:56:19 +02:00
Piotr Caban
3348ecdddc
oleview: Added TreeView window.
2006-06-21 11:55:46 +02:00
Piotr Caban
b33f95e652
oleview: Added pane bar.
2006-06-21 11:49:12 +02:00
Piotr Caban
68f590cf82
oleview: Added initial version.
2006-06-21 11:42:19 +02:00
Vitaly Lipatov
63fd30ee5f
winecfg: Russian translation.
2006-06-20 20:39:04 +02:00
Paul Vriens
35d24315e7
winecfg: Create Resources directory when adding themes.
2006-06-20 20:35:47 +02:00
Eric Pouech
e79085258b
winedbg: Proper handling of typedefs.
...
Added types_get_real_type() to get rid of typedef information, and
access the real underlying type.
2006-06-20 11:36:25 +02:00
Ge van Geldorp
e08a176007
winedbg: Added x86_64 support.
2006-06-20 11:06:31 +02:00
Fatih Aşıcı
1b7da2379f
winecfg: Update Turkish resorce file.
2006-06-19 10:27:08 +02:00
András Kovács
081e88a643
uninstaller: Hungarian translation.
2006-06-19 09:21:06 +02:00
Francois Gouget
9eb81363ad
Add trailing '\n's to ok() calls.
...
Remove spaces before '\n'.
2006-06-16 11:32:42 +02:00
Mikołaj Zalewski
35b7a813f6
notepad: Pl.rc: Fix the ellipsis in menu.
2006-06-15 18:06:09 +02:00
Alexandre Julliard
9d4feaa09b
dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.
2006-06-15 16:52:23 +02:00
Alexander Nicolaysen Sørnes
3441615ca7
winecfg: Updated Norwegian Bokmål resources.
2006-06-15 12:06:10 +02:00
Alexandre Julliard
d47dcbf05a
winedbg: Avoid a crash when there's no backtrace to print.
2006-06-15 11:39:29 +02:00
Paul Vriens
569a452d3a
uxtheme: Add framework and initial tests.
2006-06-14 13:22:35 +02:00
Alexandre Julliard
68090e5d68
winedbg: sscanf arguments should be ints, not size_t.
2006-06-13 14:16:06 +02:00
Alexandre Julliard
c425045abb
winevdm: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:12:07 +02:00
Alexandre Julliard
46a5f91357
rpcss: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:58 +02:00
Andrew Talbot
a7142d435b
winedbg: Write-strings warnings fix.
2006-06-12 13:21:48 +02:00
Pavel Roskin
6c5eff90d0
winecfg: Recognize all CD and floppy devices listed in Linux devices.txt.
2006-06-10 12:43:50 +02:00
Pavel Roskin
34d9d5a346
winecfg: Allow and prefer using A: and B: for floppies.
...
Pass drive type to allocate_letter(). Start search from 'A' for
floppies.
Fix missing parentheses in the DRIVE_MASK_BIT definition. It's a bug
that is triggered by non-sequential drive allocation.
2006-06-10 12:43:31 +02:00
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
Paul Vriens
346aa7a3fe
winecfg: Update Dutch resource.
2006-04-13 12:24:07 +02:00
Stefan Leichter
3e0e71870e
winetest: Added dnsapi tests.
2006-04-12 11:42:48 +02:00
Antonio Codazzi
f4257157b2
view: Added Esperanto language.
2006-04-11 11:27:20 +02:00
Henning Gerhardt
b7cfc3ba63
winecfg: Update German resource.
2006-04-11 11:26:07 +02:00
YunSong Hwang
ea343153c8
winecfg: Updated Korean resources.
2006-04-11 11:25:46 +02:00
Alexandre Julliard
c4fde65022
msacm32: Renamed the dlls/msacm directory to dlls/msacm32.
2006-04-10 16:55:04 +02:00
Alexander N. Sørnes
6fdff26ca5
winecfg: Updated Norwegian resources.
2006-04-10 12:22:35 +02:00
Antonio Codazzi
f31b4e0394
wineconsole: Esperanto language support.
2006-04-08 20:03:59 +02:00
Antonio Codazzi
826e9f0eac
winhelp: Esperanto language update.
2006-04-08 20:01:48 +02:00
Antonio Codazzi
06d298f8b0
regedit: Italian language update.
2006-04-08 20:01:35 +02:00
Antonio Codazzi
e971073b24
start: Italian language update.
2006-04-08 20:01:23 +02:00
Antonio Codazzi
941da93dfd
uninstaller: Esperanto language adjustments.
2006-04-08 20:01:09 +02:00
Antonio Codazzi
c77aa86c3e
wineconsole: Italian language support.
2006-04-08 20:00:56 +02:00
Robert Reif
a76023f02a
winecfg: Add default dsound sample rate and bits per sample.
2006-04-08 15:49:10 +02:00
Alexandre Julliard
2eb46bb464
explorer: Don't use ExitWindows on shutdown.
...
ExitWindows kills all current processes and that creates a race with
newly started processes. Instead, simply exit and let the new process
create a new explorer.
2006-04-07 20:26:47 +02:00
Mike McCormack
5a5b35cec7
Add an implementation of iexplore.exe.
2006-04-05 11:27:54 +02:00
Mike McCormack
92b5d9e189
msiexec: Add an icon for msiexec and .msi files.
2006-04-04 11:51:27 +02:00
Antonio Codazzi
64dfe52c6b
uninstaller: Esperanto language support.
2006-04-03 11:50:17 +02:00
Antonio Codazzi
3440029055
uninstaller: Italian language support.
2006-04-03 11:50:04 +02:00
Antonio Codazzi
bed0b2c382
notepad: Esperanto language support.
2006-04-03 11:49:53 +02:00
Antonio Codazzi
e47aba6e36
notepad: Italian language support.
2006-04-03 11:49:39 +02:00
Antonio Codazzi
e5def1c392
clock: Esperanto language support.
2006-04-03 11:47:07 +02:00
Alexander N. Sørnes
5656fa8f00
regedit: Fix typo in Norwegian resources.
2006-04-03 11:39:21 +02:00
Alexandre Julliard
d74a62cfd7
winecfg: Disable the desktop option when configuring a specific application.
2006-03-29 13:49:36 +02:00
Alexandre Julliard
db6608ac9f
x11drv: Moved desktop mode handling to the explorer process.
...
Per-application desktop mode settings are no longer supported. Apps
can be launched in a specific desktop window by using:
explorer /desktop=name[,widthxheight] app.exe [args]
If the named desktop already exists the app is launched inside it. The
default desktop is cleverly named "default".
2006-03-27 22:43:03 +02:00
Robert Shearman
e8fe7004c7
shell32: Adding a systray item with an invalid icon handle is allowed.
2006-03-27 21:41:30 +02:00
Petr Tesarik
68f8d28945
winedbg: Fix stepping over an instruction.
2006-03-27 12:14:20 +02:00
f_sophia
fa68994ab1
winhelp: Added Esperanto language support.
2006-03-27 11:56:08 +02:00
Eric Pouech
f661e7a924
winedbg: Fixes for identifiers.
...
- fixed lexical rules for a path name
- fixed identifier rules so that we get the right precedence
between ! and ::
- modules (in mod!name forms) are now handled as tIDENTIFIER
(tPATH was buggy anyhow)
2006-03-27 11:30:50 +02:00
Marcus Meissner
40af0c8a30
programs: Move icinfo out of avitools.
2006-03-22 21:55:43 +01:00
Francois Gouget
5c14417130
taskmgr: Avoid forward declarations and make functions static.
2006-03-21 20:05:29 +01:00
Francois Gouget
b01a1c6f0e
taskmgr: Reorder functions to avoid forward declarations.
2006-03-21 20:04:46 +01:00
Francois Gouget
b72013d6d1
taskmgr: Avoid forward declarations and make functions static.
2006-03-21 20:04:09 +01:00
Jeff Latimer
0994126701
winedbg: Add display for floating point status.
...
Added code to examine and display floating point unit status into
be_i386.c as info all-regs command.
2006-03-21 16:30:47 +01:00
Alexandre Julliard
5ac2238ad0
wcmd: Try executing the process even if the exe file doesn't exist.
...
It may be a builtin exe in which case the CreateProcess call will
succeed.
2006-03-21 12:00:17 +01:00
Byeong-Sik Jeon
97e40ad795
winecfg: Updated Korean translation.
2006-03-21 11:04:58 +01:00
Mike McCormack
25564f9f3c
taskmgr: Make some functions static.
2006-03-21 11:04:43 +01:00
Mike McCormack
423079eb3b
taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros.
2006-03-21 11:04:32 +01:00
Mike McCormack
fab2e56258
winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros.
2006-03-21 11:04:27 +01:00
Mike McCormack
1e27e1d584
taskmgr: Eliminate common code and fix a warning.
2006-03-20 22:08:51 +01:00
Alexandre Julliard
1fd32cfa13
configure: Use --rpath when linking dlls too.
2006-03-20 22:08:26 +01:00
Alexandre Julliard
02ff174bf1
programs: Get rid of application symlinks, they are no longer needed.
2006-03-20 20:47:58 +01:00
Alexander N. Sørnes
ad05be7395
wordpad: Fix typo in Norwegian resource.
2006-03-20 12:04:52 +01:00
Vitaly Lipatov
0bb76d231c
regedit: Fix Russian translation.
2006-03-20 12:04:38 +01:00
Vitaly Lipatov
d4c42c0fef
control: Fix datetime name.
2006-03-20 12:04:28 +01:00
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
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