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-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
IRCClient: Fix unneeded conversion to String
MinusGix
2019-09-07
IRCClient: Fix window selection after GModelSelection changes
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
IRCCient: Added GCommonActions
rhin123
2019-09-04
IRCClient: Use GAboutDialog :^)
Andreas Kling
2019-09-04
IRCClient: Size columns to-fit in the window and member views
Andreas Kling
2019-09-04
IRCClient: Add 16x16 icon
Andreas Kling
2019-09-04
IRCClient: Tweak UI to look less padding-bloated
Andreas Kling
2019-09-04
IRCClient: Make the auto-join on connect feature actually do something
Andreas Kling
2019-09-03
IRCClient: Don't auto-open new queries for NOTICE or CTCP messages
Andreas Kling
2019-09-03
IRCClient: Handle incoming CTCP requests VERSION and PING
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-13
IRCClient: Implement "/msg <nick> ..."
Andreas Kling
2019-07-13
IRCClient: Open query window immediately when created by the user.
Andreas Kling
2019-07-13
IRCClient: Make the channel and query mappings case-insensitive.
Andreas Kling
2019-07-13
IRCClient: Process incoming NOTICE messages like PRIVMSG.
Andreas Kling
2019-07-11
IRCClient: Remove use of copy_ref().
Andreas Kling
2019-07-07
IRCClient: Fix build. Forgot to update a function signature.
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
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-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
[next]