Age | Commit message (Expand) | Author |
2020-05-21 | LibGUI: Focus the first focusable widget added to a window | Andreas Kling |
2020-05-21 | LibJS: Make Interpreter::call() this_value a required argument | Linus Groh |
2020-05-21 | LibWeb: Set window object as this value in set{Interval,Timeout}() | Linus Groh |
2020-05-21 | LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}() | Linus Groh |
2020-05-21 | LibWeb: Enforce set{Interval,Timeout}() min interval of 0 | Linus Groh |
2020-05-21 | LibWeb: Allow setInterval() with no interval | Linus Groh |
2020-05-21 | LibWeb: Let various functions throw if not enough arguments | Linus Groh |
2020-05-21 | LibWeb: Embrace Interpreter::{argument_count(), argument(index)} | Linus Groh |
2020-05-21 | LibWeb: Update the CSS prefix to -libweb | Sergey Bugaev |
2020-05-21 | LibGUI: Move AbstractTableView::keydown_event() down to TableView | Andreas Kling |
2020-05-21 | LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right | Andreas Kling |
2020-05-21 | LibWeb: Send User-Agent in HTTP requests | Andreas Kling |
2020-05-21 | ProtocolServer: Support request headers | Andreas Kling |
2020-05-21 | LibWeb: Parse " into '"' | Andreas Kling |
2020-05-21 | LibLine: Correctly track the completion start and end | AnotherTest |
2020-05-21 | LibLine: Support applying styles to suggestions | AnotherTest |
2020-05-21 | LibWeb: Add CanvasRenderingContext2D.canvas | Linus Groh |
2020-05-21 | LibWeb: Let HTMLCanvasElement.getContext() return null for unknown types | Linus Groh |
2020-05-21 | LibHTTP: Handle chunk sizes that start with zeros correctly | AnotherTest |
2020-05-21 | LibTLS: Do not call on_tls_finished until the client has read app data | AnotherTest |
2020-05-21 | LibGfx: Font, extend fonts to 384 character to support LatinExtendedA | Hüseyin ASLITÜRK |
2020-05-21 | LibGfx: Painter, extend fonts to 384 character to support LatinExtendedA | Hüseyin ASLITÜRK |
2020-05-21 | LibWeb: HTML Parser, handle html escaped characters | Hüseyin ASLITÜRK |
2020-05-21 | LibGUI: FileSystemModel, markdown file icon for .md files. | Hüseyin ASLITÜRK |
2020-05-20 | Revert "AK+LibC: Move non-placement new/delete into LibC" | Andreas Kling |
2020-05-20 | Revert "LibC: Implement Itanium C++ ABI for static variable guards" | Andreas Kling |
2020-05-20 | Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem" | Andreas Kling |
2020-05-20 | LibC: Claim some copyright for stdio | Sergey Bugaev |
2020-05-20 | LibC: Handle fgets(size = 0) | Sergey Bugaev |
2020-05-20 | LibGUI: Add MessageBox question icon | Hüseyin ASLITÜRK |
2020-05-20 | LibLine: Unify completion hooks and adapt its users | AnotherTest |
2020-05-20 | LibGUI: Replace up and down arrows with emoji | Hüseyin ASLITÜRK |
2020-05-20 | LibGUI: Update copyright character in about dialog | Hüseyin ASLITÜRK |
2020-05-20 | Build: Include headers from LibC, LibM, and LibPthread with -isystem | Andrew Kaster |
2020-05-20 | LibC: Implement Itanium C++ ABI for static variable guards | Andrew Kaster |
2020-05-20 | AK+LibC: Move non-placement new/delete into LibC | Andrew Kaster |
2020-05-20 | LibC: Rewrite stdio | Sergey Bugaev |
2020-05-20 | Kernel+LibC: Switch isatty() to use a fcntl() | Sergey Bugaev |
2020-05-20 | LibTLS: Flush some packets as soon as more packets are written | AnotherTest |
2020-05-20 | LibWeb: Make window.location.reload() enumerable only | Linus Groh |
2020-05-20 | LibWeb: Make window.location properties non-configurable | Linus Groh |
2020-05-20 | LibWeb: Add leading "?" to window.location.search if not empty | Linus Groh |
2020-05-20 | LibWeb: Add leading "#" to window.location.hash if not empty | Linus Groh |
2020-05-19 | LibLine: Default to resolving Spans as byte offsets | AnotherTest |
2020-05-19 | LibTLS: Only try to flush data when needed | AnotherTest |
2020-05-19 | LibWeb: Fix duplicated public access modifier in StyleDeclaration | Linus Groh |
2020-05-19 | LibGUI: Use dbg() instead of dbgprintf() in GUI::Dialog | Andreas Kling |
2020-05-19 | LibGUI: Remove some ancient unused debug logging in AbstractButton | Andreas Kling |
2020-05-19 | LibProtocol: Make Protocol::Client constructor private | Andreas Kling |
2020-05-19 | LibGUI: Add ability to hide GUI::TabWidget's tab bar | Linus Groh |