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
Age
Commit message (
Expand
)
Author
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-26
Mail: Prompt for password if no password was saved
Tom
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
LibC: Declare wide character type functions in wctype.h
Kenneth Myhra
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
Settings: Tweak initial window size
Andreas Kling
2021-07-26
Taskbar: Show Settings app instead of Settings app category
Andreas Kling
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
Settings: Add a very simple Settings application
Andreas Kling
2021-07-26
LibDesktop: Add an optional "Description" field to .af files
Andreas Kling
2021-07-25
WindowServer: Remove debug spam in MenuManager::refresh()
Andreas Kling
2021-07-25
LibC: Randomize malloc() block addresses on x86_64
Andreas Kling
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
LibGUI: Put actions in order in MultiView
Karol Kosek
2021-07-25
LibGUI: Add keyboard shortcuts for changing views in MultiView
Karol Kosek
2021-07-25
LibGUI: Add keyboard shortcuts to FilePicker
Karol Kosek
2021-07-25
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-25
LibGUI: Handle GUI::Window non-volatile backing store issues better
Andreas Kling
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
[next]