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
/
IRCAppWindow.cpp
Age
Commit message (
Expand
)
Author
2019-07-11
IRCClient: Remove use of copy_ref().
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-11
IRCClient: Tweak appearance.
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-04-02
IRCClient: Crash if server name resolution fails.
Andreas Kling
2019-04-02
IRCClient: Ask the user which IRC server to connect to on startup.
Andreas Kling
2019-03-30
IRCClient: Fix wrong label in "Join channel" window.
Andreas Kling
2019-03-30
IRCClient: Use GSplitter in the window layouts.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-20
IRCClient: Add ability to change nickname.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-19
IRCClient: Ignore empty strings from the toolbar action input boxes.
Andreas Kling
2019-03-19
LibGUI: More work on GInputBox.
Andreas Kling
2019-03-19
LibGUI: Add GInputBox for getting a string from a modal dialog.
Andreas Kling
2019-03-19
WindowServer: Add special treatment for modal windows.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-18
LibGUI: Add GTableModel::Role::ForegroundColor.
Andreas Kling
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
2019-03-16
IRCClient: Add menus.
Andreas Kling
2019-03-16
IRCClient: Add some more toolbar actions. Starting to look nice.
Andreas Kling
2019-03-15
IRCClient: Add a toolbar with some actions.
Andreas Kling
2019-03-15
GTableView: Add a way to turn off alternating row colors.
Andreas Kling
2019-03-15
IRCClient: Add ability to send query messages.
Andreas Kling
2019-03-15
IRCClient: Start using GStackWidget for the subwindows.
Andreas Kling
2019-03-15
IRCClient: Hide all the table view headers.
Andreas Kling
2019-03-15
IRCClient: Use a model for the window list.
Andreas Kling
2019-03-15
IRCClient: Rename IRCSubWindow => IRCClientWindow.
Andreas Kling
2019-03-15
IRCClient: Put the unhandled server messages nicely into the server log.
Andreas Kling
2019-03-15
IRCClient: Hacking on IRCClient bringup.
Andreas Kling
2019-03-15
IRCClient: Start working on a simple graphical IRC client.
Andreas Kling