summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/main.cpp
AgeCommit message (Expand)Author
2020-04-23IRCClient: Connect to IRC server URL specified in command line argumentBrendan Coles
2020-03-31IRCClient: Refuse to run as rootAndreas Kling
2020-02-23IRCClient: Modernize Core::Object usageAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11IRCClient: Use pledge()Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-03-23IRCClient: Exit the main loop when closing the app window.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling