summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-11-14LibCrypto: Templatise CTR<T> on the increment functionAnotherTest
2020-11-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-14LibTextCodec: Add a function to convert encodings to standardized namesLuke
2020-11-14LibGUI: Make FileIconProvider aware of all supported image formatsLinus Groh
2020-11-14LibGUI: Add more extensions to FileIconProviderLinus Groh
2020-11-14LibGfx: Make Bitmap path handling case insensitiveLinus Groh
2020-11-13LibGfx: Fail PPM decode if there's not enough pixel data in the inputAndreas Kling
2020-11-13LibGfx: Add missing stream error handling in GIF frame descriptor parseAndreas Kling
2020-11-13LibGfx: Refuse to decode PNG images with geometry outside i32 boundsAndreas Kling
2020-11-13LibC: Adjust malloc size classes to ensure 8-byte aligned pointersAndreas Kling
2020-11-13LibWeb: Add default values of URL and content type in documentLuke
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-12LibJS: Handle symbol PropertyName in primitive assignment errorLinus Groh
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-12LibJS/Tests: Use canParseSource() for toEval()Linus Groh
2020-11-12LibJS: Run prettier on test-common.jsLinus Groh
2020-11-12LibJS: Throw TypeError when calling class constructor without 'new'Linus Groh
2020-11-12LibJS: Refactor ScriptFunction::call() a bitLinus Groh
2020-11-11LibGUI: Set vertical distance between icons relative to scroll valueAmusedNetwork
2020-11-11LibWeb: Advertise to servers that we support gzip encodingLuke
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-11-11LibWeb+LibJS: Add [LegacyNullToEmptyString] attributeLuke
2020-11-10LibJS: Use a HashTable to identify potential cell pointers in GC scanAndreas Kling
2020-11-10LibGUI: Ignore application-global shortcuts in modal windowsAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10Kernel+LibC: Add adjtime(2)Nico Weber
2020-11-10LibC: Add POSIX1 minimum limits to limits.hBrendan Coles
2020-11-10LibVT: Add TerminalWidget::scroll_to_bottom() APIAndreas Kling
2020-11-10LibGUI: Limit the height of item text in IconViewAmusedNetwork
2020-11-10TextEditor: Go-to-line now shows line in middle of view (#4008)Jack Byrne
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
2020-11-08LibDebug: Use move semantics when populating abbreviations mapAndreas Kling
2020-11-08LibDebug: Avoid copying AttributeSpecifications when iterating themAndreas Kling
2020-11-08LibDebug: Shrink some of the high-volume data structuresAndreas Kling
2020-11-08LibGUI: Prevent multiple drag initiations while drag messages are passedAnotherTest
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-08LibIPC: Add support for passing around ByteBuffers and HashMap<K, V>AnotherTest
2020-11-08LibGfx: Add methods to serialise and deserialise a BitmapAnotherTest
2020-11-08LibGfx: remove debug printfs from GIFLoaderPeter Nelson
2020-11-08LibGfx: gracefully handle GIFs with frame decode errorsPeter Nelson
2020-11-08LibGUI: Limit ScrollableWidget::available_size() width/height to 0Linus Groh
2020-11-08LibWeb: Don't attempt to create new bitmap for zero-size OOPWVLinus Groh
2020-11-08LibJS: Throw RuntimeError when reaching the end of the stackLinus Groh
2020-11-08LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfoLinus Groh
2020-11-08LibWeb: Don't assume backing store allocation succeeds on OOPWV resizeAndreas Kling
2020-11-08UserspaceEmulator+LibC: Have UE notice realloc() and update accountingAndreas Kling