ladybird/Applications/IRCClient
Robin Burchell 0dc9af5f7e Add clang-format file
Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh.
2019-05-28 17:31:20 +02:00
..
.gitignore IRCClient: Start working on a simple graphical IRC client. 2019-03-15 12:14:23 +01:00
IRCAppWindow.cpp can now tile background and made sure the IRC choose server popup still works 2019-05-27 21:40:53 +02:00
IRCAppWindow.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCChannel.cpp IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01:00
IRCChannel.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCChannelMemberListModel.cpp LibGUI: Remove GModel activations to GAbstractView. 2019-05-09 04:56:52 +02:00
IRCChannelMemberListModel.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCClient.cpp can now tile background and made sure the IRC choose server popup still works 2019-05-27 21:40:53 +02:00
IRCClient.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCLogBuffer.cpp LibGUI: Make GTableModel a retainable object. 2019-03-20 03:27:07 +01:00
IRCLogBuffer.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCLogBufferModel.cpp LibGUI: Remove GModel activations to GAbstractView. 2019-05-09 04:56:52 +02:00
IRCLogBufferModel.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCQuery.cpp IRCClient: Colorize some channel messages (joins, parts, topics) 2019-03-18 20:56:45 +01:00
IRCQuery.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCWindow.cpp LibGUI: Remove GModel activations to GAbstractView. 2019-05-09 04:56:52 +02:00
IRCWindow.h Add clang-format file 2019-05-28 17:31:20 +02:00
IRCWindowListModel.cpp LibGUI: Remove GModel activations to GAbstractView. 2019-05-09 04:56:52 +02:00
IRCWindowListModel.h Add clang-format file 2019-05-28 17:31:20 +02:00
main.cpp IRCClient: Exit the main loop when closing the app window. 2019-03-23 22:58:53 +01:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00