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-09-10
IRCClient: Use NonnullRefPtr<IRCClient> throughout
Andreas Kling
2020-09-07
IRCClient: Add the "/me" command to send CTCP ACTION emotes :^)
Andreas Kling
2020-08-30
IRCClient: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-26
LibC: Deduplicate declaration of strcasecmp
Ben Wiederhake
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-27
LibCore: Change the signature of Socket::send() to use Span.
asynts
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-16
LibGUI: Add InputBox::show with required parent window argument
Tom
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
[next]