summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-22AK: Consider long and unsigned long as integral types.asynts
2020-09-22AK: Add StringBuilder::appendff using the new format.asynts
2020-09-22AK: Remove strtoull dependency from format.asynts
2020-09-21Userland: Convert passwd(1) to use Core::AccountPeter Elliott
2020-09-21Userland: Switch su over to Core::AccountPeter Elliott
2020-09-21LibCore: Add Core::Account for login management.Peter Elliott
2020-09-21AK: Add format function like std::format or fmt::format.asynts
2020-09-21AK: Add template deduction guides for Array.asynts
2020-09-21AK: Add StringView::substring_view(size_t) overload.asynts
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21HackStudio: Add AutoCompleteBoxItamar
2020-09-21HackStudio: Basic C++ autocomplete logicItamar
2020-09-21Base: Add the PlaceholderText attribute to themesPeter Elliott
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter 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-21test-web: Keep the Interpreter on the VM interpreter stack during testAndreas Kling
2020-09-21LibJS: GC should gather roots from all active interpretersAndreas Kling
2020-09-21AK: Remove BufferStream class.asynts
2020-09-21LibIPC: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+JPGLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21TelnetServer: Use OutputMemoryStream instead of BufferStream.asynts
2020-09-21LookupServer: Use DuplexMemoryStream instead of BufferStream.asynts
2020-09-21AudioServer: Use OutputMemoryStream 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-21AK: Add missing const in Span::operator==.asynts
2020-09-21AK: Add OutputMemoryStream::is_end.asynts
2020-09-21Spreadsheet: Always keep the workbook interpreter in VM scopeAnotherTest
2020-09-20FontEditor: Draw the baseline in the glyph editor widgetTibor Nagy
2020-09-20Meta: Fix build-root-filesystem.sh on macOSValtteri Koskivuori
2020-09-20LibGUI: Remove unnecessary type cast in JsonArrayModel.asynts
2020-09-20LibGUI: Pad row/column headers of AbstractTableViewTibor Nagy
2020-09-20Meta: Add Itamar Shenhar to the contributors list :^)Andreas Kling
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-19HackStudio: Move bulk of GUI logic into HackStudioWidgetItamar
2020-09-19LibGfx: Move vertically centered text down slightly based on baselineAndreas Kling
2020-09-19WindowServer: Shrink menubar menu text rects slightlyAndreas 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