summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-12Build: Add extlinux-image target to CMakeDolphinChips
2021-05-12Meta: Add script to build image with EXTLINUX bootloaderDolphinChips
2021-05-12Meta: Add EXTLINUX configDolphinChips
2021-05-12LibWeb: Position the ListItemMarkers according to their widthTobias Christiansen
2021-05-12LibWeb: Remove unused alphabet constants from ListItemMarkerBoxTobias Christiansen
2021-05-12LibWeb: Move clearing boxes below preceding floating boxesTimothy Flynn
2021-05-12Ports: Add missing dependencies for openttdGunnar Beutner
2021-05-12Ports: Fix building the libicu portGunnar Beutner
2021-05-12RequestServer: Only attempt to flush() on a timerAli Mohammad Pur
2021-05-12LibTLS: Always send the signature_algorithms extensionAli Mohammad Pur
2021-05-12Documentation: Add Alpine Linux build instructionsJagger De Leo
2021-05-11LibJS: Make super() in catch block workLinus Groh
2021-05-11LibJS: Bring back runtime validation of RegExp flagsLinus Groh
2021-05-11LibJS/Tests: Add details for toThrowWithMessage() expectation errorLinus Groh
2021-05-11LibWeb: Add a maximum redirects limit to FrameLoaderIdan Horowitz
2021-05-11Base: Add :nth-last-child test documentmiere43
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-11Documentation: Fix broken link to Meta/Lagom/ReadMe.mdVladislav Vorobev
2021-05-11LibJS: Use u64 instead of u32 in NumberPrototype::to_stringLuke
2021-05-11LibJS: Make number parts unsigned in NumberPrototype::to_stringLuke
2021-05-11LibLine+Shell: Add dirty history flag and use itsin-ack
2021-05-11LibWeb: Paint an element's foreground before painting its childrenTimothy Flynn
2021-05-11Base: Add Magnifier.afLinus Groh
2021-05-11Magnifier: Make window resizableLinus Groh
2021-05-11LibWeb: Make Element::tag_name return the HTML uppercased qualified nameLuke
2021-05-11LibWeb: Expose Element.{prefix,localName}Luke
2021-05-11GLTeapot: Use glGenLists() a bit to demonstrate that it worksAli Mohammad Pur
2021-05-11LibGL: Implement glGenLists and a few friendsAli Mohammad Pur
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-11AK: Avoid the use of typeinfo in VariantAli Mohammad Pur
2021-05-11Ports: Add missing dependency for vimGunnar Beutner
2021-05-11Ports: Link gettext against libpthreadGunnar Beutner
2021-05-11Base: Remove unused icons from the removed Visual Builder appAndreas Kling
2021-05-112048: Added Redo SupportUmar Haroon
2021-05-11Shell: Add an option to autosave history every N msAli Mohammad Pur
2021-05-11Userland: Implement a magnifier appValtteri Koskivuori
2021-05-11WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()Valtteri Koskivuori
2021-05-11LibGfx: Implement Bitmap::cropped()Valtteri Koskivuori
2021-05-11strace: Write output to stderr instead of stdout (#7016)SViN24
2021-05-10LibELF: Propagate ELF image validation errors to the callerGunnar Beutner
2021-05-10LibELF: Don't use assignments in return statementsGunnar Beutner
2021-05-10Ports: Remove obsolete patch for flatbuffersGunnar Beutner
2021-05-10Kernel: Fix loading ELF images without PT_INTERPGunnar Beutner
2021-05-10Userland: Implement paste --watch modeSergey Bugaev
2021-05-10Userland: Implement copy --clearSergey Bugaev
2021-05-10LibGUI: Add Clipboard::clear()Sergey Bugaev
2021-05-10Base: Fix a spelling error in the mitigations man pageMart G
2021-05-10LibC: Partially implement pthread_setcancel{state,type}()Gunnar Beutner
2021-05-10Ports: Add missing curl dependency for the git portGunnar Beutner