summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30TextEditor: Show "Untitled" when there's no current document pathAndreas Kling
2020-12-30CrashDaemon: Move from Applications to ServicesAndreas Kling
2020-12-30DisplaySettings: Push the bottom buttons to the bottom the windowAndreas Kling
2020-12-30Terminal: Tweak settings window slightlyAndreas Kling
2020-12-30LibGUI: Give a default min-width to a bunch of widgetsAndreas Kling
2020-12-30CrashReporter: Don't keep the coredump file open longer than necessaryAndreas Kling
2020-12-30DisplaySettings: Convert the GUI to GML :^)Andreas Kling
2020-12-30LibGUI: Register GUI::ComboBox :^)Andreas Kling
2020-12-30LibGUI: Remove unused Widget backcolor/forecolor propertiesAndreas Kling
2020-12-30Shell: Implement a very basic exec builtinWilliam Marlow
2020-12-30AK: Make binary_search signature more generic.asynts
2020-12-30HexEditor: Ignore control keys in text modeGal Horowitz
2020-12-30LibKeyboard: get_char now handles e0 prefix for control keysGal Horowitz
2020-12-30Kernel: Fix HPET::update_time to set ticks within the valid rangeTom
2020-12-30LibGUI: Unbreak GUI::ScrollBar default sizeAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI+LibCore: Remove the GUI::SizePolicy enumAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-30LibGUI: Make Layout::margins() return a const referenceAndreas Kling
2020-12-30SystemMonitor: Use new-style widget size constraintsAndreas Kling
2020-12-30LibGUI: Add fixed_size/fixed_width/fixed_height helpers to WidgetAndreas Kling
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