index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-12-16
LibGUI: Show app icons for executables with associated .af files
Andreas Kling
2020-12-16
LibGUI: Generate nicer icons for symlinked files
Andreas Kling
2020-12-16
LibGUI: Add GUI::Icon::sizes()
Andreas Kling
2020-12-15
LibWeb: Remove use of specified_style() in Layout::ImageBox
Andreas Kling
2020-12-15
LibWeb: Actually apply recomputed style to element's layout node
Andreas Kling
2020-12-15
LibWeb: Update text-decoration hack to use text-decoration-line
Andreas Kling
2020-12-15
LibWeb: Generate the CSS::ValueID enum and its helper functions
Andreas Kling
2020-12-15
LibWeb: Oops, not all length boxes should default to 'auto' values
Andreas Kling
2020-12-15
LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Dimension inline-block and replaced boxes during splitting
Andreas Kling
2020-12-15
LibWeb: Remove unused Element::set_attributes()
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
Andreas Kling
2020-12-15
LibWeb: Put final foreground/background colors in LayoutStyle
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-transform'
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'
Andreas Kling
2020-12-15
LibWeb: Make CSS "background: none" work again
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
2020-12-14
Chess: Add LibCore as a dependency
Itamar
2020-12-14
LibELF: Move the implementation of find_demangled_function to ELF::Image
Itamar
2020-12-14
LibC: Also build a static version of libc
Itamar
2020-12-14
LibC: Link statically with libstdc++
Itamar
2020-12-14
LibCoreDump: Add library for parsing coredump files
Itamar
2020-12-14
LibELF: Allow using ELF::Loader for ET_CORE objects
Itamar
2020-12-14
LibELF: Temporarily disable name demangling
Itamar
2020-12-14
LibELF: Refactor coredump notes section structures
Itamar
2020-12-14
LibCore: Add DirectoryWatcher
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
LibC: Add libc.so
Itamar
2020-12-14
Demos: Add "DynamicObjectDemo" to demo the dynamic loader
Itamar
2020-12-14
LibELF: Allow elf files with no section header to pass validation
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-12-14
LibC: Add NO_TLS preprocessor flag
Itamar
2020-12-14
LibC: Make it possible to use ASSERTs without initializing stdio
Itamar
2020-12-14
Kernel: Support TLS allocation from userspace
Itamar
2020-12-14
Kernel: Add ability to load interpreter instead of main program
Itamar
2020-12-14
LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
Linus Groh
2020-12-14
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
Andreas Kling
2020-12-14
LibGfx: Draw checked buttons with a dithered base background
Andreas Kling
2020-12-14
LibGUI: Don't focus BreadcrumbBar segments on click
Andreas Kling
2020-12-14
LibGUI: Add a basic BreadcrumbBar widget! :^)
Andreas Kling
2020-12-14
LibGUI: Protect GUI::Button across firing the on_click hook
Andreas Kling
2020-12-14
LibWeb: Use IdentifierStyleValue for CSS 'position'
Andreas Kling
2020-12-14
LibWeb: Use CSS::ValueID for 'text-align' values
Andreas Kling
2020-12-14
LibWeb: Improvements to font lookup
Andreas Kling
2020-12-14
LibWeb: Virtualize StyleValue equality check
Andreas Kling
2020-12-14
LibWeb: Add a little assertion in Document::detach_from_frame()
Andreas Kling
2020-12-14
LibWeb: Simplify <iframe> content frame construction
Andreas Kling
2020-12-14
LibWeb: Use final box model metrics for absolute 'right' and 'bottom'
Andreas Kling
[next]