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-26
LibGUI: Add InputType enum to allow creating a password InputBox dialog
Tom
2021-07-26
LibWeb: Add blurring support to box-shadow
Tobias Christiansen
2021-07-26
LibGfx: Add FastBoxBlurFilter
Tobias Christiansen
2021-07-26
NotificationServer: Expand the notification when hovered
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-07-26
LibGUI: Ignore the Enter event by default
sin-ack
2021-07-26
LibGUI: Only dispatch Leave if the now-hovered widget isn't a child
sin-ack
2021-07-26
LibGUI: Add virtual handlers for WindowEntered and WindowLeft events
sin-ack
2021-07-26
LibGUI: Let GUI applications create an inspectable EventLoop
sin-ack
2021-07-26
LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}Case
Timothy Flynn
2021-07-26
Meta: Add LibUnicode (and its tests) to Lagom
Timothy Flynn
2021-07-26
LibUnicode: Introduce a Unicode library for interacting with UCD files
Timothy Flynn
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-26
LibJS: Implement Temporal.PlainDate.from
Idan Horowitz
2021-07-26
LibJS: Implement Temporal.PlainDate.compare
Idan Horowitz
2021-07-26
LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar
Idan Horowitz
2021-07-26
LibWeb: Make functions and attributes in bindings writable
davidot
2021-07-26
LibJS: Implement a naive String.prototype.localeCompare
davidot
2021-07-26
LibWeb: Fix that non-member calls to window gave the wrong this_value
davidot
2021-07-26
LibWeb: Make the custom CSSDeclaration methods only work on strings
davidot
2021-07-26
LibWeb: Add a CustomHasProperty trait to WrapperGenerator
davidot
2021-07-26
LibWeb: Convert WrapperGenerator and the generated code to east-const
davidot
2021-07-26
KeyboardSettings: Prevent minimising the window
Jamie Mansfield
2021-07-26
KeyboardSettings: Prevent resizing the window
Jamie Mansfield
2021-07-26
DisplaySettings: Prevent minimising the window
Jamie Mansfield
2021-07-26
Spider: Improve 32x32 icon
Jamie Mansfield
2021-07-26
Kernel: Remove invalid '#' format modifier for printing a faulting addr
Ali Mohammad Pur
2021-07-26
LibC: Declare wide character type functions in wctype.h
Kenneth Myhra
2021-07-26
Kernel: Un-unmap-after-init CommandLine::boot_mode()
Ali Mohammad Pur
2021-07-26
Kernel: Show the unmapped-after-init symbol being accessed
Ali Mohammad Pur
2021-07-26
Base: Mitigations(7) add -fzero-call-used-regs and Process Protection
Brian Gianforcaro
2021-07-26
TextDocument: Fix indentation duplicating spaces
Vinicius
2021-07-26
Taskbar: Unbreak application launchers in the start menu
Andreas Kling
2021-07-26
Base: Make DisplaySettings have matching 16x16 and 32x32 icons
Andreas Kling
2021-07-26
Settings: Tweak initial window size
Andreas Kling
2021-07-26
Taskbar: Show Settings app instead of Settings app category
Andreas Kling
2021-07-26
Base: Improve 32x32 app icons for DisplaySettings and KeyboardSettings
Andreas Kling
2021-07-26
MouseSettings: Replace the scroll step size icon
Andreas Kling
2021-07-26
Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1
Brian Gianforcaro
2021-07-25
LibJS: Use more narrow types in Temporal ISODateTime struct
Linus Groh
2021-07-25
LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()
Linus Groh
2021-07-25
LibJS: Handle PlainDateTime objects in GetTemporalCalendarWithISODefault
Linus Groh
2021-07-25
LibJS: Handle PlainDateTime objects ToTemporalCalendar
Linus Groh
2021-07-25
LibJS: Store the %Array.prototype.values% intrinsic on the global object
Linus Groh
2021-07-26
Kernel: Don't try to return a committed page that we don't have
Andreas Kling
2021-07-26
Kernel: Clear the COW bits when making an AnonymousVMObject volatile
Andreas Kling
2021-07-26
Settings: Add a very simple Settings application
Andreas Kling
2021-07-26
Base: Add descriptions to the apps in the Settings category :^)
Andreas Kling
2021-07-26
LibDesktop: Add an optional "Description" field to .af files
Andreas Kling
2021-07-26
Base: Replace the MouseSettings app icon with something nicer :^)
Andreas Kling
[next]