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 |