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-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
2020-07-28
LibGUI: Refactor icon realization in Menu
Ben Wiederhake
2020-07-28
LibGUI: Set correct default value during menu destruction
Ben Wiederhake
2020-07-28
DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI
thankyouverycool
2020-07-28
LibC: Fix strtol() not setting endptr correctly for "0"
Andreas Kling
2020-07-28
LibC: Move getpagesize() out-of-line
Andreas Kling
2020-07-27
LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of decode_pem to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of RSA::parse_rsa_key to use Span.
asynts
2020-07-27
LibCore: Change the signature of Socket::send() to use Span.
asynts
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
[next]