aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: fix logic error in confviewJason A. Donenfeld2019-04-301-1/+1
|
* ui: search all window titles when raisingJason A. Donenfeld2019-04-301-1/+1
|
* ui: incorrectly adjust icon provider to new dpi awarenessJason A. Donenfeld2019-04-303-13/+20
|
* ui: fix log closure variableJason A. Donenfeld2019-04-301-1/+1
|
* service: inform UIs it is time to quit so they can kill trayJason A. Donenfeld2019-04-301-0/+6
|
* ui: pick more windowsy colorsJason A. Donenfeld2019-04-301-3/+3
|
* ui: fix quoting in error stringsJason A. Donenfeld2019-04-302-2/+2
|
* ui: tunnelconfig -> tunneleditJason A. Donenfeld2019-04-302-18/+18
|
* version: add certificate checking for official versionsJason A. Donenfeld2019-04-301-1/+1
| | | | This is an easy circumventable check designed mostly for convenience.
* version: add beginnings of authenticode checkingJason A. Donenfeld2019-04-301-0/+14
|
* ui: allow update labels to wrapJason A. Donenfeld2019-04-301-0/+2
|
* ui: select tunnel on tray start errorJason A. Donenfeld2019-04-291-1/+2
|
* ui: show first active tunnels on window popupJason A. Donenfeld2019-04-292-2/+29
|
* ui: rework tunnel adding logic and fix bugsJason A. Donenfeld2019-04-292-23/+45
|
* ui: select newly created/edited tunnelsAnthony Dong2019-04-292-5/+21
| | | | Signed-off-by: Anthony Dong <aanthony.dong@gmail.com>
* ui: make IPC calls in go routinesJason A. Donenfeld2019-04-292-41/+69
|
* service: pass global state with notificationJason A. Donenfeld2019-04-295-52/+54
|
* ui: account for IPC failures in UI initializationJason A. Donenfeld2019-04-292-3/+11
|
* ui: force tray and mtw to appearJason A. Donenfeld2019-04-291-6/+15
| | | | | If started too early, then these can initially fail before eventually succeeding.
* updater: add initial skeletonJason A. Donenfeld2019-04-296-15/+221
|
* ui: fix the status dot alignmentDmitry Bagdanov2019-04-282-2/+6
| | | | Signed-off-by: Dmitry Bagdanov <dimbo_job@mail.ru>
* ui: partially fix dot placementJason A. Donenfeld2019-04-282-17/+17
|
* ui: use normal line edit in confviewJason A. Donenfeld2019-04-271-8/+15
| | | | This gives better row alignment, but breaks the icon.
* ui: suppress extranous deactivated notification in trayJason A. Donenfeld2019-04-271-2/+4
|
* ui: add icon to about dialogJason A. Donenfeld2019-04-271-0/+1
|
* ui: set tray check to original state because change is asyncJason A. Donenfeld2019-04-271-0/+1
|
* ui: fix UI hide/quit logicJason A. Donenfeld2019-04-273-8/+17
|
* ui: enable double buffering on confviewJason A. Donenfeld2019-04-271-1/+1
| | | | | This fixes the flickering, but now the header labels are cut off. I'll let lxn fix this part.
* ui: simplify everythingJason A. Donenfeld2019-04-279-457/+347
|
* ui: remove leftover cruft from confviewJason A. Donenfeld2019-04-251-6/+0
|
* ui: simpler wireguard window nameJason A. Donenfeld2019-04-241-1/+1
|
* Revert "ui: introduce system icon loading"Jason A. Donenfeld2019-04-243-92/+4
| | | | This reverts commit 8d29c7136535524e387091a7387a33a243062f2b.
* ui: introduce system icon loadingJason A. Donenfeld2019-04-243-4/+92
| | | | This looks clearly worse in basically all ways and should be reverted.
* Revert "ui: reduce icon overlay size"Jason A. Donenfeld2019-04-241-2/+2
| | | | | | This reverts commit 642a7bd76c8b10a4fe846a561bda9296452a7a08. The right way to fix this is by dealing with the DPI stuff properly.
* ui: use tabs in main window and refactor tunnels ui and log dialog into tab pagesAlexander Neumann2019-04-245-569/+478
| | | | | | requires https://github.com/lxn/walk/commit/edb74ee350e9585ddd212acad445ec383950f2cc for status image background Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: programmatically compute colorsJason A. Donenfeld2019-04-241-6/+85
|
* ui: reduce icon overlay sizeJason A. Donenfeld2019-04-231-2/+2
|
* ui: use more horizontal space for conf viewAlexander Neumann2019-04-231-0/+1
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: overlay main window and tray icons according to tunnel statusAlexander Neumann2019-04-234-15/+91
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: remove nag and fix up stringsJason A. Donenfeld2019-04-231-19/+6
|
* ui: add icons to tunnels tool barAlexander Neumann2019-04-231-4/+4
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: fix initial display of public key in tunnel config dialogAlexander Neumann2019-04-231-1/+1
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: better colors of iconsJason A. Donenfeld2019-04-231-11/+38
|
* ui: when activating an item of the tunnels list, toggle on/off instead of editingAlexander Neumann2019-04-231-1/+20
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: some cleanup in ManageTunnelsWindowAlexander Neumann2019-04-231-35/+22
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: some log dialog improvementsAlexander Neumann2019-04-231-12/+32
| | | | | | requires https://github.com/lxn/walk/commit/bf929d66e944e31cd3f7cd802a697c62bc5b2006 Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: simplify sorting of TunnelModelAlexander Neumann2019-04-231-11/+1
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: move orderedStringSet to util.goAlexander Neumann2019-04-232-80/+80
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: implement log dialog; some refactoring in manage tunnels window to share some bitsAlexander Neumann2019-04-233-70/+234
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: refactor exclude private IPs code to be closer to existing ports and preserve user editsAlexander Neumann2019-04-231-85/+220
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>