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
2022-06-29
LibWeb: Print unhandled rejections the same way as unhandled exceptions
Luke Wilde
2022-06-29
LibWeb: Use CSO if running script is null in HostPromiseRejectionTracker
Luke Wilde
2022-06-29
LibWeb: Store PromiseRejectionEvent::m_reason in a JS::Handle
Luke Wilde
2022-06-29
LibWeb: Move ClassicScript::m_settings_object into the Script base
Luke Wilde
2022-06-29
LibWeb: Return instead of throwing on unknown enums in attribute setters
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-06-29
Terminal: Repair resizing
FrHun
2022-06-29
LibGUI: Add ability to calculate min_size of Window from content widget
FrHun
2022-06-29
Kernel/USB: Use proper error codes for UHCI transfers
b14ckcat
2022-06-29
LibJS: Add tests cases for %TypedArray%.prototype.toSorted function
Obinna Ikeh
2022-06-29
LibJS: Add %TypedArray%.prototype.toSorted
Obinna Ikeh
2022-06-29
LibJS: Implement element comparison function for typed arrays
Obinna Ikeh
2022-06-29
Toolchain: Update Platform files to match those in upstream cmake
Andrew Kaster
2022-06-29
LibJS: Use null-prototype objects in a few more places in Temporal
Linus Groh
2022-06-29
LibJS: Fix production for time zone name in time zone strings
Linus Groh
2022-06-29
LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Mark BalanceDuration as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Replace one use of BalanceISODate with CreateISODateRecord
Linus Groh
2022-06-29
LibJS: Assert DifferenceISODateTime is called with valid datetime values
Linus Groh
2022-06-29
LibJS: Replace guaranteed zero [[Days]] field with constant zero
Linus Groh
2022-06-29
LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTime
Linus Groh
2022-06-29
Meta: Add a security policy
Sam Atkins
2022-06-29
LibGUI: Close EmojiDialog on active window change
Olivier De Cannière
2022-06-29
Calender: Add ability to set the time of day for an event
Andrew Dykema
2022-06-28
Playground: Rename the application to GMLPlayground
Linus Groh
2022-06-28
pls: Implement support for `--preserve-env`
Tim Schumacher
2022-06-28
pls: Don't rely on `getenv` to find `TERM`
Tim Schumacher
2022-06-28
LibGUI: Use new layout system in InputBox
FrHun
2022-06-28
Base: Add manpages for new layout system
FrHun
2022-06-28
LibGUI: Use new layout system in FilePickerDialog
FrHun
2022-06-28
LibGUI+Applications: Use the new layout system in the settings screens
FrHun
2022-06-28
LibGUI: Implement new layout system for Scrollbar
FrHun
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-28
LibGUI: Grow spacers after doing layout
FrHun
2022-06-28
LibGUI: Add read-only effective size properties for debugging
FrHun
2022-06-28
LibGUI: Remove temporary compatibility measures for new layout system
FrHun
2022-06-28
LibGUI: Use new layout system for BoxLayout run
FrHun
2022-06-28
LibGUI: Use new layout system in Splitter
FrHun
2022-06-28
LibGUI: Use new layout system in scrollable widgets
FrHun
2022-06-28
NotificationServer: Remove usages of deprecated implicit ui conversions
FrHun
2022-06-28
LibGUI: Remove usages of deprecated implicit conversions
FrHun
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-06-28
LibGUI: Add effective and calculated sizes to Widget
FrHun
2022-06-28
LibGUI: Change preferred_size in Layout to new layout system
FrHun
2022-06-28
LibGUI: Add min_size to Layout
FrHun
2022-06-28
LibGUI: Use preferred_size to emulate old is_shrink_to_fit
FrHun
2022-06-28
LibGUI: Add preferred_size to Widget
FrHun
2022-06-28
LibGUI: Introduce UIDimension properties
FrHun
2022-06-28
LibGUI: Use UIDimension in place of int in Widget
FrHun
[next]