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-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
2020-08-01
LibC: Expose sysconf's _SC_FOO requests as macros
Andreas Kling
2020-08-01
LibGUI+WindowServer: Provide default placement to windows
Peter Elliott
2020-08-01
LibGfx: Add Paths to themes
thankyouverycool
2020-07-31
LibC: Flatten malloc() and free()
Andreas Kling
2020-07-31
LibCrypto: Do not trim leading zeros in export_data by default
AnotherTest
2020-07-30
LibCrypto: Add some checksum algorithms
stelar7
2020-07-30
LibWeb: Complete the redirect URL before loading it
AnotherTest
2020-07-30
LibX86: FPU instructions never have a lock prefix
Nico Weber
2020-07-30
LibX86: Disassemble most remaining FPU instructions
Nico Weber
2020-07-29
LibCore: Rename puff.c => puff.cpp
Andreas Kling
2020-07-28
LibWeb: Make layout tree have non-const pointers to the DOM
Andreas Kling
2020-07-28
LibWeb: Oops, provide the correct WrapperType for UIEvent
Andreas Kling
2020-07-28
LibWeb: Add UIEvent class (base of MouseEvent, and others)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Fix bad #include in CSSParser.cpp
Andreas Kling
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibCrypto: Implement and test CTR decryption
Ben Wiederhake
2020-07-28
LibCrypto: Fix broken CTR mode, implement RFC 3686 Test Vectors
Ben Wiederhake
2020-07-28
LibCrypto: Document CTR weirdness in depth
Ben Wiederhake
2020-07-28
LibCrypto: Already using strong crypto
Ben Wiederhake
2020-07-28
LibJS: Soothe gcc about printf-%s on (non-)nullptr
Ben Wiederhake
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
LibWeb: Move MouseEvent into the UIEvents namespace
Andreas Kling
2020-07-28
LibX86: Disassemble most FPU instructions starting with D9
Nico Weber
2020-07-28
LibCore: add get_password().
Peter Elliott
2020-07-28
LibC: Add passwords to putpwent
Peter Elliott
2020-07-28
LibCrypt: Add LibCrypt, crypt, and crypt_r
Peter Elliott
2020-07-28
LibGUI: Enable icons for SubMenus
Ben Wiederhake
[prev]
[next]