summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-03-17Piano: Avoid selecting out of range notes.Oleg Sikorskiy
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-17QuickShow: Animate animated images :^)Linus Groh
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-15QuickShow: Do not reset the panning on 100% zoom.Oleg Sikorskiy
2021-03-15QuickShow: Use a better formula for zooming.Oleg Sikorskiy
2021-03-15TextEditor: Add charcount info about selected text to the statusbarCesar Torres
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