summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04Browser: Add Reload option to app menu with F5 shortcut keyBrendan Coles
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-03Revert "SystemMonitor: Replace 'device' JSON field with 'source'"Andreas Kling
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-02SystemMonitor: Replace 'device' JSON field with 'source'Liav A
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-31Browser: Refuse to run as rootAndreas Kling
2020-03-31IRCClient: Refuse to run as rootAndreas Kling
2020-03-30SoundPlayer: Set parent window for AboutDialogTibor Nagy
2020-03-30Taskbar: Show default window icons when no icons are setTibor Nagy
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-29DisplayProperties: Add options to set the background color and wallpaper mode.Hüseyin ASLITÜRK
2020-03-29SystemMenu: Sort applications alphabeticallyTibor Nagy
2020-03-27Browser: Let the user add/remove bookmarks to the bookmarks barEmanuel Sprung
2020-03-27Browser: Add bookmarks barEmanuel Sprung
2020-03-27Browser: Add empty, toogleable bookmarks barEmanuel Sprung
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-23Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502)Nick Tiberi
2020-03-19Calendar: Add license headerrhin123
2020-03-19Calendar: Add a 16x16 app iconrhin123
2020-03-19Calendar: Corrected spacing for widgets and rectanglesrhin123
2020-03-19Applications: Remove G prefixes from commentsTibor Nagy
2020-03-19Calendar: Allow the widget to resize with the windowrhin123
2020-03-19Calendar: Make const arrays static as wellrhin123
2020-03-19Calendar: Don't assign next_month button variable to add_event buttonrhin123
2020-03-18Browser: Fix unintentional Web::Element copyAndreas Kling
2020-03-18Terminal: Remove working directory argumentItamar
2020-03-18Taskbar: chdir to home directory before launching appsItamar
2020-03-18SystemMenu: chdir to home directory before launching appsItamar
2020-03-18FileManager: chdir to appropriate directory before starting TerminalItamar
2020-03-18Calendar: Implement basic GUI calendar applicationrhin123
2020-03-16SystemMenu: Remove the unveil() call for /etc/PowerOptions.iniAlex Muscar
2020-03-15FileManager: Add "Open Terminal here" actionItamar
2020-03-15Terminal: Add -d option for specifying working directoryItamar
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-13TextEditor: Use Javascript syntax highlighterOriko
2020-03-11Terminal: Make the settings window unresizableTibor Nagy
2020-03-11TextEditor: Quit after saving unsaved changes on close event.Oriko
2020-03-11TextEditor: Add syntax toggle to View menuOriko
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling