summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24Build: Remove two unnecessary CXXFLAGSAndreas Kling
2020-07-24AK: Add a couple more helper templates to StdLibExtrasAndreas 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-23PixelPaint: Add GUI for editing layer names :^)Andreas Kling
2020-07-23PixelPaint: Tidy up the LayerPropertiesWidget GUI layout a bit :^)Andreas Kling
2020-07-23PixelPaint: Don't hit test non-visible layersAndreas Kling
2020-07-23PixelPaint: Add a GUI for editing opacity and visibility of layersAndreas Kling
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-23PixelPaint: Scope tool actions to the containing windowAndreas 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-23Browser: Focus input text field in JS console by defaultNico Weber
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-22UserspaceEmulator: XLAT BX should not check full EBX shadow bitsAndreas Kling
2020-07-22LibWeb: Assert we're parsing a fragment on fragment casesLuke
2020-07-21UserspaceEmulator: Tweak some output stringsAndreas Kling
2020-07-21LibC: Make sure malloc chunks are 8-byte alignedAndreas Kling
2020-07-21UserspaceEmulator: Include flag taint state in dump outputAndreas Kling
2020-07-21UserspaceEmulator: Use the base address of instructions in backtracesAndreas Kling
2020-07-21UserspaceEmulator: Add a newline before uninitialized op warningsAndreas Kling
2020-07-21UserspaceEmulator: Show file and line numbers in backtraces :^)Andreas Kling
2020-07-21UserspaceEmulator: Remove unnecessary local getpid() cachesAndreas Kling
2020-07-21LibC: Add a cache for getpid()Andreas Kling
2020-07-21UserspaceEmulator: Don't hardcode the amount of thread-local dataAndreas Kling