summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-08AK: Allow creating NonnullPtrVectors from an initializer listSam Atkins
2022-09-08Ports: Build Quake in parallelJelle Raaijmakers
2022-09-08LibSoftGPU: Use approximation for maximum depth slopeJelle Raaijmakers
2022-09-08LibGL: Set correct color material mode for `GL_AMBIENT_AND_DIFFUSE`Jelle Raaijmakers
2022-09-08LibWeb: Rename confusing parameter to layout_block_level_box()Andreas Kling
2022-09-08LibWeb: Use correct box edge when looking for space between floatsAndreas Kling
2022-09-08Base: Add more emojiXexxa
2022-09-08LibWeb: Make default CSS font settings match other browsers betterAndreas Kling
2022-09-08LibGfx: Add API for loading more directories into Gfx::FontDatabaseAndreas Kling
2022-09-08LibWeb+WebContent: Add abstraction layer for generic font familiesAndreas Kling
2022-09-08LibWeb: Make anonymous wrapper blocks actually have "display: block"Andreas Kling
2022-09-08WindowServer: Set rendered cache dirty on maximization eventthankyouverycool
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-08Base: Add Assembly file type iconelectrikmilk
2022-09-08Browser: Add context menu iconselectrikmilk
2022-09-08Base: Add 12 new emojiselectrikmilk
2022-09-08Base: Improve 4 emojiselectrikmilk
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-07Base: Add five more emojisdjwisdom
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-06Documentation: Amend comment describing use of "virtual" and "final"Arun Nanduri
2022-09-06Base: Match colors for C++ file type iconselectrikmilk
2022-09-06Base: Add CMakeLists file type iconelectrikmilk
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-06Base: Add Git file type 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