index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-21
LibC: Simplify assertion failure dbgln() a bit
Andreas Kling
2021-07-21
DesktopPicker: Add mouse wheel control
LuK1337
2021-07-21
LibLine: Correct spelling mistake in variable name
Jamie Mansfield
2021-07-21
KeyboardSettings: Use typical OK-Cancel-Apply arrangement
Jamie Mansfield
2021-07-21
TextEditor: Tighten unveil
Ralf Donau
2021-07-21
Base: More tweaks to the MouseSettings icons
Andreas Kling
2021-07-21
MouseSettings: Use latest (unsaved) setting for testing double-click
Mathias Jakobsen
2021-07-21
LibIPC: Fix losing messages when connection is closed
Tom
2021-07-21
Base: Fix imperfection in mouse-cursor-speed icon (MouseSettings)
Andreas Kling
2021-07-21
DisplaySettings: Add ComboBox to allow selecting other screens
Tom
2021-07-21
WindowServer: Re-use existing Screen instances and improve fallbacks
Tom
2021-07-21
LibGfx: Add an algorithm to disperse overlapping rectangles
Tom
2021-07-21
Kernel: VirtIO framebuffer should clamp pending dirty rects if needed
Tom
2021-07-21
SoundPlayer: Use full path for playlist items
Karol Kosek
2021-07-21
IRCClient: Use target nick than the sender for received private chats
Karol Kosek
2021-07-20
LibJS: Add tests for strict mode and strict mode propagation
davidot
2021-07-20
LibJS: Fix that non-existent references are unresolvable in strict mode
davidot
2021-07-20
LibJS: Fix tests that expected wrong this values
davidot
2021-07-20
LibJS: Follow the spec more closely when determining the this value
Timothy Flynn
2021-07-20
LibJS: Fix that vm.in_strict_mode was propagated to eval and functions
davidot
2021-07-20
LibJS: Disallow unqualified deletes in strict mode
davidot
2021-07-20
LibJS: Disallow multiple __proto__ keys in object expression
davidot
2021-07-20
LibJS: Disallow static methods named prototype in classes
davidot
2021-07-20
LibJS: Disallow duplicated variable declarations
davidot
2021-07-20
LibJS: Handle strict mode for functions more correctly
davidot
2021-07-20
LibJS: Be more strict about reserved and special identifiers
davidot
2021-07-20
LibJS: Be less strict about 'use strict'
davidot
2021-07-20
ImageViewer: Do not resize the window if the image fits into the window
Aziz Berkay Yesilyurt
2021-07-20
ImageViewer: Do not return early when the scale is not changed
Aziz Berkay Yesilyurt
2021-07-20
ImageViewer: Use the same function to resize the window
Aziz Berkay Yesilyurt
2021-07-20
MouseSettings: Further tweaks to margins and spacing :^)
Andreas Kling
2021-07-20
MouseSettings: Give this application a GUI facelift :^)
Andreas Kling
2021-07-20
LibGUI: Tweak GUI::GroupBox title text position
Andreas Kling
2021-07-20
LibJS/Tests: Fix typo in Temporal.Instant.compare test description
Linus Groh
2021-07-20
LibJS: Partially revert e3fa32b
Linus Groh
2021-07-20
Base: Add 2x version of the about box "brand banner"
Andreas Kling
2021-07-20
Base: Update the about box "brand banner"
Andreas Kling
2021-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-07-20
FileManager: Set main window size before showing the window
Andreas Kling
2021-07-20
Kernel: Remove KBufferBuilder's can_expand restriction
Andreas Kling
2021-07-20
Kernel: Remove KBufferBuilder API for reusing an existing buffer
Andreas Kling
2021-07-20
Kernel: Simplify ProcFS generated buffer caching
Andreas Kling
2021-07-20
Kernel: Remove confused comment in KBufferBuilder::appendff()
Andreas Kling
2021-07-20
LibWeb: Don't print JavaScript syntax error hints
Alexander
2021-07-20
LibJS: Optimize source_location_hint and add flag in print_errors
Alexander
2021-07-20
LibC: Implement flock(2) using fcntl's F_SETLK
Peter Elliott
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-07-20
Profiler: Make profiler not truncate 64-bit addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-20
Prekernel: Make sure to reload CR3 after modifying the page tables
Gunnar Beutner
[next]