summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-03-13Terminal: Create config file parent directories before unveil()'ingLinus Groh
2021-03-13QuickShow: Add help documentationBrendan Coles
2021-03-13Terminal: Add support for fullscreen viewBrendan Coles
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12QuickShow: Replace posix_spawn with LibDesktop::LauncherBrendan Coles
2021-03-11FileManager: Accept TreeView drop eventVyacheslav Pukhanov
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-07FileManager: Disable view change actions when directory is unreadableLinus Groh
2021-03-07Serendipity: Couple more tips and some clean-upthankyouverycool
2021-03-07Serendipity: Make main window a normal windowAndreas Kling
2021-03-07Serendipity: Simplify GML and fix button alignmentAndreas Kling
2021-03-07Serendipity: Make main window resizable (#5675)supercyp
2021-03-07FileManager: Use ArgsParser, handle more optionsspeles
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-03-04SystemMonitor: Return icon display data as GUI::Iconsthankyouverycool
2021-03-03FileManager: Add launch handler actions to desktop context menuZac
2021-03-03Terminal: Stop pushing a PROMPT into the shell's environmentAndreas Kling
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-03-02Piano: Reset position in piano roll when exportingWilliam McPherson
2021-03-02Serendipity: A new welcome appthankyouverycool
2021-03-01Spreadsheet: Implement the cut operation for cellsIdan Horowitz
2021-03-01TextEditor: Add a command line option to jump to a specific line numberry755
2021-03-01FileManager: Focus on file when opening file's location from Propertiesspeles
2021-03-01FileManager+LaunchServer: Add launching FileManager with focus on filespeles
2021-02-28Browser: Implemented out of process JS consoleBrandon Scott
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-27TextEditor: Initialize menubar before opening initial fileAndreas Kling
2021-02-27TextEditor: Rename open_sesame() => open_file()Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26TextEditor: Fix passing null parent to AboutDialogthankyouverycool
2021-02-26Terminal: Remove unnecessary ellipses and capitalize name in menuthankyouverycool
2021-02-26Spreadsheet: Merge File menu into 'Spreadsheet' app menuthankyouverycool
2021-02-26HexEditor: Fix nullptr pass to AboutDialog and clean up menusthankyouverycool
2021-02-26Browser: Add Go menu and move Bookmarks bar toggle to Viewthankyouverycool
2021-02-25Spreadsheet: Fix cell identifier labelJelle Raaijmakers
2021-02-25FileManager: change icon for Show in File ManagerMorc - Richard Gráčik
2021-02-25Base: Update some icons for color, quality and consistencythankyouverycool
2021-02-25Base: Add new icons for fonts and File Managerthankyouverycool
2021-02-24Calculator: Add support for copy+paste using system clipboardBrendan Coles
2021-02-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23Browser: Implement view source for out of process modeBrandon Scott
2021-02-23HexEditor: Add menu icons for search menu itemsBrendan Coles
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-22DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%"Andreas Kling
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-21SpaceAnalyzer: Added context menu for nodesSviatoslav Peleshko
2021-02-21Run: Prefill text field with last command on launchTheMorc
2021-02-21FileManager: Use newly introduced LibCore file management helpersMițca Dumitru