summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2021-01-04LibGUI: Simplify ToolBarContainer by using shrink-to-fitAndreas Kling
2021-01-04LibGUI: Add Widget shrink-to-fit layout flagAndreas Kling
2021-01-04LibCore: Make Core::Object::property() constAndreas Kling
2021-01-03Toolchain+LibTTF: Remove some blank line at the end of CMake files.Emanuele Torre
2021-01-03Kernel+LibELF: Store termination signal in coredump ProcessInfoLinus Groh
2021-01-03LibCore: Allow caching and reusing the ProcFS file descriptorsTom
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03LibGUI: Add GMLFormatterLinus Groh
2021-01-03LibGUI: Allow comment(s) before first class marker in GML parserLinus Groh
2021-01-03LibELF: Add missing newlines at end of filesAndreas Kling
2021-01-03LibVT: Show terminal hyperlink targets as tooltipsAndreas Kling
2021-01-03LibGUI: Hide the tooltip if widget with open tooltip unsets itAndreas Kling
2021-01-03LibVT: Make terminal hyperlinks double-click-to-activateAndreas Kling
2021-01-03LibELF: Support relocating weak symbols against global librariesWilliam Marlow
2021-01-03Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinkerWilliam Marlow
2021-01-03LibGfx+Ports: Add missing newlines at the end of file.Emanuele Torre
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2021-01-03LibWeb: Convert a bunch of String::format() => String::formatted()Andreas Kling
2021-01-03LaunchServer+LibDesktop: Add ability to allow URL without handlerAndreas Kling
2021-01-03LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServerAndreas Kling
2021-01-03LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditorsAndreas Kling
2021-01-03LibGUI: Improve up/down arrow behavior in TextEditor with wrappingAndreas Kling
2021-01-03LibGUI: Make the autocomplete box window a child of its editor's windowAnotherTest
2021-01-03LibGUI: Stop the automatic autocomplete timer when typing whitespaceAnotherTest
2021-01-03LibGUI: Register the various BoxLayoutsAnotherTest
2021-01-03LibCore: Add a way to check if a property is readonlyAnotherTest
2021-01-03LibGUI: Add missing properties to Widget gmlGlenford Williams
2021-01-03LibGUI: Move widget registrations to the corresponding cpp fileAndrew Kaster
2021-01-03LibWeb: Fully implement end tag parsing in foreign contentLuke
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWVAndreas Kling
2021-01-02LibGfx: Add Gfx::Bitmap::create_shareable(format, size)Andreas Kling
2021-01-02LibC: Randomize the stack check cookie value on initializationBrian Gianforcaro
2021-01-02LibGUI: CommonActions: Add make_help_action common actionBrendan Coles
2021-01-02LibGUI: Add an optional "automatic" autocomplete feature to TextEditorAnotherTest
2021-01-02Build + LibC: Enable -fstack-protector-strong in user spaceBrian Gianforcaro
2021-01-02LibWeb: When collapsing margins, consider border box heightsAndreas Kling
2021-01-02LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocksAndreas Kling
2021-01-02LibMarkdown: Parse horizontal rulesAndreas Kling
2021-01-02LibGUI: Allow widget sibling navigation with arrow keysAndreas Kling
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-02LibTTF: Add option to load font from a byte bufferLuke
2021-01-02Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...Brian Gianforcaro
2021-01-02LibGUI: Tweak MessageBox layout slightlyAndreas Kling
2021-01-02LibGUI: Correct selection width when using fonts with glyph spacingAndreas Kling
2021-01-02LibGUI: Fix cursor height in single-line text boxesAndreas Kling
2021-01-02LibGUI: Add Window::on_close hookAndreas Kling
2021-01-01Kernel: Remove MAP_PURGEABLE from mmapTom