summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-21LibVT: Don't paint selection with opacityLinus Groh
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest
2021-02-21LibLine: Make clear_lines() work when only clearing the current lineAnotherTest
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-21Kernel: Add "map_fixed" pledge promiseAndreas Kling
2021-02-21LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBarsTom
2021-02-21LibELF: Fix build with ELF_IMAGE_DEBUGAndreas Kling
2021-02-21Kernel: Make UNMAP_AFTER_INIT imply NEVER_INLINE as wellAndreas Kling
2021-02-21LibELF: Move DynamicObject::lookup_symbol() to DynamicLoaderAndreas Kling
2021-02-21LibELF: Make SymbolLookupResult::address a VirtualAddressAndreas Kling
2021-02-21LibELF: Simplify DynamicObject::Symbol class a bitAndreas Kling
2021-02-21LibELF: Make symbol lookup functions return Optional<Symbol>Andreas Kling
2021-02-21LibELF: Remove "always bind now" global flagAndreas Kling
2021-02-21LibELF+DynamicLoader: Rename DynamicObject::construct() => create()Andreas Kling
2021-02-21LibELF: Fix various clang-tidy warningsAndreas Kling
2021-02-20LibELF: Use StringView instead of "const char*" in dynamic linker codeAndreas Kling
2021-02-20Run: Prevent printing [null] in case of empty history (#5433)Sameem Zahoor Taray
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-20WindowServer: Improve small tooltips/windows shadows a bitTom
2021-02-20LibGUI: Always set tree column content width to widest open nodethankyouverycool
2021-02-20LibGUI: Recheck size excesses when scrollbars become visiblethankyouverycool
2021-02-20LibGUI: Set IconView content width to actual content onlythankyouverycool
2021-02-20DynamicLoader: Always make .data segment read+writeAndreas Kling
2021-02-20AK: Make Nonnull*PtrVector use size_t for indexesAndreas Kling
2021-02-20Ports: Update vttest version in AvailablePorts.mdLinus Groh
2021-02-20Kernel: Mark some IDEController functions with UNMAP_AFTER_INITAndreas Kling
2021-02-20Kernel: Don't take debug logging lock in sprintf()Andreas Kling
2021-02-20AK: Remove unused kprintf macroAndreas Kling
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2021-02-20LibVT: Oops, fix dbgln() invocation mistakeAndreas Kling
2021-02-20LibCpp: Replace dbgprintf() with outln()Andreas Kling
2021-02-20LibTLS: Replace dbgprintf() with dbgln()Andreas Kling
2021-02-20LibVT: Put "unimplemented escape" whining on debug logAndreas Kling
2021-02-20LibVT: Implement switching between 80/132 column modes (DECCOLM)Andreas Kling
2021-02-20Terminal+LibVT: Resize Terminal app window when requested by VTAndreas Kling
2021-02-20LibVT: Give proper names to remaining VTxxx control functionsAndreas Kling
2021-02-20Ports: Update vttest to latest versionAndreas Kling
2021-02-20LibVT: Give proper names to SD and SUAndreas Kling
2021-02-20LibVT: Move control function doc comments to Terminal.h headerAndreas Kling
2021-02-20LibVT: Give proper names to SCOSC and SCORCAndreas Kling
2021-02-20Base: Update path in js(1) manpage exampleLinus Groh
2021-02-20Base: Mention -n option in echo(1) manpageLinus Groh
2021-02-20Base: Tweak ddate(1) manpage taglineLinus Groh
2021-02-20Base: Unify synopsis format in manpagesLinus Groh
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-20LibCpp: Store filename in ASTNodesItamar
2021-02-20HackStudio: Always use relative paths when opening project filesItamar
2021-02-20AK: Add LexicalPath::relative_pathItamar
2021-02-20HackStudio: Display identifiers as clickableItamar