summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-07-26LibM: Fix Lagom buildMatthew Olsson
2020-07-26LibWeb: Refactor SVG files into their own directory; follow spec layoutMatthew Olsson
2020-07-26LibWeb: Abstract common operations of graphical SVG elementsMatthew Olsson
2020-07-26LibM: Evaluate math macros, add M_DEG2RAD and M_RAD2DEGMatthew Olsson
2020-07-26LibGfx: Add FloatPoint methodsMatthew Olsson
2020-07-26LibWeb: Add elliptical curve support to svg path elementsMatthew Olsson
2020-07-26LibGfx: Add elliptical curves to PathMatthew Olsson
2020-07-26LibWeb: Begin SVG element supportMatthew Olsson
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-26LibX86: Support disassembling a few FPU opcodes betterNico Weber
2020-07-25LibJS: Use allocate_without_global_object for primitive cell typesAndreas Kling
2020-07-25LibCrypto: Optimize UnsignedBigInteger import_data/export_dataTom
2020-07-25test-web: Add ability to change page mid-testLuke
2020-07-25LibGfx: Add a generic Matrix variantAnotherTest
2020-07-25LibGfx: Add Matrix4x4::elements() gettersAnotherTest
2020-07-24LibWeb: Use [Reflect] for Element.id and Element.className :^)Andreas Kling
2020-07-24LibWeb: Allow specifying a custom attribute name for [Reflect]Andreas Kling
2020-07-24LibWeb: Add HTMLElement.lang (and make HTMLElement.title reflecting)Andreas Kling
2020-07-24LibWeb: Add HTMLImageElement.src and HTMLImageElement.altAndreas Kling
2020-07-24LibWeb: Add code generation for reflecting IDL attributesAndreas Kling
2020-07-24LibGUI: Break up Window::event() into many smaller functionsAndreas Kling
2020-07-23Lagom: Add LibGemini, LibGfxNico Weber
2020-07-23Browser: Escape JS source operators for HTML display in consoleNico Weber
2020-07-23LibGfx: Add an "opacity" argument to Painter::draw_scaled_bitmap()Andreas Kling
2020-07-23LibGUI: Add {Horizontal,Vertical}Slider to the forwarding headerAndreas Kling
2020-07-23LibGUI: Make window-parented actions actually scoped to the windowAndreas Kling
2020-07-23LibWeb: Rename Element::tag_name() => local_name()Andreas Kling
2020-07-23LibGUI: Fix build after renaming Image => ImageWidgetAndreas Kling
2020-07-23LibWeb: Add a helper for creating a fake (start tag) HTML tokenAndreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-23LibWeb: Add tests for atob() and btoa()Nico Weber
2020-07-23LibWeb+test-web: Create test-web program, add doctype testLuke
2020-07-23TextEditor: Jump to word break when deleting and holding Ctrl modifierSasan Hezarkhani
2020-07-23LibJS: Add tests for bitwise & and ^Nico Weber
2020-07-23LibC: Remove duplicate gs touch during gettid()/getpid() fast pathBrian Gianforcaro
2020-07-22LibWeb: Make btoa() and atob() correctly handle values between 128 and 255Nico Weber
2020-07-22AK: Make encode_base64 take a ByteBuffer and return a StringNico Weber
2020-07-22LibJS: Fix \x escapes of bytes with high bit setNico Weber
2020-07-22LibTextCodec: Simplify Latin1Decoder::to_utf8Nico Weber
2020-07-22LibGUI: Remove unnecessary LibHTTP #includeAnotherTest
2020-07-22LibJS: Add FIXMEs to a few functions that need UTF-16 handlingNico Weber
2020-07-22LibJS: Implement String.prototype.charCodeAtNico Weber
2020-07-22LibWeb: Replaced elements had backwards application of intrinsic ratioAndreas Kling
2020-07-22LibWeb: Set the intrinsic width/height of <img> instead of hacking itAndreas Kling
2020-07-22LibWeb: Parse "width" and "height" presentation attributes on <img>Andreas Kling
2020-07-22LibWeb: Add a dedicated function for parsing HTML length valuesAndreas Kling
2020-07-22LibWeb: Assert we're parsing a fragment on fragment casesLuke
2020-07-21LibC: Make sure malloc chunks are 8-byte alignedAndreas Kling
2020-07-21LibC: Add a cache for getpid()Andreas Kling