index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-02-08
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
Linus Groh
2021-02-08
LibWeb: Make getElementsByTagName() case-insensitive for HTML elements
Linus Groh
2021-02-07
LibGUI: Add missing "final" in TextEditor
Andreas Kling
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGfx: Make Palette::color(ColorRole) inline
Andreas Kling
2021-02-07
LibGfx: Make Color(NamedColor) inline and constexpr
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-07
LibLine: Place the search editor prompt at the right line after ^L
AnotherTest
2021-02-07
LibLine: Close the search editor when it's interrupted
AnotherTest
2021-02-07
LibWeb: Don't assert on <colgroup> & friends
Andreas Kling
2021-02-07
LibWeb: Reorganize Element::create_layout_node() into a switch
Andreas Kling
2021-02-07
LibWeb: Use any_of() for DOM::Element::has_class()
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-07
LibGfx: Fix global-buffer-overflow in interlaced GIF decode
Andreas Kling
2021-02-07
LibWeb: Honor font sizes specified by CSS
Andreas Kling
2021-02-07
LibJS: Function must mark its home object
Andreas Kling
2021-02-07
LibGfx: Don't reject valid GIF animations with interlaced frames
Andreas Kling
2021-02-06
LibWeb: Anonymous table cells should have colspan=1
Andreas Kling
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-05
LibJS: GlobalObject must mark builtin prototypes
Andreas Kling
2021-02-05
LibM: Implement nextafter() and nexttoward()
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
LibELF: Only set up PLT trampoline for objects with a PLT
Andreas Kling
2021-02-05
LibM: Build and install the LibM test
Andreas Kling
2021-02-05
LibJS: Improve correctness of rounding and bitwise operations
Andreas Kling
2021-02-05
LibM: Improve accuracy of rounding related functions
Andreas Kling
2021-02-04
SymbolServer+LibSymbolClient: Just do one symbol per IPC message
Andreas Kling
2021-02-04
LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()
Andreas Kling
2021-02-04
LibSymbolClient: Add helper library for interfacing with SymbolServer
Andreas Kling
2021-02-04
LibJS: Fix obviously wrong \uXXXX serialization in JSONObject
Andreas Kling
2021-02-04
LibELF: Randomize the VM reservation (so we don't break ASLR)
Andreas Kling
2021-02-03
LibELF: Make a dummy VM reservation before mapping dynamic objects
Andreas Kling
2021-02-03
LibELF: Remove dynamic loader syscall exception for libkeyboard.so
Andreas Kling
2021-02-03
LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-02-03
LibWeb: Add enumerator macro for all the "global event handlers"
Andreas Kling
2021-02-03
LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNames
Andreas Kling
2021-02-03
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-03
LibC+LibELF: Run clang-format
Andreas Kling
2021-02-02
LibELF: Make syscall region exceptions for UE and libkeyboard.so
Andreas Kling
2021-02-02
LibX86: Don't assert just because insn has no immediate bytes
Andreas Kling
2021-02-02
LibELF: Mark libc.so and libpthread.so as syscall regions
Andreas Kling
2021-02-02
LibCore: Use serenity_readlink() instead of making syscalls directly
Andreas Kling
2021-02-02
LibC: Add LibC wrapper for sys$readlink()
Andreas Kling
2021-02-02
Revert "StatusBar: Allow GML files to set the number of labels to create"
Andreas Kling
[next]