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
2020-04-02
IRCClient: Update channel user list when a user joins or quits
Brendan Coles
2020-04-02
IRCClient: Add is_channel_prefix to check if string is a channel name
Brendan Coles
2020-04-02
IRCClient: Automatically disable/enable GUI actions upon window change
Brendan Coles
2020-04-02
IRCClient: Add channel operations to Channel application menu
Brendan Coles
2020-04-02
IRCClient: Use active channel window for part,hop,topic,kick commands
Brendan Coles
2020-04-01
IRCClient: Add Channel application menu and LIST and KICK commands
Brendan Coles
2020-03-31
IRCClient: Add support for /HOP and /TOPIC commands
Brendan Coles
2020-03-31
IRCClient: Refuse to run as root
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-26
IRCClient: Use the IRCClient app icon in notifications :^)
Andreas Kling
2020-03-26
IRCClient: Only notify about channel messages containing our nickname
Andreas Kling
2020-03-26
IRCClient: Post desktop notifications when messaged while inactive
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-23
IRCClient: Modernize Core::Object usage
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-11
IRCClient: Use Core::DateTime
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-11
IRCClient: Use pledge()
Andreas Kling
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-03
IRCClient: Sort the member list ignoring the character cases.
Sasan Hezarkhani
2019-11-07
IRCClient: Escape HTML entities in nicknames, too, just in case
Andreas Kling
2019-11-06
LibHTML+IRCClient: Add an escape_html_entities() helper
Andreas Kling
[next]