aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/listview.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: cleanup TODO comment spacingJason A. Donenfeld2019-06-071-2/+2
|
* ui: cache last observed stateJason A. Donenfeld2019-06-071-5/+15
| | | | | | Sometimes State() is out of sync with the notifications when a service removal is pending. This unifies that, and also removes IPC from the main thread.
* ui: fix listview painting on win 7 classic theme and high contrast themesAlexander Neumann2019-05-231-13/+2
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* service: split into tunnel and managerJason A. Donenfeld2019-05-201-13/+13
|
* ui: fix dpi related code smellsAlexander Neumann2019-05-151-1/+1
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: disallow empty space left clicks in listviewAnthony Dong2019-05-151-0/+1
| | | | Signed-off-by: Anthony Dong <aanthony.dong@gmail.com>
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2
|
* ui: somewhat aggressively cache iconsJason A. Donenfeld2019-05-101-1/+0
|
* ui: get correctly sized system iconsJason A. Donenfeld2019-05-081-1/+1
|
* ui: move things out of iconproviderJason A. Donenfeld2019-05-071-3/+15
|
* ui: use natural sorting orderJason A. Donenfeld2019-05-051-5/+3
|
* ui: fix thundering herd problem in importing/deletingJason A. Donenfeld2019-05-031-5/+25
|
* ui: fix up confview ticker and list sync logicJason A. Donenfeld2019-05-031-7/+11
|
* ui: double buffer list viewJason A. Donenfeld2019-05-031-1/+3
|
* ui: rename things to say tunnel lessJason A. Donenfeld2019-05-021-0/+227