summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-28LibWeb: Allow whitespace inside CSS attribute selectorsSam Atkins
2021-10-28LibWeb: Remove two lowercase string creations from Element::has_classTimothy Flynn
2021-10-28LibWeb: Do not create lowercase strings in NamedNodeMap::get_attributeTimothy Flynn
2021-10-28LibWeb: Remove duplicated auto height computationBen Wiederhake
2021-10-28LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)Andreas Kling
2021-10-28LibWeb: Properly handle the <td align> attributeAndreas Kling
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-28LibC: Change the type of FBProperties' fields from bool to unsigned charIdan Horowitz
2021-10-28ThemeEditor: Display the theme's window icons in the previewSam Atkins
2021-10-28ThemeEditor: Add PathRole editingSam Atkins
2021-10-28ThemeEditor: Update value edit boxes when loading a theme fileSam Atkins
2021-10-28ThemeEditor: Add MetricRole editingSam Atkins
2021-10-28LibGUI: Add MetricRole and PathRole to GUI::VariantSam Atkins
2021-10-28LibGfx: Add to_string() functions for MetricRole and PathRoleSam Atkins
2021-10-28ThemeEditor: Convert layout to GMLSam Atkins
2021-10-28ThemeEditor: Display window shadows in preview :^)Sam Atkins
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-28LibGfx: Make style painters use east const and virtual specifiersSam Atkins
2021-10-28ThemeEditor: Give both preview windows a background colorSam Atkins
2021-10-28MouseSettings: Reset the double-click timer after every second clickJelle Raaijmakers
2021-10-28LibCore: Add ElapsedTimer::reset()Jelle Raaijmakers
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Piano: Fix typo in Copyright headerBen Wiederhake
2021-10-27LibWeb: Don't create anonymous table boxes around whitespaceAndreas Kling
2021-10-27LibWeb: Remove Layout::Box::width_of_logical_containing_block()Andreas Kling
2021-10-27LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElementAndreas Kling
2021-10-27LibWeb: Add fast_is<T>() for Layout::LabelAndreas Kling
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-26LibWeb: Implement URLSearchParams.getAllLuke Wilde
2021-10-26LibJS: Clarify mathematical types in Temporal AOs and functionsLinus Groh
2021-10-26LibWeb: Fix inline blocks swallowing trailing whitespaceFelix Rauch
2021-10-26Demos: Remap mouse button events to physical buttons in MouseDemoIdan Horowitz
2021-10-26Demos: Change MouseDemo's window title to "Mouse demo"Idan Horowitz
2021-10-26LibC: Remove debug spam from openpty()Andreas Kling
2021-10-26WindowServer: Don't re-open screen device immediately after opening itAndreas Kling
2021-10-26WindowServer: Remove Screen::init()Andreas Kling
2021-10-25SystemServer: Rename 'BootModes' config option to 'SystemModes'Ben Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Make M3UParser more idiomaticLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-10-25LibCore: Add File::size()Leandro Pereira
2021-10-25Kernel+LibC: Default to 8-bit characters in TTYDaniel Bertalan
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-25LibJS: Support calling result of a computed MemberExpression in bytecodeAndreas Kling
2021-10-25LibJS: Simplify MemberExpression::generate_bytecode()Andreas Kling
2021-10-25LibJS: Tweak Value::to_property_key() fast path for Int32Andreas Kling
2021-10-25LibJS: Support more assignment expressions in the bytecode VMAndreas Kling
2021-10-25LibJS: Generate bytecode for UpdateExpression with MemberExpression argAndreas Kling