summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-29LibWeb: Fix character references losing characters in certain situationsLuke
2020-12-29Userland: Make `test' accept single-digit negative numbersAnotherTest
2020-12-29Shell: Fix wrong step value for brace rangesAnotherTest
2020-12-29Shell: Add runtime errors and implement break/continueAnotherTest
2020-12-29Shell: Make for/match/functions put their variables only in the new scopeAnotherTest
2020-12-29Shell: Add a 'glob' builtinAnotherTest
2020-12-29Kernel: Hold InodeVMObject reference while inspecting it in sys$mmap()Andreas Kling
2020-12-29Kernel: Remove unnecessary non-const Inode::shared_vmobject()Andreas Kling
2020-12-29Applications: Add CrashReporter :^)Linus Groh
2020-12-29LibCoreDump+CrashDaemon: Add and use CoreDump::BacktraceLinus Groh
2020-12-29LibELF: Add MemoryRegionInfo::object_name()Linus Groh
2020-12-29LibGUI: Consider comment tokens in GMLParserLinus Groh
2020-12-29LibGUI: Register Label "text_alignment" propertyLinus Groh
2020-12-29LibGUI: Register TextEditor "mode" propertyLinus Groh
2020-12-29LibCore: Add REGISTER_TEXT_ALIGNMENT_PROPERTY macroLinus Groh
2020-12-29LibCore: Add REGISTER_ENUM_PROPERTY macroLinus Groh
2020-12-29LibGUI: Register the ImageWidget and LinkLabel widgetsLinus Groh
2020-12-29LibGUI: Move REGISTER_WIDGET(GUI, TabWidget) to Widget.cppLinus Groh
2020-12-29LibGUI: Set default value of LinkLabel text argument to a null stringLinus Groh
2020-12-29LibCoreDump: Make for_each_thread_info() callback arg a referenceLinus Groh
2020-12-29LibCoreDump: Make for_each_memory_region_info() callback arg a referenceLinus Groh
2020-12-29LibCoreDump: CoreDumpReader => CoreDump::ReaderLinus Groh
2020-12-29AK: Add HashMap(std::initializer_list<Entry>) constructorLinus Groh
2020-12-29LibJS: Uncomment the tests that pass nowEgor Ananyin
2020-12-29LibM: Reimplement some functions using FPUEgor Ananyin
2020-12-29Inspector: unveil("/bin", "r") so it can show app iconsLinus Groh
2020-12-29Userland: Add readelf utilityBrendan Coles
2020-12-29LibELF: Don't try to call mremap() on macOSAndreas Kling
2020-12-29LibJS: `save_state()' before creating a RulePositionAnotherTest
2020-12-29AK+Format: Accept unsigned long in replacement fields.asynts
2020-12-29AK: Allow trailing '*'s in a glob pattern to match nothingAnotherTest
2020-12-29Themes: Sunshine: Tweak window-close 16x16 iconBrendan Coles
2020-12-29DynamicLoader: Only remap text segments private if there are textrelsAndreas Kling
2020-12-29Kernel+LibC: Add a very limited sys$mremap() implementationAndreas Kling
2020-12-29Themes: Add Sunshine theme 16x16 window iconsBrendan Coles
2020-12-29Kernel/VM: Make local_offset in PhysicalRegion::find_one_free_page unsignedLuke
2020-12-29Kernel/VM: Make local_offset in PhysicalRegion::free_page_at unsignedLuke
2020-12-29Base: Add pape man page documentationBrendan Coles
2020-12-29Spreadsheet: Show a small inline doc window for the "current" functionAnotherTest
2020-12-29Spreadsheet: Highlight the source causing an exception in redAnotherTest
2020-12-29LibJS: Track source positions all the way down to exceptionsAnotherTest
2020-12-29Spreadsheet: Add a 'contents' getter/setter to PositionAnotherTest
2020-12-29LibWeb: Fill OOPWV with the palette base color until we have pixelsAndreas Kling
2020-12-29LibGUI: Enforce the SelectionMode in AbstractView::set_cursor()Andreas Kling
2020-12-29LibGUI: Make FilePicker a little smaller by defaultAndreas Kling
2020-12-29LibGUI: Tweak FilePicker's default titlesAndreas Kling
2020-12-29Revert "Kernel: Convert read_block method to get a reference instead of pointer"Andreas Kling
2020-12-28LibGfx+AK: Make text elision work with multi-byte charactersAndreas Kling
2020-12-28LibGfx: Make Painter::draw_text() interpret StringView as UTF-8Andreas Kling
2020-12-28LibTextCodec: Fix minor errors in Latin2 decoderLukasz Maciejewski