summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Collapse)Author
2017-03-17Windows installer version bump and a build fix.Adam Ierymenko
2017-03-17Windows build fixes, app about text revisions.Adam Ierymenko
2017-03-14Software update cleanup, and a fix for updates on Windows.Adam Ierymenko
2017-03-08Fix exception thrown in NetworkMonitor thread that can cause the UI to stop ↵Grant Limberg
polling service for updates
2017-03-08Don't crash when attempting to join a network while the zerotier service ↵Grant Limberg
isn't running
2017-03-07Windows build process updates, and repackage everything using new EV ↵Adam Ierymenko
certificate and SHA256.
2017-03-07Windows build fixes.Adam Ierymenko
2017-02-23Windows build fix.Adam Ierymenko
2017-02-22fixed double firing of the leave network API call causing an error popup on ↵Grant Limberg
windows
2017-02-14Right and left click both will now open the context menu on WindowsGrant Limberg
2017-01-26remove reference to BackgroundResolver.cpp/.hpp on WindowsGrant Limberg
2017-01-26fix copy stage for paths with spacesGrant Limberg
2017-01-20Windows build fix, warning removal.Adam Ierymenko
2017-01-13Windows build fixes, Software update fix, warning removal.Adam Ierymenko
2017-01-11Should fix Windows build.Adam Ierymenko
2017-01-09bring window to front if already openGrant Limberg
2017-01-03properly quote string arguments to copyutil in case there are spaces in the pathGrant Limberg
2016-11-22clear cached window positions when display settings changeGrant Limberg
2016-11-22cache window positions so we only have to move after open once.Grant Limberg
2016-11-21hacky way to set window position but it worksGrant Limberg
2016-11-21hyperlinks in the about page are clickableGrant Limberg
2016-11-21fill out the about viewGrant Limberg
2016-11-21dont close the network list. just hide it so its reusableGrant Limberg
2016-11-18wired up the startup registry key to the registryGrant Limberg
2016-11-18add a checkbox for startup option in preferencesGrant Limberg
2016-11-18copy node ID by clicking on node ID menu itemGrant Limberg
2016-11-18proper shutdownGrant Limberg
2016-11-18fixed an issue where sometimes network data wouldnt be updatedGrant Limberg
2016-11-18Wired up connected checkbox and delete button. just something not working ↵Grant Limberg
with refresh.
2016-11-18wire up the quit buttonGrant Limberg
2016-11-18wire up the rest of the views to the menu. views not implemented yet tho.Grant Limberg
2016-11-18moved stuff around again. WPF didnt like things once they were moved. Also ↵Grant Limberg
wired up Join dialog.
2016-11-17added skeletons for join and about windows. moving things around a little ↵Grant Limberg
bit too
2016-11-17add timeouts to requests to the json apiGrant Limberg
2016-11-17can finally join/leave networks by clicking on them in the context menuGrant Limberg
2016-11-16Merge branch 'dev' into systemtrayGrant Limberg
2016-11-16handle removing of networks we are no longer connected to from the UIGrant Limberg
2016-11-16IP addresses now selectable in Windows UIGrant Limberg
2016-11-16make device ID selectableGrant Limberg
2016-11-16add JSONDB.cppGrant Limberg
2016-11-14looks like a garbage file got committed. deletingGrant Limberg
2016-11-14remove timer thats no longer neededGrant Limberg
2016-11-14Added network monitor pub/sub classGrant Limberg
2016-11-10fix serialization issue.Grant Limberg
Apparently the JSON parser uses this same serialization method under the hood to create objects from JSON.
2016-11-10menu now dynamically populates the network listGrant Limberg
2016-11-09renameGrant Limberg
2016-11-08Network list window opens with click on the menu itemGrant Limberg
2016-11-08turn APIHandler into a singletonGrant Limberg
2016-11-08starts up to a toolbar icon with context menu. still much more to doGrant Limberg
2016-11-08add NotifyIcon NuGet package for tray icon supportGrant Limberg