summaryrefslogtreecommitdiffhomepage
path: root/app/main.js
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov1-509/+0
2018-08-08Add missing @flowAndrej Mihajlov1-0/+1
2018-08-08Set application user model ID on WindowsJanito Vaqueiro Ferreira Filho1-0/+4
2018-08-08Use strict comparison operatorJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-07Override app paths before single instance checkJanito Vaqueiro Ferreira Filho1-1/+2
2018-08-07Only close development tools when quittingJanito Vaqueiro Ferreira Filho1-2/+8
2018-08-07Show window if launched while runningJanito Vaqueiro Ferreira Filho1-0/+8
2018-08-07Handle window close on LinuxJanito Vaqueiro Ferreira Filho1-0/+23
2018-08-07Move generic tray set-up to a new methodJanito Vaqueiro Ferreira Filho1-4/+8
2018-07-31Configure electron to not use roaming directoryJanito Vaqueiro Ferreira Filho1-1/+16
2018-07-31Don't log anything before log directory is createdJanito Vaqueiro Ferreira Filho1-5/+7
2018-07-23Rotate UI log fileJanito Vaqueiro Ferreira Filho1-0/+13
2018-07-05Fix number of bugs in tray icon handling on WindowsAndrej Mihajlov1-26/+32
2018-07-05Fix windows -> win32Andrej Mihajlov1-2/+2
2018-07-05Remove window from taskbarAndrej Mihajlov1-0/+1
2018-07-03Migrate to app.getVersion()Andrej Mihajlov1-7/+5
2018-07-03Add productName to package.json and migrate to using app.getName()Andrej Mihajlov1-7/+3
2018-07-03Rename daemon-connect eventsAndrej Mihajlov1-2/+2
2018-07-03Remove the hotfix introduced in #258Andrej Mihajlov1-27/+0
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov1-2/+2
2018-07-03Move RPC file related stuff into RpcAddressFileAndrej Mihajlov1-83/+38
2018-07-02Add option to prefer const over let for immutable variablesAndrej Mihajlov1-4/+4
2018-06-28Apply a hotfix until #256 is merged which deprecates all of this anywayAndrej Mihajlov1-1/+27
2018-06-27Migrate back to AppActivationState observer from RXAndrej Mihajlov1-7/+0
See https://github.com/Microsoft/reactxp/issues/661
2018-06-12Add ShutdownHandler for Main and RendererAndrej Mihajlov1-13/+3
2018-06-12Refresh account expiration when window becomes visibleAndrej Mihajlov1-24/+34
2018-06-12Move problem report handling from renderer to mainAndrej Mihajlov1-12/+51
2018-06-12Refactor main processAndrej Mihajlov1-233/+156
2018-06-05Add formatted source codeAndrej Mihajlov1-138/+130
2018-05-18Move GUI log to user-specific directory on WindowsJanito Vaqueiro Ferreira Filho1-21/+11
2018-05-18Collect predefined log files in `problem-report`Janito Vaqueiro Ferreira Filho1-34/+27
Change the binary to search for log files in hard-coded paths. Also change the GUI to only specify its own log file as an extra log to be included in the collected problem report.
2018-05-18Ignore a single tray dimension when updating window position dependingEmīls1-4/+4
on task bar placement.
2018-05-18Add minimum window size to prevent downsizing on Windows when theEmīls1-0/+3
taskbar is moved around.
2018-05-14Remove startBackend code from GUI appLinus Färnstrand1-59/+0
2018-05-14Change path of RPC connection info file on WindowsJanito Vaqueiro Ferreira Filho1-13/+32
2018-05-09Update Windows log paths collected for reportsJanito Vaqueiro Ferreira Filho1-1/+9
2018-05-02Change the shutdown behaviour to wait on the daemon to disconnect orEmīls Piņķis1-13/+13
shut down
2018-04-30Shut down frontend if another instance is already runningEmīls Piņķis1-0/+18
2018-04-24Adjust window management on linuxEmīls Piņķis1-3/+16
2018-04-23Add basic windows serviceAndrej Mihajlov1-6/+13
2018-04-17Disconnect from tunnel when UI is closed on LinuxEmīls Piņķis1-1/+6
2018-04-17Change behaviour of GUI to only shut down the daemon on Windows and OSXEmīls Piņķis1-4/+6
2018-04-06Correct product name globallyOdd Stranne1-2/+2
(cherry picked from commit 619d9200bb32c8d03e9223bf81c6e6502e5a4c94)
2018-03-07Update window position on display changesAndrej Mihajlov1-3/+13
2018-03-07Add tray tooltipAndrej Mihajlov1-0/+3
2018-03-07Move a call to setHightlightMode to macOS branchAndrej Mihajlov1-2/+4
2018-03-07Move macOS patch for window.blur into separate methodAndrej Mihajlov1-15/+20
2018-03-07Compute window position based on taskbar placementAndrej Mihajlov1-35/+109
2018-03-05Fix the path to system temp directory on windowsAndrej Mihajlov1-8/+3
2018-02-27Change extension back to .log because macOS does not recognize .reportAndrej Mihajlov1-1/+1
and brings up the dialog of choosing a program to open the log file