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.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-09-21
Applications: Use placeholders in TextBoxes where applicable
Peter Elliott
2020-09-10
IRCClient: Use NonnullRefPtr<IRCClient> throughout
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-16
LibGUI: Add InputBox::show with required parent window argument
Tom
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-04-29
LibGUI: Simplify submenu construction
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-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-07
IRCClient: Add right-click context menu to IRCWindow member list
Brendan Coles
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-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
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-21
LibGUI: Convert GSplitter to ObjectPtr
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-09-04
IRCClient: Size columns to-fit in the window and member views
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-03-30
IRCClient: Use GSplitter in the window layouts.
Andreas Kling
2019-03-29
IRCClient: Tweak size of window input boxes.
Andreas Kling
2019-03-20
GTableView: Add ability to hide individual columns at view-level.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-19
IRCClient: Scroll windows to bottom when new messages arrive.
Andreas Kling
2019-03-19
IRCClient: Make the IRCWindow input box look symmetrical.
Andreas Kling
[next]