index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
Age
Commit message (
Expand
)
Author
2021-11-21
Piano: Use default sample rate in absence of audio device
Jelle Raaijmakers
2021-11-20
CrashReporter: Add "Inspect in Hack Studio" button
Itamar
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-11-20
KeyboardSettings: Add icons
Sam Atkins
2021-11-20
KeyboardSettings: Add text area to test the currently selected keymap
Sam Atkins
2021-11-20
KeyboardSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
KeyboardSettings: Migrate layout to GML
Sam Atkins
2021-11-20
DisplaySettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
DisplaySettings: Move screen number show/hide logic into widget
Sam Atkins
2021-11-20
MouseSettings: Adjust layout so mouse-button image is no longer clipped
Sam Atkins
2021-11-20
MouseSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
MailSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
FontEditor: Set all pixels when pasting a glyph
Ben Wiederhake
2021-11-20
FontEditor: Add ability to copy the selected code point
Ben Wiederhake
2021-11-20
FontEditor: Support flipping and rotating
Ben Wiederhake
2021-11-20
FontEditor: Tighten type of UndoGlyph::undo_state (cannot fail)
Ben Wiederhake
2021-11-20
FontEditor: Don't show focus box after clicking 'present' checkbox
Ben Wiederhake
2021-11-20
FontEditor: More reasonable labels, move property to GML
Ben Wiederhake
2021-11-20
FontEditor: Convert UI from fixed to implicit height
Ben Wiederhake
2021-11-20
FontEditor: Show code point name in status bar
Ben Wiederhake
2021-11-20
PixelPaint: Allow toggling the active layer boundary display rect
Andreas Kling
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
DisplaySettings: Handle errors when loading wallpaper bitmap
Karol Kosek
2021-11-16
Piano: Create controller widgets for processor parameters
kleines Filmröllchen
2021-11-15
Piano: Always show Processor parameter values
kleines Filmröllchen
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-13
ThemeEditor: Correct GroupBox margins
Sam Atkins
2021-11-13
LibGUI: Change delete key handling from action to keydown_event
Andrew January
2021-11-13
3DFileViewer: Clean some code for increased readability on Mesh
Pedro Pereira
2021-11-13
3DFileViewer: Calculate face-normal from vertex-normals of the triangle
Pedro Pereira
2021-11-13
3DFileViewer: Add 'normals' to Mesh constructor
Pedro Pereira
2021-11-13
3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader
Pedro Pereira
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-13
SystemMonitor: Ask user before trying to kill/stop process
Maciej
2021-11-13
SystemMonitor: Add Delete as alternate shortcut for killing a process
Maciej
2021-11-13
SoundPlayer: Add keyboard shortcuts for stop and volume
Elyse
2021-11-13
SoundPlayer: Make 'volume_slider' a member variable
Elyse
2021-11-13
SoundPlayer: Allow volume output of up to 150%
Elyse
2021-11-13
SystemMonitor: Shrink oversized GroupBox margins
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap()
Andreas Kling
2021-11-08
PixelPaint: Use ErrorOr<T> for Image writing/exporting functions
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
[next]