summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
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