summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-09-27LibC: Add SSIZE_MAX limitLuke
2020-09-27LibC: Include cdefs.h in getopt.hLuke
2020-09-27LibC: Add EPFNOSUPPORT error numberLuke
2020-09-27LibC: Add paths.h with some default mail directory for nowLuke
2020-09-26LibLine: Add a setter for the cursor positionAnotherTest
2020-09-26LibJS: Remove two unused Interpreter member functionsAndreas Kling
2020-09-26LibGUI: Update color widgets when has_alpha is toggled in ColorPickerTibor Nagy
2020-09-26HackStudio: Detach from debugged process before terminatingItamar
2020-09-26LibDebug: Add ability to detach from debuggeeItamar
2020-09-26LibGUI: Add alpha preview to ColorPickerTibor Nagy
2020-09-26LibGfx: Add painting transparency grids to StylePainterTibor Nagy
2020-09-25LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlightersLinus Groh
2020-09-25LibGUI: Do not clear the selection on right-clickAnotherTest
2020-09-25LibGUI: Register the 'ColorInput' and 'Frame' widgetsAnotherTest
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-25LibGUI: Register the "text" property on GUI::TextEditorAndreas Kling
2020-09-25LibGUI: Register the "text" property on GUI::LabelAndreas Kling
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-24LibGUI: Stop editing in views when the view is hiddenAndreas Kling
2020-09-24LibGUI: Make inline editing work in ColumnsViewAndreas Kling
2020-09-24LibGUI: Move editing key handling up to AbstractViewAndreas Kling
2020-09-24LibGUI: Support inline editing in GUI::IconViewAndreas Kling
2020-09-24LibGUI: Support editing filenames through FileSystemModel :^)Andreas Kling
2020-09-24LibGUI: Make SortingProxyModel forward is_editable() and set_data()Andreas Kling
2020-09-24LibWeb: Add a separate UA style sheet for documents in quirks modeAndreas Kling
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-23UserspaceEmulator+LibX86: Clean up some obnoxious template spamAndreas Kling
2020-09-23UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)Nico Weber
2020-09-23LibGUI: Use on_up_pressed/on_down_pressed events in SpinBoxTibor Nagy
2020-09-22LibWeb: Disallow cross-origin access to <iframe>.contentDocumentAndreas Kling
2020-09-22LibWeb: Add Origin::is_same(const Origin&)Andreas Kling
2020-09-22LibWeb: Add WindowObject::origin()Andreas Kling
2020-09-22LibWeb: Dispatch DOM "load" event on <iframe> elementsAndreas Kling
2020-09-22LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()Andreas Kling
2020-09-22LibJS: Let the VM cache an empty ("") PrimitiveStringAndreas Kling
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