summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30Taskbar: Set min/max size for taskbar buttonsAndreas Kling
2020-12-30LibGUI: Add min/max sizes to GUI::WidgetAndreas Kling
2020-12-29Build: Expose symbols SECTION_start and SECTION_size for embedded resources.William Marlow
2020-12-29LibWeb: Expose three more attribute methods on ElementLuke
2020-12-29LibGUI: offset value by minimum to ensure proper rendering of slidersIdan Horowitz
2020-12-29CrashReporter: Tweak width of spacer widget by 1pxLinus Groh
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-29LibJS: Don't save rule start positions along with the parser stateAnotherTest
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