index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
windows
/
WinUI
Age
Commit message (
Expand
)
Author
2015-11-12
New Windows UI tweaks: get rid of networks tab (only one tab!), make networks...
Adam Ierymenko
2015-11-05
fix up some borders & colors
Grant Limberg
2015-11-05
remove the peers page
Grant Limberg
2015-11-04
set manifest to require administrator privileges and read the authtoken and p...
Grant Limberg
2015-11-04
just a little xaml cleanup
Grant Limberg
2015-11-04
make the main window width a bit smaller
Grant Limberg
2015-11-04
update the peer list in place rather than replacing it
Grant Limberg
2015-11-04
make the peers page prettier
Grant Limberg
2015-11-04
setting width/height isn't necessary
Grant Limberg
2015-11-04
Fix vertical scrolllbar on networks view
Grant Limberg
2015-11-04
make the networks view a bit prettier
Grant Limberg
2015-11-04
make the tabs a little prettier
Grant Limberg
2015-11-04
Don't go kaboom when the ZeroTier service isn't running.
Grant Limberg
2015-10-26
another build setting
Grant Limberg
2015-10-26
set the app icon for release
Grant Limberg
2015-10-26
disable sorting of peers
Grant Limberg
2015-10-26
can now leave networks
Grant Limberg
2015-10-26
Figured out how to expand controls to fill parent. yay
Grant Limberg
2015-10-26
Initial peers page
Grant Limberg
2015-10-26
add error handling for JSON serialization
Grant Limberg
2015-10-26
change int to UInt64 for these properties
Grant Limberg
2015-10-26
set up a timer to update the UI from a background thread
Grant Limberg
2015-10-26
disallow paste of non hex characters
Grant Limberg
2015-10-23
wire up the join network button
Grant Limberg
2015-10-23
only accept hex characters for network id
Grant Limberg
2015-10-23
add methods for joining/leaving networks, and getting peers
Grant Limberg
2015-10-23
C#-ifying stuff
Grant Limberg
2015-10-21
add a scroll bar to the network info view
Grant Limberg
2015-10-21
Base windows UI is working.
Grant Limberg
2015-10-19
.
Grant Limberg
2015-10-19
initial layout for network info
Grant Limberg
2015-10-19
set the main window icon
Grant Limberg
2015-10-19
setting icon and a few other settings
Grant Limberg
2015-10-19
set up project and base UI for a native windows UI for ZeroTier
Grant Limberg