Andreas Kling
|
752d297321
IRCClient: Fix build. Forgot to update a function signature.
|
6 rokov pred |
Andreas Kling
|
ea9340aeca
IRCClient: Implement the "part from channel" action.
|
6 rokov pred |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 rokov pred |
Andreas Kling
|
fd604a7c68
Applications: Run clang-format on everything.
|
6 rokov pred |
Christopher Dumas
|
c23882dde1
can now tile background and made sure the IRC choose server popup still works
|
6 rokov pred |
Christopher Dumas
|
e3f81bce49
IRC client setttings, Terminal settings, more WM settings
|
6 rokov pred |
Andreas Kling
|
58240fdb33
Do a pass of compiler warning fixes.
|
6 rokov pred |
Andreas Kling
|
ab94a6be00
AK: Add String::copy(BufferType) helper.
|
6 rokov pred |
Andreas Kling
|
5eedb22834
Sprinkle use of AK::Vector in various places.
|
6 rokov pred |
Andreas Kling
|
33920df299
AK: Try to use StringViews more for substrings and splitting.
|
6 rokov pred |
Andreas Kling
|
cfd6e6cc36
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
|
6 rokov pred |
Andreas Kling
|
fc1d3074de
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
|
6 rokov pred |
Andreas Kling
|
6d5a54690e
LibGUI: Make GSocket connection asynchronous.
|
6 rokov pred |
Andreas Kling
|
cc20eef7ef
IRCClient: Ask the user which IRC server to connect to on startup.
|
6 rokov pred |
Andreas Kling
|
951377e93e
GTableView: Add ability to hide individual columns at view-level.
|
6 rokov pred |
Andreas Kling
|
67009cee8e
IRCClient: Add ability to change nickname.
|
6 rokov pred |
Andreas Kling
|
f47945759b
LibGUI: Make GTableModel a retainable object.
|
6 rokov pred |
Andreas Kling
|
c151b0370d
IRCClient: Fix broken handling of RPL_WHOISIDLE.
|
6 rokov pred |
Andreas Kling
|
a6538feed1
LibGUI: Add GInputBox for getting a string from a modal dialog.
|
6 rokov pred |
Andreas Kling
|
55aa819077
IRCClient: Colorize some channel messages (joins, parts, topics)
|
6 rokov pred |
Andreas Kling
|
d7659ceebf
IRCClient: Add support for a bunch of numerics, mostly WHOIS related.
|
6 rokov pred |
Andreas Kling
|
8e3d0a23d5
LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)
|
6 rokov pred |
Andreas Kling
|
f44ba6a4c6
IRCClient: Add handling of some basic messages and commands.
|
6 rokov pred |
Andreas Kling
|
b4f787090c
IRCClient: Add a little "(n)" indicator to window list for unread messages.
|
6 rokov pred |
Andreas Kling
|
1394677528
IRCClient: Refactor window creation responsibilities.
|
6 rokov pred |
Andreas Kling
|
fc7f700c20
IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.
|
6 rokov pred |
Andreas Kling
|
3a3aa74b2e
IRCClient: Add a toolbar with some actions.
|
6 rokov pred |
Andreas Kling
|
08c15be0ca
IRCClient: Add ability to send query messages.
|
6 rokov pred |
Andreas Kling
|
1fc283ed7d
IRCClient+LibGUI: Add an input box so we can send messages to channels.
|
6 rokov pred |
Andreas Kling
|
1089cd1378
IRCClient: Start using GStackWidget for the subwindows.
|
6 rokov pred |