summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20AK: Don't demangle in serenity :(Andrew Kaster
2020-05-20AK: Add AtomicRef, for atomically accesing a reference to a varaibleAndrew Kaster
2020-05-20Kernel: Don't link against libstdc++Andrew Kaster
2020-05-20Kernel: Add implementation of operator new and delete to kmalloc.cppAndrew Kaster
2020-05-20AK+LibC: Move non-placement new/delete into LibCAndrew Kaster
2020-05-20AK: Add InitializerList, an implementation of std::initializer_listAndrew Kaster
2020-05-20df: Don't include c++ standard <cstring>Andrew Kaster
2020-05-20WindowServer: Remove WindowManager::invalidate(Window) API'sAndreas Kling
2020-05-20WindowServer: Move occlusion things from WindowManager to CompositorAndreas Kling
2020-05-20LibC: Rewrite stdioSergey Bugaev
2020-05-20AK: Fix Checked::multiplication_would_overflow() signatureSergey Bugaev
2020-05-20Kernel+LibC: Switch isatty() to use a fcntl()Sergey Bugaev
2020-05-20LibTLS: Flush some packets as soon as more packets are writtenAnotherTest
2020-05-20LibWeb: Make window.location.reload() enumerable onlyLinus Groh
2020-05-20LibWeb: Make window.location properties non-configurableLinus Groh
2020-05-20LibWeb: Add leading "?" to window.location.search if not emptyLinus Groh
2020-05-20LibWeb: Add leading "#" to window.location.hash if not emptyLinus Groh
2020-05-19LibLine: Default to resolving Spans as byte offsetsAnotherTest
2020-05-19LibTLS: Only try to flush data when neededAnotherTest
2020-05-19LibWeb: Fix duplicated public access modifier in StyleDeclarationLinus Groh
2020-05-19FileManager: Remove empty public access modifier from DesktopWidgetLinus Groh
2020-05-19WindowServer: Always send mouse events to the full-screen windowAndreas Kling
2020-05-19WindowServer: Ignore overlap when compositing full-screen windowsAndreas Kling
2020-05-19LibGUI: Use dbg() instead of dbgprintf() in GUI::DialogAndreas Kling
2020-05-19LibGUI: Remove some ancient unused debug logging in AbstractButtonAndreas Kling
2020-05-19LibProtocol: Make Protocol::Client constructor privateAndreas Kling
2020-05-19SystemMenu: Don't exit if the shutdown dialog is opened but cancelledAndreas Kling
2020-05-19SystemMenu: Rename PowerDialog => ShutdownDialogAndreas Kling
2020-05-19Browser: Hide tab bar if there's only one tabLinus Groh
2020-05-19Browser: Support fullscreen viewLinus Groh
2020-05-19LibGUI: Add ability to hide GUI::TabWidget's tab barLinus Groh
2020-05-19LibLine: Handle <return>s in incomplete data correctlyAnotherTest
2020-05-19Kernel: Tweak FileBackedFS API to avoid intermediary copiesSergey Bugaev
2020-05-19Kernel: Make FS::block_size a size_tSergey Bugaev
2020-05-19Kernel: Inline Inode::fsid()Sergey Bugaev
2020-05-18LibWeb: Allow reloading the current page with location.reload()Andreas Kling
2020-05-18LibWeb: Add location.protocol and location.hostAndreas Kling
2020-05-18LibWeb: Allow navigating to a new URL by setting window.location.hrefAndreas Kling
2020-05-18LibWeb: Add a simple window.location object with some getters :^)Andreas Kling
2020-05-18HackStudio: Don't use an OOB TextRange when looking for hovered textAndreas Kling
2020-05-18LibCore+LibTLS: Don't keep a "ready to write" notifier on all SocketsAndreas Kling
2020-05-18test-crypto: Don't put TLSv12 in an OwnPtr as it's ref-counted :)Andreas Kling
2020-05-18Base: Tweak browser toolbar icons to make them a bit livelier :^)Andreas Kling
2020-05-18LibJS: Handle hex and unicode escape sequences in string literalsMatthew Olsson
2020-05-18LibJS: Add Math.clz32()Linus Groh
2020-05-18LibJS: Add Math.expm1()Linus Groh
2020-05-18LibJS: Add Math.exp()Linus Groh
2020-05-18LibJS: Add Math.sign()Linus Groh
2020-05-18LibGUI: Make text selection feel better in single-line editorsAndreas Kling
2020-05-18FileManager: Make the location box 2px tallerAndreas Kling