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-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-24
Ports: Add GNU sed 4.2.1 (#1127)
Dan MacDonald
2020-01-24
Ports: Add byacc port
Brian Callahan
2020-01-24
Ports: Add flex and pcre2 ports
Brian Callahan
2020-01-24
AK: Use swap-based assignment in OwnPtr
Andreas Kling
2020-01-23
TextEditor: Focus the editor after opening a new file
Andreas Kling
2020-01-23
GTextEditor: Create the "go to line" action eagerly
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-23
TextEditor: Various UI text tweaks
Andreas Kling
2020-01-23
GTextEditor: Make color of non-highlighted line numbers darker
Andreas Kling
2020-01-23
GTextEditor: Disable auto-indentation while pasting
Andreas Kling
2020-01-23
LibGUI: Give GTextDocument access to the GTextEditor during commands
Andreas Kling
2020-01-23
Kernel: Allow Socket subclasses to fail construction
Andreas Kling
2020-01-23
LibCore: Remove redundant check in CObject::dispatch_event()
Andreas Kling
2020-01-23
Ports: Add mawk port (#1117)
Brian Callahan
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-23
LibC: The pwd and grp related functions need to preserve empty fieldso
Andreas Kling
2020-01-23
Base: Note in pledge(2) man page which promises are extensions
Andreas Kling
2020-01-23
Build: Fix silly mistake in makeall.sh
Andreas Kling
2020-01-23
rpcdump: Use pledge() and unveil()
Brian Gianforcaro
2020-01-23
lspci: Use pledge() and unveil()
Brian Gianforcaro
2020-01-22
AK: Unbreak FileSystemPath after String::split() changes
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Build: use absolute path for /sbin/mke2fs
Oliver Kraitschy
2020-01-22
LibGUI: Rename GAbstractColumnView to GAbstractTableView
Sergey Bugaev
2020-01-22
LibGUI: Let GModel specify the drag data type
Sergey Bugaev
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Misc tweaks
Sergey Bugaev
2020-01-22
LibGUI: Move index_at_event_position() up to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GItemView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibGUI: Add GListView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibVT: Input dragged file path into the terminal on drop
Sergey Bugaev
2020-01-22
AK: Also add a keep_empty argument to String::split[_limit]()
Sergey Bugaev
2020-01-22
Meta: Change copyright holder of `FloppyDiskDevice.*
Jesse Buhagiar
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-22
Kernel: Introduce IRQ sharing support
Liav A
2020-01-22
Kernel: Run clang-format on KeyboardDevice.cpp
Liav A
2020-01-22
man: Use unveil()
Brian Gianforcaro
2020-01-22
dmesg: Use pledge() and unveil()
Brian Gianforcaro
2020-01-22
LookupServer: Lock unveil() after initialization.
Brian Gianforcaro
2020-01-21
Help: Use unveil()
Andreas Kling
2020-01-21
LibCore: Fix broken "stay_within" mechanism in event dispatch
Andreas Kling
2020-01-21
LibGUI: Make GDialog accept escape key press events
Andreas Kling
2020-01-21
LibGUI: GFileSystemModel::index() now survives negative inputs
Andreas Kling
2020-01-21
LibGUI: Fix missing initializer for GColumnsView::m_model_column
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-21
Kernel: Rename UnveilState to VeilState
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
2020-01-21
SystemMonitor: Use unveil()
Andreas Kling
2020-01-21
Shell: Disable SH_DEBUG by default and tidy up command timing logging
Andreas Kling
[next]