Sweden-Number/programs/regedit
Francois Gouget afa9d0a60d regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName().
Keep track of the full registry path (including the root key) in
currentKeyName. This makes the error messages more informative.
Reduce the number of global variables used by openKey() & co.  Only
use one variable, currentKeyHandle, to indicate whether a key is
currently open or not.
2007-06-18 12:14:19 +02:00
..
Bg.rc
Cs.rc
De.rc
En.rc regedit: Support REG_MULTI_SZ creation and editing. 2007-04-03 13:13:35 +02:00
Es.rc Some Spanish translations updated. 2007-05-30 15:55:20 +02:00
Fr.rc
Hu.rc
It.rc
Ja.rc
Ko.rc regedit: Update Korean resource. 2007-04-03 13:13:47 +02:00
Makefile.in
Nl.rc
No.rc regedit: Update Norwegian Bokmål resources. 2007-06-01 12:40:54 +02:00
Pl.rc regedit: Update Polish translation. 2007-04-24 10:18:24 +02:00
Pt.rc
Ru.rc
Si.rc
Tr.rc
about.c
childwnd.c Mark several functions as static. 2007-03-13 13:35:12 +01:00
edit.c regedit: Support REG_MULTI_SZ creation and editing. 2007-04-03 13:13:35 +02:00
framewnd.c wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
hexedit.c Change some functions arguments from () -> (void). 2007-03-12 12:25:31 +01:00
listview.c regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declarations. 2007-06-14 13:59:15 +02:00
main.c
main.h
regedit.c regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declarations. 2007-06-14 13:59:15 +02:00
regproc.c regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName(). 2007-06-18 12:14:19 +02:00
regproc.h regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declarations. 2007-06-14 13:59:15 +02:00
resource.h regedit: Support REG_MULTI_SZ creation and editing. 2007-04-03 13:13:35 +02:00
resource.rc
rsrc.rc
treeview.c