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