summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2021-01-06LibWeb: Rename LayoutStyle => CSS::ComputedValuesAndreas Kling
2021-01-06LibELF: Implement GNU Hashing algorithm for dyn relocationsSahan Fernando
2021-01-06CharacterMap: Added a new Shift+AltGr map.Davide Carella
2021-01-06LibGfx: Tolerate PNGs with fewer palette entries than possibleAndreas Kling
2021-01-06LibWeb: Simplify one kind of whitespace collapsingAndreas Kling
2021-01-05LibWeb: Set override cursor on IPWV itself instead of whole windowAndreas Kling
2021-01-05LibWeb: Add a basic content filter (ad blocking!) :^)Andreas Kling
2021-01-05LibGUI: Add GUI::Application::active_window()Andreas Kling
2021-01-05LibGUI: Remove unused hook Window::on_activity_changeAndreas Kling
2021-01-05LibGfx: Fail PGM decode if there isn't enough color data in imageAndreas Kling
2021-01-05LibTTF: Guard against unsigned overflow in TTF table parsingAndreas Kling
2021-01-05LibJS: Disable ASAN during the conservative GC stack scanAndreas Kling
2021-01-05LibJS: Fix UB downcast during GlobalObject constructionAndreas Kling
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2021-01-04LibGUI: Add CommonActions::make_about_action()Andreas Kling
2021-01-04LibWeb: Don't careleslly insert inline-level boxes into inline-blocksAndreas Kling
2021-01-04Kernel+LibC: Tidy up assertion failures with a dedicated syscallAndreas Kling
2021-01-04LibWeb: Restart the cursor blink cycle whenever the user edits contentAndreas Kling
2021-01-04LibLine: Don't overwrite stuff when moving origin aroundAnotherTest
2021-01-04LibGUI: Don't include invisible widgets in BoxLayout preferred sizeAndreas Kling
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