summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-12-09SystemMonitor: Show information about purgeable memoryAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-08SystemMonitor: Show thread name instead of process nameAndrew Kaster
2019-12-08FileManager: Add separate context menus for entriesTommy Nguyen
2019-12-06TextEditor: `Fix bug when document is marked dirty on open.Sasan Hezarkhani
2019-12-04Taskbar: Add a quick launch barSergey Bugaev
2019-12-03WindowServer+Taskbar: Animate window frames on minimize/unminimizeAndreas Kling
2019-12-03FileManager: Refresh tree view when deleting directoriesTommy Nguyen
2019-12-03IRCClient: Sort the member list ignoring the character cases.Sasan Hezarkhani
2019-12-02SystemMonitor: Enable sorting by column in the process memory map viewAndreas Kling
2019-12-02SystemMonitor: Update the process memory map once every secondAndreas Kling
2019-12-02Terminal: Ignore SIGCHLD with SA_NOCLDWAITAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-02About: Show repository infoJonathan Archer
2019-12-01Kernel+SystemMonitor: Log amounts of I/O per threadAndreas Kling
2019-11-30TextEditor: Focus the editor widget on startupAndreas Kling
2019-11-29PaintBrush: Allow canceling a line by pressing the Escape keyAndreas Kling
2019-11-29PaintBrush: Add a "line" tool for drawing straight linesAndreas Kling
2019-11-29DisplayProperties: Add 1280x720 to the list of resolutionsAndreas Kling
2019-11-29Calculator: Add a 16x16 app iconAndreas Kling
2019-11-26Kernel: Make syscall counters and page fault counters per-threadAndreas Kling
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-25Browser: Add a simple "view source" menu actionAndreas Kling
2019-11-24LibHTML: Use LibProtocol for HTTP requests :^)Andreas Kling
2019-11-23Applications: Remove unused/unfinished "Downloader" programAndreas Kling
2019-11-23FileManager: Added support for deleting directoriesTill Mayer
2019-11-21Browser: Add a debug menu action to dump the current style sheetsAndreas Kling
2019-11-20FileManager: Added properties dialogTill Mayer
2019-11-20Terminal+LibVT: Switch Terminal to using explicit copy/paste actionsAndreas Kling
2019-11-20Terminal: Add action to open a new terminal with Ctrl+Shift+NAndreas Kling
2019-11-17Kernel+SystemMonitor: Show VM region "shared" and "stack" bits in UIAndreas Kling
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-13Terminal+HackStudio: Fix leaking PTM fd to child processesSergey Bugaev
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-09Kernel+SystemMonitor: Publish can_read/write state for open filesAndreas Kling
2019-11-09SoundPlayer: Add option to hide scopeTill Mayer
2019-11-09SoundPlayer: Let the user open a file from the GUITill Mayer
2019-11-09FileManager: Remember my last position and size.Hüseyin ASLITÜRK
2019-11-09LibHTML: Paint a magenta rectangle around the currently inspected nodeAndreas Kling
2019-11-09LibHTML+Browser: Add a simple DOM inspector popup windowAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-11-07IRCClient: Escape HTML entities in nicknames, too, just in caseAndreas Kling
2019-11-06LibHTML+IRCClient: Add an escape_html_entities() helperAndreas Kling
2019-11-06IRCClient: Use parse_html_fragment() to add messages to the HtmlViewAndreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-05SoundPlayer: Changed some small cosmetic thingsTill Mayer
2019-11-04SoundPlayer: Added playback controlsTill Mayer
2019-11-04SoundPlayer: Make sample widget display contents of the whole bufferTill Mayer