aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/raise.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: give foreground status to foreign process in raiseJason A. Donenfeld2019-05-131-0/+2
| | | | | | While UIPI prevents us from sending real window messages, we can at least give the foreground privilege to the other process, which lets it then actually come in front as it wants.
* ui: unlock thread after raisingJason A. Donenfeld2019-05-121-0/+1
|
* ui: adjust message filter for raiseJason A. Donenfeld2019-05-121-4/+2
| | | | High integrity means UIPI blocks this, so let it through.
* ui: dont use main window and run our own message loopJason A. Donenfeld2019-05-101-5/+5
| | | | This allows us to do custom things like send raise click messages.
* ui: make window restoring and pop-up more aggressiveSimon Rozman2019-05-081-8/+17
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* ui: search all window titles when raisingJason A. Donenfeld2019-04-301-1/+1
|
* ui: ensure window comes up on topJason A. Donenfeld2019-03-091-0/+2
|
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
|
* ui: add initial sample UI for testingJason A. Donenfeld2019-02-281-0/+54