aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tunnelspage.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: bind shortcuts using new apiJason A. Donenfeld2019-06-261-3/+5
* ui: avoid flicker on toolbar when closing modalJason A. Donenfeld2019-06-261-0/+1
* global: cleanup TODO comment spacingJason A. Donenfeld2019-06-071-2/+2
* ui: get rid of hacks in tunnelspageAlexander Neumann2019-06-071-4/+2
* conf: read files potentially with UTF16Jason A. Donenfeld2019-05-221-1/+1
* service: split into tunnel and managerJason A. Donenfeld2019-05-201-12/+13
* ui: fix dpi related code smellsAlexander Neumann2019-05-151-20/+16
* global: regroup all importsJason A. Donenfeld2019-05-141-4/+5
* ui: don't tie ctrl+S to exportingJason A. Donenfeld2019-05-121-2/+0
* ui: tunnel cloningSteven Honson2019-05-111-4/+20
* ui: edit requires further informationSteven Honson2019-05-111-1/+1
* ui: show correct name in deletion confirmationJason A. Donenfeld2019-05-091-1/+1
* ui: fix ctrl+a on list invalidating listJason A. Donenfeld2019-05-081-3/+4
* ui: don't allow ctrl+a on empty list to hide fillerJason A. Donenfeld2019-05-081-0/+3
* ui: get correctly sized system iconsJason A. Donenfeld2019-05-081-5/+5
* ui: remove a few DPI hacksJason A. Donenfeld2019-05-081-7/+3
* ui: use natural sorting orderJason A. Donenfeld2019-05-051-2/+1
* ui: attach shortcuts to their windowsJason A. Donenfeld2019-05-051-0/+3
* ui: use context menus for all shortcutsJason A. Donenfeld2019-05-051-1/+69
* ui: improve update logging and tray logicJason A. Donenfeld2019-05-051-2/+0
* ui: specify default action in trayJason A. Donenfeld2019-05-041-0/+1
* ui: fix thundering herd problem in importing/deletingJason A. Donenfeld2019-05-031-12/+28
* ui: add toolbar after adding it to the tabsJason A. Donenfeld2019-05-031-76/+86
* ui: import lowercase extension matchingJason A. Donenfeld2019-05-031-4/+4
* ui: background import configsJason A. Donenfeld2019-05-031-85/+90
* ui: fix up confview ticker and list sync logicJason A. Donenfeld2019-05-031-33/+15
* ui: fix left list widthJason A. Donenfeld2019-05-031-13/+14
* ui: double buffer list viewJason A. Donenfeld2019-05-031-1/+1
* ui: use system icons in toolbarJason A. Donenfeld2019-05-021-4/+10
* ui: rename things to say tunnel lessJason A. Donenfeld2019-05-021-1/+1
* ui: move toolbar upJason A. Donenfeld2019-05-021-0/+1
* ui: add labels and keyboard shortcutsJason A. Donenfeld2019-05-021-2/+6
* ui: select closest tunnel after deletionJason A. Donenfeld2019-05-021-0/+18
* ui: add multiple tunnel deletionJason A. Donenfeld2019-05-021-25/+46
* ui: filler view when no tunnels existAnthony Dong2019-05-021-10/+48
* ui: use icons instead of unicode fontJason A. Donenfeld2019-05-021-41/+49
* ui: rework marginsJason A. Donenfeld2019-05-011-3/+9
* ui: fix quoting in error stringsJason A. Donenfeld2019-04-301-1/+1
* ui: tunnelconfig -> tunneleditJason A. Donenfeld2019-04-301-2/+2
* ui: rework tunnel adding logic and fix bugsJason A. Donenfeld2019-04-291-8/+30
* ui: select newly created/edited tunnelsAnthony Dong2019-04-291-1/+0
* service: pass global state with notificationJason A. Donenfeld2019-04-291-10/+18
* ui: account for IPC failures in UI initializationJason A. Donenfeld2019-04-291-1/+5
* ui: fix UI hide/quit logicJason A. Donenfeld2019-04-271-0/+2
* ui: simplify everythingJason A. Donenfeld2019-04-271-77/+25
* Revert "ui: introduce system icon loading"Jason A. Donenfeld2019-04-241-9/+4
* ui: introduce system icon loadingJason A. Donenfeld2019-04-241-4/+9
* ui: use tabs in main window and refactor tunnels ui and log dialog into tab pagesAlexander Neumann2019-04-241-0/+403