summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-02Build System: Add common definitions for git infoJonathan Archer
2019-12-02AK: Allow BufferStream to serialize/deserialize floatsAndreas Kling
2019-12-01WindowServer: Remove unused GetWindowBackingStore IPC requestAndreas Kling
2019-12-01Kernel: Use a WaitQueue to implement finalizer wakeupAndreas Kling
2019-12-01Kernel+SystemMonitor: Log amounts of I/O per threadAndreas Kling
2019-12-01Kernel: Use a WaitQueue in NetworkTaskAndreas Kling
2019-12-01LibCore: Improve logging of errors in safe_syscall() somewhatAndreas Kling
2019-12-01Kernel: Put some debug spam behind PAGE_FAULT_DEBUGAndreas Kling
2019-12-01Kernel: Use a dedicated thread state for wait-queued threadsAndreas Kling
2019-12-01Kernel: Use a WaitQueue in the SoundBlaster 16 driverAndreas Kling
2019-12-01Kernel: Use a WaitQueue in PATAChannelAndreas Kling
2019-12-01Kernel: Disable interrupts while setting up a thread blockerAndreas Kling
2019-12-01Kernel: Add a WaitQueue for Thread queueing/waking and use it for LockAndreas Kling
2019-12-01LibPthread: Remove some duplicate declarations in pthread.hAndreas Kling
2019-12-01Ports: vttestBrandon Scott
2019-12-01LibC: Added _PC_VDISABLE option to fpathconf()Brandon Scott
2019-12-01LibVT: Fixed some debugging code that didn't compileBrandon Scott
2019-11-30GTextEditor: Don't assert is_readonly() in did_change()Andreas Kling
2019-11-30GTextEditor: Fire the on_change hook on GTextDocument changeAndreas Kling
2019-11-30LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect()Andreas Kling
2019-11-30GTextEditor: Implement Shift+Delete using RemoveTextCommandAndreas Kling
2019-11-30GTextEditor: Implement the Delete key using RemoveTextCommandAndreas Kling
2019-11-30LibGUI: Consolidate and simplify commands used for insertion/removalAndreas Kling
2019-11-30LibGUI: Add GUndoStack and GCommand classesAndreas Kling
2019-11-30TextEditor: Focus the editor widget on startupAndreas Kling
2019-11-30LibGUI: Move the undo stack from GTextEditor to GTextDocumentAndreas Kling
2019-11-30LibHTML: Allow resource loads to failAndreas Kling
2019-11-30LibHTML: Don't bother updating layout in frameless documentsAndreas Kling
2019-11-30ProtocolServer: Don't crash on failed requestAndreas Kling
2019-11-29PaintBrush: Allow canceling a line by pressing the Escape keyAndreas Kling
2019-11-29PaintBrush: Add a "line" tool for drawing straight linesAndreas Kling
2019-11-29LibDraw: Painter::draw_pixel() with thickness>1 was doubly translatingAndreas Kling
2019-11-29modunload: Take the module-to-unload as a command-line argumentAndreas Kling
2019-11-29jp: Print double-quotes around string values in outputAndreas Kling
2019-11-29Kernel: Have modules export their name in a "module_name" stringAndreas Kling
2019-11-29modload: Take the module-to-load as a command-line argumentAndreas Kling
2019-11-29Kernel: Show module memory size in /proc/modulesAndreas Kling
2019-11-29DisplayProperties: Add 1280x720 to the list of resolutionsAndreas Kling
2019-11-29Calculator: Add a 16x16 app iconAndreas Kling
2019-11-29Kernel: Disallow syscalls from writeable memoryAndreas Kling
2019-11-29LibGUI: Keep the (1, 1) text offset on GButton after it becomes checkedAndreas Kling
2019-11-29LibGUI: Align GButton text according to the specified text_alignment()Andreas Kling
2019-11-29Kernel: Demangle kernel C++ symbols correctly againAndreas Kling
2019-11-29LibC: Tolerate stddef.h being included from the kernelAndreas Kling
2019-11-29LibC: Implement bsearchWilliam McPherson
2019-11-28Kernel: Allow modules to link against anything in kernel.map :^)Andreas Kling
2019-11-28LibELF: Add ELFImage::Symbol::bind()Andreas Kling
2019-11-28Kernel: Add /proc/modules to enumerate the currently loaded modulesAndreas Kling
2019-11-28Kernel: Implement basic module unloading :^)Andreas Kling
2019-11-28Kernel: Implement very simple kernel module loadingAndreas Kling