summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-18LibGUI: Support double-click resizing column headersthankyouverycool
2021-03-18CppLanguageServer: Make preprocessor ignore unsupported keywordsVyacheslav Pukhanov
2021-03-18LibCpp: Add preprocessor option to ignore unsupported keywordsVyacheslav Pukhanov
2021-03-17truncate: Make 64 bit cleanJean-Baptiste Boric
2021-03-17ls: Make 64 bit cleanJean-Baptiste Boric
2021-03-17df: Make 64 bit cleanJean-Baptiste Boric
2021-03-17Tests: Create stress-writereadJean-Baptiste Boric
2021-03-17Userland: Fix printf specifiers with off_tJean-Baptiste Boric
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-17Piano: Avoid selecting out of range notes.Oleg Sikorskiy
2021-03-17LibCompress: fail gracefuly on invalid symbols in DeflateDecompressorIdan Horowitz
2021-03-17LibCompress: Check for impossible back references in DeflateDecompressorIdan Horowitz
2021-03-17LibJS: Always synthesize "arguments" object when there's a calleeAndreas Kling
2021-03-17LibJS: Add a basic test for arguments.calleeAndreas Kling
2021-03-17LibJS: Actually use eval() in non-string arg eval testLinus Groh
2021-03-17LibJS: eval(x) should return x without evaluation if x is not a stringAndreas Kling
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-17QuickShow: Animate animated images :^)Linus Groh
2021-03-17LibGUI: Animate any image in ImageWidget, not just *.gifLinus Groh
2021-03-16LibGfx: Don't truncate macroblock indices in JPG decoder.Oleg Sikorskiy
2021-03-16LibJS: Ensure SequenceExpression has two or more expressionsLinus Groh
2021-03-16LibJS: Replace global_object.global_object() with just global_objectLinus Groh
2021-03-16LibJS: Only set receiver value fallback once in Object::get()Linus Groh
2021-03-16LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressorIdan Horowitz
2021-03-16LibCompress: Check and fail for input stream errors in DeflateDecompressorIdan Horowitz
2021-03-16UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscallsBrendan Coles
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-03-16LibJS: Throw RangeError on BigInt exponentiation with negative exponentLinus Groh
2021-03-16LibJS: Throw RangeError on BigInt division/modulo by zeroLinus Groh
2021-03-16LibCompress: Allow partial header reads in GzipDecompressorIdan Horowitz
2021-03-16LibGfx: Fail gracefuly on invalid interlace method in PNGLoaderIdan Horowitz
2021-03-16LibLine: Make the DSR response parser a bit more robustAnotherTest
2021-03-16UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()Brendan Coles
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-16LibCpp: Return empty TranslationUnit from Parser::parse() if no tokens existLinus Groh
2021-03-16LibJS: Don't apply arguments object hack to global execution contextLinus Groh
2021-03-16LibAudio: decrease WavLoader's size limit to a more reasonable sizeIdan Horowitz
2021-03-16LibWeb: Dispatch "resize" events on the Window objectAndreas Kling
2021-03-16LibGUI: Remove has_visible_list members from TextEditorthankyouverycool
2021-03-16LibWeb: Add Window.innerWidth and Window.innerHeightAndreas Kling
2021-03-16LibCompress: Handle and propagate stream errors in GzipDecompressorIdan Horowitz
2021-03-16LibCompress+AK: Dont short-circuit error handling propagationIdan Horowitz
2021-03-16LibWeb: Use Gfx::Bitmap::RGBA8888 for ImageData bitmapsAndreas Kling
2021-03-16LibGfx: Add BitmapFormat::RGBA8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-16LibJS: Make an RAII helper for entering/exiting AST nodesAndreas Kling
2021-03-16LibJS: Implement non-value-producing statements properlyLinus Groh
2021-03-16LibJS: Make Interpreter::run() a void functionLinus Groh