summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-12-16LibGUI: Show app icons for executables with associated .af filesAndreas Kling
2020-12-16LibGUI: Generate nicer icons for symlinked filesAndreas Kling
2020-12-16LibGUI: Add GUI::Icon::sizes()Andreas Kling
2020-12-15LibWeb: Remove use of specified_style() in Layout::ImageBoxAndreas Kling
2020-12-15LibWeb: Actually apply recomputed style to element's layout nodeAndreas Kling
2020-12-15LibWeb: Update text-decoration hack to use text-decoration-lineAndreas Kling
2020-12-15LibWeb: Generate the CSS::ValueID enum and its helper functionsAndreas Kling
2020-12-15LibWeb: Oops, not all length boxes should default to 'auto' valuesAndreas Kling
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-12-15LibWeb: Add hack to disable StyleInvalidator while parsing documentAndreas Kling
2020-12-15LibWeb: Dimension inline-block and replaced boxes during splittingAndreas Kling
2020-12-15LibWeb: Remove unused Element::set_attributes()Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'Andreas Kling
2020-12-15LibWeb: Put final foreground/background colors in LayoutStyleAndreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-transform'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'Andreas Kling
2020-12-15LibWeb: Make CSS "background: none" work againAndreas Kling
2020-12-14LibWeb: Add a simple StyleInvalidator classLinus Groh
2020-12-14Chess: Add LibCore as a dependencyItamar
2020-12-14LibELF: Move the implementation of find_demangled_function to ELF::ImageItamar
2020-12-14LibC: Also build a static version of libcItamar
2020-12-14LibC: Link statically with libstdc++Itamar
2020-12-14LibCoreDump: Add library for parsing coredump filesItamar
2020-12-14LibELF: Allow using ELF::Loader for ET_CORE objectsItamar
2020-12-14LibELF: Temporarily disable name demanglingItamar
2020-12-14LibELF: Refactor coredump notes section structuresItamar
2020-12-14LibCore: Add DirectoryWatcherItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14LibC: Add libc.soItamar
2020-12-14Demos: Add "DynamicObjectDemo" to demo the dynamic loaderItamar
2020-12-14LibELF: Allow elf files with no section header to pass validationItamar
2020-12-14Loader: Add dynamic loader programItamar
2020-12-14LibC: Add NO_TLS preprocessor flagItamar
2020-12-14LibC: Make it possible to use ASSERTs without initializing stdioItamar
2020-12-14Kernel: Support TLS allocation from userspaceItamar
2020-12-14Kernel: Add ability to load interpreter instead of main programItamar
2020-12-14LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriodLinus Groh
2020-12-14LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValueAndreas Kling
2020-12-14LibGfx: Draw checked buttons with a dithered base backgroundAndreas Kling
2020-12-14LibGUI: Don't focus BreadcrumbBar segments on clickAndreas Kling
2020-12-14LibGUI: Add a basic BreadcrumbBar widget! :^)Andreas Kling
2020-12-14LibGUI: Protect GUI::Button across firing the on_click hookAndreas Kling
2020-12-14LibWeb: Use IdentifierStyleValue for CSS 'position'Andreas Kling
2020-12-14LibWeb: Use CSS::ValueID for 'text-align' valuesAndreas Kling
2020-12-14LibWeb: Improvements to font lookupAndreas Kling
2020-12-14LibWeb: Virtualize StyleValue equality checkAndreas Kling
2020-12-14LibWeb: Add a little assertion in Document::detach_from_frame()Andreas Kling
2020-12-14LibWeb: Simplify <iframe> content frame constructionAndreas Kling
2020-12-14LibWeb: Use final box model metrics for absolute 'right' and 'bottom'Andreas Kling