summaryrefslogtreecommitdiffhomepage
path: root/app/main.js
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Remove starting the backend. The backend produces too much output on stdout a...Erik Larkö1-22/+0
2017-07-05sudo-prompt is a dev dependency and is not available in releaseAndrej Mihajlov1-1/+1
2017-06-21Refactor main processAndrej Mihajlov1-193/+206
2017-06-21Rename .ipc_connection_info to .mullvad_rpc_addressAndrej Mihajlov1-1/+1
2017-06-09Allow unused args starting with _Erik Larkö1-1/+1
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov1-1/+1
2017-04-18Don't show backend errors when exiting the frontend in developmentErik Larkö1-1/+1
2017-04-18Use electron-log instead of console.logErik Larkö1-7/+22
2017-04-12Can start and connect to the backendErik Larkö1-0/+17
2017-04-07Rust backendErik Larkö1-5/+5
2017-04-03Read connection stringErik Larkö1-1/+23
2017-03-27Some more whitespace fixesErik Larkö1-3/+3
2017-03-24Linux compatibility (#2)Andrei Mihailov1-112/+67
2017-03-21Migrate to NSEventMonitor 0.0.2Andrej Mihajlov1-2/+2
2017-03-20Add app menu to map hotkeys to standard actions (i.e copy/paste)Andrej Mihajlov1-10/+32
2017-03-20Fix copy/paste supportAndrej Mihajlov1-12/+43
2017-03-18Disable selection color of tray iconAndrej Mihajlov1-1/+1
2017-03-17New keyframe animationAndrej Mihajlov1-2/+1
2017-03-17Drop spinner and update assetsAndrej Mihajlov1-4/+2
2017-03-17Remove dead codeAndrej Mihajlov1-2/+0
2017-03-17Add alternative menubar iconsAndrej Mihajlov1-8/+3
2017-03-17Revert menubar item highlightingAndrej Mihajlov1-3/+6
2017-03-17Update tray assets and hide spinner when window is visibleAndrej Mihajlov1-2/+6
2017-03-17Switch settings folder to mullvad.vpnAndrej Mihajlov1-1/+1
2017-03-16Refactor codeAndrej Mihajlov1-0/+1
2017-03-16Update docs and fix lint issuesAndrej Mihajlov1-1/+0
2017-03-16Refactor codeAndrej Mihajlov1-51/+12
2017-03-16Setup tray animatorsAndrej Mihajlov1-5/+46
2017-03-06change application support folderAndrej Mihajlov1-1/+1
2017-03-03Hide dock only on macAndrej Mihajlov1-1/+3
2017-03-03Make sure we only require NSEventMonitor on macOSAndrej Mihajlov1-8/+19
2017-02-27Remove unused RPC eventAndrej Mihajlov1-4/+0
2017-02-24Fix rare bug when dev tools window is not created yet but isDevToolsOpened() ...Andrej Mihajlov1-1/+5
2017-02-24Override userData pathAndrej Mihajlov1-0/+6
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-2/+10
2017-02-22Add missing commaAndrej Mihajlov1-1/+1
2017-02-22Enable CSSBackdropFilterAndrej Mihajlov1-0/+3
2017-02-20- Add map placeholdersAndrej Mihajlov1-0/+8
2017-02-17- Add settings page layoutAndrej Mihajlov1-1/+1
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov1-71/+109
2017-02-10Disable fullscreen to prevent odd behavior when tapping twice on titlebarAndrej Mihajlov1-2/+3
2017-02-09Update BrowserWindow configurationAndrej Mihajlov1-4/+5
2017-02-09Add basic structure and login screenAndrej Mihajlov1-4/+4
2017-02-06Add declarative Tray implementationAndrej Mihajlov1-4/+0
2017-02-06Add tray menuAndrej Mihajlov1-0/+4
2017-02-06Initial commitAndrej Mihajlov1-0/+106