summaryrefslogtreecommitdiff
path: root/Applications/IRCClient
AgeCommit message (Expand)Author
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-11IRCClient: Tweak appearance.Andreas Kling
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-04-23Do a pass of compiler warning fixes.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-16AK: Try to use StringViews more for substrings and splitting.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Move LibGUI/GObject to LibCore/CObject.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-10LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.Andreas Kling
2019-04-08LibGUI: Make GSocket connection asynchronous.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-29GModel: Add GModelIndex argument to row_count() and column_count().Andreas Kling
2019-03-29IRCClient: Tweak size of window input boxes.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-23IRCClient: Exit the main loop when closing the app window.Andreas Kling
2019-03-23LibGUI: Rename GTableModel => GModel.Andreas Kling
2019-03-22Use the PNG loader for all images, and get rid of the .rgb files.Andreas Kling
2019-03-20GTableView: Add ability to hide individual columns at view-level.Andreas Kling
2019-03-20Move WindowServer into Servers.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: Scroll windows to bottom when new messages arrive.Andreas Kling
2019-03-19IRCClient: Make the IRCWindow input box look symmetrical.Andreas Kling
2019-03-19IRCClient: Ignore empty strings from the toolbar action input boxes.Andreas Kling
2019-03-19IRCClient: Fix broken handling of RPL_WHOISIDLE.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-18IRCClient: Colorize some channel messages (joins, parts, topics)Andreas Kling
2019-03-18IRCClient: Add support for a bunch of numerics, mostly WHOIS related.Andreas Kling
2019-03-18LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)Andreas Kling
2019-03-18LibGUI: Add GTableModel::Role::ForegroundColor.Andreas Kling
2019-03-16IRCClient: Add handling of some basic messages and commands.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-15IRClient: Add a member list to channel views.Andreas Kling