aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tray.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: use icons instead of unicode fontJason A. Donenfeld2019-05-021-1/+1
* ui: select tunnel on tray start errorJason A. Donenfeld2019-04-291-1/+2
* ui: show first active tunnels on window popupJason A. Donenfeld2019-04-291-2/+10
* ui: make IPC calls in go routinesJason A. Donenfeld2019-04-291-27/+38
* service: pass global state with notificationJason A. Donenfeld2019-04-291-13/+8
* updater: add initial skeletonJason A. Donenfeld2019-04-291-0/+13
* ui: suppress extranous deactivated notification in trayJason A. Donenfeld2019-04-271-2/+4
* ui: set tray check to original state because change is asyncJason A. Donenfeld2019-04-271-0/+1
* ui: simplify everythingJason A. Donenfeld2019-04-271-65/+108
* ui: use tabs in main window and refactor tunnels ui and log dialog into tab pagesAlexander Neumann2019-04-241-5/+5
* ui: overlay main window and tray icons according to tunnel statusAlexander Neumann2019-04-231-0/+4
* ui: implement about dialog, version info still TODOAlexander Neumann2019-04-231-1/+1
* ui: implement [de]activation of tunnels via trayAlexander Neumann2019-04-231-13/+46
* ui: handle adding and removing of tunnels for trayAlexander Neumann2019-04-231-42/+59
* ui: update status and active CIDRs menu itemsAlexander Neumann2019-04-231-25/+42
* ui: split tray logic into tray componentAnthony Dong2019-04-231-0/+163