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
2022-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-12
Browser: Go back/forward when pressing back/forward mouse buttons
Baitinq
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
Help+LibManual: Without arguments, open index page instead of crashing
kleines Filmröllchen
2022-12-11
Help: Link to LibLocale
kleines Filmröllchen
2022-12-11
Help+man+LibManual: Move argument handling to LibManual
kleines Filmröllchen
2022-12-11
Help: Fix search query parsing
kleines Filmröllchen
2022-12-11
Help+LibManual: Move all manpage path handling to LibManual
kleines Filmröllchen
2022-12-11
LibManual: Refactor SectionNode in preparation for subsections
kleines Filmröllchen
2022-12-11
Help+LibManual: Move non-UI-specific manual handling to LibManual
kleines Filmröllchen
2022-12-10
SpaceAnalyzer: Consolidate the node context menus
Andreas Kling
2022-12-10
Magnifier: Add a manual to Help menu and propagate construction errors
thankyouverycool
2022-12-10
Magnifier: Standardize File menu
thankyouverycool
2022-12-10
Magnifier: Remove always_on_top_action
thankyouverycool
2022-12-10
KeyboardSettings: Disable "activate keymap" button if keymap is active
Arda Cinar
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-10
PDFViewer: Let users change image rendering
Rodrigo Tobar
2022-12-09
SpaceAnalyzer: Display the current location in the window title :^)
Sam Atkins
2022-12-09
SpaceAnalyzer: Add a tooltip for the hovered tree node
Sam Atkins
2022-12-09
SpaceAnalyzer: Remove declaration for unimplemented method
Sam Atkins
2022-12-09
SpaceAnalyzer: Propagate possible errors up
Arda Cinar
2022-12-09
SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_event
Arda Cinar
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-12-08
CrashReporter: Factorize exiting behavior to `window->close()`
Lucas CHOLLET
2022-12-08
Browser: Store cookies in a LibSQL database :^)
Timothy Flynn
2022-12-08
Browser+LibWebView+WebContent: Do not domain match on cookie updates
Timothy Flynn
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-08
CrashReporter: Disable save button until it is ready to use
Lucas CHOLLET
2022-12-08
WindowServer+MouseSettings: Improve `buttons_switched` naming
Filiph Sandström
2022-12-07
FileManager: Silence the "not found" error when setting no wallpaper
Sam Atkins
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-06
3DFileViewer: Properly propagate errors from WavefrontOBJLoader
Maciej
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-04
MouseSettings: Add "Natural scrolling" toggle
Filiph Sandström
2022-12-04
DisplaySettings: Remove unnecessary check for an overridden theme
Osamu-kj
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-30
PixelPaint: Record action for all select operations to allow undo
Andreas Oppebøen
2022-11-30
PixelPaint: Record action when erasing a selection to allow undo
Andreas Oppebøen
2022-11-29
TextEditor: Change Find/Replace shortcut to Ctrl+Shift+F
thankyouverycool
2022-11-27
PixelPaint: Fix lasso tool preview when zoomed in
MacDue
[next]