summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-27top: Don't print more lines than the terminal can fitAndreas Kling
2020-07-27top: Limit printed process name characters to the available spaceAndreas Kling
2020-07-27top: Tweak username column width to accomodate "clipboard"Andreas Kling
2020-07-27LibGfx: Simplify some excessive use of pow() in scanline unfilteringAndreas Kling
2020-07-27UserspaceEmulator: Implement the setuid() and setgid() syscallsAndreas Kling
2020-07-27UserspaceEmulator: Implement the accept() and setsockopt() syscallsAndreas Kling
2020-07-27UserspaceEmulator: Transfer the environment to the emulated processAndreas Kling
2020-07-27AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset()Andreas Kling
2020-07-27UserspaceEmulator: Mark SimpleRegions as initialized up front for nowAndreas Kling
2020-07-27UserspaceEmulator: Recognize xor/sub zeroing idioms and don't taintAndreas Kling
2020-07-27Eyes: Fix division by zero when invoked as 'Eyes'AnotherTest
2020-07-27Eyes: Allow constructing an eye-gridAnotherTest
2020-07-27CppLexer: Support raw string literalsNico Weber
2020-07-27CppLexer: Support L, u, u8, U prefixes on string and char literalsNico Weber
2020-07-27CppLexer: Correctly highlight hex escapes in string and char literalsNico Weber
2020-07-27CppLexer: Support \U escapes in addition to \u escapesNico Weber
2020-07-27Shell: Ignore leading semicolonsAnotherTest
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-27CppLexer: Add token types for "::", "::*", ".*", "->*"Nico Weber
2020-07-27CppLexer: Add token types for ".", "->"Nico Weber
2020-07-27CppLexer: Add token types for "!", "!=", "~", "?", ":"Nico Weber
2020-07-27CppLexer: Add token types for "^", "^="Nico Weber
2020-07-27CppLexer: Add token types for "++", "--"Nico Weber
2020-07-27CppLexer: Add token types for "&", "&&", "&=", "|", "||", "|="Nico Weber
2020-07-27CppLexer: Add token types for ">", ">=", ">>", ">>="Nico Weber
2020-07-27CppLexer: Add token types for "<", "<=", "<<", "<<=", "<>"Nico Weber
2020-07-27Kernel: Support file-backed mmap() with non-zero offsetAndreas Kling
2020-07-27LibDebug: Add support for the various DW_FORM_block typesItamar
2020-07-27Meta: Cache ccache on travis-ciPeter Elliott
2020-07-27Base: Add characters to default fontsthankyouverycool
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibGUI: Remove accidentally committed file :^)Andreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26CppLexer: Add token types for "+", "+=", "-", "-=", "=", "==", "/", "/="Nico Weber
2020-07-26CppLexer: Add token type for "*="Nico Weber
2020-07-26Userland: Add Spanish keymapEstanislao Pérez Nartallo
2020-07-26LibWeb: Make SVGElement and SVGGeometryElement constructors protectedAndreas Kling
2020-07-26LibWeb: Simplify type traits for SVGGraphicsElementAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26Kernel: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26AK: Add global is<T>() and downcast<T>()Andreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-26Documentation: Only install missing packages for Arch Linux.Paul Scharnofske
2020-07-26Refactor: Change the AK::binary_search signature to use AK::Span.asynts
2020-07-26AK: Implement Span which represents a contiguous sequence of objects.asynts
2020-07-26LibWeb: LayoutSVG should not claim to be a LayoutCanvas :^)Andreas Kling
2020-07-26LibHTTP: Be more tolerant about bad chunked encoding trailersAnotherTest
2020-07-26LibM: Fix Lagom buildMatthew Olsson
2020-07-26LibWeb: Refactor SVG files into their own directory; follow spec layoutMatthew Olsson