summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-10LibC: Fix get{sock,peer}name to match their kernel-side prototypesYonatan Goldschmidt
2020-05-10LibGUI+LibGfx: Paint scollbar tracks with a dithered patternAndreas Kling
2020-05-10LibDesktop: Return the correct value in OpenUrlAnotherTest
2020-05-09Meta: Add script to enforce license headers & run it on TravisLinus Groh
2020-05-09LibGUI: Add hook when a tab is middle clickedFalseHonesty
2020-05-09Meta: Delete empty .cpp filesLinus Groh
2020-05-09LibGfx: Fix build with FILL_PATH_DEBUG enabledLinus Groh
2020-05-09LibDebug: Add support for creating VariableInfo for paramtersItamar
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-09LibWeb: Implicitly close all subpaths when canvas.fill() is calledAnotherTest
2020-05-09LibGfx: Add Path::close_all_subpaths()AnotherTest
2020-05-09LibVT: Snapshot the URL we're opening a context menu forAndreas Kling
2020-05-09LibVT: Show the hover hand cursor when hovering over hyperlinks :^)Andreas Kling
2020-05-09LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menuAndreas Kling
2020-05-09LibMarkdown: Turn absolute links into hyperlinks in terminal output :^)Andreas Kling
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-09LibDesktop: Don't resolve relative URL's, expect absolute URLs insteadAndreas Kling
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-09LibVT: Make Terminal::Line non-copyable and non-movableAndreas Kling
2020-05-09LibVT: Make the Xterm/OSC sequence parsing a bit more robustAndreas Kling
2020-05-09LibVT: Respond to DSR 0 (device status)Andreas Kling
2020-05-09LibGfx: Implement GIFImageDecoderPlugin animation methodsPeter Nelson
2020-05-09LibGfx: Optimise LZWDecoderPeter Nelson
2020-05-09LibWeb: Add support for animated images to HTMLImageElementPeter Nelson
2020-05-09LibGfx: Add support for animated images to ImageDecoder{Plugin}Peter Nelson
2020-05-09LibGfx: Add new methods to Font to avoid embedded values in FontEditorHüseyin ASLITÜRK
2020-05-08LibWeb: Implement "text-transform: {upper,lower}case"Linus Groh
2020-05-08LibWeb: Generate a new list item marker on every layoutAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnectionAndreas Kling
2020-05-08LibGUI: Highlight interactive area of hovered CheckBox and RadioButtonAndreas Kling
2020-05-08LibJS: Correct tiny issue with passing a String to String::formatAnotherTest
2020-05-08LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)AnotherTest
2020-05-08LibJS: Add Array.of()Linus Groh
2020-05-08LibJS: Add Array.isArray()Linus Groh
2020-05-08LibJS: Support multiple arguments in Array constructorLinus Groh
2020-05-08LibJS: Add Value::is_integer()Linus Groh
2020-05-08LibGfx: Revert #2154 and properly handle simple polygonsAnotherTest
2020-05-08LibGUI: Make the "enabled" widget state propagate to child widgetsAndreas Kling
2020-05-08LibGfx: Handle filling complex shapes betterAnotherTest
2020-05-08HackStudio: Support variable inspection in nested scopesItamar
2020-05-08LibCore: DesktopServices, open fonts with FontEditorHüseyin ASLITÜRK
2020-05-08LibGUI: Fix for disable state of SpinBoxHüseyin ASLITÜRK
2020-05-08LibJS: Spec-compliant equality comparisonsMatthew Olsson
2020-05-07LibDebug: Miscellaneous fixes from #2097Itamar
2020-05-07LibELF: Add Image::Section::wrapping_byte_bufferItamar
2020-05-07LibC: Log calls to getrusageItamar
2020-05-07LibJS: Limit scope of 'for' loop variablesYonatan Goldschmidt
2020-05-07LibJS: Add String.rawMatthew Olsson
2020-05-07LibJS: Add raw strings to tagged template literalsMatthew Olsson