summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
2020-08-02LibWeb: Add very basic backspace support to content editingAndreas Kling
2020-08-02LibWeb: Allow inserting text at the cursor by typing characters :^)Andreas Kling
2020-08-02LibWeb: Add a blinking text cursor :^)Andreas Kling
2020-08-02LibWeb: Add a basic DOM::Position classAndreas Kling
2020-08-02LibKeyboard: Don't compile CharacterMap:set_system_map in kernel modeBrian Gianforcaro
2020-08-01Themes: Fix default theme window stripes and shadow after #2811Nico Weber
2020-08-01LibC: setenv don't require 'overwrite' for non-existing valueBen Wiederhake
2020-08-01LibGUI: Add FilteringProxyModelAnotherTest
2020-08-01LibGUI: Add focus hooks to TextEditorAnotherTest
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-08-01LibC: Expose sysconf's _SC_FOO requests as macrosAndreas Kling
2020-08-01LibGUI+WindowServer: Provide default placement to windowsPeter Elliott
2020-08-01LibGfx: Add Paths to themesthankyouverycool
2020-07-31LibC: Flatten malloc() and free()Andreas Kling
2020-07-31LibCrypto: Do not trim leading zeros in export_data by defaultAnotherTest
2020-07-30LibCrypto: Add some checksum algorithmsstelar7
2020-07-30LibWeb: Complete the redirect URL before loading itAnotherTest
2020-07-30LibX86: FPU instructions never have a lock prefixNico Weber
2020-07-30LibX86: Disassemble most remaining FPU instructionsNico Weber
2020-07-29LibCore: Rename puff.c => puff.cppAndreas Kling
2020-07-28LibWeb: Make layout tree have non-const pointers to the DOMAndreas Kling
2020-07-28LibWeb: Oops, provide the correct WrapperType for UIEventAndreas Kling
2020-07-28LibWeb: Add UIEvent class (base of MouseEvent, and others)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Fix bad #include in CSSParser.cppAndreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibCrypto: Implement and test CTR decryptionBen Wiederhake
2020-07-28LibCrypto: Fix broken CTR mode, implement RFC 3686 Test VectorsBen Wiederhake
2020-07-28LibCrypto: Document CTR weirdness in depthBen Wiederhake
2020-07-28LibCrypto: Already using strong cryptoBen Wiederhake
2020-07-28LibJS: Soothe gcc about printf-%s on (non-)nullptrBen Wiederhake
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
2020-07-28LibX86: Disassemble most FPU instructions starting with D9Nico Weber
2020-07-28LibCore: add get_password().Peter Elliott
2020-07-28LibC: Add passwords to putpwentPeter Elliott
2020-07-28LibCrypt: Add LibCrypt, crypt, and crypt_rPeter Elliott
2020-07-28LibGUI: Enable icons for SubMenusBen Wiederhake
2020-07-28LibGUI: Refactor icon realization in MenuBen Wiederhake
2020-07-28LibGUI: Set correct default value during menu destructionBen Wiederhake
2020-07-28DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUIthankyouverycool
2020-07-28LibC: Fix strtol() not setting endptr correctly for "0"Andreas Kling
2020-07-28LibC: Move getpagesize() out-of-lineAndreas Kling
2020-07-27LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span.asynts
2020-07-27LibCrypto: Change the signature of decode_pem to use Span.asynts
2020-07-27LibCrypto: Change the signature of RSA::parse_rsa_key to use Span.asynts
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-07-27LibCrypto: Change [XXX]BigInteger::export_data() to use Span.asynts