summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-08UserspaceEmulator: Support munmap/mprotect with partial mappingsBen Wiederhake
2021-03-08UserspaceEmulator: Enable splitting regions at arbitrary pointsBen Wiederhake
2021-03-08UserspaceEmulator: Convert backing storage from malloc to mmapBen Wiederhake
2021-03-08LibWeb: Some improvements to CSS height:auto computation for blocksAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-03-08LibWeb: Implement StyleSheet.typeAndreas Kling
2021-03-08LibWeb: Map all the IDL string types to AK::String for nowAndreas Kling
2021-03-08LibWeb: Give CSSLoader a backpointer to its owner elementAndreas Kling
2021-03-08LibWeb: Implement StyleSheet.ownerNode :^)Andreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-08LibWeb: Allow specifying a custom C++ implementation for IDL attributesAndreas Kling
2021-03-08LibWeb: Make generated wrapper code cast IDL longs to i32 for nowAndreas Kling
2021-03-08Base: Add sysctl man pageBrendan Coles
2021-03-08Shell: Don't blindly dereference the result of Parser::parse()AnotherTest
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08LibC: Remove stdbool.h as it is provided by the compilerMițca Dumitru
2021-03-08LibC: Define static_assert in assert.h when it's being used in CMițca Dumitru
2021-03-08LibCrypto: Fail with overflow when bitfield has too many unused bitsAnotherTest
2021-03-07LibCompress: Rename libcompression.so to libcompress.soJelle Raaijmakers
2021-03-07LibWeb: Fix clang-format issue in CSS/StyleResolver.cppAndreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-07LibWeb: Rename StyleRule => CSSStyleRuleAndreas Kling
2021-03-07open: Fix opening "." (again)Linus Groh
2021-03-07Tests: Make syscall-fuzzer less brittleBen Wiederhake
2021-03-07FileManager: Disable view change actions when directory is unreadableLinus Groh
2021-03-07Serendipity: Couple more tips and some clean-upthankyouverycool
2021-03-07Serendipity: Make main window a normal windowAndreas Kling
2021-03-07Serendipity: Simplify GML and fix button alignmentAndreas Kling
2021-03-07Serendipity: Make main window resizable (#5675)supercyp
2021-03-07LibWeb: Make tiled backgrounds scroll with contentAndreas Kling
2021-03-07LaunchServer: Use new FileManager flags instead of two argumentsspeles
2021-03-07FileManager: Use ArgsParser, handle more optionsspeles
2021-03-07LibCore: Add String variant for ArgsParser::add_positional_argumentspeles
2021-03-07LibGUI: Scroll selection into view when the IconView is first laid outspeles
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-03-07Shell: Add support for enumerating lists in for loopsAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-03-07Shell: Do not parse history events in scriptsAnotherTest
2021-03-07LibLine: Clear the buffer after invalidating prior written dataAnotherTest
2021-03-07Shell: Add functions to the PATH cache when rebuilding the cacheAnotherTest
2021-03-07Shell: Make the 'not' builtin return the correct exit code for functionsAnotherTest
2021-03-07Shell: Corrently indent offset newlines when formattingAnotherTest
2021-03-07Shell: Skip caching PATH and history load/save when not interactiveAnotherTest
2021-03-06LibGfx: Make most of Gfx::Color constexprAndreas Kling
2021-03-06LibWeb: Add a couple child node operations to Node and add node typesLuke
2021-03-06WebServer: Serve X-Frame-Options and X-Content-Type-Options HTTP headersBrendan Coles
2021-03-06LibGfx: Fix draw_triangle() precision issuesStephan Unverwerth
2021-03-06LibWeb: Make CSS background image painting respect destination origin and tra...Mihai Parparita
2021-03-06WebContent: Set correct scroll offset for PageHost paintingspeles
2021-03-06LibM: optimized (branchless) copysignNick Wanninger