summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-12-22TextEditor: Ask before opening a file if current document is dirtyPaweł Cholewa
2019-12-21Kernel: Expose region executable bit in /proc/PID/vmAndreas Kling
2019-12-20Build: only setup git defines for About applicationjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20QuickShow: Allow dropping an image file on the QuickShow windowAndreas Kling
2019-12-20QuickShow: Don't disable background fillAndreas Kling
2019-12-20TextEditor: Handle drop eventsAndreas Kling
2019-12-19DisplayProperties: Highlight current resolution at startupHüseyin ASLITÜRK
2019-12-17PaintBrush: Shift key constrains LineTool angleZyper
2019-12-17PaintBrush: Tools can receive KeyUp eventsZyper
2019-12-15Kernel+SystemMonitor: Prevent userspace access to process ELF imageAndreas Kling
2019-12-15SystemMonitor: Make the memory map the "default view"Andreas Kling
2019-12-15DisplayProperties: Start at top left position for full view at low resoluations.Hüseyin ASLITÜRK
2019-12-15Kernel+SystemMonitor: Expose the number of set CoW bits in each RegionAndreas Kling
2019-12-13Piano: Add triangle wave and noiseWilliam McPherson
2019-12-12FileManager: Check which widget has focus for context menu actionsTommy Nguyen
2019-12-12FileManager: Add a context menu to the TreeViewTommy Nguyen
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
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