Age | Commit message (Expand) | Author |
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 |
2020-07-26 | Base: Add SVG test file to welcome page | Matthew Olsson |
2020-07-26 | LibWeb: Abstract common operations of graphical SVG elements | Matthew Olsson |
2020-07-26 | LibM: Evaluate math macros, add M_DEG2RAD and M_RAD2DEG | Matthew Olsson |
2020-07-26 | LibGfx: Add FloatPoint methods | Matthew Olsson |
2020-07-26 | LibWeb: Add elliptical curve support to svg path elements | Matthew Olsson |
2020-07-26 | LibGfx: Add elliptical curves to Path | Matthew Olsson |
2020-07-26 | LibWeb: Begin SVG element support | Matthew Olsson |
2020-07-26 | Base+MenuApplet: Add new controls and icons for AudioApplet | thankyouverycool |
2020-07-26 | LibGUI+WindowServer: Allow applets to retrieve their location | thankyouverycool |
2020-07-26 | WindowServer: Adjust MenuApplet position on resize | thankyouverycool |
2020-07-26 | LibX86: Support disassembling a few FPU opcodes better | Nico Weber |
2020-07-25 | Kernel: Allow Thread::sleep for more than 388 days | Ben Wiederhake |
2020-07-25 | Kernel: Make clock_nanosleep aware of dynamic tick length | Ben Wiederhake |
2020-07-25 | Kernel: Make usleep aware of dynamic tick length | Ben Wiederhake |
2020-07-25 | Shell: Don't crash when autocompleting a non-bare word | Ben Wiederhake |
2020-07-25 | Meta: Add Matthew Olsson to the contributors list :^) | Andreas Kling |
2020-07-25 | WindowServer: Use WindowManager::window_title_font() in one place | Andreas Kling |
2020-07-25 | WindowServer: Center the window titlebar icons vertically | Andreas Kling |
2020-07-25 | WindowServer: Relayout window buttons immediately on theme change | Andreas Kling |
2020-07-25 | LibJS: Use allocate_without_global_object for primitive cell types | Andreas Kling |
2020-07-25 | LibCrypto: Optimize UnsignedBigInteger import_data/export_data | Tom |
2020-07-25 | test-web: Add ability to change page mid-test | Luke |