Alexandre Julliard
|
0b18409cfc
regedit: Use C runtime wchar functions instead of wine/unicode.h.
|
5 years ago |
Alistair Leslie-Hughes
|
006d3f3365
regedit: Don't expand items on initial tree creation.
|
6 years ago |
Hugh McMaster
|
a926e05446
regedit: Do not directly include stdio.h any longer.
|
6 years ago |
Hugh McMaster
|
a20f99b548
regedit: Use the ARRAY_SIZE macro.
|
6 years ago |
Hugh McMaster
|
73220a3d6f
regedit: Remove regproc.h.
|
6 years ago |
Michael Stefaniuc
|
505a9e0283
regedit: Use the global HeapAlloc() wrappers.
|
7 years ago |
Hugh McMaster
|
5d9a4c4dbd
regedit: Store the data from a listview subitem in a valid memory address.
|
7 years ago |
Hugh McMaster
|
c193bffb3e
regedit: Use the heap_*() functions in childwnd.c where possible.
|
7 years ago |
Nikolay Sivov
|
cbd6e05e68
regedit: Simplify double-click listview handler.
|
7 years ago |
Hugh McMaster
|
5a391e18cb
regedit: Use UpdateStatusBar() instead of updating the text manually.
|
7 years ago |
Hugh McMaster
|
683b9992f6
regedit: Remove the listview's sub-class and move its messages to childwnd.c.
|
7 years ago |
Hugh McMaster
|
aa42d81e6d
regedit: Move treeview notify messages to a separate function.
|
7 years ago |
Hugh McMaster
|
7d0f2deca3
regedit: Update the listview path when renaming a treeview node.
|
7 years ago |
Hugh McMaster
|
182b6fb545
regedit: Update the status bar text when a treeview node is renamed.
|
7 years ago |
Hugh McMaster
|
2689792cd4
regedit: Update the status bar when moving to the 'Computer' root node.
|
7 years ago |
Hugh McMaster
|
c04f66a59f
regedit: Allow handling of return values from listview notification messages.
|
7 years ago |
Hugh McMaster
|
fe38c9abad
regedit: Move the listview's NM_SETFOCUS handling to listview.c.
|
7 years ago |
Hugh McMaster
|
d763aecc24
regedit: Use a separate pop-up menu for the 'Computer' root node.
|
7 years ago |
Hugh McMaster
|
7bf054f198
regedit: Update and sort the pop-up menus.
|
7 years ago |
Hugh McMaster
|
85e34436cd
regedit: Add a missing 'break' statement (Coverity).
|
7 years ago |
Hugh McMaster
|
6f667d1c42
regedit: Only show the context menu if the mouse is over a treeitem.
|
7 years ago |
Hugh McMaster
|
ab0d0c6ee4
regedit: Select the targeted treeview item on right mouse click.
|
7 years ago |
Hugh McMaster
|
4dc5a764c7
regedit: Call TrackPopupMenu() from WM_CONTEXTMENU.
|
7 years ago |
Nikolay Sivov
|
c5f26bf56d
regedit: Clear value list when tree root is selected.
|
8 years ago |
Hugh McMaster
|
1e1bfba1c4
regedit: Only allow key renaming via the Edit or Popup menus.
|
8 years ago |
Nikolay Sivov
|
6827724e54
regedit: Make it possible for save/restore position on tree root.
|
9 years ago |
Daniel Jelinski
|
003622c015
regedit: Disallow editing root key names.
|
12 years ago |
Andrew Nguyen
|
dfc0fa86d4
regedit: Convert the child window code to Unicode.
|
14 years ago |
Andrew Nguyen
|
82796c565e
regedit: Remove all Unicode macros in main.h.
|
14 years ago |
Andrew Nguyen
|
182763f632
regedit: Convert regedit main code to Unicode.
|
14 years ago |