summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-05-18Browser: Make the location box 2px tallerAndreas Kling
2020-05-18LibGUI: Add 1px of horizontal content padding to TextEditorAndreas Kling
2020-05-18LibGUI: Grow the "line content rect" slightly in single line text boxesAndreas Kling
2020-05-18Calculator: Set a fixed-width font on the text boxAndreas Kling
2020-05-18LibGUI: Use a variable-width font by default in single-line TextEditorsAndreas Kling
2020-05-18LibGUI: Support variable-width fonts in TextEditorAndreas Kling
2020-05-18AK: Make Utf32View::substring_view() with 0 length not crashAndreas Kling
2020-05-18WindowServer: Rename WindowManager wm_config() to config()Shannon Booth
2020-05-18WindowServer: Make some WindowManager member functions constShannon Booth
2020-05-18WindowServer: Remove uneeded const_casts for getting a submenuShannon Booth
2020-05-18WindowServer: Add const version of Menu::find_menu_by_id(int menu_id)Shannon Booth
2020-05-18WindowServer: Add const qualified version of MenuItem::submenu()Shannon Booth
2020-05-18LibJS: Return early from parseFloat() if argument is a numberLinus Groh
2020-05-18LibGUI: Remove outdated FIXME in TextEditorAndreas Kling
2020-05-18Kernel: WaitBlocker should always unblock immediately on WNOHANGAndreas Kling
2020-05-18LibJS: Remove is_nan() check in as_size_t() and fix to_size_t()Linus Groh
2020-05-18LibLine: Handle unicode correctlyAnotherTest
2020-05-18AK: Add a way to get the number of valid bytes in a Utf8ViewAnotherTest