aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tray.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: set global state before main state in trayJason A. Donenfeld2019-05-071-1/+1
* ui: scale icons according to DPIJason A. Donenfeld2019-05-071-1/+1
* ui: do tray click action when popup clickedJason A. Donenfeld2019-05-051-0/+3
* ui: use natural sorting orderJason A. Donenfeld2019-05-051-1/+4
* ui: improve update logging and tray logicJason A. Donenfeld2019-05-051-2/+15
* ui: use more windows iconsJason A. Donenfeld2019-05-041-6/+8
* ui: embolden update tray itemJason A. Donenfeld2019-05-041-5/+12
* ui: show custom connected and disconnected icons in balloonJason A. Donenfeld2019-05-041-2/+4
* ui: specify default action in trayJason A. Donenfeld2019-05-041-2/+3
* ui: add toolbar after adding it to the tabsJason A. Donenfeld2019-05-031-2/+2
* ui: Quit -> ExitJason A. Donenfeld2019-05-021-1/+1
* ui: render dots with svgs insteadJason A. Donenfeld2019-05-021-1/+3
* 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