Age | Commit message (Expand) | Author |
2020-05-20 | Revert "AK: Don't demangle in serenity :(" | 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 | Revert "Toolchain: Don't pre-build LibC and LibM, nor pre-install their headers" | Andreas Kling |
2020-05-20 | Revert "Meta: Restore instructions to create build directory for CMake" | Andreas Kling |
2020-05-20 | Base: Tweak SystemServer.ini | Sergey Bugaev |
2020-05-20 | Kernel: Always inline stac(), clac() and SmapDisabler | Andreas Kling |
2020-05-20 | AK: Include Platform.h in RefCounted.h so we have ALWAYS_INLINE | Andreas Kling |
2020-05-20 | Kernel: Validate access to whole regions | Sergey Bugaev |
2020-05-20 | Kernel: Look for a user region first | Sergey Bugaev |
2020-05-20 | AK+Kernel: Help the compiler inline a bunch of trivial methods | Sergey Bugaev |
2020-05-20 | LibC: Claim some copyright for stdio | Sergey Bugaev |
2020-05-20 | LibC: Handle fgets(size = 0) | Sergey Bugaev |
2020-05-20 | Base: Add MessageBox question icon | Hüseyin ASLITÜRK |
2020-05-20 | Demos: WidgetGallery, Add MessageBox question icon option | Hüseyin ASLITÜRK |
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 | Base: Add new characters to Katica and Csilla | Hüseyin ASLITÜRK |
2020-05-20 | Meta: Restore instructions to create build directory for CMake | Andrew Kaster |
2020-05-20 | Toolchain: Don't pre-build LibC and LibM, nor pre-install their headers | Andrew Kaster |
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: Don't demangle in serenity :( | Andrew Kaster |
2020-05-20 | AK: Add AtomicRef, for atomically accesing a reference to a varaible | Andrew Kaster |
2020-05-20 | Kernel: Don't link against libstdc++ | Andrew Kaster |
2020-05-20 | Kernel: Add implementation of operator new and delete to kmalloc.cpp | Andrew Kaster |
2020-05-20 | AK+LibC: Move non-placement new/delete into LibC | Andrew Kaster |
2020-05-20 | AK: Add InitializerList, an implementation of std::initializer_list | Andrew Kaster |
2020-05-20 | df: Don't include c++ standard <cstring> | Andrew Kaster |
2020-05-20 | WindowServer: Remove WindowManager::invalidate(Window) API's | Andreas Kling |
2020-05-20 | WindowServer: Move occlusion things from WindowManager to Compositor | Andreas Kling |
2020-05-20 | LibC: Rewrite stdio | Sergey Bugaev |
2020-05-20 | AK: Fix Checked::multiplication_would_overflow() signature | 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 | FileManager: Remove empty public access modifier from DesktopWidget | Linus Groh |
2020-05-19 | WindowServer: Always send mouse events to the full-screen window | Andreas Kling |
2020-05-19 | WindowServer: Ignore overlap when compositing full-screen windows | Andreas Kling |
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 |