summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-06-04PixelPaint: Make "Crop Image to Content" work with disjoint layersTim Ledbetter
2023-06-04PixelPaint: Make "Crop Image to Selection" work with disjoint layersTim Ledbetter
2023-05-31KeyboardMapper: Do not drop the `unix` pledgeJelle Raaijmakers
2023-05-29Help: Sort search results by scoreTim Ledbetter
2023-05-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim Ledbetter
2023-05-29Help: Perform a fuzzy match on the page title when searchingTim Ledbetter
2023-05-29FileSystemAccessServer: Don't transmit unused dataBen Wiederhake
2023-05-29Ladybird+Browser: Add a 'Dump All Resolved Styles' debug optionAli Mohammad Pur
2023-05-28SpaceAnalyzer: Migrate to `Core::Directory::for_each_entry()`Sam Atkins
2023-05-28Terminal: Migrate to `Core::Directory::for_each_entry()`Sam Atkins
2023-05-28DisplaySettings: Migrate to `Core::Directory::for_each_entry()`Sam Atkins
2023-05-28LibJS: Make Error stack traces lazierAndreas Kling
2023-05-25Browser: Download Widget file and directory text changessec05
2023-05-24Everywhere: Use MonotonicTime instead of Durationkleines Filmröllchen
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Browser: Default to HTTPS instead of HTTP if no protocol is specifiedAndreas Kling
2023-05-23Browser: Don't show error message box when canceling editor dialogKemal Zebari
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-22SystemMonitor: Store text in UnavailableProcessWidget using String classKarol Kosek
2023-05-22SystemMonitor: Propagate more errors on startupKarol Kosek
2023-05-22SystemMonitor: Convert most widgets to a failable factoryKarol Kosek
2023-05-22Magnifier: Correct captured bitmap's clippingSam Atkins
2023-05-19SystemMonitor: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-19PixelPaint: Use box sampling scaling for layer thumbnailsJelle Raaijmakers
2023-05-19PixelPaint: Add support for box sampling scalingJelle Raaijmakers
2023-05-19ImageViewer: Add support for box sampling scalingJelle Raaijmakers
2023-05-19Revert "ImageViewer: Add support for box sampling scaling"Andreas Kling
2023-05-19Revert "PixelPaint: Add support for box sampling scaling"Andreas Kling
2023-05-19Revert "PixelPaint: Use box sampling scaling for layer thumbnails"Andreas Kling
2023-05-19Applications: Improve FSAC error message handlingthankyouverycool
2023-05-19PixelPaint: Use box sampling scaling for layer thumbnailsJelle Raaijmakers
2023-05-19PixelPaint: Add support for box sampling scalingJelle Raaijmakers
2023-05-19ImageViewer: Add support for box sampling scalingJelle Raaijmakers
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-17FontEditor: Filter files by BitmapFont in FilePickerthankyouverycool
2023-05-17FontEditor: Show complete filename in error messagesthankyouverycool
2023-05-17FontEditor: Show recently opened files in File menuthankyouverycool
2023-05-17FontEditor: Add action text to Undo and Redothankyouverycool
2023-05-16Browser: Move screenshot context menu actions above inspector actionsTimothy Flynn
2023-05-16Browser: Add a context menu for video elementsTimothy Flynn
2023-05-15Userland: Silence or resolve new GCC 13 warningsDaniel Bertalan
2023-05-15Spreadsheet: Don't release the file buffer when importing CSV filesKarol Kosek
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-14VideoPlayer: Use `LibFileSystemAccessClient`Caoimhe