summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-24Ports: Add GNU sed 4.2.1 (#1127)Dan MacDonald
2020-01-24Ports: Add byacc portBrian Callahan
2020-01-24Ports: Add flex and pcre2 portsBrian Callahan
2020-01-24AK: Use swap-based assignment in OwnPtrAndreas Kling
2020-01-23TextEditor: Focus the editor after opening a new fileAndreas Kling
2020-01-23GTextEditor: Create the "go to line" action eagerlyAndreas Kling
2020-01-23GTextEditor: Move "Go to line" feature from HackStudio into GTextEditorAndreas Kling
2020-01-23TextEditor: Various UI text tweaksAndreas Kling
2020-01-23GTextEditor: Make color of non-highlighted line numbers darkerAndreas Kling
2020-01-23GTextEditor: Disable auto-indentation while pastingAndreas Kling
2020-01-23LibGUI: Give GTextDocument access to the GTextEditor during commandsAndreas Kling
2020-01-23Kernel: Allow Socket subclasses to fail constructionAndreas Kling
2020-01-23LibCore: Remove redundant check in CObject::dispatch_event()Andreas Kling
2020-01-23Ports: Add mawk port (#1117)Brian Callahan
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-23LibC: The pwd and grp related functions need to preserve empty fieldsoAndreas Kling
2020-01-23Base: Note in pledge(2) man page which promises are extensionsAndreas Kling
2020-01-23Build: Fix silly mistake in makeall.shAndreas Kling
2020-01-23rpcdump: Use pledge() and unveil()Brian Gianforcaro
2020-01-23lspci: Use pledge() and unveil()Brian Gianforcaro
2020-01-22AK: Unbreak FileSystemPath after String::split() changesAndreas Kling
2020-01-22Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"Andreas Kling
2020-01-22Build: use absolute path for /sbin/mke2fsOliver Kraitschy
2020-01-22LibGUI: Rename GAbstractColumnView to GAbstractTableViewSergey Bugaev
2020-01-22LibGUI: Let GModel specify the drag data typeSergey Bugaev
2020-01-22LibGUI: Move most of mouse event handling to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Misc tweaksSergey Bugaev
2020-01-22LibGUI: Move index_at_event_position() up to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Add GItemView::index_at_event_position()Sergey Bugaev
2020-01-22LibGUI: Add GListView::index_at_event_position()Sergey Bugaev
2020-01-22LibVT: Input dragged file path into the terminal on dropSergey Bugaev
2020-01-22AK: Also add a keep_empty argument to String::split[_limit]()Sergey Bugaev
2020-01-22Meta: Change copyright holder of `FloppyDiskDevice.*Jesse Buhagiar
2020-01-22Kernel: Replace IRQHandler with the new InterruptHandler classLiav A
2020-01-22Kernel: Introduce IRQ sharing supportLiav A
2020-01-22Kernel: Run clang-format on KeyboardDevice.cppLiav A
2020-01-22man: Use unveil()Brian Gianforcaro
2020-01-22dmesg: Use pledge() and unveil()Brian Gianforcaro
2020-01-22LookupServer: Lock unveil() after initialization.Brian Gianforcaro
2020-01-21Help: Use unveil()Andreas Kling
2020-01-21LibCore: Fix broken "stay_within" mechanism in event dispatchAndreas Kling
2020-01-21LibGUI: Make GDialog accept escape key press eventsAndreas Kling
2020-01-21LibGUI: GFileSystemModel::index() now survives negative inputsAndreas Kling
2020-01-21LibGUI: Fix missing initializer for GColumnsView::m_model_columnAndreas Kling
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-21Kernel: Rename UnveilState to VeilStateAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-21SystemMonitor: Use unveil()Andreas Kling
2020-01-21Shell: Disable SH_DEBUG by default and tidy up command timing loggingAndreas Kling