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
Vincent Béron
6e7cf127db
Remove unused function from regedit/treeview.c.
2005-09-29 10:33:34 +00:00
Krzysztof Foltman
83edf20502
- Copy key name works.
...
- Favorites (adding, removing, going to) work.
- Added context sensitive graying to some menu options.
- Cleanup of status bar update.
2005-09-26 09:57:56 +00:00
Mike McCormack
d73dad6630
Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
2005-06-04 10:01:25 +00:00
Marcus Meissner
3e5b9b8d57
Removed inclusion of process.h (not needed and breaks with gcc4).
2005-04-11 12:59:17 +00:00
Crestez Leonard
94ce244555
Implement Refresh.
...
Fix bug with all HKEY_ roots always showing expandable.
2005-01-10 16:03:22 +00:00
Robert Reif
cddb03e6b9
Added HKEY_DYN_DATA support.
2004-07-08 20:14:10 +00:00
Robert Shearman
9c93c484c5
- Use hourglass cursor for better feedback when expanding nodes.
...
- Turn off redrawing when expanding to make it faster.
2004-06-14 19:34:58 +00:00
Dimitrie O. Paun
fb1845db31
Properly implement all key operations: new, delete, rename.
...
Fix rename command to handle both keys and values.
2004-03-15 20:19:38 +00:00
Thomas Weidenmueller
a34dc5b53a
Regedit GUI enhancements with new Windows-like icons.
2004-01-20 01:33:02 +00:00
Thomas Weidenmueller
2678595e3f
Expand the treeview on startup.
2004-01-16 01:58:28 +00:00
Dimitrie O. Paun
4352892f60
Add value delete, and dword edit support.
2004-01-05 21:14:19 +00:00
Dimitrie O. Paun
166145385d
Remove most string size limitations.
...
Better error handling. Less listview flicker.
A bunch of style fixes and improvements.
2003-12-12 04:08:59 +00:00
Dimitrie O. Paun
58c185ecf0
Reformat regedit in a consistent manner.
2003-12-08 22:48:07 +00:00
Dimitrie O. Paun
9142f7730b
Added support for editing strings.
2003-12-03 20:25:24 +00:00
Dmitry Timoshkov
c0a3cb13e0
Fixed build with older compilers.
2003-08-08 21:03:39 +00:00
Alexandre Julliard
f752b1246b
Authors: Robert Dickenson <robd@reactos.org>, Steven Edwards <Steven_Ed4153@yahoo.com>, Mike McCormack <mike@codeweavers.com>
...
Implemented GUI for regedit.
2003-08-07 03:10:13 +00:00