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-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
ClassicWindowTheme: Fix titlebar redraw issues
Sarah
2020-08-09
LibLine: Only write to the standard error
AnotherTest
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-08-09
LibWeb: Add all HTML elements between S and V
Luke
2020-08-09
LibWeb: Add all HTML elements between L and Q
Luke
2020-08-09
LibWeb: Add all HTML elements between A and F
Luke
2020-08-09
LibWeb: Make all existing HTML elements "final"
Luke
2020-08-09
LibELF+Lagom: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...
Nico Weber
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-08-09
LibCore: fix UDP Server receive to trim buffer to actuall bytes receiveed
Muhammad Zahalqa
2020-08-09
LibCore: close socket on LocalServer dtor
Muhammad Zahalqa
2020-08-09
LibCore: close socket on TCPServer dtor
Muhammad Zahalqa
2020-08-09
LibCore: close socket on UDPServer dtor
Muhammad Zahalqa
2020-08-09
WindowServer+LibGfx: Move notification window frame painting to LibGfx
Andreas Kling
2020-08-09
WindowServer+LibGfx: Move normal window frame painting to a WindowTheme
Andreas Kling
2020-08-09
LibGfx: Add a basic abstract WindowTheme class
Andreas Kling
2020-08-09
LibWeb: Always add line boxes through LayoutBlock::add_line_box()
Andreas Kling
2020-08-07
LibWeb: Remove some unnecessary throwaway strings in the CSS parser
Andreas Kling
2020-08-07
LibWeb: Handle CSS "ex" lengths (relative to font x-height)
Andreas Kling
2020-08-07
LibGfx: Add dummy Font::x_height() getter
Andreas Kling
2020-08-07
LibThread: Remove redundant --m_level in Lock::unlock() (#3040)
Muhammad Zahalqa
2020-08-07
LibWeb: Remove unused LayoutPosition comparison operators
Andreas Kling
2020-08-07
LibLine: Add Ctrl-k shortcut
Nico Weber
2020-08-07
LibLine: Add Alt-t shortcut for transposing words
Nico Weber
2020-08-06
LibLine: Add binding for Alt-backspace
Nico Weber
2020-08-06
LibLine: Fix "word" handling for alt-d/u/l/c/f/b and ctrl-left/right
Nico Weber
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
LibLine: Add binding for Alt-.
Nico Weber
2020-08-06
LibWeb: Move text selection serialization from PageView to Frame
Andreas Kling
2020-08-06
LibLine: Add bindings for Alt-u, Alt-l, Alt-c
Nico Weber
2020-08-06
LibLine: Add comments for which keys trigger VWERASE and VKILL
Nico Weber
2020-08-06
LibLine: Add Alt-d binding to forward-delete a word
Nico Weber
2020-08-06
LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)
Muhammad Zahalqa
2020-08-06
Shell: Start adding some alt shortcuts
Nico Weber
2020-08-06
Kernel+LibKeyboard: Store the keymap name when setting system keymap
Valtteri Koskivuori
2020-08-06
AK+Kernel+LibC: Add vdbgprintf()
Andreas Kling
2020-08-06
LibDebug: Unbreak LineProgram::parse_source_directories()
Andreas Kling
2020-08-06
LibDebug: Fix bitrotted DWARF_DEBUG code
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-06
LibDebug: Use InputMemoryStream instead of BufferStream.
asynts
2020-08-06
AK: Rename MakeUnsigned::type to MakeUnsigned::Type.
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibCore+Base: Move user-specific config files to $HOME/.config
Andreas Kling
2020-08-05
LibLine: Check if operating on a TTY before using TTY features
AnotherTest
2020-08-05
LibGUI: Use set_cursor() in TextEditor::set_document()
Linus Groh
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-05
LibGfx: Make draw_scaled_bitmap() apply relative opacity
Andreas Kling
[prev]
[next]