index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2020-05-19
SystemMenu: Don't exit if the shutdown dialog is opened but cancelled
Andreas Kling
2020-05-19
SystemMenu: Rename PowerDialog => ShutdownDialog
Andreas Kling
2020-05-19
Browser: Hide tab bar if there's only one tab
Linus Groh
2020-05-19
Browser: Support fullscreen view
Linus Groh
2020-05-19
LibGUI: Add ability to hide GUI::TabWidget's tab bar
Linus Groh
2020-05-19
LibLine: Handle <return>s in incomplete data correctly
AnotherTest
2020-05-19
Kernel: Tweak FileBackedFS API to avoid intermediary copies
Sergey Bugaev
2020-05-19
Kernel: Make FS::block_size a size_t
Sergey Bugaev
2020-05-19
Kernel: Inline Inode::fsid()
Sergey Bugaev
2020-05-18
LibWeb: Allow reloading the current page with location.reload()
Andreas Kling
2020-05-18
LibWeb: Add location.protocol and location.host
Andreas Kling
2020-05-18
LibWeb: Allow navigating to a new URL by setting window.location.href
Andreas Kling
2020-05-18
LibWeb: Add a simple window.location object with some getters :^)
Andreas Kling
2020-05-18
HackStudio: Don't use an OOB TextRange when looking for hovered text
Andreas Kling
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-18
test-crypto: Don't put TLSv12 in an OwnPtr as it's ref-counted :)
Andreas Kling
2020-05-18
Base: Tweak browser toolbar icons to make them a bit livelier :^)
Andreas Kling
2020-05-18
LibJS: Handle hex and unicode escape sequences in string literals
Matthew Olsson
2020-05-18
LibJS: Add Math.clz32()
Linus Groh
2020-05-18
LibJS: Add Math.expm1()
Linus Groh
2020-05-18
LibJS: Add Math.exp()
Linus Groh
2020-05-18
LibJS: Add Math.sign()
Linus Groh
2020-05-18
LibGUI: Make text selection feel better in single-line editors
Andreas Kling
2020-05-18
FileManager: Make the location box 2px taller
Andreas Kling
[next]