summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25LibGUI: Make scrollbars keep scrolling by page while clicking the gutterNico Weber
2020-08-25LibGUI: Keep scrollbar timer active while mouse is downNico Weber
2020-08-25LibGUI: Extract ScrollBar::update_hovered_component() methodNico Weber
2020-08-25LibGUI: Extract ScrollBar::component_at_position() methodNico Weber
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-25LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_activeNico Weber
2020-08-25LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...Nico Weber
2020-08-25LibGUI: Make ScrollBar shift-click use same code path as scrubber clickNico Weber
2020-08-25AK: TestSuite: Define assert macros with do { } while(0). (#3292)Paul Scharnofske
2020-08-25Kernel: Optimize SlabAllocator to be lock-freeTom
2020-08-25Kernel: Copy command line to a safe placeTom
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-25Kernel: Fix kmalloc memory corruptionTom
2020-08-25Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-25Spreadsheet: Add "Save As"AnotherTest
2020-08-25LibGUI: Add a save_as common actionAnotherTest
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-25HackStudio: Add a registers view for the current function in debug modeLuke
2020-08-25HackStudio: Add a disassembly view for the current function in debug modeLuke
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-25Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8Luke
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-25Documentation: Update BuildInstructions.mdSergio Ahumada
2020-08-24LibGUI: Pressing Return in an editable TableView should begin editingAndreas Kling
2020-08-24LibGUI: Return focus to view when stopping editingAndreas Kling
2020-08-24LibGUI: Always update() after changing AbstractView sort column/orderAndreas Kling
2020-08-24LibGUI: Allow moving the TableView selection horizontally with keyboardAndreas Kling
2020-08-24LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)Andreas Kling
2020-08-24Spreadsheet: Add back the menubarAnotherTest
2020-08-24Spreadsheet: Fix crash when a row number is selectedAnotherTest
2020-08-24Spreadsheet: Avoid crashing when a cell is created mid-updateAnotherTest
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
2020-08-24LibC: Remove unused data member in the qsort() implementationAndreas Kling
2020-08-24SystemMonitor: Tweak processor feature display a little bitAndreas Kling
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-24LibGUI: Calculate the text rect correctly in AbstractTableViewAnotherTest
2020-08-24Spreadsheet: Reformat the runtime file to comply with js standardsAnotherTest
2020-08-24Meta: Move prettier config files to the root of the repositoryAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Add a topbar with a text editorAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest
2020-08-24AK: Add URL::create_with_data() to create data URLsAnotherTest
2020-08-24LibGUI: Make AbstractTableView and TableView more customisableAnotherTest
2020-08-24LibJS: Make Date.getUTCSeconds() call through to LibCNico Weber
2020-08-24LibJS: Make Date's tuple constructor correctly handle out-of-range argumentsNico Weber
2020-08-24LibCore: Make DateTime::create() and set_time() handle out-of-range valuesNico Weber
2020-08-24LibCore: Less code duplication in DateTimeNico Weber
2020-08-24LibC: Make mktime() / gmtime() more POSIX-compliantNico Weber
2020-08-24LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...Nico Weber