summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-25LibWeb: Parse the `content` propertySam Atkins
2022-02-25Base: Add a pseudo-element test pageSam Atkins
2022-02-25Base: Use "Library Functions" instead of "Libraries" for man section 3networkException
2022-02-25Everywhere: Use title case for man section titlesnetworkException
2022-02-24Meta: Title case 'File Formats' on man.serenityos.orgLinus Groh
2022-02-24Meta: Use correct man page title for section 5 on man.serenityos.orgnetworkException
2022-02-24Base: Make U+0126, U+0132, U+0152 and U+0153 wider in Katica Regular 10Karol Kosek
2022-02-24Base: Add Latin Extended-A to font Katica Regular 12Karol Kosek
2022-02-24Taskbar: Minimize/activate window on Super+Digit eventJan Grau
2022-02-24LibGUI+WindowServer: Add new `WMEvent` Super+DigitJan Grau
2022-02-24LibGUI: Put TextEditor widgets in "Wrap at Words" mode by defaultAndreas Kling
2022-02-24HackStudio: Adjust heights for Locator and Find widgetsthankyouverycool
2022-02-24HackStudio: Segment the status bar and setup override textthankyouverycool
2022-02-24LibGUI: Prefer to pop-up Tray Button menus from the top rightthankyouverycool
2022-02-24TextEditor: Update status bar to use clickable Segmentsthankyouverycool
2022-02-24LibGUI+LibSyntax: Stringify Highlighter::Languagethankyouverycool
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-24LibGfx: Return early when painting FrameShape::NoFramesthankyouverycool
2022-02-24Documentation: Start writing about "LibWeb: From loading to painting"Andreas Kling
2022-02-24LibWeb: Append only one line feed character in Document.writelnTimothy Flynn
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-24LibGUI: Ensure ruler grows properly when using proportional fontsthankyouverycool
2022-02-24UserspaceEmulator: Fix syntax of generated profilesBrian Gianforcaro
2022-02-24ClipboardHistory: Add Time columnNícolas F. R. A. Prado
2022-02-24Kernel: Use IO init method for Bochs emulated VGA adapterPeter Ross
2022-02-24LibWeb: Actually query the orientationSam Atkins
2022-02-24LibWeb: Implement `@media(overflow-inline)`Sam Atkins
2022-02-24LibWeb: Implement `<resolution>` as a media feature typeSam Atkins
2022-02-24LibWeb: Allow Angle/Frequency/Resolution/Time values for CSS propertiesSam Atkins
2022-02-24LibWeb: Parse Angle/Frequency/Resolution/Time typesSam Atkins
2022-02-24LibWeb: Move length-unit-from-string code into LengthSam Atkins
2022-02-24LibWeb: Implement CSS Time classSam Atkins
2022-02-24LibWeb: Implement CSS Resolution classSam Atkins
2022-02-24LibWeb: Implement CSS Frequency classSam Atkins
2022-02-24LibWeb: Implement CSS Angle classSam Atkins
2022-02-24LibWeb: Account for `Calculated` in Length methodsSam Atkins
2022-02-24LibWeb: Alphabetize LibWeb CMakeLists.txtSam Atkins
2022-02-24Meta: Remove SB16 driver from the features list in README.mdLiav A
2022-02-24Kernel/Audio: Remove the SB16 driverLiav A
2022-02-23Shell: Use an opaque color for SyntaxErrorkperdlich
2022-02-23LibGUI/EmojiInputDialog: Skip multi code point emojis for nowLinus Groh
2022-02-23LibGUI/EmojiInputDialog: Automatically calculate the dialog sizeLinus Groh
2022-02-23Base: Add some regional indicator symbol emoji flags :^)Linus Groh
2022-02-23Base: Add ZWJ sequence emoji flags :^)Linus Groh
2022-02-23LibGfx: Add basic variation selector and regional indicator support :^)Linus Groh
2022-02-23LibGfx+LibGUI: Support multi code point emojis in text painting :^)Linus Groh
2022-02-23LibGfx: Add Emoji::emoji_for_code_point_iterator(Utf8CodePointIterator&)Linus Groh
2022-02-23LibGfx: Add Emoji::emoji_for_code_points(Span<u32> const&)Linus Groh
2022-02-23AK: Add forward declaration for Utf8CodePointIteratorLinus Groh
2022-02-23AK: Add optional format string parameter to String{,Builder}::join()Linus Groh