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-10
LibVT: Don't commit to opening a hyperlink until mouseup
Andreas Kling
2020-05-10
WindowServer: Add 2px of tasteful space above maximized windows
Andreas Kling
2020-05-10
DisplaySettings: Tweak app icon
Andreas Kling
2020-05-10
LibGfx: Make buttons slightly chunkier on the top/left side
Andreas Kling
2020-05-10
Base: Open .font files in FontEditor again
Andreas Kling
2020-05-10
LibVT: Open hyperlinks on plain left-click instead of Ctrl+Click
Andreas Kling
2020-05-10
LibVT: Always draw hyperlinks with a dotted underline
Andreas Kling
2020-05-10
Demos: Add LibGfx Demo :^)
Linus Groh
2020-05-10
LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum
Linus Groh
2020-05-10
LibGfx: Fix dotted lines with thickness > 1
Linus Groh
2020-05-10
WindowServer: Add basic search functionality in menus
Shannon Booth
2020-05-10
WindowServer: Rework and simplify Menu event handling
Shannon Booth
2020-05-10
WindowServer: Remove stray semicolon
Shannon Booth
2020-05-10
Browser: Use "about:blank" as the default home page
Andreas Kling
2020-05-10
LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)
Andreas Kling
2020-05-10
AK: Add support for about: URLs
Andreas Kling
2020-05-10
Shell: Support basic syntax highlighting
AnotherTest
2020-05-10
LibLine: Support RGB colors
AnotherTest
2020-05-10
LibVT: Support RGB colors (\x1b[38;2;<r>;<g>;<b>m)
AnotherTest
2020-05-10
LibLine: Expose actual_rendered_string_length & accept newlines in prompt
AnotherTest
2020-05-10
Shell: Parse comments
AnotherTest
2020-05-10
Shell: Include some metadata in parsed tokens and ask for continuation
AnotherTest
2020-05-10
LibC: Fix get{sock,peer}name to match their kernel-side prototypes
Yonatan Goldschmidt
2020-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-05-10
Userland: Send absolute paths to LaunchServer and show what failed
AnotherTest
2020-05-10
LibDesktop: Return the correct value in OpenUrl
AnotherTest
2020-05-09
Meta: Add script to enforce license headers & run it on Travis
Linus Groh
2020-05-09
Browser: Close tabs when middle clicked
FalseHonesty
2020-05-09
LibGUI: Add hook when a tab is middle clicked
FalseHonesty
2020-05-09
Docs: Add unzip(1) man page
Andres Vieira
2020-05-09
Base: Add a "zip" folder to /home/anon/ with a .zip file to test
Andres Vieira
2020-05-09
Userland: Add unzip command
Andres Vieira
2020-05-09
Meta: Delete empty .cpp files
Linus Groh
2020-05-09
Lagom: Add missing copyright header to FuzzJS.cpp
Linus Groh
2020-05-09
Userland: Add missing copyright header to test-crypto.cpp
Linus Groh
2020-05-09
Userland: Add missing copyright header to disasm.cpp
Linus Groh
2020-05-09
Demos: Add missing copyright header to Mouse/main.cpp
Linus Groh
2020-05-09
AK: Add missing copyright header to TestStringUtils.cpp
Linus Groh
2020-05-09
AK: Add missing copyright header to Memory.h
Linus Groh
2020-05-09
Browser: Add missing copyright header to WindowActions.{cpp,h}
Linus Groh
2020-05-09
Kernel: Add missing copyright header to Ptrace.cpp
Linus Groh
2020-05-09
LibGfx: Fix build with FILL_PATH_DEBUG enabled
Linus Groh
2020-05-09
LibDebug: Add support for creating VariableInfo for paramters
Itamar
2020-05-09
HackStudio: Update variables view based on the selected backtrace frame
Itamar
2020-05-09
HackStudio: Show a backtrace in the debug information tab
Itamar
2020-05-09
HackStudio: Reorganize debugger-related files
Itamar
2020-05-09
LibWeb: Implicitly close all subpaths when canvas.fill() is called
AnotherTest
2020-05-09
LibGfx: Add Path::close_all_subpaths()
AnotherTest
2020-05-09
LibVT: Snapshot the URL we're opening a context menu for
Andreas Kling
2020-05-09
LibVT: Show the hover hand cursor when hovering over hyperlinks :^)
Andreas Kling
[next]