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
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-28
LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics
Linus Groh
2022-08-28
LibJS: Remove Console's reliance on GlobalObject
Linus Groh
2022-08-28
WindowServer: Remove misbehavior conditions for modals
thankyouverycool
2022-08-28
WindowServer: Continue processing ongoing resizes after tiling
thankyouverycool
2022-08-28
LibGUI: Make CommandPalette and EmojiInputDialog passive modals
thankyouverycool
2022-08-28
LibC: Add stubs for 'removexattr()' and friends
Kenneth Myhra
2022-08-28
PixelPaint: Cropping to content with moved layers was broken
Andreas Krohn
2022-08-28
PixelPaint: Fix const correctness of Selection::in_interactive_selection
Kevin Meyer
2022-08-27
LibWeb: Implement the HostEnsureCanAddPrivateElement JS hook
davidot
2022-08-27
LibJS+LibUnicode: Move some constant arrays to a separate header
davidot
2022-08-27
LibJS: Remove GlobalObject::{set_,}associated_realm()
Linus Groh
2022-08-27
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support
Jelle Raaijmakers
2022-08-27
LibGPU+LibSoftGPU: Add PixelFormat::Intensity
Jelle Raaijmakers
2022-08-27
LibGL: Report color buffer bits instead of texture bits
Jelle Raaijmakers
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion
Jelle Raaijmakers
2022-08-27
LibGL: Implement `GL_NORMAL_ARRAY_TYPE` context parameter
Jelle Raaijmakers
2022-08-27
LibSoftGPU: Make `ownership_token` type in `Image` consistent
Jelle Raaijmakers
2022-08-27
LibGfx: Allow non-const indexing into `VectorN`
Jelle Raaijmakers
2022-08-27
LibGL: Rename units to all singular
Jelle Raaijmakers
2022-08-27
LibWeb: Treat cyclic percentage max-size as "auto" on the flex container
Andreas Kling
2022-08-26
LibWeb: Remove one remaining use of JS::InvalidCharacterError
Linus Groh
2022-08-26
LibJS: Remove InvalidCharacterError
Linus Groh
2022-08-26
LibJS: Remove now unnecessary i32 casts when constructing BigIntegers
davidot
2022-08-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-26
LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double
davidot
2022-08-26
LibCrypto: Make the constructors of (Un)SignedBigInteger templated
davidot
2022-08-26
LibJS: Use the proper to_double method in NumberConstructor
davidot
2022-08-26
LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double
davidot
2022-08-26
LibGUI: Add visual line mode to VimEditingEngine
Robbie Vanbrabant
2022-08-26
LibWeb: Handle unknown values in grid-template-*
martinfalisse
2022-08-26
SpreadSheet: Pass parent window when constructing About action
thankyouverycool
2022-08-26
FileSystemAccessServer: Set dummy child to WindowMode::Passive
thankyouverycool
2022-08-26
WindowServer: Always restore modal chain when clicking a window
thankyouverycool
2022-08-26
LibGUI+Taskbar+WindowServer: Prevent minimization when blocked
thankyouverycool
2022-08-26
WindowServer: Ignore modal blocking if capturing input
thankyouverycool
2022-08-26
Chess: Highlight piece origin square when dragging piece
Jean Lourenço
2022-08-26
PixelPaint: Make selection changes undoable
Andreas Kling
2022-08-26
PixelPaint: Move selection from ImageEditor to Image
Andreas Kling
2022-08-26
PixelPaint: Move "marching ants" painting logic to ImageEditor
Andreas Kling
2022-08-26
PixelPaint: Round mouse event coordinates instead of truncating
Andreas Kling
2022-08-26
LibWeb: Intentionally leak the main thread JS VM
Andreas Kling
2022-08-25
LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotation
Linus Groh
2022-08-25
LibJS: Use fully spec'd algorithm for ToISOWeekOfYear
Linus Groh
2022-08-25
LibJS: Reject ambiguous time string even with a calendar
Linus Groh
2022-08-25
LibJS: Remove unused nonterminals from the ISO8601 parser
Linus Groh
2022-08-25
LibJS: Simplify TimeSpecWithOptionalTimeZoneNotAmbiguous
Linus Groh
[next]