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-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
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-08-05
Kernel + LibPthread: Use Userspace<T> in the create_thread syscall
Brian Gianforcaro
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-08-04
LibGemini: Remove unused private field m_queued_finish
Nico Weber
2020-08-04
LibX86: Remove unused private fields m_segment, m_handler
Nico Weber
2020-08-04
LibLine: Removed unused private field m_prompt_metrics
Nico Weber
2020-08-04
Build: Support make's and ninja's restat optimization
Nico Weber
2020-08-04
LibJS: The Math.ceil() of a number between -1 and 0 should be -0,
Melissa Goad
2020-08-04
LibCompress: Add LibCompress
stelar7
2020-08-04
LibWeb: Make sure that head and body always get the HTML element
Luke
2020-08-03
LibWeb: Add a very basic test for Text node APIs ("data" and "length")
Andreas Kling
2020-08-03
LibWeb: Add CharacterData and Text IDL interfaces
Andreas Kling
2020-08-03
LibWeb: Reorganize tests into DOM/ and HTML/
Andreas Kling
2020-08-03
LibWeb: Add Element.{next,previous}ElementSibling IDL attributes
Andreas Kling
2020-08-03
LibWeb: Move "element sibling" getters to NonDocumentTypeChildNode
Andreas Kling
2020-08-03
LibWeb: Send key events to the WebContent process
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-03
LibGUI: WidgetScrollable scrolls horizontally when shift is pressed
Mathieu PATUREL
2020-08-03
LibIPC: Fix waiting for specific message
Tom
2020-08-03
CppLexer: Actually give raw strings type RawString
Nico Weber
[prev]
[next]