summaryrefslogtreecommitdiff
path: root/Applications/IRCClient
AgeCommit message (Expand)Author
2020-04-02IRCClient: Update channel user list when a user joins or quitsBrendan Coles
2020-04-02IRCClient: Add is_channel_prefix to check if string is a channel nameBrendan Coles
2020-04-02IRCClient: Automatically disable/enable GUI actions upon window changeBrendan Coles
2020-04-02IRCClient: Add channel operations to Channel application menuBrendan Coles
2020-04-02IRCClient: Use active channel window for part,hop,topic,kick commandsBrendan Coles
2020-04-01IRCClient: Add Channel application menu and LIST and KICK commandsBrendan Coles
2020-03-31IRCClient: Add support for /HOP and /TOPIC commandsBrendan Coles
2020-03-31IRCClient: Refuse to run as rootAndreas Kling
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-26IRCClient: Use the IRCClient app icon in notifications :^)Andreas Kling
2020-03-26IRCClient: Only notify about channel messages containing our nicknameAndreas Kling
2020-03-26IRCClient: Post desktop notifications when messaged while inactiveAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-23IRCClient: Modernize Core::Object usageAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-11IRCClient: Use Core::DateTimeAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11IRCClient: Use pledge()Andreas Kling
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-03IRCClient: Sort the member list ignoring the character cases.Sasan Hezarkhani
2019-11-07IRCClient: Escape HTML entities in nicknames, too, just in caseAndreas Kling
2019-11-06LibHTML+IRCClient: Add an escape_html_entities() helperAndreas Kling