summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20Revert "AK: Don't demangle in serenity :("Andreas Kling
2020-05-20Revert "LibC: Implement Itanium C++ ABI for static variable guards"Andreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Revert "Toolchain: Don't pre-build LibC and LibM, nor pre-install their headers"Andreas Kling
2020-05-20Revert "Meta: Restore instructions to create build directory for CMake"Andreas Kling
2020-05-20Base: Tweak SystemServer.iniSergey Bugaev
2020-05-20Kernel: Always inline stac(), clac() and SmapDisablerAndreas Kling
2020-05-20AK: Include Platform.h in RefCounted.h so we have ALWAYS_INLINEAndreas Kling
2020-05-20Kernel: Validate access to whole regionsSergey Bugaev
2020-05-20Kernel: Look for a user region firstSergey Bugaev
2020-05-20AK+Kernel: Help the compiler inline a bunch of trivial methodsSergey Bugaev
2020-05-20LibC: Claim some copyright for stdioSergey Bugaev
2020-05-20LibC: Handle fgets(size = 0)Sergey Bugaev
2020-05-20Base: Add MessageBox question iconHüseyin ASLITÜRK
2020-05-20Demos: WidgetGallery, Add MessageBox question icon optionHüseyin ASLITÜRK
2020-05-20LibGUI: Add MessageBox question iconHüseyin ASLITÜRK
2020-05-20LibLine: Unify completion hooks and adapt its usersAnotherTest
2020-05-20LibGUI: Replace up and down arrows with emojiHüseyin ASLITÜRK
2020-05-20LibGUI: Update copyright character in about dialogHüseyin ASLITÜRK
2020-05-20Base: Add new characters to Katica and CsillaHüseyin ASLITÜRK
2020-05-20Meta: Restore instructions to create build directory for CMakeAndrew Kaster
2020-05-20Toolchain: Don't pre-build LibC and LibM, nor pre-install their headersAndrew Kaster
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-20LibC: Implement Itanium C++ ABI for static variable guardsAndrew Kaster
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