Hugh McMaster
|
300df08e70
|
regedit: Remove an unused #define.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-16 15:22:07 +02:00 |
Hugh McMaster
|
191b81dbd3
|
regedit: Add data parsing operations to the state machine.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 21:54:38 +02:00 |
Hugh McMaster
|
d60c31eadb
|
regedit: Perform value name operations in the state machine.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 18:51:08 +02:00 |
Hugh McMaster
|
ca98e23451
|
regedit: Perform key operations in the state machine.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 18:51:08 +02:00 |
Hugh McMaster
|
ec87800856
|
regedit: Introduce a partial state machine for importing registry data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 18:51:08 +02:00 |
Hugh McMaster
|
b1e48fb469
|
regedit: Free the stringValueData buffer before using it again (Coverity).
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 15:02:14 +02:00 |
Hugh McMaster
|
06b0a6d94d
|
regedit/tests: Test whether "" is interpreted as the default registry value.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 15:02:10 +02:00 |
Hugh McMaster
|
c414b2b570
|
regedit/tests: Output "(Default)" when referring to the default registry value.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-15 15:02:07 +02:00 |
Hugh McMaster
|
a726343fa5
|
regedit: Add status bar text for the 'Expand'/'Collapse' menu item.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-13 20:56:20 +02:00 |
Hugh McMaster
|
5058fa70a3
|
regedit/tests: Test the accepted range of the hex-based data types.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-13 20:56:19 +02:00 |
Hugh McMaster
|
955766a13b
|
regedit/tests: Test case sensitivity when creating and deleting registry keys.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-13 20:56:19 +02:00 |
Hugh McMaster
|
8096e23798
|
regedit/tests: Remove an un-needed tab character from a key in the key deletion tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-09 09:18:53 +02:00 |
Hugh McMaster
|
afde1624ca
|
regedit: Do not use REG_NONE as the default data type if strtoulW() fails.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-08 16:44:58 +02:00 |
Hugh McMaster
|
5669282e1d
|
regedit: Do not create registry keys that end without a closing bracket.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-08 16:44:58 +02:00 |
Hugh McMaster
|
eca563e9ce
|
regedit/tests: Add tests for value deletion.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-08 16:44:58 +02:00 |
Hugh McMaster
|
247e611de5
|
regedit/tests: Add tests for key creation and key deletion.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-08 16:44:57 +02:00 |
Hugh McMaster
|
75fed2d5a1
|
regedit: Use shared code to add favourite key items to the 'Remove' listbox.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-06 13:08:46 +02:00 |
Hugh McMaster
|
f0949baafc
|
regedit: Update handling of the 'Modify' menu items.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-05 11:14:12 +02:00 |
Hugh McMaster
|
adf298685f
|
regedit: Only show the 'Modify' menu items when the listview has focus.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-05 11:14:09 +02:00 |
Hugh McMaster
|
46bff016ab
|
regedit: Use the treeview item label in the 'Favourites' menu instead of the key path.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-05 11:12:36 +02:00 |
Hugh McMaster
|
27b2519ca4
|
regedit: Re-implement favourite registry key handling.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-05 11:12:32 +02:00 |
Hugh McMaster
|
b332c1a6d5
|
regedit: Update handling of the 'Modify' menu item.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-02 17:25:30 +02:00 |
Hugh McMaster
|
6c752aaf8d
|
regedit: Update handling of the new subkey and new value menu items.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-01 20:32:20 +02:00 |
Hugh McMaster
|
576d300e49
|
regedit: Update some resource strings.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-01 20:32:18 +02:00 |
Hugh McMaster
|
63a2a07e86
|
regedit: Add status bar text for the 'Modify Binary Data' menu item.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-01 20:30:41 +02:00 |
Hugh McMaster
|
6eef9a9554
|
regedit: Add status bar text for adding a new expandable string value.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-01 20:29:56 +02:00 |
Hugh McMaster
|
898ee58aa0
|
regedit: Fix handling of 'Copy Key Name' menu items.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-01 19:36:48 +02:00 |
Hugh McMaster
|
48716cba98
|
regedit: Update handling of the 'Copy Key Name' menu item.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-31 20:51:47 +02:00 |
Hugh McMaster
|
2aff2f612a
|
regedit: Update handling of the 'Rename' menu item.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-31 20:51:47 +02:00 |
Hugh McMaster
|
4144847aa5
|
regedit: Update handling of the 'Delete' menu item.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-31 20:51:46 +02:00 |
Hugh McMaster
|
948278cb7b
|
regedit: Never disable the 'Find' and 'Find Next' menu items.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-31 20:51:46 +02:00 |
Hugh McMaster
|
2689792cd4
|
regedit: Update the status bar when moving to the 'Computer' root node.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-31 20:51:46 +02:00 |
Hugh McMaster
|
06eceb3af2
|
regedit: Delete a listview item without refreshing the listview.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-30 21:49:51 +02:00 |
Hugh McMaster
|
9cd1fc3fc4
|
regedit: Update the data in a listview subitem without refreshing the listview.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-30 21:49:50 +02:00 |
Hugh McMaster
|
f3c4cca7bf
|
regedit: Add listview entries without refreshing the listview.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-30 21:49:50 +02:00 |
Hugh McMaster
|
ebfe566c16
|
regedit: Update a value name without refreshing the listview.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-30 21:49:50 +02:00 |
Hugh McMaster
|
c04f66a59f
|
regedit: Allow handling of return values from listview notification messages.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-30 21:49:50 +02:00 |
Hugh McMaster
|
fe38c9abad
|
regedit: Move the listview's NM_SETFOCUS handling to listview.c.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-30 21:49:50 +02:00 |
Hugh McMaster
|
51743827c9
|
regedit/tests: Add tests for importing Windows 3.1 registry data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-26 08:10:41 +02:00 |
Hugh McMaster
|
d763aecc24
|
regedit: Use a separate pop-up menu for the 'Computer' root node.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-24 16:23:59 +02:00 |
Hugh McMaster
|
d09571d181
|
regedit: Add 'Expand' and 'Collapse' options to the treeview pop-up menu.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-24 16:22:18 +02:00 |
Hugh McMaster
|
0c9de25955
|
regedit: Remove duplicate HINSTANCE declaration from main.h.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-24 15:30:23 +02:00 |
Hugh McMaster
|
e880c9ca8c
|
regedit: Only show the 'New' pop-up menu when right-clicking beneath the listview item list.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-22 21:08:08 +02:00 |
Hugh McMaster
|
7bf054f198
|
regedit: Update and sort the pop-up menus.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-22 21:06:20 +02:00 |
Hugh McMaster
|
c5d38ce427
|
regedit: Re-select the listview item after renaming is complete.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-22 21:02:37 +02:00 |
Hugh McMaster
|
5474b7a43e
|
regedit: Always assign focus to the default value when refreshing the listview.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-22 21:02:33 +02:00 |
Hugh McMaster
|
7ea0892343
|
regedit/tests: Re-order the REG_NONE import tests and fix some copy/paste errors.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-19 17:44:22 +02:00 |
Nikolay Sivov
|
02b178e791
|
regedit: Fix a crash when exporting from top level key.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-18 16:17:48 +02:00 |
Hugh McMaster
|
d37a49f362
|
regedit/tests: Add tests for importing REG_BINARY data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
5aea192a5a
|
regedit/tests: Add tests for importing REG_EXPAND_SZ data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
2060e426a6
|
regedit/tests: Add tests for importing REG_NONE data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
00a65cd507
|
regedit/tests: Test whether blank lines affect multi-line concatenation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
3ce4beb0a7
|
regedit/tests: Test if REG_SZ and REG_DWORD support line concatenation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:12 +02:00 |
Hugh McMaster
|
a0f5a2cc12
|
regedit/tests: Add tests for key name and value name concatenation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-17 21:57:11 +02:00 |
Hugh McMaster
|
82246874d2
|
regedit: Merge processRegLinesA/W() into their caller.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-05 14:12:18 +02:00 |
Hugh McMaster
|
e8f0a8b38b
|
regedit: Merge header checks from processRegLinesA/W() to their caller.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-05 14:12:18 +02:00 |
Hugh McMaster
|
8753a1b271
|
regedit: Use a function pointer to read each registry line instead of calling get_lineA/W() directly.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-03 22:58:02 +02:00 |
Hugh McMaster
|
76b9e6c712
|
regedit: Return a Unicode line from get_lineA().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-03 22:58:02 +02:00 |
Hugh McMaster
|
6b596ecf9e
|
regedit: Simplify clean-up in get_lineA/W().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-03 22:58:02 +02:00 |
Hugh McMaster
|
8b5291bca6
|
regedit: Pass RegQueryValueEx() the actual buffer size (Coverity).
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-01 19:29:14 +02:00 |
Hugh McMaster
|
85e34436cd
|
regedit: Add a missing 'break' statement (Coverity).
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-01 19:29:14 +02:00 |
Huw Davies
|
6bc8ecafe8
|
regedit: Use the system metrics to retrieve the treeview icon sizes.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-27 19:00:25 +02:00 |
Hugh McMaster
|
2392743146
|
regedit: Re-implement processSetValue().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-25 20:53:07 +02:00 |
Hugh McMaster
|
9aff5c88ad
|
regedit: Validate REG_SZ import data before processing it any further.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-25 20:53:07 +02:00 |
Hugh McMaster
|
0481f31d4c
|
regedit: Simplify parseKeyName.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-25 20:53:07 +02:00 |
Hugh McMaster
|
2926c2822c
|
regedit/tests: Add some more import tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-24 20:30:18 +02:00 |
Hugh McMaster
|
6f667d1c42
|
regedit: Only show the context menu if the mouse is over a treeitem.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-20 18:58:46 +02:00 |
Hugh McMaster
|
ab0d0c6ee4
|
regedit: Select the targeted treeview item on right mouse click.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-20 18:58:46 +02:00 |
Hugh McMaster
|
4dc5a764c7
|
regedit: Call TrackPopupMenu() from WM_CONTEXTMENU.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-20 18:58:45 +02:00 |
Hugh McMaster
|
5af62255ef
|
regedit/tests: Add some REG_SZ import tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-12 19:04:10 +02:00 |
Jakub Bartmiński
|
9e35dd1545
|
regedit: Fall back to tree root on invalid path.
Signed-off-by: Jakub Bartmiński <jakub.bartm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 22:02:30 +02:00 |
Hugh McMaster
|
0a71d4fa72
|
regedit: Re-implement convertHexToDWord().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 15:55:24 +02:00 |
Hugh McMaster
|
467def8352
|
regedit/tests: Add a few more import tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 15:53:57 +02:00 |
Hugh McMaster
|
098be09bce
|
regedit/tests: Add tests for importing DWORD values.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-11 15:53:53 +02:00 |
Hugh McMaster
|
aacae19602
|
regedit: Skip any leading spaces and tabs that may be present in the line being parsed.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-03 14:09:49 +02:00 |
Hugh McMaster
|
0b513778c7
|
regedit/tests: Add import tests with various combinations of spaces and tabs.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-03 14:09:47 +02:00 |
Hugh McMaster
|
9ea9874abf
|
regedit: Remove unused #define.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-31 14:03:56 +02:00 |
Hugh McMaster
|
9ad4152e6d
|
regedit: Make "Unknown Type" translatable.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-30 22:06:33 +02:00 |
Hugh McMaster
|
5aaa77c9bb
|
regedit: Do not select/highlight a listview item on refresh.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-29 08:47:22 +02:00 |
Hugh McMaster
|
6d89696121
|
regedit: Do not use REG_NONE as the default data type on import error.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-29 08:47:20 +02:00 |
Hugh McMaster
|
523a61da85
|
regedit: Remove data types that cannot be imported and clean-up data_types array.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-29 08:47:18 +02:00 |
Hugh McMaster
|
f8afd05d6c
|
regedit/tests: Add mixed line concatenation and comment tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-24 12:45:11 +01:00 |
Hugh McMaster
|
0a7ff8aff7
|
regedit: Accept various forms of "REGEDIT" with trailing characters.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-22 16:28:50 +01:00 |
Hugh McMaster
|
5052a759b3
|
regedit: Return success or failure from import functions.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-22 16:28:10 +01:00 |
Hugh McMaster
|
f56d919ffe
|
regedit: Re-implement processRegLinesA().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-22 16:25:01 +01:00 |
Hugh McMaster
|
e1e79d12b3
|
regedit: Parse UTF-16 file header for validation.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-22 16:23:49 +01:00 |
Hugh McMaster
|
e96056a026
|
regedit/tests: Add missing ok() check after RegOpenKeyExA().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-21 20:52:04 +01:00 |
Hugh McMaster
|
6b6e2cb924
|
regedit: Re-implement processRegLinesW().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-20 19:42:18 +01:00 |
Hugh McMaster
|
a3c9a2682c
|
regedit/tests: Add some line concatenation tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-06 19:44:18 +01:00 |
Hugh McMaster
|
00bd109e1f
|
regedit/tests: Test import with non-standard registry file headers.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-24 13:54:17 +01:00 |
Nikolay Sivov
|
a9bae9629c
|
regedit: Sort each of top level branches separately.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-20 10:32:13 +01:00 |
Nikolay Sivov
|
71a6eeb732
|
regedit: Make it clear whether it is a key or a value that is about to be removed.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-17 20:54:05 +01:00 |
Hugh McMaster
|
7073e27fbd
|
regedit: Sort treeview children on refresh.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-09 13:01:32 +01:00 |
Hugh McMaster
|
e23ca416bd
|
regedit: Refresh listview after import.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-09 13:01:32 +01:00 |
Hugh McMaster
|
9e1d356d78
|
regedit: Display a dialog message after successful/unsuccessful file import.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-09 13:01:15 +01:00 |
Hugh McMaster
|
8ce48b9fcd
|
regedit: Update some comments in edit.c.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:40:17 +01:00 |
Hugh McMaster
|
93b08c6289
|
regedit: Update dialog messages related to key and value renaming.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:40:12 +01:00 |
Hugh McMaster
|
ed5d1f2618
|
regedit: Update search completion message handling.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:39:09 +01:00 |
Hugh McMaster
|
6a8aea20ac
|
regedit: Combine error() and error_code_messagebox().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:35:13 +01:00 |
Hugh McMaster
|
e0ab47ce87
|
regedit: Display custom error messages instead of strings from the system table.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:32:45 +01:00 |
Hugh McMaster
|
e31a0cc241
|
regedit: Use FormatMessage() for optimal memory usage.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:30:16 +01:00 |
Hugh McMaster
|
6350cfd8c7
|
regedit: Remove unnecessary error handling from message box functions in edit.c.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-01 16:26:55 +01:00 |
Zebediah Figura
|
679cc50195
|
regedit: When processing 3.1 ignore any lines that don't begin with HKCR.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 22:30:38 +01:00 |
Nikolay Sivov
|
c5f26bf56d
|
regedit: Clear value list when tree root is selected.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 10:52:03 +01:00 |
Nikolay Sivov
|
7dea6fef61
|
regedit: Always show treeview selection.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 10:52:03 +01:00 |
Zebediah Figura
|
da5b770453
|
regedit/tests: Add tests for importing Win 3.1 registry files.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 21:38:53 +01:00 |
Zebediah Figura
|
b0d475b858
|
regedit: Add support for importing Win 3.1 registry files.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-30 21:38:53 +01:00 |
André Hentschel
|
9ae26670e3
|
regedit: Remove dead assignment (clang).
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-16 22:02:27 +01:00 |
Francois Gouget
|
49c30d4b8e
|
regedit: Make output_writeconsole() static.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-10 19:19:15 +01:00 |
Hugh McMaster
|
1e1bfba1c4
|
regedit: Only allow key renaming via the Edit or Popup menus.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-09 20:49:09 +01:00 |
Hugh McMaster
|
061c4bce06
|
regedit/tests: Add tests for quotes and slashes in keys, values and data.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-05 14:54:55 +01:00 |
Hugh McMaster
|
56959b1808
|
regedit: Import files using 'rb' mode.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-02 20:27:55 +01:00 |
Hugh McMaster
|
e7d5503347
|
regedit/tests: Add tests for line concatenation when importing.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-20 13:02:24 +01:00 |
Hugh McMaster
|
dc6e2eaf09
|
regedit: Load Binary editor from context menu.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-19 14:21:28 +01:00 |
Hugh McMaster
|
eb3c4f43f6
|
regedit/tests: Add more tests for parsing comments.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-06 15:46:15 +01:00 |
Hugh McMaster
|
ced6d4618b
|
regedit/tests: Move existing comment tests to a separate function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-06 15:46:10 +01:00 |
Hugh McMaster
|
750358fc44
|
regedit/tests: Test whether comments ending in a backslash affect the next line.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:54:03 +01:00 |
Hugh McMaster
|
b897c9b13d
|
regedit/tests: Fix line concatenation test.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:54:01 +01:00 |
Hugh McMaster
|
6cd9c7ffb5
|
regedit/tests: Test if the final line is imported if it doesn't end in a newline.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-23 22:36:40 +01:00 |
Hugh McMaster
|
c39ee374a7
|
regedit: Close the registry key handle in the read function instead of the parser.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-25 13:39:32 +02:00 |
Hugh McMaster
|
93f795950d
|
regedit: Do not close the registy key handle when a line break is encountered.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-25 13:39:27 +02:00 |
Hugh McMaster
|
5027f01a6a
|
regedit/tests: Add line break and complexity tests.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:17 +02:00 |
Hugh McMaster
|
4e43d76751
|
regedit/tests: Handle different data types with one verify_reg() function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:15 +02:00 |
Hugh McMaster
|
01590f5c35
|
regedit/tests: Open the registry key once in each test function.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:13 +02:00 |
Hugh McMaster
|
211a5d15d7
|
regedit/tests: Replace the hard-coded subkey path with a define.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-24 14:04:12 +02:00 |
Hugh McMaster
|
4cb93f4557
|
regedit: Do not set s_eol to NULL when it will be re-assigned immediately.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-01 20:47:43 +09:00 |
Hugh McMaster
|
b4d40846dd
|
regedit: Remove two 'continue' statements from the end of two 'while' loops.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-01 20:47:39 +09:00 |
Hugh McMaster
|
d8fd4bde38
|
regedit: Process registry input from stdin.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-29 23:54:41 +09:00 |
Alexandre Julliard
|
b90628c15e
|
regedit: Don't die if we fail to open a key during exporting.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-11 14:19:42 +09:00 |
Hugh McMaster
|
2b74ef1006
|
regedit: Output the registry data type as a string when it is used in error messages.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-21 23:36:04 +09:00 |
Hugh McMaster
|
bb2c799f36
|
regedit: Use generic ARRAY_SIZE macro to allow for broader use.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-21 23:36:03 +09:00 |
Hugh McMaster
|
3763c7a610
|
regedit: Rewrite processRegLinesA into an ANSI version of processRegLinesW.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-21 23:36:03 +09:00 |
Hugh McMaster
|
fec0b697c7
|
regedit: Use Unicode for registry key paths.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:46:34 +09:00 |
Hugh McMaster
|
7c824cbfd4
|
regedit: Open export file with a wide-character stream.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:42:09 +09:00 |
Hugh McMaster
|
86ebd5eee0
|
regedit: Use Unicode when printing system error messages.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:41:52 +09:00 |
Hugh McMaster
|
8dfc25ea9e
|
regedit: Use output_message() in regproc.c for better internationalization.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 21:41:28 +09:00 |
Francois Gouget
|
f099d0b197
|
regedit: Make GetwideString() static.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-07 11:16:02 +09:00 |
Hugh McMaster
|
6ad44d7a31
|
regedit: Process the next file, if any, on error.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-05 23:27:34 +09:00 |
Hugh McMaster
|
221bb0f769
|
regedit: Use WINAPI functions for better internationalization.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-05 23:27:32 +09:00 |
Hugh McMaster
|
256290f74f
|
regedit: Parse command-line input using Unicode.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-05 23:22:06 +09:00 |
Francois Gouget
|
5da8ad93a0
|
regedit: Make get_token() static.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-04 11:01:29 +09:00 |
Nikolay Sivov
|
0c79028e97
|
regedit: Fix error message format (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-03 10:11:34 +09:00 |
Hugh McMaster
|
0df9480d2d
|
regedit: Import multiple files in one command.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-24 18:54:21 +09:00 |
Hugh McMaster
|
1df0b0f986
|
regedit: Accept /C as a valid switch.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-24 18:54:14 +09:00 |
Hugh McMaster
|
d418ece9d0
|
regedit: Use error handling for missing arguments.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:56:16 +09:00 |
Hugh McMaster
|
53c9a78970
|
regedit: Tokenize command-line input.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:56:03 +09:00 |
Hugh McMaster
|
493b5aab22
|
regedit: Hard-code "regedit" instead of passing getAppName() as an argument.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:51:31 +09:00 |
Hugh McMaster
|
7e72247d07
|
regedit: Replace error_unknown_switch() with simpler error handling.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:51:23 +09:00 |
Kirill Smirnov
|
fe517f9256
|
regedit: Fix an out-of-bounds array access (clang).
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-17 14:18:03 +09:00 |
Hugh McMaster
|
5b3681f62d
|
regedit: Display REG_NONE values.
REG_NONE values are displayed in hexadecimal.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-29 21:05:05 +09:00 |
Hugh McMaster
|
32714ee447
|
regedit: Display REG_DWORD_BIG_ENDIAN values.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-29 21:05:05 +09:00 |
Nikolay Sivov
|
c9fb3b7f8f
|
regedit: Fix potential buffer leak, simplify error handling (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-22 09:51:30 +01:00 |
Jiaxing Wang
|
ebacf05258
|
regedit: Need 3 bytes of room at end of buffer for \r\n\0 to avoid endless loop.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-26 23:58:28 +09:00 |
Alexandre Julliard
|
17ac5ba7f9
|
makefiles: Specify whether to install program binaries in the individual makefiles.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-30 14:58:50 +09:00 |
Nikolay Sivov
|
a72482fd39
|
regedit: When sorting by key type consistently compare types.
Otherwise when sorting by type for key with same type list get sorted by
name.
|
2015-09-15 16:04:22 +09:00 |
Nikolay Sivov
|
e428884c0c
|
regedit: Block sorting by key value.
|
2015-09-15 16:04:12 +09:00 |
Bernhard Übelacker
|
cf6477ab27
|
regedit: Call RegEnumValueW with value and val_count parameters.
|
2015-07-08 16:02:24 +09:00 |
Nikolay Sivov
|
6827724e54
|
regedit: Make it possible for save/restore position on tree root.
|
2015-06-15 14:48:46 +09:00 |
Jiaxing Wang
|
a53371497f
|
regedit: Avoid appending '\0' to string value of imported key.
|
2015-05-20 18:32:47 +09:00 |
Francois Gouget
|
1402201cd6
|
regedit: Remove an unneeded NONAMELESSSTRUCT directive.
|
2015-04-03 00:33:30 +09:00 |
Sebastian Lackner
|
fb37d215cd
|
regedit: Fix incorrect usage of CompareString in parseKeyName.
|
2014-11-19 23:36:35 +09:00 |
Michael Stefaniuc
|
a542a13a02
|
regedit: Simplify check for an empty string (PVS-Studio).
|
2014-11-18 22:11:20 +09:00 |
Bruno Jesus
|
84d7239640
|
regedit: Allow importing/exporting strings with '\r'.
|
2014-10-30 12:00:38 +09:00 |
Bruno Jesus
|
c35bca6561
|
regedit: Allow importing strings with escaped NULL.
|
2014-10-29 20:31:10 +09:00 |
Bruno Jesus
|
01b0746906
|
regedit: Append exported strings using the correct size.
|
2014-10-28 14:54:12 +09:00 |
Alexandre Julliard
|
3e40fea9d6
|
makefiles: Automatically add the necessary msvcrt flags to the generated rules.
|
2014-01-08 14:34:15 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
86b1f94d28
|
makefiles: Get rid of the MAKE_PROG_RULES variable.
|
2014-01-02 12:12:57 +01:00 |
Frédéric Delanoy
|
1f3c916f00
|
regedit: Constify a character string.
|
2013-12-19 17:09:26 +01:00 |
Alexandre Julliard
|
4f3d71cef3
|
makefiles: Get rid of the no longer used PO_SRCS variables.
|
2013-12-15 10:23:04 +01:00 |
Alexandre Julliard
|
e2df0ab856
|
makefiles: Generate rules from makedep for building and installing man pages.
|
2013-11-18 11:40:00 +01:00 |
Alexandre Julliard
|
5756ee09f3
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01:00 |
Frédéric Delanoy
|
b1ded781df
|
regedit: Fix manpage formatting.
|
2013-07-17 20:30:49 +02:00 |
Alexandre Julliard
|
dcc97a186d
|
Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages.
|
2013-07-16 20:48:05 +02:00 |
Alexandre Julliard
|
1090077e73
|
regedit: Add a 256x256 icon.
|
2013-03-27 20:12:27 +01:00 |
Daniel Jelinski
|
003622c015
|
regedit: Disallow editing root key names.
|
2012-10-16 20:46:01 +02:00 |
Marcus Meissner
|
443e196e08
|
regedit: FIXME() on printing.
|
2012-10-12 17:18:37 +02:00 |
Francois Gouget
|
8700bb86a2
|
regedit: Fix the spelling of multi-string.
|
2012-09-24 10:51:47 +02:00 |
Daniel Jelinski
|
1565def7b9
|
regedit: Adding new subkey to a key with no subkeys now works with native comctl32.
|
2012-06-04 12:17:52 +02:00 |
Daniel Jelinski
|
14d4702c1b
|
regedit: Make key names editable also with native comctl32.
|
2012-06-04 10:35:11 +02:00 |
Bruno Jesus
|
0d3807dbc5
|
regedit: Fix qword entries export.
|
2012-05-17 10:18:54 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Francois Gouget
|
cc463d0bcc
|
regedit: An English (United States) spelling fix.
|
2012-05-04 18:08:23 +02:00 |
Bruno Jesus
|
1fba4a6886
|
regedit: Allows semicolon comments.
|
2012-04-27 12:01:48 +02:00 |
Bruno Jesus
|
c3821f6c63
|
regedit: Fix item text reading in regedit.
|
2012-04-27 12:00:31 +02:00 |
Ilya Basin
|
f900ed1474
|
regedit: Fix buffer size when exporting binary values.
|
2012-04-12 20:38:52 +02:00 |
Alexandre Julliard
|
509e557608
|
regedit: Use virtkeys for all accelerators.
|
2012-01-30 20:44:41 +01:00 |
Alexandre Julliard
|
10fe8c61e7
|
regedit: Add message contexts for accelerators that can be translated.
|
2012-01-24 20:38:51 +01:00 |
Alexandre Julliard
|
65dfc51b2e
|
regedit: Don't use tchar.h.
|
2012-01-23 16:07:34 +01:00 |
Alexandre Julliard
|
da35622b83
|
makefiles: Disable use of Unicode macros globally for all the programs.
|
2012-01-20 13:14:16 +01:00 |
Alexandre Julliard
|
3dc628c636
|
regedit: Merge accelerators into the main resource file.
|
2011-12-19 20:15:53 +01:00 |
Bruno Jesus
|
8ad904c398
|
regedit: Allow binary files to be imported.
|
2011-11-21 16:16:29 +01:00 |
Alexandre Julliard
|
b9aed40111
|
regedit: Convert dialogs to po files.
|
2011-11-08 15:28:49 +01:00 |
Francois Gouget
|
5920de5ffb
|
Assorted spelling and case fixes.
|
2011-05-09 12:09:27 +02:00 |
Francois Gouget
|
d1e487f940
|
regedit: Fix ellipsis usage in the menu labels.
|
2011-05-03 19:34:27 +02:00 |
Alexandre Julliard
|
dcc9c37e97
|
regedit: Remove unnecessary use of class atoms.
|
2011-04-18 12:08:31 +02:00 |
Andrew Nguyen
|
3c0af2fcd1
|
regedit: Convert the treeview code to Unicode.
|
2011-04-18 11:50:39 +02:00 |
Andrew Nguyen
|
3e19c4ca3b
|
regedit: Explicitly use ANSI functions in regedit helper functions.
|
2011-04-18 11:50:32 +02:00 |
Andrew Nguyen
|
87bd8ef6e1
|
regedit: Convert the listview code to Unicode.
|
2011-04-18 11:50:28 +02:00 |
Andrew Nguyen
|
172ce3eed8
|
regedit: Convert the hex edit code to Unicode.
|
2011-04-18 11:50:24 +02:00 |