Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-02 | Added --tab-url option to print active tab's URL | Jaakko Keränen | |
IssueID #319 | |||
2021-05-21 | IPC: Request window raise when opening new tabs, navigating | Jaakko Keränen | |
IssueID #234 | |||
2021-03-02 | Cleanup | Jaakko Keränen | |
2021-03-02 | Windows: Implement IPC with mailslots | Jaakko Keränen | |
2021-02-28 | Single app instance; IPC mechanism | Jaakko Keränen | |
Only one instance of Lagrange is allowed to run per a runtime directory. Otherwise the instances will overwrite each others' files. Added a check at startup to see if an instance is already running. If so, options can be used to communicate with it. By default, a new tab is opened in the running instance. IssueID #37 IssueID #164 IssueID #174 IssueID #178 | |||
2021-02-27 | Added source files for IPC | Jaakko Keränen | |
Inter-process communication is needed to control behavior of multiple Lagrange instances. |