summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23TextEditor: Focus the editor after opening a new fileAndreas Kling
2020-01-23TextEditor: Various UI text tweaksAndreas Kling
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-21Help: Use unveil()Andreas Kling
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-21SystemMonitor: Use unveil()Andreas Kling
2020-01-21PaintBrush: Show which line thickness is selected in the tool menusAndreas Kling
2020-01-21Terminal: Unveil the user's config fileAndreas Kling
2020-01-21Terminal: Use unveil()Andreas Kling
2020-01-21About: Use unveil()Andreas Kling
2020-01-21Calculator: Use unveil()Andreas Kling
2020-01-20SystemMonitor: Add an "Unveiled paths" section to the per-process tabsAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18Calculator: Added keyboard inputrhin123
2020-01-18Help: Set tree view as focused widgetShannon Booth
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-15SystemMonitor: Unbreak the memory stats graphAndreas Kling
2020-01-13Applications: Use pledge()Andreas Kling
2020-01-13About: Drop "unix" pledge after connecting to WindowServerAndreas Kling
2020-01-13About: Use pledge()Brian Gianforcaro
2020-01-12ChanViewer: Use pledge()Andreas Kling
2020-01-12Browser: Drop "unix" pledge after starting upAndreas Kling
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-12SystemMonitor: Add "proc" pledge so we can send signals to processesAndreas Kling
2020-01-12SoundPlayer: Use pledge()Andreas Kling
2020-01-12Help: Use pledge()Andreas Kling
2020-01-12QuickShow: Use pledge()Andreas Kling
2020-01-12TextEditor: Replace text in find textbox with selection0xtechnobabble
2020-01-12TextEditor: Implement replacement functionality0xtechnobabble
2020-01-11IRCClient: Use pledge()Andreas Kling
2020-01-11TextEditor: Use pledge()Andreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11FileManager: Use pledge()Andreas Kling
2020-01-11Taskbar: Use pledge()Andreas Kling
2020-01-11SystemMonitor: Use pledge()Andreas Kling
2020-01-11SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)Andreas Kling
2020-01-11Terminal: Use pledge()Andreas Kling
2020-01-11Browser: Use pledge()Andreas Kling
2020-01-11SystemMonitor: Display mount flagsSergey Bugaev
2020-01-10FileManager: Add a columns viewSergey Bugaev
2020-01-10LibGUI+FileManager: Misc tweaks courtesy of clang-formatSergey Bugaev
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2020-01-08Terminal: Put the Font menu items in an action group :^)Andreas Kling
2020-01-08SystemMonitor: Put the Frequency menu items in an action groupAndreas Kling
2020-01-08About: Focus the button on startupAndreas Kling
2020-01-07FileManager: Unbreak build after "select all" changesAndreas Kling
2020-01-07Filemanager: Add Ctrl+A select all actionShannon Booth
2020-01-05Browser+LibHTML: Change the way computed styles are queriedMatrix89