Age | Commit message (Expand) | Author |
2020-05-14 | LibWeb: Make CSS pseudo classes case-insensitive | Linus Groh |
2020-05-13 | LibGUI: Add AbstractTableView::move_selection(int steps) | Andreas Kling |
2020-05-13 | LibGUI: Add GUI::MessageBox::show_error() convenience function | Andreas Kling |
2020-05-13 | LibWeb: Support "transparent" CSS color value | Linus Groh |
2020-05-13 | LibWeb: Make parsing of most CSS values case-insensitive | Linus Groh |
2020-05-13 | LibWeb: Make CSS property parsing case-insensitive | Linus Groh |
2020-05-13 | LibLine: Add a hook to run when an interrupt is handled | AnotherTest |
2020-05-13 | LibJS: Trim whitespace from string before coercing to number | Linus Groh |
2020-05-13 | LibJS: Use String::trim_whitespace() for String.prototype.trim*() | Linus Groh |
2020-05-13 | AK: Replace String::trim_spaces() with String::trim_whitespace() | Linus Groh |
2020-05-13 | LibJS: Make string to number coercion work for doubles | Linus Groh |
2020-05-13 | LibJS: Make the Function() constructor throw a SyntaxError, not return | Linus Groh |
2020-05-13 | LibJS: Check AssignmentExpression LHS in parser | Linus Groh |
2020-05-13 | LibJS: Handle empty values in operator<<() | Linus Groh |
2020-05-13 | LibGUI+WindowServer: Allow apps to use the "move" cursor :^) | Andreas Kling |
2020-05-12 | LibGUI: Add missing Vector.h include to Event.h | Andreas Kling |
2020-05-12 | LibGUI: Include keyboard modifier state with button on_click calls | Andreas Kling |
2020-05-12 | LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers | Andreas Kling |
2020-05-12 | LibIPC+IPCCompiler: Templatize encoding/decoding of Optional<T> | Andreas Kling |
2020-05-12 | LibDesktop: Remove accidental unused struct | Andreas Kling |
2020-05-12 | LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap | Andreas Kling |
2020-05-12 | Terminal: When offering to open a URL, show name + icon for handler app | Andreas Kling |
2020-05-12 | LaunchServer+LibDesktop: Add API to list handlers for a given URL | Andreas Kling |
2020-05-12 | LibIPC+LibGfx: Templatize IPC encoding as well as decoding | Andreas Kling |
2020-05-12 | LibJS: Add missing keywords/tokens | Linus Groh |
2020-05-12 | LibGUI: Actually check widgets in focus chain for keyboard shortcuts | Andreas Kling |
2020-05-12 | LibGUI: Add KeyEvent::to_string() | Andreas Kling |
2020-05-12 | LibGUI: Use KeyCode stringification helper in Shortcut::to_string() | Andreas Kling |
2020-05-12 | LibGUI: Add a way to highlight the focused widget for debugging | Andreas Kling |
2020-05-12 | LibGUI: Allow scrolling through a ComboBox with the mouse wheel | Andreas Kling |
2020-05-12 | LibGUI: Add missing window() null check when widget's child is removed | Andreas Kling |
2020-05-12 | LibGUI: Remove ancient code for debugging widget underdraw | Andreas Kling |
2020-05-12 | LibHTTP: Support Transfer-Encoding: chunked | AnotherTest |
2020-05-12 | LibC: Always assign the offset pointer to endptr in strto{u,}ll() | AnotherTest |
2020-05-12 | LibLine: Fix suggestion spacing regression | AnotherTest |
2020-05-12 | LibWeb: Fixed non-spec processing of margin and padding | Eryk Skalinski |
2020-05-11 | LibWeb: Add basic support for CSS percentages | Andreas Kling |
2020-05-11 | LibJS: Parse comma operator into SequenceExpression | Linus Groh |
2020-05-11 | LibC: Implement strtoull correctly | Ben Wiederhake |
2020-05-11 | LibC: Use more flexible digit parsing code, deduplicate | Ben Wiederhake |
2020-05-11 | LibC: Implement new strtod, accurate up to 8 eps | Ben Wiederhake |
2020-05-11 | LibWeb: Add very basic handling of "font-family" font stacks | Linus Groh |
2020-05-11 | LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors | Linus Groh |
2020-05-11 | LibWeb: Don't paint borders with width <= 0px | Linus Groh |
2020-05-11 | LibWeb: Set nav, main, article, aside, section to "display: block" | Linus Groh |
2020-05-11 | LibWeb: Draw the inspected node rect last in LayoutBox::render() | Linus Groh |
2020-05-11 | LibC: Add minimal <netinet/ip.h> | Yonatan Goldschmidt |
2020-05-11 | LibC: Add missing <sys/time.h> include in <utmp.h> | Yonatan Goldschmidt |
2020-05-11 | LibC: Add inet_aton, based on inet_pton | Yonatan Goldschmidt |
2020-05-11 | Kernel+LibC: Add AF_MAX | Yonatan Goldschmidt |