summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-09-22LibJS: Move well-known symbols to the VMAndreas Kling
2020-09-22LibJS: Use VM::exception() instead of Interpreter::exception() a bunchAndreas Kling
2020-09-22LibJS: Add a way to get from a Cell to the VMAndreas Kling
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-21LibCore: Add Core::Account for login management.Peter Elliott
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21Base: Add the PlaceholderText attribute to themesPeter Elliott
2020-09-21LibGUI: Add optional placeholder to TextEditorPeter Elliott
2020-09-21LibJS: VM::interpreter() should just assert when no active interpreterAndreas Kling
2020-09-21LibJS: Assert if garbage collection is restarted while ongoingAndreas Kling
2020-09-21LibJS: Rename InterpreterScope => InterpreterExecutionScopeAndreas Kling
2020-09-21LibJS: GC should gather roots from all active interpretersAndreas Kling
2020-09-21LibIPC: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+JPGLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+ICOLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+Font: Use OutputFileStream instead of BufferStream.asynts
2020-09-21LibAudio: Use InputMemoryStream instead of BufferStream.asynts
2020-09-20LibGUI: Remove unnecessary type cast in JsonArrayModel.asynts
2020-09-20LibGUI: Pad row/column headers of AbstractTableViewTibor Nagy
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-20LibWeb: Add Bindings::ScriptExecutionContextAndreas Kling
2020-09-20LibJS: Remove some unnecessary indirection in Object constructorsAndreas Kling
2020-09-20LibJS: Make Interpreter::in_strict_mode() work outside of scopeAndreas Kling
2020-09-20LibJS: Don't allocate property table during GC marking phaseAndreas Kling
2020-09-20LibJS: Remove unused argument in NativeFunction constructorAndreas Kling
2020-09-20LibGUI: Fix row_rect(int) calculation in AbstractTableViewItamar
2020-09-19LibGfx: Move vertically centered text down slightly based on baselineAndreas Kling
2020-09-19LibGfx: Add a helper to check if a TextAlignment is vertically centeredAndreas Kling
2020-09-19LibGfx+FontEditor+Base: Add "baseline" value to all fontsAndreas Kling
2020-09-19LibGUI: Increase slider acceleration with Ctrl (#3499)Jakob-Niklas See
2020-09-19LibJS: Handle getter exception in JSONObject::serialize_json_property()Linus Groh
2020-09-19LibJS: Do not revisit already visited values in update_function_name()AnotherTest
2020-09-18LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)Andreas Kling
2020-09-18LibGUI: Unbreak FileSystemModel::index(path) after virtual root changesAndreas Kling
2020-09-18iLibGUI+Base: Show inaccessible directories with special icon in viewsAndreas Kling
2020-09-18LibGUI: FileSystemModel should provide full paths to FileIconProviderAndreas Kling
2020-09-18LibGUI: StackWidget should not steal focus when switching active childAndreas Kling
2020-09-18LibJS: Simplify toEval() implementationLinus Groh
2020-09-18LibJS: Add FIXMEs for parsing increment operators with function LHS/RHSLinus Groh
2020-09-18LibJS: Mark more ASTNode classes as `final`Linus Groh
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber
2020-09-17LibC: Convert SO_ constants to enumNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-17LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)Uma Sankar
2020-09-17LibGUI: Respect the previously selected sort order in HeaderView (#3522)Uma Sankar
2020-09-17LibIPC: Check if socket is still open before using socket descriptorTom
2020-09-17LibGUI: Don't recalcuate color from hue if it was not set by huePeter Elliott
2020-09-17LibGUI: Don't allow 4 character html color codes in GUI::ColorPickerPeter Elliott
2020-09-16LibGUI: Use FileIconProvider in the FilePicker dialogAndreas Kling