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