summaryrefslogtreecommitdiff
path: root/windows/WinUI
AgeCommit message (Expand)Author
2022-06-23Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /windows/WinUIdependabot[bot]
2019-08-04Version bump to 1.4.2 for all but Windows AIPAdam Ierymenko
2019-07-291.4 bumpAdam Ierymenko
2019-06-20Windows build changes for 1.2.99 (1.4.0pre)Adam Ierymenko
2019-02-05no messageGrant Limberg
2019-02-05Fixed a bug where UI elements were attempting to be updated in a background t...Grant Limberg
2018-07-25Version bumps.Adam Ierymenko
2018-06-28Added "Create and Join Network" menu item to windows system tray UIGrant Limberg
2018-06-28use easy mode for network creationGrant Limberg
2018-05-081.2.10Adam Ierymenko
2018-04-271.2.8 bump for all but Windows install files.Adam Ierymenko
2018-04-17'versioning'Adam Ierymenko
2017-09-27Replace '_' with '__' in network names on toolbar menu in WindowsGrant Limberg
2017-09-27remove reference to invalid fileGrant Limberg
2017-09-22new startup process UI for WindowsGrant Limberg
2017-08-09Add menu option to open ZeroTier Central in the system default browserGrant Limberg
2017-05-12I guess there's a bug in Clipboard.SetText(). Clipboard.SetDataObject() work...Grant Limberg
2017-05-12Swallow a possible ArgumentNullException when copying text to the system clip...Grant Limberg
2017-05-08Run Join/Leave commands asynchronously so the UI doesn't lock up on thoise co...Grant Limberg
2017-05-08Fixed falling out of the network monitor thread if the ZeroTier service isn't...Grant Limberg
2017-04-24Version bumps.Adam Ierymenko
2017-03-22Windows UI will attempt to re-copy the auth token if a 401 error is receivedGrant Limberg
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-08Fix exception thrown in NetworkMonitor thread that can cause the UI to stop p...Grant Limberg
2017-03-08Don't crash when attempting to join a network while the zerotier service isn'...Grant Limberg
2017-02-22fixed double firing of the leave network API call causing an error popup on w...Grant Limberg
2017-02-14Right and left click both will now open the context menu on WindowsGrant Limberg
2017-01-26fix copy stage for paths with spacesGrant Limberg
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 wi...Grant Limberg
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
2016-11-17added skeletons for join and about windows. moving things around a little bi...Grant Limberg
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