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
/
IRCWindow.h
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-09-10
IRCClient: Use NonnullRefPtr<IRCClient> throughout
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
IRCClient: Enable history on the message box
FalseHonesty
2020-04-07
IRCClient: Add right-click context menu to IRCWindow member list
Brendan Coles
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-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-10-28
IRCClient: Switch to using an HtmlView for the IRC window contents :^)
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-03-16
IRCClient: Add a little "(n)" indicator to window list for unread messages.
Andreas Kling
2019-03-16
IRCClient: Refactor window creation responsibilities.
Andreas Kling
2019-03-16
IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.
Andreas Kling