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-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
2020-08-03
LibWeb: Add the Document.documentElement API
Andreas Kling
2020-08-03
LibWeb: Move contentEditable from Element to HTMLElement
Luke
2020-08-02
LibCore: ConfFile::read_entry should not sneakily write default entries
Brian Gianforcaro
2020-08-02
AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)
Muhammad Zahalqa
2020-08-02
LibDebug: Disable and cleanup DebugSession breakpoints on destruction
Brian Gianforcaro
2020-08-02
LibWeb: Fix some SVG crashes/hangs
Matthew Olsson
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-08-02
LibTLS: Add (basic) support for sending client certificates
AnotherTest
2020-08-02
LibCrypto: Format the comments in ASN1/PEM.h correctly
AnotherTest
2020-08-02
LibWeb: Implement the Element.contentEditable IDL attribute
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Add very basic backspace support to content editing
Andreas Kling
2020-08-02
LibWeb: Allow inserting text at the cursor by typing characters :^)
Andreas Kling
2020-08-02
LibWeb: Add a blinking text cursor :^)
Andreas Kling
2020-08-02
LibWeb: Add a basic DOM::Position class
Andreas Kling
2020-08-02
LibKeyboard: Don't compile CharacterMap:set_system_map in kernel mode
Brian Gianforcaro
2020-08-01
Themes: Fix default theme window stripes and shadow after #2811
Nico Weber
2020-08-01
LibC: setenv don't require 'overwrite' for non-existing value
Ben Wiederhake
2020-08-01
LibGUI: Add FilteringProxyModel
AnotherTest
2020-08-01
LibGUI: Add focus hooks to TextEditor
AnotherTest
2020-08-01
Kernel+LibC: Implement 'memmem'
AnotherTest
[next]