summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-07-26Base: Add SVG test file to welcome pageMatthew Olsson
2020-07-26LibWeb: Abstract common operations of graphical SVG elementsMatthew Olsson
2020-07-26LibM: Evaluate math macros, add M_DEG2RAD and M_RAD2DEGMatthew Olsson
2020-07-26LibGfx: Add FloatPoint methodsMatthew Olsson
2020-07-26LibWeb: Add elliptical curve support to svg path elementsMatthew Olsson
2020-07-26LibGfx: Add elliptical curves to PathMatthew Olsson
2020-07-26LibWeb: Begin SVG element supportMatthew Olsson
2020-07-26Base+MenuApplet: Add new controls and icons for AudioAppletthankyouverycool
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-26WindowServer: Adjust MenuApplet position on resizethankyouverycool
2020-07-26LibX86: Support disassembling a few FPU opcodes betterNico Weber
2020-07-25Kernel: Allow Thread::sleep for more than 388 daysBen Wiederhake
2020-07-25Kernel: Make clock_nanosleep aware of dynamic tick lengthBen Wiederhake
2020-07-25Kernel: Make usleep aware of dynamic tick lengthBen Wiederhake
2020-07-25Shell: Don't crash when autocompleting a non-bare wordBen Wiederhake
2020-07-25Meta: Add Matthew Olsson to the contributors list :^)Andreas Kling
2020-07-25WindowServer: Use WindowManager::window_title_font() in one placeAndreas Kling
2020-07-25WindowServer: Center the window titlebar icons verticallyAndreas Kling
2020-07-25WindowServer: Relayout window buttons immediately on theme changeAndreas Kling
2020-07-25LibJS: Use allocate_without_global_object for primitive cell typesAndreas Kling
2020-07-25LibCrypto: Optimize UnsignedBigInteger import_data/export_dataTom
2020-07-25test-web: Add ability to change page mid-testLuke