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-10-04
LibJS: Strict mode is now handled by Functions and Programs, not Blocks
Matthew Olsson
2020-10-04
Userland: tar: support extracting gzipped files
Peter Elliott
2020-10-04
LibTar: Create LibTar and TarStream
Peter Elliott
2020-10-03
LibGUI: Fix null pointer dereference in enter/leave event handling
Andreas Kling
2020-10-03
LibGUI: Don't paint borders for invisible bars in ToolBarContainer
Andreas Kling
2020-10-03
LibGUI: Don't accomodate invisible children in ToolBarContainer height
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-03
LibC: Remove unnecessary fallthrough comments.
Emanuele Torre
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
Luke
2020-10-02
LibWeb: Add a PageClient callback for image context menu requests
Andreas Kling
2020-10-02
LibJS: Add Value::is_nullish()
Andreas Kling
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-10-02
LibGUI: Fix 1px misalignment of ColorButton selections in ColorPicker
Tibor Nagy
2020-10-01
LibJS: Fix fatal mistake in HeapBlock::cell_from_possible_pointer()
Andreas Kling
2020-10-01
LibIPC: Silence a warning when compiling with gcc -O0
Andreas Kling
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-30
HackStudio: Add C++ Language Server
Itamar
2020-09-30
LibCpp: Add library for working with c++ code
Itamar
2020-09-30
LibCore: Add ensure_parent_directories to LibCore::File
Itamar
2020-09-30
LibGUI: Add a Shell syntax highlighter
AnotherTest
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-29
LibWeb: Add cm, in, mm and Q CSS units
Luke
2020-09-29
LibWeb: Implement performance.timeOrigin
Andreas Kling
2020-09-29
LibCore: Expose origin timestamp of Core::ElapsedTime
Andreas Kling
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-29
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
Andreas Kling
2020-09-29
LibJS: Reduce use of Interpreter in Reference
Andreas Kling
2020-09-29
LibJS: Reduce use of Interpreter in LexicalEnvironment
Andreas Kling
2020-09-29
LibGfx: Fix cut off CSS color names
Luke
2020-09-28
LibCore: Make TCPServer::listen() report failure instead of asserting
Andreas Kling
2020-09-28
LibWeb: LoadRequest::operator==() should compare header values
Andreas Kling
2020-09-28
LibGUI: Correct inline editor placement in ColumnsView
Andreas Kling
2020-09-28
LibWeb: Support <form method=POST>
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-28
LibWeb: Expand LoadRequest class to include method, headers and body
Andreas Kling
2020-09-28
LibJS: Add missing <AK/Function.h> include in JSONObject.cpp
Andreas Kling
2020-09-27
LibC: Remove an unneeded string.h include in ctype.h/cpp
Benoit Lormeau
2020-09-27
LibMarkdown: Parse paragraphs line-wise
AnotherTest
2020-09-27
LibMarkdown: Add support for Tables
AnotherTest
2020-09-27
LibMarkdown: Add a Text(String) constructor
AnotherTest
2020-09-27
LibMarkdown: Make Text default-constructible and move-assignable
AnotherTest
2020-09-27
LibMarkdown: Take a 'view_width' argument for render_for_terminal()
AnotherTest
2020-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
2020-09-27
LibWeb: Use JS::VM::call() in timer and RAF callback invocation
Andreas Kling
2020-09-27
LibJS: Stop using Interpreter& in the iterator operations helpers
Andreas Kling
2020-09-27
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
Andreas Kling
2020-09-27
LibWeb: Bypass the JS::Interpreter when invoking JS event callbacks
Andreas Kling
2020-09-27
LibJS: Remove a bunch of unnecessary uses of Cell::interpreter()
Andreas Kling
2020-09-27
LibJS: Remove js_string(Interpreter&, ...)
Andreas Kling
[next]