index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
IRCClient
Age
Commit message (
Expand
)
Author
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-26
IRCClient: Remove duplicate <div> wrapper around colored messages
Andreas Kling
2020-06-26
IRCClient: Use Web::Element::set_inner_html()
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
IRCClient: remove some unused headers and replace tabs with spaces
Emanuele Torre
2020-05-28
IRCClient: Enable history on the message box
FalseHonesty
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-10
LibWeb: Teach HtmlView how to render Markdown files :^)
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
IRCClient: Connect to IRC server URL specified in command line argument
Brendan Coles
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-18
IRCClient: Use sub-menus for app channel menu and member context menu
Brendan Coles
2020-04-11
IRCClient: Add channel member context menus for common CTCP requests
Brendan Coles
2020-04-10
IRCClient: Add NotifyOnMessage/NotifyOnMention config options
Brendan Coles
2020-04-10
IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options
Brendan Coles
2020-04-10
IRCClient: Autojoin channels after client registration
Brendan Coles
2020-04-09
IRCClient: Set nick and userinfo to OS username when not set in config
Brendan Coles
2020-04-08
IRCClient: Add application and context menu items to hop/dehop users
Brendan Coles
2020-04-08
IRCClient: Open query on double click of nick in channel member list
Brendan Coles
2020-04-08
IRCClient: Add nick_without_prefix and nick_at helpers
Brendan Coles
2020-04-08
IRCClient: Remove FIXME for RPL_TOPICWHOTIME
Brendan Coles
2020-04-08
IRCClient: Rename /hop command to /cycle
Brendan Coles
2020-04-07
IRCClient: Add right-click context menu to IRCWindow member list
Brendan Coles
2020-04-05
IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini
Brendan Coles
2020-04-05
IRCClient: Add handling for server responses and BANLIST command
Brendan Coles
2020-04-05
IRCClient: Add support for raw protocol commands with /RAW
Brendan Coles
2020-04-05
IRCClient: Add icons for channel list, channel invite, channel topic
Brendan Coles
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-02
IRCClient: Update channel user list when a user joins or quits
Brendan Coles
2020-04-02
IRCClient: Add is_channel_prefix to check if string is a channel name
Brendan Coles
2020-04-02
IRCClient: Automatically disable/enable GUI actions upon window change
Brendan Coles
2020-04-02
IRCClient: Add channel operations to Channel application menu
Brendan Coles
2020-04-02
IRCClient: Use active channel window for part,hop,topic,kick commands
Brendan Coles
2020-04-01
IRCClient: Add Channel application menu and LIST and KICK commands
Brendan Coles
2020-03-31
IRCClient: Add support for /HOP and /TOPIC commands
Brendan Coles
2020-03-31
IRCClient: Refuse to run as root
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-26
IRCClient: Use the IRCClient app icon in notifications :^)
Andreas Kling
2020-03-26
IRCClient: Only notify about channel messages containing our nickname
Andreas Kling
2020-03-26
IRCClient: Post desktop notifications when messaged while inactive
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
[next]