summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-12LibWeb: Implement `linear-gradient()` transition hintsMacDue
2022-08-12Base: Remove modifications from fancy progress bar demoMacDue
2022-08-12Base: Add more emojiXexxa
2022-08-12Ports: Update serenity-theming use latest commit 018356bdjwisdom
2022-08-11Base: Add more emojiXexxa
2022-08-11Base: Add new emojis U+1FA71-73,U+1FA79djwisdom
2022-08-11Base: Add a few fun emojisBeckett Normington
2022-08-11LibTimeZone: Update to TZDB version 2022bTimothy Flynn
2022-08-11Shell: Avoid StringView OOB access in Formatter ctorAli Mohammad Pur
2022-08-11Shell: Stop printing 'sh -c' commandsAli Mohammad Pur
2022-08-10Kernel: Remove leftover reference to prekernel on aarch64Filiph Sandström
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-08-10Kernel: Fix a typo and a grammar issue in code commentsBrian Gianforcaro
2022-08-10Kernel: Validate the sys$alarm signal send always succeedsBrian Gianforcaro
2022-08-10Kernel: Make failure to write coredump or perfcore a regular dmesgBrian Gianforcaro
2022-08-10HackStudio: Add fullscreen shortcutJunior Rantila
2022-08-09Terminal: Propagate more errorsJunior Rantila
2022-08-09CI: Enable downloading the Azure remote data cache for Fuzzer buildsTimothy Flynn
2022-08-09CI: Add a restoration key for Azure's remote data cachesTimothy Flynn
2022-08-09Kernel: Fix SMP deadlock in MM::allocate_contiguous_physical_pagesBrian Gianforcaro
2022-08-09WindowServer: Let WindowManager set serverside effectsthankyouverycool
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-08-09DisplaySettings: Add an Effects tabthankyouverycool
2022-08-09Base: Add icons for animation and theming optionsthankyouverycool
2022-08-09LibGUI+WindowServer: Create IPC calls for passing SystemEffectsthankyouverycool
2022-08-09LibGUI: Let Desktop:the() manage SystemEffects inside LibGUIthankyouverycool
2022-08-09LibGUI+WindowServer: Add a SystemEffects wrapper and helpersthankyouverycool
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-08-08Base: Replace linear-gradient() pattern demo with cooler oneMacDue
2022-08-08LibGUI: Correct cursor index during mouseup_eventMatthew B. Jones
2022-08-08Base: Add linear-gradient + background-size demoMacDue
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