summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-26LibELF: Consolidate main executable loading a bitAndreas Kling
2021-02-26Kernel: Detach the traced process on process exitcbsirb
2021-02-26Documentation: Update CLion configuration documentationItamar
2021-02-26Ext2FS: Don't reload already-cached block list when freeing inodeAndreas Kling
2021-02-26Ext2FS: Inode allocation improvementsAndreas Kling
2021-02-26disk_benchmark: Modernize this code a little bitAndreas Kling
2021-02-26Ext2FS: Propagate errors from more placesAndreas Kling
2021-02-26Ext2FS: Share some bitmap code between inode and block allocationAndreas Kling
2021-02-26LibGUI: Set correct open action for LinkLabel context menuthankyouverycool
2021-02-26HackStudio: Set correct icons, text and location in menusthankyouverycool
2021-02-26TextEditor: Fix passing null parent to AboutDialogthankyouverycool
2021-02-26Terminal: Remove unnecessary ellipses and capitalize name in menuthankyouverycool
2021-02-26Spreadsheet: Merge File menu into 'Spreadsheet' app menuthankyouverycool
2021-02-26HexEditor: Fix nullptr pass to AboutDialog and clean up menusthankyouverycool
2021-02-26Browser: Add Go menu and move Bookmarks bar toggle to Viewthankyouverycool
2021-02-26Base: Adjust cursor and link colors in Redmond themesthankyouverycool
2021-02-25Spreadsheet: Fix cell identifier labelJelle Raaijmakers
2021-02-25Kernel: Don't disable interrupts while exiting a thread or processAndreas Kling
2021-02-25Kernel: Don't disable interrupts while dealing with a process crashAndreas Kling
2021-02-25LibGUI: Paint all widgets as toolbars in ToolBarContainerthankyouverycool
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-25LibGUI: Avoid needlessly copying vectors of rectsTom
2021-02-25LibGUI: Process pending invalidations when handling paint eventsTom
2021-02-25LibGUI: Constrain widgets to invalidating themselves onlyTom
2021-02-25Kernel: Move SMAP disabler RAII helper to its own fileAndreas Kling
2021-02-25Kernel: Take some baby steps towards x86_64Andreas Kling
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-25LibC: Add x86_64 implementation of setjmp() and longjmp()Andreas Kling
2021-02-25Kernel: Move the VM Range class to its own filesAndreas Kling
2021-02-25Kernel: Move sys$sigaction() implementation inside ARCH(i386)Andreas Kling
2021-02-25Kernel: Fix some clang-tidy whines in CoreDumpAndreas Kling
2021-02-25Kernel: Tighten some typing in Arch/i386/CPU.hAndreas Kling
2021-02-25Kernel: Remove unused Processor::set_thread_specific()Andreas Kling
2021-02-25Kernel: Remove some unused cruft in Arch/i386/CPU.hAndreas Kling
2021-02-25FileManager: change icon for Show in File ManagerMorc - Richard Gráčik
2021-02-25Base: Update some icons for color, quality and consistencythankyouverycool
2021-02-25Base: Add new icons for fonts and File Managerthankyouverycool
2021-02-24LibC: Avoid double memory clearing in calloc()Andreas Kling
2021-02-24LibGUI: Let cursor start a wrapped lineAngus Gibson
2021-02-24LibGUI: Remove redundant cursor updateAngus Gibson
2021-02-24AK: Don't compare past '\0' in StringView::operator==(const char*)Andreas Kling
2021-02-24Calculator: Add support for copy+paste using system clipboardBrendan Coles
2021-02-24Base: Add jcs.org to Browser bookmarksAndreas Kling
2021-02-24LibGUI: Account for the row and column headers when painting a TableViewAnotherTest
2021-02-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest
2021-02-24Kernel: Panic early if the kernel gets too big for its memory slotAndreas Kling
2021-02-24Kernel: Build with -fsanitize=undefined for all compilersAndreas Kling
2021-02-24Profiler: Add help documentationBrendan Coles
2021-02-24KUBSAN: Condense all options down to "undefined"Hendiadyoin1
2021-02-24Kernel: Fix pointer overflow in create_threadBrian Gianforcaro