summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09LibJS: Integrate Symbols into objects as valid keysMatthew Olsson
2020-07-09LibJS: Add test for well-known symbolsMatthew Olsson
2020-07-09LibJS: Uncomment remaining symbol testsMatthew Olsson
2020-07-09LibJS: Move global symbol map from SymbolObject to InterpreterMatthew Olsson
2020-07-09UserspaceEmulator: Tidy up SoftCPU's general purpose registersAndreas Kling
2020-07-09Kernel: Fix some flaws that caused crashes or hangs during bootTom
2020-07-09Shell: Pledge sigactionTom
2020-07-09Shell: Handle signals asynchronouslyTom
2020-07-09LibCore: Add register_signal and unregister_signal to EventLoopTom
2020-07-09AK: HashTable/HashMap return whether action was performed for set/removeTom
2020-07-09LibVT: Set scrollbar page sizeTom
2020-07-09LibGUI: Make scrollbar thumb size relative to content sizeTom
2020-07-09Kernel: Protect Inode list with SpinLock (#2748)Tom
2020-07-09LibGUI: Implement IconView auto-scrolling when trying to select items out of ...Tom
2020-07-09UserspaceEmulator: Add an initial stack and implement PUSH/POP reg32Andreas Kling
2020-07-09UserspaceEmulator: Start sketching out a SoftMMU class :^)Andreas Kling
2020-07-09UserspaceEmulator: Start executing in _start() instead of main()Andreas Kling
2020-07-08Base+Demos: Add icons to WidgetGallerythankyouverycool
2020-07-08Kernel: Detect syscall/sysenter supportTom
2020-07-08LibWeb: Don't call did_layout in non-main frame documentsKevin Meyer
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-07-07LibLine: Add ctrl-t shortcut for transposing charactersNico Weber
2020-07-07WindowServer: Apply the "wait" cursor to unresponsive windowsLinus Groh
2020-07-07WidgetGallery: Add "Cursors" tabLinus Groh
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableViewLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-07-07Piano: Make menu bar consistent with other appsNico Weber
2020-07-07Shell: Suggest aliases when completing program names :^)AnotherTest
2020-07-07UserspaceEmulator: Implement XOR_RM32_reg32Andreas Kling
2020-07-07UserspaceEmulator: Add arithmetic CPU flagsAndreas Kling
2020-07-07UserspaceEmulator: Break out of emulation when hitting a RETAndreas Kling
2020-07-07UserspaceEmulator: Start building a userspace X86 emulator :^)Andreas Kling
2020-07-07LibX86: Expose some more things on X86::InstructionAndreas Kling
2020-07-07LibX86: Add an abstract X86::Interpreter classAndreas Kling
2020-07-07LibEdit: Make Ctrl-d on an empty line mean EOD againNico Weber
2020-07-07Base: Add link to test-common.js in test-js(1) man pageLinus Groh
2020-07-07Help: Handle external linksLinus Groh
2020-07-07WindowServer: Turn an assertion that happens sometimes into a dbg()Andreas Kling
2020-07-07LibWeb: Turn floated display:inline elements into block-level elementsAndreas Kling
2020-07-07WindowServer: set_active_window() should not assume window has a clientAndreas Kling
2020-07-07Base: Add "alias ll='ls -l'" to /etc/shellrcLinus Groh
2020-07-07Base: Remove "alias sd=SystemDialog" from /etc/shellrcLinus Groh
2020-07-07man pages: Consistently use "Otherwise, " in the few places that said "^Else, "Nico Weber
2020-07-07Kernel: Fix checking BlockResultTom
2020-07-07Browser: Simplify the History class and fix back/forward history pushAndreas Kling
2020-07-07Shell: Skip creating a Join node when nothing was parsedAnotherTest
2020-07-07Help: Make section books open and close when toggledthankyouverycool
2020-07-07LibGUI: Add on_toggle function to TreeViewthankyouverycool