summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-11-08SoundPlayer: Fix stack-use-after-scope when playing file in loop modeSimon Woertz
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-11-08PixelPaint: Use ErrorOr<T> for Image and Layer creation helpersAndreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()Andreas Kling
2021-11-08PixelPaint: Use ErrorOr<T> for Image writing/exporting functionsAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::scaled()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::flipped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::rotated()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::clone()Andreas Kling
2021-11-06TextEditor: Fix hang on "Replace All"Davi
2021-11-05ThemeEditor: Offset the preview vertically to center it betterSam Atkins
2021-11-05ThemeEditor: Add support for FlagRolesSam Atkins
2021-11-04SoundPlayer: Allow playback progress slider jump to cursorElyse
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-11-03LibGUI+Settings: Remove superfluous margin setsFrHun
2021-11-02LibDSP+Piano: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02LibWeb+Browser: Show DOM comments with syntax_comment color in inspectorAndreas Kling
2021-11-02PixelPaint: Map color_distance_squared from 0 to 1Musab Kılıç
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-11-01HexEditor: Give magic constants namesArne Elster
2021-11-01HexEditor: Use size_t where applicableArne Elster
2021-11-01HexEditor: Remove magic color constant for modified bytesArne Elster
2021-11-01HexEditor: Show blinking caret at current positionArne Elster
2021-10-31Browser: Add "Color scheme" settingSam Atkins
2021-10-31Spreadsheet: Convert JSIntegration to ThrowCompletionOrTimothy Flynn
2021-10-31PixelPaint: Use a bucket cursor for the Bucket toolMarco Cutecchia
2021-10-31PixelPaint: Support using a bitmap as a tool's cursorMarco Cutecchia
2021-10-31SpaceAnalyzer: Display scan progress with popup window during analysisForLoveOfCats
2021-10-31Calculator: Add Constants menuMusab Kılıç
2021-10-31Calculator: Fix copy button not copying the fractional part bug :^)Musab Kılıç
2021-10-31Calculator: Improve KeypadValue conversion to handle integer valuesMusab Kılıç
2021-10-31Debugger: Add logging for the other 8 GPRs tooPeter
2021-10-31Spreadsheet: Make the 'Help' window accessoryMarco Cutecchia
2021-10-28ThemeEditor: Display the theme's window icons in the previewSam Atkins
2021-10-28ThemeEditor: Add PathRole editingSam Atkins
2021-10-28ThemeEditor: Update value edit boxes when loading a theme fileSam Atkins
2021-10-28ThemeEditor: Add MetricRole editingSam Atkins
2021-10-28ThemeEditor: Convert layout to GMLSam Atkins
2021-10-28ThemeEditor: Display window shadows in preview :^)Sam Atkins
2021-10-28ThemeEditor: Give both preview windows a background colorSam Atkins
2021-10-28MouseSettings: Reset the double-click timer after every second clickJelle Raaijmakers