summaryrefslogtreecommitdiff
path: root/swat/scripting/client/regedit.js
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9635: Seperate window logic from registry js file.Deryck Hodge1-24/+7
This allows for flexibility in display format, which will make more sense when I start working on windows, tabs, etc. Add the beginnings of a document.js object that allows us to add and remove scripts as we use them, which will ensure we only load what we need. A desktop GUI runs from a single page, so we can't load js files by changing pages. deryck (This used to be commit b4f6f81d7bbf87fcb7c7c9bd4a7164aabaeedc1c)
2007-10-10r9470: non-working attempt to add a little table for values to the reg editorAndrew Tridgell1-5/+27
hopefully deryck will be able to tell me what I've screwed up :-) (This used to be commit e68db751f064a0d968bd0995805141ffe5938ee7)
2007-10-10r9466: add display of values as well as keys in the registry editorAndrew Tridgell1-5/+42
(This used to be commit 62d55a250afa3e3923a6b9da7b59177ad59d55a3)
2007-10-10r9434: moved the registry editor into a common js library. Deryck, does thisAndrew Tridgell1-0/+118
look ok? Apologies if this treads on your toes. (This used to be commit 8295eb01c0e1eec4f7c5bd211eac80b92ff9549e)