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-07-03
LibJS: Remove extra colon in run-tests.sh output
Matthew Olsson
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-07-03
LibIPC: Don't assert on short writes in IPC::ClientConnection
Andreas Kling
2020-07-03
FilePicker: Add folder icon to location box
Linus Groh
2020-07-03
FilePicker: Make the location box 2px taller
Linus Groh
2020-07-01
LibGUI: Make Application::exec() return instead of calling exit()
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-07-01
LibWeb: StackingContext was sorting the wrong list of children
Andreas Kling
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
LibGUI: Highlight JS Extends and Super tokens
Jack Karamanian
2020-07-01
LibGUI: Do not recurse into rows with invalid indices
AnotherTest
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-07-01
LibJS: Add Proxy [[Call]] and [[Construct]] tests
Matthew Olsson
2020-07-01
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
Matthew Olsson
2020-06-30
LibJS: Skip some Math object tests that fail on Serenity
Andreas Kling
2020-06-30
Terminal: Bump the default ScrollLength to 4
Andreas Kling
2020-06-30
LibVT/Terminal: add a scroll length to the TerminalWidget
Benoît Lormeau
2020-06-30
LibLine: Correctly display suggestions on multiline prompts
AnotherTest
2020-06-30
LibGUI: Update FilePicker location textbox when changing directory
Linus Groh
2020-06-30
LibGUI: Only show FilePicker preview pane on demand
Linus Groh
2020-06-30
LibGUI: Tweak FilePicker layout to remove bottom padding
Linus Groh
2020-06-29
LibGUI: Add TextEditor::set_icon()
Andreas Kling
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-29
LibJS: Add Object::define_accessor()
Jack Karamanian
2020-06-29
LibJS: Define the "constructor" property on ScriptFunction's prototype
Jack Karamanian
2020-06-29
LibGUI: SpinBox: update the displayed value when set_range() clamps it
Benoît Lormeau
2020-06-29
LibKeyboard: Don't crash when file is empty
Maciej Zygmanowski
2020-06-29
LibWeb: Clamp text fragment selection to the fragment
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-29
LibWeb: Improve hit testing on the right of line boxes
Andreas Kling
2020-06-29
LibWeb: Add LayoutRange::normalized()
Andreas Kling
2020-06-29
LibWeb: Paint the text selection :^)
Andreas Kling
2020-06-28
LibWeb: Rename LineBoxFragment::render() => paint()
Andreas Kling
2020-06-28
LibX86: Disassemble the XADD instruction
Andreas Kling
2020-06-28
LibWeb: Layout table-cell contents once again once final width is known
Andreas Kling
2020-06-28
LibGfx+JPGLoader: Print failure message for progressive JPEGs
devashish
2020-06-28
LibWeb: Implement almost all missing tokenizer cases
Luke
2020-06-28
LibWeb: Give the <blockquote> element some margins in the UA style
Andreas Kling
2020-06-28
LibWeb: Support "pt" length units :^)
Andreas Kling
2020-06-28
LibWeb: Start working on supporting fixed table layouts
Andreas Kling
2020-06-28
LibWeb: Add Length::is_undefined_or_auto()
Andreas Kling
2020-06-28
LibWeb: Turn <td width> into a CSS width property
Andreas Kling
2020-06-28
LibWeb: Convert uppercase selector tag names to lowercase internally
Andreas Kling
2020-06-28
LibWeb: Tweak default style for <hr> to use em units for margin values
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-28
LibWeb: Use length units and shorthands in the default UA style sheet
Andreas Kling
2020-06-28
LibWeb: Collapse top and bottom margin of empty sibling blocks
Andreas Kling
2020-06-28
LibWeb: Add Page context menu request
Andrew Kaster
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-27
LibGfx+JPGLoader: Fix decoding outside of LibWeb
devashish
[prev]
[next]