summaryrefslogtreecommitdiff
path: root/Applications/IRCClient
AgeCommit message (Expand)Author
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
2020-04-07IRCClient: Add right-click context menu to IRCWindow member listBrendan Coles
2020-04-05IRCClient: Allow CTCP replies to be user configurable in IRCClient.iniBrendan Coles
2020-04-05IRCClient: Add handling for server responses and BANLIST commandBrendan Coles
2020-04-05IRCClient: Add support for raw protocol commands with /RAWBrendan Coles
2020-04-05IRCClient: Add icons for channel list, channel invite, channel topicBrendan Coles
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-02IRCClient: Update channel user list when a user joins or quitsBrendan Coles
2020-04-02IRCClient: Add is_channel_prefix to check if string is a channel nameBrendan Coles
2020-04-02IRCClient: Automatically disable/enable GUI actions upon window changeBrendan Coles
2020-04-02IRCClient: Add channel operations to Channel application menuBrendan Coles
2020-04-02IRCClient: Use active channel window for part,hop,topic,kick commandsBrendan Coles
2020-04-01IRCClient: Add Channel application menu and LIST and KICK commandsBrendan Coles
2020-03-31IRCClient: Add support for /HOP and /TOPIC commandsBrendan Coles
2020-03-31IRCClient: Refuse to run as rootAndreas Kling
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-26IRCClient: Use the IRCClient app icon in notifications :^)Andreas Kling
2020-03-26IRCClient: Only notify about channel messages containing our nicknameAndreas Kling
2020-03-26IRCClient: Post desktop notifications when messaged while inactiveAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling