summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibCore+Base: Move user-specific config files to $HOME/.configAndreas Kling
2020-08-05LibLine: Check if operating on a TTY before using TTY featuresAnotherTest
2020-08-05LibGUI: Use set_cursor() in TextEditor::set_document()Linus Groh
2020-08-05LibWeb: Specialize hit testing for text cursor purposesAndreas Kling
2020-08-05LibGfx: Make draw_scaled_bitmap() apply relative opacityAndreas Kling
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-08-05Kernel + LibPthread: Use Userspace<T> in the create_thread syscallBrian Gianforcaro
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-08-04Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()Andreas Kling
2020-08-04Kernel+LibC: Add sys$disown() for disowning child processesAndreas Kling
2020-08-04LibGemini: Remove unused private field m_queued_finishNico Weber
2020-08-04LibX86: Remove unused private fields m_segment, m_handlerNico Weber
2020-08-04LibLine: Removed unused private field m_prompt_metricsNico Weber
2020-08-04Build: Support make's and ninja's restat optimizationNico Weber
2020-08-04LibJS: The Math.ceil() of a number between -1 and 0 should be -0,Melissa Goad
2020-08-04LibCompress: Add LibCompressstelar7
2020-08-04LibWeb: Make sure that head and body always get the HTML elementLuke
2020-08-03LibWeb: Add a very basic test for Text node APIs ("data" and "length")Andreas Kling
2020-08-03LibWeb: Add CharacterData and Text IDL interfacesAndreas Kling
2020-08-03LibWeb: Reorganize tests into DOM/ and HTML/Andreas Kling
2020-08-03LibWeb: Add Element.{next,previous}ElementSibling IDL attributesAndreas Kling
2020-08-03LibWeb: Move "element sibling" getters to NonDocumentTypeChildNodeAndreas Kling
2020-08-03LibWeb: Send key events to the WebContent processAndreas Kling
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-03LibGUI: WidgetScrollable scrolls horizontally when shift is pressedMathieu PATUREL
2020-08-03LibIPC: Fix waiting for specific messageTom
2020-08-03CppLexer: Actually give raw strings type RawStringNico Weber
2020-08-03LibWeb: Add the Document.documentElement APIAndreas Kling
2020-08-03LibWeb: Move contentEditable from Element to HTMLElementLuke
2020-08-02LibCore: ConfFile::read_entry should not sneakily write default entriesBrian Gianforcaro
2020-08-02AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)Muhammad Zahalqa
2020-08-02LibDebug: Disable and cleanup DebugSession breakpoints on destructionBrian Gianforcaro
2020-08-02LibWeb: Fix some SVG crashes/hangsMatthew Olsson
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-08-02LibTLS: Add (basic) support for sending client certificatesAnotherTest
2020-08-02LibCrypto: Format the comments in ASN1/PEM.h correctlyAnotherTest
2020-08-02LibWeb: Implement the Element.contentEditable IDL attributeAndreas Kling
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