summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-09-08LibGUI: Simulate a click on arrow key events for AbstractButtonsthankyouverycool
2022-09-08Taskbar: Set TaskbarButton checkablethankyouverycool
2022-09-08LibGUI+Taskbar: Don't immediately repaint checkable Buttonsthankyouverycool
2022-09-08Browser: Add context menu iconselectrikmilk
2022-09-08LibWeb: Position blocks after previous block-level box, ignoring typeAndreas Kling
2022-09-08LibJS+LibWeb: Spin event loop via VM::CustomData abstractionAndreas Kling
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-09-07LibWeb: Only schedule ImageStyleValue resource load onceAndreas Kling
2022-09-07LibWeb: Cache width of "alt" text in ImageBoxAndreas Kling
2022-09-07LibWeb: Improve `float: right` behaviorAndreas Kling
2022-09-07LibWeb: Fix three accidental float truncationsAndreas Kling
2022-09-07LibGUI: Set a tooltip on the emojis' buttons to their code point namesTimothy Flynn
2022-09-07LibGUI: Add a search box to filter EmojiInputDialog by code point namesTimothy Flynn
2022-09-07LibGUI: Disable EmojiInputDialog updates while re-displaying emojiTimothy Flynn
2022-09-07LibGUI: Create the emoji buttons only once for EmojiInputDialogTimothy Flynn
2022-09-07LibGUI: Move code to display emoji buttons to a helper functionTimothy Flynn
2022-09-07LibGUI: Wrap the EmojiInputDialog in a scrollable containerTimothy Flynn
2022-09-07LibGUI: Convert EmojiInputDialog to GMLTimothy Flynn
2022-09-06LibGfx: Correctly shift pixels during bilinear blendJelle Raaijmakers
2022-09-06Calendar: Limit the starting day input range to the selected monthnetworkException
2022-09-06LibGUI: Update {in,de}crement buttons when setting a new spin box rangenetworkException
2022-09-06LibWeb: Remove unused WindowObject.hAndreas Kling
2022-09-06Base+LibGUI: Add Git folder iconselectrikmilk
2022-09-06LibJS: Make sure JS::Script visits its HostDefined objectAndreas Kling
2022-09-06LibWeb: Don't use the internal window object when parsing HTML fragmentsAndreas Kling
2022-09-06LibWeb: Remove some unnecessary use of the internal realm in EventTargetAndreas Kling
2022-09-06LibJS+LibWeb: Make HTML::Script GC-allocatedAndreas Kling
2022-09-06LibJS: Make Script and Module GC-allocatedAndreas Kling
2022-09-06LibWeb: Always allow scripting in workers for nowAndreas Kling
2022-09-06LibWeb: Give web workers a (totally hacky) Window objectAndreas Kling
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::wrap()Andreas Kling
2022-09-06LibWeb: Stop using Bindings::wrap() in a bunch of placesAndreas Kling
2022-09-06LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()Andreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrapper classAndreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrappable classAndreas Kling
2022-09-06LibWeb: Remove the NO_INSTANCE option now that all wrappers are goneAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make LocationObject a PlatformObjectAndreas Kling
2022-09-06LibWeb: Make WorkerNavigator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerLocation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IntersectionObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ResizeObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IdleDeadline GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Selection GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Crypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Headers and HeadersIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling