| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-14 | Move gui directory to desktop/packages/mullvad-vpn | Oskar | 1 | -702/+0 | |
| 2024-09-24 | Fix linting errors | Oskar | 1 | -1/+1 | |
| 2024-06-18 | Fix eslint errors | Oskar Nyberg | 1 | -3/+5 | |
| All changes in this commit were produced by running `npm run lint -- --fix`. | |||||
| 2024-05-31 | Show error and troubleshoot dialog when lacking full disk access | Oskar Nyberg | 1 | -2/+10 | |
| 2024-03-21 | Add notification icon logging | Oskar Nyberg | 1 | -2/+2 | |
| 2024-02-15 | Make window show after file picker has been visible | Oskar Nyberg | 1 | -0/+1 | |
| 2023-07-07 | Update Electron to 25.2.0 | Oskar Nyberg | 1 | -4/+4 | |
| 2023-07-07 | Update account expiry fetch logic | Oskar Nyberg | 1 | -5/+1 | |
| 2023-04-19 | Refactor command line option handling | Oskar Nyberg | 1 | -3/+3 | |
| 2023-03-28 | Ensure main tray window can properly join full screen spaces on macOS | Claudio Cambra | 1 | -1/+1 | |
| The tray window works great across different spaces, but it tends to have buggy behaviour on full screen spaces, especially after opening the tray window in one full screen space and switching to another. The tray window will try to switch back but disappear anyway as it loses focus. By ensuring NSWindowCollectionBehaviorFullScreenAuxiliary is correctly set on the window (through win.setVisibleOnAllWorkspaces(true { visibleOnFullScreen: true } ) this should be fixed | |||||
| 2023-03-28 | Hide the main window in macOS mission control | Claudio Cambra | 1 | -0/+1 | |
| When opening mission control with the tray window open, it appears in mission control, but clicking on it makes it immediately disappear when the animation is over. So let's just not show it in mission control | |||||
| 2023-02-21 | Fix window not closing when unpinning window | Oskar Nyberg | 1 | -4/+8 | |
| 2023-02-09 | Add support for showing notification dot in tray icon | Oskar Nyberg | 1 | -6/+8 | |
| 2023-02-09 | Only show one notification from each category and throttle updates | Oskar Nyberg | 1 | -6/+2 | |
| 2023-02-01 | Add 'Go to System Settings' button to launch view | David Lönnhager | 1 | -0/+14 | |
| 2023-01-03 | Disable cmd+Q hotkey | Oskar Nyberg | 1 | -2/+2 | |
| 2022-11-30 | Update logic to work with new ErrorState structures | Oskar Nyberg | 1 | -1/+1 | |
| 2022-11-23 | Fix race condition when updating IPC target when recreating window | Oskar Nyberg | 1 | -6/+13 | |
| 2022-11-23 | Add quit button to context menu | Oskar Nyberg | 1 | -0/+14 | |
| 2022-11-07 | Improve renderer log forwarding | Oskar Nyberg | 1 | -1/+6 | |
| 2022-10-17 | Update ipc webcontents handling to be less complex | Oskar Nyberg | 1 | -0/+4 | |
| 2022-10-06 | Simplify command line argument checking | Oskar Nyberg | 1 | -2/+2 | |
| 2022-10-06 | Add command line option to not open devtools | Oskar Nyberg | 1 | -2/+5 | |
| 2022-08-26 | Simplify app quit procedure | Oskar Nyberg | 1 | -13/+18 | |
| 2022-08-22 | Improve how information is passed between components in main process | Oskar Nyberg | 1 | -43/+59 | |
| 2022-08-22 | Move tray and window handling to new UserInterface class | Oskar Nyberg | 1 | -0/+624 | |
