summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Piano: Fix typo in Copyright headerBen Wiederhake
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Make M3UParser more idiomaticLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-25Assistant: Fix adding sequential bonus in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Save match all match points in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Simplify the logic of calculating bonus pointsKarol Kosek
2021-10-25Assistant: Move score calculation logic to separate functionKarol Kosek
2021-10-25Assistant: Make strings const referencedKarol Kosek
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-24PixelPaint: Move Mask::{get, set, to_index} to the header fileIdan Horowitz
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-23TextEditor: Add syntax-highlighting for CSS filesSam Atkins
2021-10-22man.serenityos.org: Add section descriptions to overview pageBen Wiederhake
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-19ImageViewer: Use scaled image size when resizing window to fit itNícolas F. R. A. Prado
2021-10-18Welcome: Save startup preference to user's SystemServer sessionthankyouverycool
2021-10-17SystemMonitor: Request symbolication wihout source positionsRodrigo Tobar
2021-10-18LibJS: Convert to_length() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-17FontEditor: Accept file dropsKarol Kosek
2021-10-17FontEditor: Add FontEditorWidget::open_file() functionKarol Kosek
2021-10-17FontEditor: Reuse the request_close() function in Open actionKarol Kosek
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-16PixelPaint: Create an empty layer when the last layer is removedFelix Rauch
2021-10-15SystemMonitor: Use a TableView to display the thread stackRodrigo Tobar
2021-10-15SystemMonitor: Remove unnecessary header inclusionRodrigo Tobar
2021-10-13SystemMonitor: Save refresh frequency to a config fileUndefine
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-10FileManager: Listen for changes to Desktop wallpaper in configMustafa Quraish
2021-10-09SpaceAnalyzer: Make files removable depending on directory permissionsKarol Kosek
2021-10-07PixelPaint: Close tab now prompts for a saveAlex Major
2021-10-07PixelPaint: Use reorderable tabsLuke Wilde
2021-10-07Browser: Use reorderable tabsPeter Elliott
2021-10-07SpaceAnalyzer: Fix rendering bug when dealing with large file systemsMart G