summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2022-01-03Spreadsheet: Background fill color after reaching vertical endmartinfalisse
2022-01-03CrashReporter: Move progressbar into main windowSamuel Bowman
2022-01-02SoundPlayer: Don't enqueue samples depending on the GUI loopkleines Filmröllchen
2022-01-02SoundPlayer: Remove resolved FIXMEkleines Filmröllchen
2022-01-02Calculator: Round small number to prevent crashLucas CHOLLET
2022-01-02Calculator: Remove KeypadValue::operator>Lucas CHOLLET
2022-01-02Calculator: Display zero with only one characterLucas CHOLLET
2022-01-02DisplaySettings: Add 1440p ultrawide resolutionFiliph Sandström
2022-01-01ThemeEditor: Add "alignment" supportFiliph Sandström
2022-01-01HexEditor: Port HexEditor to LibMainConor Byrne
2022-01-01PixelPaint: Move all filters into the Filter GalleryTobias Christiansen
2022-01-01PixelPaint: Expand Filter Gallery to know how to apply filtersTobias Christiansen
2022-01-01PixelPaint: Make the ImageEditor known throughout the Filter GalleryTobias Christiansen
2022-01-01PixelPaint: Add Filter Gallery Dialog to the Filter MenuTobias Christiansen
2022-01-01VideoPlayer: Port VideoPlayer to LibMainConor Byrne
2021-12-30LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' methodElyse
2021-12-30LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'Elyse
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-29ImageViewer: Allow choice between nearest neighbor and bilinear scalingLuke Wilde
2021-12-28Magnifier: Add colorblind preview optionsTheGrizzlyDev
2021-12-28ImageViewer: Change how scaling worksMaciej
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-12-28ThemeEditor: Implement a way to simulate color blindness in previewTheGrizzlyDev
2021-12-28TextEditor: Highlight AF files as INIMaciej
2021-12-28Help: Fix crash when trying to load libunicodedata.soRummskartoffel
2021-12-28FileManager: Add "Create Archive" actionJulian Offenhäuser
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-27Help: Fix memory leak given ambiguous man page title on command lineRummskartoffel
2021-12-25PDFViewer: Add a basic set of pledgesAndreas Kling
2021-12-24SystemMonitor: Remove unused SortingProxyModel includeSam Atkins
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-24SoundPlayer: Add a keyboard shortcut 'M' to mute the playerElyse
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24SoundPlayer: Sync startup loop and show playlist settings in GUIMax Trussell
2021-12-23HexEditor: Don't unnecessarily abbreviate variable namesArne Elster
2021-12-23HexEditor: Make HexDocuments finalArne Elster
2021-12-23HexEditor: Scroll back to the top when opening another fileArne Elster
2021-12-23HexEditor: Stream input files instead of keeping them in memoryArne Elster
2021-12-22Calculator: Make double construction and conversion privatecreator1creeper1
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-12-21Calculator: Construct KeypadValue precisely from the Clipboard contentscreator1creeper1
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-21LibC+AK: Implement all sorts of wprintf variantsAli Mohammad Pur
2021-12-20Help: Include page names in the searchSam Atkins
2021-12-20Help: Add support for launching with a section and page, like manSam Atkins
2021-12-20Help: Move `update_actions()` code into `open_page()`Sam Atkins
2021-12-20Help: Always show the welcome page on launch if nothing else is thereSam Atkins