summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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-07LibCrypto+LibJS: Fix broken subtraction of two negative signed bigintsAndreas Kling
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-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-06LibELF: Implement GNU Hashing algorithm for dyn relocationsSahan Fernando
2021-01-06CharacterMap: Added a new Shift+AltGr map.Davide Carella
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-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
2021-01-05LibGfx: Fail PGM decode if there isn't enough color data in imageAndreas Kling
2021-01-05LibTTF: Guard against unsigned overflow in TTF table parsingAndreas Kling
2021-01-05LibJS: Disable ASAN during the conservative GC stack scanAndreas Kling
2021-01-05LibJS: Fix UB downcast during GlobalObject constructionAndreas Kling
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2021-01-04LibGUI: Add CommonActions::make_about_action()Andreas Kling
2021-01-04LibWeb: Don't careleslly insert inline-level boxes into inline-blocksAndreas Kling
2021-01-04Kernel+LibC: Tidy up assertion failures with a dedicated syscallAndreas Kling
2021-01-04LibWeb: Restart the cursor blink cycle whenever the user edits contentAndreas Kling
2021-01-04LibLine: Don't overwrite stuff when moving origin aroundAnotherTest
2021-01-04LibGUI: Don't include invisible widgets in BoxLayout preferred sizeAndreas Kling
2021-01-04LibGUI: Simplify ToolBarContainer by using shrink-to-fitAndreas Kling
2021-01-04LibGUI: Add Widget shrink-to-fit layout flagAndreas Kling
2021-01-04LibCore: Make Core::Object::property() constAndreas Kling
2021-01-03Toolchain+LibTTF: Remove some blank line at the end of CMake files.Emanuele Torre
2021-01-03Kernel+LibELF: Store termination signal in coredump ProcessInfoLinus Groh
2021-01-03LibCore: Allow caching and reusing the ProcFS file descriptorsTom
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03LibGUI: Add GMLFormatterLinus Groh