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-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-09-08
LibGUI: Simulate a click on arrow key events for AbstractButtons
thankyouverycool
2022-09-08
Taskbar: Set TaskbarButton checkable
thankyouverycool
2022-09-08
LibGUI+Taskbar: Don't immediately repaint checkable Buttons
thankyouverycool
2022-09-08
Browser: Add context menu icons
electrikmilk
2022-09-08
LibWeb: Position blocks after previous block-level box, ignoring type
Andreas Kling
2022-09-08
LibJS+LibWeb: Spin event loop via VM::CustomData abstraction
Andreas Kling
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-07
LibWeb: Only schedule ImageStyleValue resource load once
Andreas Kling
2022-09-07
LibWeb: Cache width of "alt" text in ImageBox
Andreas Kling
2022-09-07
LibWeb: Improve `float: right` behavior
Andreas Kling
2022-09-07
LibWeb: Fix three accidental float truncations
Andreas Kling
2022-09-07
LibGUI: Set a tooltip on the emojis' buttons to their code point names
Timothy Flynn
2022-09-07
LibGUI: Add a search box to filter EmojiInputDialog by code point names
Timothy Flynn
2022-09-07
LibGUI: Disable EmojiInputDialog updates while re-displaying emoji
Timothy Flynn
2022-09-07
LibGUI: Create the emoji buttons only once for EmojiInputDialog
Timothy Flynn
2022-09-07
LibGUI: Move code to display emoji buttons to a helper function
Timothy Flynn
2022-09-07
LibGUI: Wrap the EmojiInputDialog in a scrollable container
Timothy Flynn
2022-09-07
LibGUI: Convert EmojiInputDialog to GML
Timothy Flynn
2022-09-06
LibGfx: Correctly shift pixels during bilinear blend
Jelle Raaijmakers
2022-09-06
Calendar: Limit the starting day input range to the selected month
networkException
2022-09-06
LibGUI: Update {in,de}crement buttons when setting a new spin box range
networkException
2022-09-06
LibWeb: Remove unused WindowObject.h
Andreas Kling
2022-09-06
Base+LibGUI: Add Git folder icons
electrikmilk
2022-09-06
LibJS: Make sure JS::Script visits its HostDefined object
Andreas Kling
2022-09-06
LibWeb: Don't use the internal window object when parsing HTML fragments
Andreas Kling
2022-09-06
LibWeb: Remove some unnecessary use of the internal realm in EventTarget
Andreas Kling
2022-09-06
LibJS+LibWeb: Make HTML::Script GC-allocated
Andreas Kling
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
2022-09-06
LibWeb: Always allow scripting in workers for now
Andreas Kling
2022-09-06
LibWeb: Give web workers a (totally hacky) Window object
Andreas Kling
2022-09-06
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::wrap()
Andreas Kling
2022-09-06
LibWeb: Stop using Bindings::wrap() in a bunch of places
Andreas Kling
2022-09-06
LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrapper class
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Remove the NO_INSTANCE option now that all wrappers are gone
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make LocationObject a PlatformObject
Andreas Kling
2022-09-06
LibWeb: Make WorkerNavigator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make WorkerLocation GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make IntersectionObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make ResizeObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make IdleDeadline GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Selection GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Crypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Headers and HeadersIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
[next]