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