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-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
2020-05-18
Browser: Make the location box 2px taller
Andreas Kling
2020-05-18
LibGUI: Add 1px of horizontal content padding to TextEditor
Andreas Kling
2020-05-18
LibGUI: Grow the "line content rect" slightly in single line text boxes
Andreas Kling
2020-05-18
Calculator: Set a fixed-width font on the text box
Andreas Kling
2020-05-18
LibGUI: Use a variable-width font by default in single-line TextEditors
Andreas Kling
2020-05-18
LibGUI: Support variable-width fonts in TextEditor
Andreas Kling
2020-05-18
AK: Make Utf32View::substring_view() with 0 length not crash
Andreas Kling
2020-05-18
WindowServer: Rename WindowManager wm_config() to config()
Shannon Booth
2020-05-18
WindowServer: Make some WindowManager member functions const
Shannon Booth
2020-05-18
WindowServer: Remove uneeded const_casts for getting a submenu
Shannon Booth
2020-05-18
WindowServer: Add const version of Menu::find_menu_by_id(int menu_id)
Shannon Booth
2020-05-18
WindowServer: Add const qualified version of MenuItem::submenu()
Shannon Booth
2020-05-18
LibJS: Return early from parseFloat() if argument is a number
Linus Groh
2020-05-18
LibGUI: Remove outdated FIXME in TextEditor
Andreas Kling
2020-05-18
Kernel: WaitBlocker should always unblock immediately on WNOHANG
Andreas Kling
2020-05-18
LibJS: Remove is_nan() check in as_size_t() and fix to_size_t()
Linus Groh
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-18
AK: Add a way to get the number of valid bytes in a Utf8View
AnotherTest
[next]