summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-11-21Piano: Use default sample rate in absence of audio deviceJelle Raaijmakers
2021-11-20CrashReporter: Add "Inspect in Hack Studio" buttonItamar
2021-11-20CrashReporter: Unlink coredump file on exitItamar
2021-11-20KeyboardSettings: Add iconsSam Atkins
2021-11-20KeyboardSettings: Add text area to test the currently selected keymapSam Atkins
2021-11-20KeyboardSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20KeyboardSettings: Migrate layout to GMLSam Atkins
2021-11-20DisplaySettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20DisplaySettings: Move screen number show/hide logic into widgetSam Atkins
2021-11-20MouseSettings: Adjust layout so mouse-button image is no longer clippedSam Atkins
2021-11-20MouseSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20MailSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20FontEditor: Set all pixels when pasting a glyphBen Wiederhake
2021-11-20FontEditor: Add ability to copy the selected code pointBen Wiederhake
2021-11-20FontEditor: Support flipping and rotatingBen Wiederhake
2021-11-20FontEditor: Tighten type of UndoGlyph::undo_state (cannot fail)Ben Wiederhake
2021-11-20FontEditor: Don't show focus box after clicking 'present' checkboxBen Wiederhake
2021-11-20FontEditor: More reasonable labels, move property to GMLBen Wiederhake
2021-11-20FontEditor: Convert UI from fixed to implicit heightBen Wiederhake
2021-11-20FontEditor: Show code point name in status barBen Wiederhake
2021-11-20PixelPaint: Allow toggling the active layer boundary display rectAndreas Kling
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-16DisplaySettings: Handle errors when loading wallpaper bitmapKarol Kosek
2021-11-16Piano: Create controller widgets for processor parameterskleines Filmröllchen
2021-11-15Piano: Always show Processor parameter valueskleines Filmröllchen
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-13ThemeEditor: Correct GroupBox marginsSam Atkins
2021-11-13LibGUI: Change delete key handling from action to keydown_eventAndrew January
2021-11-133DFileViewer: Clean some code for increased readability on MeshPedro Pereira
2021-11-133DFileViewer: Calculate face-normal from vertex-normals of the trianglePedro Pereira
2021-11-133DFileViewer: Add 'normals' to Mesh constructorPedro Pereira
2021-11-133DFileViewer: Add vertex normal parsing to WavefrontOBJLoaderPedro Pereira
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-13SystemMonitor: Ask user before trying to kill/stop processMaciej
2021-11-13SystemMonitor: Add Delete as alternate shortcut for killing a processMaciej
2021-11-13SoundPlayer: Add keyboard shortcuts for stop and volumeElyse
2021-11-13SoundPlayer: Make 'volume_slider' a member variableElyse
2021-11-13SoundPlayer: Allow volume output of up to 150%Elyse
2021-11-13SystemMonitor: Shrink oversized GroupBox marginsAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
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