ChangeSet ID: 20843
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 07:07:56
Modified files:
programs/regedit: treeview.c resource.h main.h framewnd.c edit.c
Pl.rc En.rc
Log message:
Krzysztof Foltman <wdev(a)foltman.com>
- 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).
Patch: http://cvs.winehq.org/patch.py?id=20843
Old revision New revision Changes Path
1.16 1.17 +159 -12 wine/programs/regedit/treeview.c
1.12 1.13 +8 -2 wine/programs/regedit/resource.h
1.22 1.23 +10 -1 wine/programs/regedit/main.h
1.21 1.22 +79 -0 wine/programs/regedit/framewnd.c
1.19 1.20 +1 -1 wine/programs/regedit/edit.c
1.8 1.9 +19 -2 wine/programs/regedit/Pl.rc
1.20 1.21 +19 -2 wine/programs/regedit/En.rc