summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-12LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cppSam Atkins
2022-04-12LibWeb: Add Formatter for ComponentValuesSam Atkins
2022-04-12LibWeb: Move ComponentValue to CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
The goal here is to move the parser-internal classes into this namespace so they can have more convenient names without causing collisions. The Parser itself won't collide, and would be more convenient to just remain `CSS::Parser`, but having a namespace and a class with the same name makes C++ unhappy.
2022-04-12LibWeb: Stop manually forward-declaring types in CSS Parser.hSam Atkins
2022-04-12LibWeb: Move ComponentValue code into ComponentValue.cppSam Atkins
2022-04-12CrashReporter: Implement `Save Backtrace` buttonAli Chraghi
2022-04-12Base: Add Thai glyphs to KaticaBold10 fontThitat Auareesuksakul
This commit adds Thai glyphs (U+0E00..U+0E7F) to KaticaBold10.font Currently the language doesn't render properly due to the lack of combinable Unicode characters implementation, but the glyphs are here :)
2022-04-12Base: Add Thai glyphs to KaticaRegular10 fontThitat Auareesuksakul
This commit adds Thai glyphs (U+0E00..U+0E7F) to KaticaRegular10.font Currently the language doesn't render properly due to the lack of combinable Unicode characters implementation, but the glyphs are here :)
2022-04-12LibWeb: Bring HTMLOptionElement closer to specIgor Pissolati
2022-04-12LibWeb: Improve HTMLImageElement::{width,height}()Igor Pissolati
With this change, it will correctly return the width/height when the image element has an assigned width/height attribute.
2022-04-12LibWeb: Bring HTMLImageElement closer to specIgor Pissolati
2022-04-12LibWeb: Bring Node closer to specIgor Pissolati
Node::base_uri() correct implementation was left as a FIXME.
2022-04-12LibWeb: Bring Document closer to specIgor Pissolati
2022-04-12Kernel: Increase the default userspace stack size to 4 MiBTim Schumacher
This makes the main thread stack size the same as the default stack size when creating new threads.
2022-04-11Ports/libarchive: Update libarchive to version 3.6.1EWouters
2022-04-11Ports/zsh: Update zsh to version 5.8.1EWouters
2022-04-11Ports/wget: Update wget to version 1.21.3EWouters
2022-04-11Ports/tcl: Update tcl to version 8.6.12EWouters
2022-04-11Ports/sqlite: Update sqlite to version 3380200EWouters
2022-04-11Ports/SDL_sound: Update SDL_sound to git commit df3fc77EWouters
2022-04-11Ports/SDL2_ttf: Update SDL2_ttf to version 2.0.18EWouters
2022-04-11Ports/SDL2-GNUBoy: Update SDL2-GNUBoy to version 1.2.1EWouters
2022-04-11Ports/readline: Update readline to version 8.1.2EWouters
2022-04-11Ports/python3: Update python3 to version 3.10.4EWouters
2022-04-11Ports/pt2-clone: Update pt2-clone to version 1.43EWouters
Upgrade patches to git style, add ReadMe.md and remove from the list of ports missing descriptions.
2022-04-11Ports/ninja: Update ninja to version 1.10.2EWouters
The sys-select-for-pselect patch was upstreamed in https://github.com/ninja-build/ninja/commit/b1914048285d627027ccd5df801c7d43ede0c060. :^)
2022-04-11Ports/nano: Update nano to version 6.2EWouters
2022-04-11Ports/mrsh: Update mrsh to git commit cd3c3a4EWouters
Also preserve `-j$(nproc)` flag.
2022-04-11Ports/libxml2: Update libxml2 to version 2.9.13EWouters
This version is not available from the old mirror.
2022-04-11Ports/libuv: Update libuv to version 1.44.1EWouters
Part of the build-Add-platform-specific-stubs-and-implementation was upstreamed.
2022-04-11Ports/libuuid: Update libuuid to version 2.38EWouters
2022-04-11Ports/libtool: Update libtool to version 2.4.7EWouters
2022-04-11Ports/libmodplug: Update libmodplug to version 0.8.9.0EWouters
2022-04-11Ports/libgpg-error: Update libgpg-error to version 1.44EWouters
The syntax-error patch is no longer needed. :^)
2022-04-11Ports/libgcrypt: Update libgcrypt to version 1.10.1EWouters
2022-04-11Ports/libexpat: Update libexpat to version 2.4.8EWouters
2022-04-11Ports/libatomic_ops: Update libatomic_ops to version 7.6.12EWouters
2022-04-11Ports/klong: Update klong to version 20220315EWouters
Upgrade patch to git style, add ReadMe.md and remove from the list of ports missing descriptions.
2022-04-11Ports/imagemagick: Update imagemagick to version 7.1.0-29EWouters
2022-04-11Ports/hatari: Update hatari to git commit 6a86f05EWouters
2022-04-11Ports/gsl: Update gsl to version 2.7.1EWouters
2022-04-11Ports/grep: Update grep to version 3.7EWouters
2022-04-11Ports/genemu: Update genemu to git commit e39f690EWouters
2022-04-11Ports/gawk: Update gawk to version 5.1.1EWouters
The patch for config.sub is no longer required. This also removes gawk from the list of ports missing descriptions as it no longer has any patches.
2022-04-11Ports/freetype: Update freetype to version 2.12.0EWouters
2022-04-11Ports/fontconfig: Update fontconfig to version 2.14.0EWouters
2022-04-11Ports/flatbuffers: Update flatbuffers to version 2.0.0EWouters
2022-04-11Ports/ed: Update ed to version 1.18EWouters
2022-04-11Ports/diffutils: Update diffutils to version 3.8EWouters
The fnmatch patch that was added in 6de6dff is reverted because it is not clear why it is necessary, as discussed in #9206. This also removes diffutils from the list of ports missing descriptions as it no longer has any patches.