Martin Fuchs
fa828cd057
- move some PIDL function declarations from undocshell.h into public
...
header, as they are no longer undocumented
- implement context menu support for Winefile
2004-02-11 04:18:12 +00:00
Mike McCormack
95b0fc6f08
Use GetFullPathName to convert unix path names to DOS ones.
2004-02-10 20:07:43 +00:00
Francois Gouget
ad5ff7ceeb
Assorted spelling and case fixes.
2004-02-09 22:07:42 +00:00
Huw Davies
89ef25e218
Use the BTNS_* toolbar button style defines rather than the outdated
...
TBSTYLE_*.
2004-02-09 21:01:10 +00:00
Hannu Valtonen
a13e0e9999
Remove some useless comments and rearrange the GUI a bit.
2004-02-09 20:57:21 +00:00
Chris Morgan
2c6ea211f0
Rename 'General tab' to 'About', move to the last position.
...
Make applications tab handle global and per-app winver, dosver and
winelook settings, mirroring the Libraries tab. Code copied from
Robert van Herk's libraries tab.
Move global/app specific function and global to the x11drv tab where
it is currently used.
Add a couple of property helper functions.
Set 3D border around treeview controls.
Removed invalid resources from languages other than En.
2004-02-07 01:01:34 +00:00
Eric Pouech
269b8a0e8c
Fixed typo.
2004-02-06 05:22:14 +00:00
Ivan Leo Murray-Smith
81ec7fd490
Translate "options".
2004-02-06 05:19:44 +00:00
Robert Shearman
b99cb051ed
Cancel rename if value to rename to already exists.
2004-02-06 05:16:56 +00:00
Eric Pouech
53fa0d5433
- Fixed broken winedbg compilation on BSD.
...
- Fixed some corner case handling in ELF list walking (reported by
Robert Shearman).
2004-02-05 01:27:38 +00:00
Eric Pouech
62bf6ecc85
- now detecting Dwarf debug information in ELF modules (but don't load
...
it)
- separated module management (pe.c, elf.c) from debug information
management (stabs.c, msc.c)
- worked around new wine-pthread and wine-kthread loaders (no longer
use "wine" as default loader)
- better convergence of gdb-proxy and winedbg for ELF handling
- fixed ELF link-map walking - now using all loaded shared libs -
(with the help of Robert Shearman)
- added a bit of const correctness
2004-02-03 00:14:12 +00:00
Eric Pouech
39628f49ed
- now reporting message on bogus line number in 'bp <num>' commands
...
(useful when user thinks <num> is a linear address)
- fixed bogus return value in DEBUG_AddBreakpoint
2004-01-28 20:05:39 +00:00
John K. Hohm
da7a575328
Allow regedit to edit (Default) key values.
2004-01-27 20:10:40 +00:00
Sami Aario
a24da03943
Fix a debug message.
2004-01-27 03:59:36 +00:00
Alexandre Julliard
20b4585e3c
Only link against libdxguid where necessary.
2004-01-27 00:11:16 +00:00
Alexandre Julliard
c3eac43839
Moved libuuid to the dlls directory, and moved the DirectX GUIDs into
...
a separate libdxguid library.
2004-01-26 21:29:05 +00:00
Ge van Geldorp
399901e054
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
...
with PSDK.
2004-01-23 01:51:33 +00:00
Ivan Leo Murray-Smith
6fb62d0353
Resource updates.
2004-01-23 01:44:47 +00:00
Alexandre Julliard
3defd321b2
Don't link directly to 16-bit APIs for portability reasons (based on a
...
patch by Steven Edwards).
2004-01-21 02:20:29 +00:00
Ivan Leo Murray-Smith
631150dd81
Yet again catching up with En.rc.
2004-01-20 02:09:39 +00:00
Chris Morgan
cde7f90903
Add audio tab with first pass at autodetection of audio driver.
...
Double clicking a drive entry brings up drive edit window.
2004-01-20 02:07:35 +00:00
Thomas Weidenmueller
a34dc5b53a
Regedit GUI enhancements with new Windows-like icons.
2004-01-20 01:33:02 +00:00
Ivan Leo Murray-Smith
998e1520dd
Yet another update.
2004-01-20 01:24:27 +00:00
Marcelo Duarte
ab14f1a5a2
Update of Portuguese resources.
2004-01-18 23:18:33 +00:00
Dimitrie O. Paun
a38979a3cd
Fix value renaming. Cleanup code, fix a few leaks.
2004-01-16 23:02:44 +00:00
Thomas Weidenmueller
7285f46840
Fixed handling of control focus.
2004-01-16 21:20:54 +00:00
Thomas Weidenmueller
794e046279
Enable the help menu for regedit.
2004-01-16 21:20:42 +00:00
Dimitrie O. Paun
7a6d6aabac
Streamline the editing interfaces a bit.
...
Open the registry with only the required permissions for the
operation. Fix a few leaks.
2004-01-16 02:21:23 +00:00
Thomas Weidenmueller
649643aad7
Added context menu support.
2004-01-16 02:14:19 +00:00
Thomas Weidenmueller
d0d8b5bfb1
Implemented View|Split.
2004-01-16 01:59:05 +00:00
Thomas Weidenmueller
8461c77082
Simplify the About dialog code.
2004-01-16 01:58:48 +00:00
Thomas Weidenmueller
2678595e3f
Expand the treeview on startup.
2004-01-16 01:58:28 +00:00
Ferenc Wagner
354f662962
Added graphical feedback.
2004-01-15 01:48:05 +00:00
Alexandre Julliard
6235a28adc
Avoid non-portable strip -s (reported by Robert Lunnon).
2004-01-15 00:22:10 +00:00
Dimitrie O. Paun
d160d46c7d
Add value rename support to regedit.
2004-01-13 23:18:12 +00:00
Tom Wickline
e961edd306
Add dillo as a browser to search for.
2004-01-13 22:48:29 +00:00
Francois Gouget
fc1e5789fa
Do a SearchPath before opening the file to improve compatibility with
...
the native regedit.
2004-01-13 05:07:07 +00:00
Francois Gouget
4cb9c590b9
Remove references to regapi.
2004-01-13 04:59:33 +00:00
Ivan Leo Murray-Smith
c87bbd8234
Brought up to date to Dimi's latest patch.
2004-01-08 00:40:48 +00:00
Robert van Herk
5fd5f38490
Added a tabsheet that allows the user to change the dll overrides,
...
both globally and per app.
2004-01-07 00:43:40 +00:00
Francois Gouget
640cc3f3e1
Assorted spelling fixes.
2004-01-06 22:08:33 +00:00
Chris Morgan
d888d36e1d
Added winebrowser app that launches a Unix browser.
2004-01-06 20:49:58 +00:00
Francois Gouget
826ff13385
Improve error reporting.
2004-01-06 20:39:17 +00:00
Dimitrie O. Paun
b3130b9f6d
Add new value support. Misc improvements and cleanups.
2004-01-06 20:38:56 +00:00
Ivan Leo Murray-Smith
1c875a4f4f
Updated Italian resources.
2004-01-06 00:37:29 +00:00
Eric Pouech
5bf3a2669b
Made wine_get_unix_file_name take a Unicode string pointer.
2004-01-05 23:42:09 +00:00
Dimitrie O. Paun
4352892f60
Add value delete, and dword edit support.
2004-01-05 21:14:19 +00:00
Zimler Attila
071b7dae8a
Added support for creating new keys.
2004-01-03 00:33:56 +00:00
Ivan Leo Murray-Smith
edeb27b09c
Added Italian resources.
2004-01-02 01:50:05 +00:00
Mike McCormack
bbe0e2ce80
Sort the output of wcmd's set command.
2003-12-30 19:17:31 +00:00