summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-10Kernel: Use Userspace<T> for the execve syscallBrian Gianforcaro
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-10ClassicWindowTheme: Fix titlebar redraw issuesSarah
2020-08-09LibLine: Only write to the standard errorAnotherTest
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-08-09LibWeb: Add all HTML elements between S and VLuke
2020-08-09LibWeb: Add all HTML elements between L and QLuke
2020-08-09LibWeb: Add all HTML elements between A and FLuke
2020-08-09LibWeb: Make all existing HTML elements "final"Luke
2020-08-09LibELF+Lagom: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...Nico Weber
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-08-09LibCore: fix UDP Server receive to trim buffer to actuall bytes receiveedMuhammad Zahalqa
2020-08-09LibCore: close socket on LocalServer dtorMuhammad Zahalqa
2020-08-09LibCore: close socket on TCPServer dtorMuhammad Zahalqa
2020-08-09LibCore: close socket on UDPServer dtorMuhammad Zahalqa
2020-08-09WindowServer+LibGfx: Move notification window frame painting to LibGfxAndreas Kling
2020-08-09WindowServer+LibGfx: Move normal window frame painting to a WindowThemeAndreas Kling
2020-08-09LibGfx: Add a basic abstract WindowTheme classAndreas Kling
2020-08-09LibWeb: Always add line boxes through LayoutBlock::add_line_box()Andreas Kling
2020-08-07LibWeb: Remove some unnecessary throwaway strings in the CSS parserAndreas Kling
2020-08-07LibWeb: Handle CSS "ex" lengths (relative to font x-height)Andreas Kling
2020-08-07LibGfx: Add dummy Font::x_height() getterAndreas Kling
2020-08-07LibThread: Remove redundant --m_level in Lock::unlock() (#3040)Muhammad Zahalqa
2020-08-07LibWeb: Remove unused LayoutPosition comparison operatorsAndreas Kling
2020-08-07LibLine: Add Ctrl-k shortcutNico Weber
2020-08-07LibLine: Add Alt-t shortcut for transposing wordsNico Weber
2020-08-06LibLine: Add binding for Alt-backspaceNico Weber
2020-08-06LibLine: Fix "word" handling for alt-d/u/l/c/f/b and ctrl-left/rightNico Weber
2020-08-06LibLine+Shell: Remove unused split_mechanismNico Weber
2020-08-06LibLine: Add binding for Alt-.Nico Weber
2020-08-06LibWeb: Move text selection serialization from PageView to FrameAndreas Kling
2020-08-06LibLine: Add bindings for Alt-u, Alt-l, Alt-cNico Weber
2020-08-06LibLine: Add comments for which keys trigger VWERASE and VKILLNico Weber
2020-08-06LibLine: Add Alt-d binding to forward-delete a wordNico Weber
2020-08-06LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)Muhammad Zahalqa
2020-08-06Shell: Start adding some alt shortcutsNico Weber
2020-08-06Kernel+LibKeyboard: Store the keymap name when setting system keymapValtteri Koskivuori
2020-08-06AK+Kernel+LibC: Add vdbgprintf()Andreas Kling
2020-08-06LibDebug: Unbreak LineProgram::parse_source_directories()Andreas Kling
2020-08-06LibDebug: Fix bitrotted DWARF_DEBUG codeAndreas Kling
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-06LibDebug: Use InputMemoryStream instead of BufferStream.asynts
2020-08-06AK: Rename MakeUnsigned::type to MakeUnsigned::Type.asynts
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
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