summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-27TextEditor: Initialize menubar before opening initial fileAndreas Kling
2021-02-27TextEditor: Rename open_sesame() => open_file()Andreas Kling
2021-02-27AK: Always do bounds checking in Array::operator[]Andreas Kling
2021-02-27LibVT: Make VT::Line use a Vector for storageAndreas Kling
2021-02-27LibGUI: Make empty TextRange invalidspeles
2021-02-27WidgetGallery: add a simple Wizard demo :^)Nick Vella
2021-02-27LibGUI: add a rudimentary framework for Wizards.Nick Vella
2021-02-27LibJS: Enable the BrowserExtended ECMA262 regexp flag by defaultAnotherTest
2021-02-27LibRegex: Allow missing high bound in {x,y} quantifiersAnotherTest
2021-02-27LibRegex: Match the escaped part of escaped syntax charactersAnotherTest
2021-02-27LibRegex: Implement section B.1.4. of the ECMA262 specAnotherTest
2021-02-27LibGfx: Fix read buffer overflow in interlaced GIF decodeLuke
2021-02-27Meta: Enable qemu virtualization acceleration on macJakub Berkop
2021-02-26Kernel: Fix HPET timer structure layoutTom
2021-02-26LibCpp: Don't fail when encountering #elif statementsItamar
2021-02-26LanguageServers/Cpp: Don't VERIFY that a file could be foundItamar
2021-02-26Net: use KBuffer::capacity() when checking if we can reuse bufferAdam Sandberg Ericsson
2021-02-26Ext2FS: Make block list flushing a bit less aggressiveAndreas Kling
2021-02-26Ext2FS: Move block list computation from Ext2FS to Ext2FSInodeAndreas Kling
2021-02-26Ext2FS: Don't hog FS lock while reading/writing inodesAndreas Kling
2021-02-26Ext2FS: Remove unnecessary locking in find_block_containing_inode()Andreas Kling
2021-02-26Ext2FS: Remove unnecessary lock in Ext2FS::write_ext2_node()Andreas Kling
2021-02-26Kernel: Take FS lock in BlockBasedFS during seek/read/write operationsAndreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26LibJS: Re-enable "reassignment to const" testspeles
2021-02-26LibJS: Set declared for-in and for-of variables as first time.speles
2021-02-26LibJS: Respect declaration kind for variables inside functionsspeles
2021-02-26Revert "Ext2FS: Don't reload already-cached block list when freeing inode"Andreas Kling
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