summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-08Base: Add linear-gradient list-marker demoMacDue
2022-08-08Base: Add the styled progress bar demo from css-tricks.comMacDue
2022-08-08LibWeb: Avoid painting background-images under opaque bordersMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-08LibGfx: Add Size<T>::to_rounded<I>()MacDue
2022-08-08Documentation: Add clang-format variant to EmacsConfiguration.mdRiyyi
2022-08-08Base: Replace getopt with getopt_long in man pagedemostanis
2022-08-08LibWeb: Don't allow mixed commas/no commas in rect() css valuesMacDue
2022-08-08LibWeb: Fix resolution of CSS clip rectMacDue
2022-08-08LibWeb: Enable CSS clip for `position: fixed` elementsMacDue
2022-08-08LibWeb: Fix RectStyleValue to_string() implementationTom
2022-08-08Kernel/FileSystem: Use a new debug flag for SysFS debug messagesLiav A
2022-08-07LibWeb: Allow % height of a % height parent in block-formatted elementsMacDue
2022-08-07LibWeb: Allow absolute boxes to have a % height of a % height parentMacDue
2022-08-07LibWeb: Implement clip propertyTom
2022-08-07LibWeb: Use rect value in CSS clip propertyTom
2022-08-07LibWeb: Parse rect style valueTom
2022-08-07Base: Add test page for CSS clip propertyTom
2022-08-07Browser: Make Refresh action in tab context menu refresh the chosen tabKarol Kosek
2022-08-07Browser: Make the bookmark button use an actionKarol Kosek
2022-08-07Browser: Show bookmark and history page lists under the their buttonsKarol Kosek
2022-08-07Browser: Set margins for BookmarkBarWidgetKarol Kosek
2022-08-07Browser: Use overflow-menu icon for hidden bookmarks the buttonKarol Kosek
2022-08-07Base: Add an example `-webkit-linear-gradient()`MacDue
2022-08-07LibWeb: Support `-webkit-linear-gradient()` correctlyMacDue
2022-08-07Base: Add HexEditor manualdjwisdom
2022-08-06Kernel: Rounding size of bss to be a multiple of 8 for aarch64 linker.ldTimon Kruiper
2022-08-06Kernel: Add logic to RPi UART driver to emit CR when encountering LFTimon Kruiper
2022-08-06LibJS: Teach String.prototype.concat() to create rope stringsAndreas Kling
2022-08-06LibJS: Correct BalanceDurationRelative algorithmLinus Groh
2022-08-06LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs}Linus Groh
2022-08-06LibJS: Support creation of global object in Realm::set_global_object()Linus Groh
2022-08-06LibJS+LibWeb: Restore type safety of Realm::set_global_object()Linus Groh
2022-08-06LibJS: Implement string concatenation using ropesAndreas Kling
2022-08-05Base: Add symbols that were previously emoji pngsFrHun
2022-08-05Base: Remove black only symbols from emojisFrHun
2022-08-05Base: Add yet more colorized emojisBeckett Normington
2022-08-05Base: Update FontEditor manual use images with improved resolutiondjwisdom
2022-08-05Minesweeper: Update GML and fix layout issuesthankyouverycool
2022-08-05LibGUI: Register "bitmap" GML property for ImageWidgetthankyouverycool
2022-08-05AK: Add human_readable_digital_time() helperthankyouverycool
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-05LibGUI: Calculate maximum primary size for Splitter resizeesthankyouverycool
2022-08-05LibJS: Run clang-format on Realm.cppAndreas Kling
2022-08-05LibWeb: Port web workers to the "create a new JavaScript realm" APIAndreas Kling
2022-08-05LibWeb: Don't paint non-visible framesAndreas Kling
2022-08-05LibJS: Actually create a new Realm in $262.createRealm()Andreas Kling
2022-08-05LibWeb: Support assigning to window.locationAndreas Kling
2022-08-05LibWeb: Bring browsing context creation closer to specAndreas Kling
2022-08-05LibWeb: Add API for setting a document's referrerAndreas Kling