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
2023-01-15
PixelPaint: Hold shift to increase move tool speed with the arrow keys
Tim Ledbetter
2023-01-15
Presenter: Use the non-deprecated API of `LibFileSystemAccessClient`
Lucas CHOLLET
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-13
FontEditor: Fix more ignored .to_string() errors
MacDue
2023-01-13
PixelPaint: Hold shift to constrain polygonal select tool line angle
Tim Ledbetter
2023-01-13
PixelPaint: Don't allow the move tool to resize to zero pixels
Tim Ledbetter
2023-01-13
GamesSettings: Draw one of the previewed cards as "highlighted"
Timothy Flynn
2023-01-13
GamesSettings: Paint the card preview frame using a CardGame subclass
Timothy Flynn
2023-01-13
GamesSettings: Move classes into the GamesSettings namespace
Timothy Flynn
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementation
Linus Groh
2023-01-12
Browser: Implement zoom :^)
Linus Groh
2023-01-12
SoundPlayer: Don't silently ignore parsing failures
Tim Schumacher
2023-01-12
LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::Stream
Karol Kosek
2023-01-12
PixelPaint: Scale lasso tool preview path on zoom level change
Tim Ledbetter
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-11
ThemeEditor: Warn about unsaved changes on file drop
Karol Kosek
2023-01-11
ThemeEditor: Fully load files on drop events
Karol Kosek
2023-01-11
ThemeEditor: Take drop events from the whole window
Karol Kosek
2023-01-10
PDFViewer: Port to Core::Stream::File
Karol Kosek
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-09
Presenter: Rearchitect on top of LibWeb
Andreas Kling
2023-01-09
VideoPlayer: Port to GML
implicitfield
2023-01-09
VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubar
implicitfield
2023-01-09
SpaceAnalyzer: Do not reset the path to '/' after a refresh
Arda Cinar
2023-01-09
SpaceAnalyzer: Keep the current path via filenames, not indices
Arda Cinar
2023-01-09
SpaceAnalyzer: Add a method to TreeNode to get a child node by name
Arda Cinar
2023-01-09
SpaceAnalyzer: Make sure data fields of TreeNode are encapsulated
Arda Cinar
2023-01-09
SpaceAnalyzer: Remove an unnecessary level of inheritance
Arda Cinar
2023-01-09
Help: Update browse view when opening a new help page
Tim Ledbetter
2023-01-08
Magnifier: Port to `Core::Stream`
Lucas CHOLLET
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
ThemeEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
3DFileViewer: Use AK::Time to accumulate frame and cycle counts
Andrew Kaster
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
2023-01-07
LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-07
Browser: Add Accessibility Tab to Inspector Widget
Jonah
[next]