summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-08WindowServer: is_blocked_by_modal_window() => blocking_modal_window()Andreas Kling
2021-01-08UserspaceEmulator: Fix build after MOVSX shadowing changesAndreas Kling
2021-01-08UserspaceEmulator: Fix incorrect shadowing on mov sign extendGal Horowitz
2021-01-08WindowServer: Start blocked modal animation when clicking on frameTom
2021-01-08Userland: Add ddate utilityBrendan Coles
2021-01-07date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formatsBrendan Coles
2021-01-07Userland: Rename cp's "-r" flag to "-R"Nico Weber
2021-01-07LibWeb: Implement most of the CSS table fixup algorithmAndreas Kling
2021-01-07LibWeb: Specialize is<DOM::Element>() and is<Layout::Box>()Andreas Kling
2021-01-07LibWeb: Allow anonymous table, table-row and table-cell layout nodesAndreas Kling
2021-01-07LibWeb: Move remove_all_children() from Node to TreeNode<T>Andreas Kling
2021-01-07LibWeb: Add the computed "display" values to CSS::ComputedValuesAndreas Kling
2021-01-07LibWeb: Add some more CSS "display" valuesAndreas Kling
2021-01-07CMake: Only enable "MacOS workaround" on MacOSAndreas Kling
2021-01-07CMake: set CMAKE_SKIP_RPATH everywhereNico Weber
2021-01-07LibCrypto+LibJS: Fix broken subtraction of two negative signed bigintsAndreas Kling
2021-01-07Userland: Give cp a "-l" flag to make hard linksNico Weber
2021-01-07Userland: Include hard link count in "ls -l" outputNico Weber
2021-01-06LibHTTP: Take the final EOF read notification into accountAnotherTest
2021-01-06LibWeb: Compute width of absolutely positioned, replaced elementsAndreas Kling
2021-01-06LibWeb: Move absolute positioning up to FormattingContextAndreas Kling
2021-01-06LibLine: Don't ignore ^C inputs when there are no registered handlersAnotherTest
2021-01-06LibKeyboard: don't null codepoint for numpad return keySergey Semushin
2021-01-06Shell: Run function declarations in the current processAnotherTest
2021-01-06Base: Add tar man page documentationBrendan Coles
2021-01-06LibWeb: Don't prune whitespace nodes from layout treeAndreas Kling
2021-01-06LibWeb: Make DOM::Node::create_layout_node() not need parent's styleAndreas Kling
2021-01-06LibWeb: Remove specified style from layout nodesAndreas Kling
2021-01-06LibWeb: Split CSS::ComputedValues members into structs by inheritanceAndreas Kling
2021-01-06LibWeb: Use the specified CSS values from element in more placesAndreas Kling
2021-01-06LibWeb: Use the cached background-image value in Layout::Box::paint()Andreas Kling
2021-01-06LibWeb: Rename Element::resolved_style() => specified_css_values()Andreas Kling
2021-01-06LibWeb: Copy some properties from specified style into layout nodeAndreas Kling
2021-01-06LibWeb: Rename Layout::Node::style() => computed_values()Andreas Kling
2021-01-06LibWeb: Store the used font in Layout::NodeWithStyleAndreas Kling
2021-01-06LibWeb: Rename LayoutStyle => CSS::ComputedValuesAndreas Kling
2021-01-06Everywhere: Force linker hash style to be gnuSahan Fernando
2021-01-06LibELF: Implement GNU Hashing algorithm for dyn relocationsSahan Fernando
2021-01-06Keymaps: Created a new keymap for Italian keyboards.Davide Carella
2021-01-06KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.Davide Carella
2021-01-06CharacterMap: Added a new Shift+AltGr map.Davide Carella
2021-01-06Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.Davide Carella
2021-01-06Screensaver: Disable double buffering and hide cursorBrendan Coles
2021-01-06LibGfx: Tolerate PNGs with fewer palette entries than possibleAndreas Kling
2021-01-06LibWeb: Simplify one kind of whitespace collapsingAndreas Kling
2021-01-05LibWeb: Set override cursor on IPWV itself instead of whole windowAndreas Kling
2021-01-05Browser: Add a very basic content filter listAndreas Kling
2021-01-05LibWeb: Add a basic content filter (ad blocking!) :^)Andreas Kling
2021-01-05LibGUI: Add GUI::Application::active_window()Andreas Kling
2021-01-05LibGUI: Remove unused hook Window::on_activity_changeAndreas Kling