summaryrefslogtreecommitdiff
path: root/Applications/IRCClient
AgeCommit message (Expand)Author
2020-11-02Applications: Use pledge and unveilBrendan Coles
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-06IRCClient: Use new format functions.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-09-12IRCClient: Remove unused dump() logicBen Wiederhake
2020-09-10IRCClient: Use NonnullRefPtr<IRCClient> throughoutAndreas Kling
2020-09-07IRCClient: Add the "/me" command to send CTCP ACTION emotes :^)Andreas Kling
2020-08-30IRCClient: Unbreak building with extra debug macrosBen Wiederhake
2020-08-26LibC: Deduplicate declaration of strcasecmpBen Wiederhake
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-26IRCClient: Remove duplicate <div> wrapper around colored messagesAndreas Kling
2020-06-26IRCClient: Use Web::Element::set_inner_html()Andreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28IRCClient: remove some unused headers and replace tabs with spacesEmanuele Torre
2020-05-28IRCClient: Enable history on the message boxFalseHonesty
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-10LibWeb: Teach HtmlView how to render Markdown files :^)Andreas Kling
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23IRCClient: Connect to IRC server URL specified in command line argumentBrendan Coles
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-18IRCClient: Use sub-menus for app channel menu and member context menuBrendan Coles
2020-04-11IRCClient: Add channel member context menus for common CTCP requestsBrendan Coles
2020-04-10IRCClient: Add NotifyOnMessage/NotifyOnMention config optionsBrendan Coles
2020-04-10IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf optionsBrendan Coles
2020-04-10IRCClient: Autojoin channels after client registrationBrendan Coles
2020-04-09IRCClient: Set nick and userinfo to OS username when not set in configBrendan Coles
2020-04-08IRCClient: Add application and context menu items to hop/dehop usersBrendan Coles
2020-04-08IRCClient: Open query on double click of nick in channel member listBrendan Coles
2020-04-08IRCClient: Add nick_without_prefix and nick_at helpersBrendan Coles
2020-04-08IRCClient: Remove FIXME for RPL_TOPICWHOTIMEBrendan Coles
2020-04-08IRCClient: Rename /hop command to /cycleBrendan Coles