summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-06Kernel: Fix strange looking output on unhandled page faultAndreas Kling
2020-03-06AK: Remove Optional::operator bool()Andreas Kling
2020-03-06LibC: Implement time formatting functions, partially support timezonehowar6hill
2020-03-06Init Stage: Allow to boot with smp=onLiav A
2020-03-06Kernel: Simplify APIC::enable()Liav A
2020-03-06Kernel: Enable IRQs before sending commands to devicesLiav A
2020-03-06CPU: Allow to use IRQs in range of 50 to 178Liav A
2020-03-06Kernel: Acquire ISA interrupt overrides from Interrupt ManagementLiav A
2020-03-06Kernel: Print MultiProcessor featuresLiav A
2020-03-06Kernel: Unmap non-readable pagesAndreas Kling
2020-03-06Inspector: Use pledge() and unveil()Andreas Kling
2020-03-06AK: Simplify JsonObject and JsonArray API a little bitAndreas Kling
2020-03-05LibGUI: Fix missing equality checks in Window::did_remove_widget()Andreas Kling
2020-03-05FileManager: Fix asserts on checking properties of symlinksTibor Nagy
2020-03-05Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.hLiav A
2020-03-05Kernel: Call ACPI reboot method first if possibleLiav A
2020-03-05Keymap: Add ABNT2 keymap (#1347)Andreas Kling
2020-03-05Keymap: Add GB keymap layoutBenJilks
2020-03-05FileManager: Fix group names in the file properties dialogTibor Nagy
2020-03-05LibGUI: Fix group name columns in FileSystemModelTibor Nagy
2020-03-05Inspector: Store remote object addresses as uintptr_t instead of StringAndreas Kling
2020-03-05Inspector: Handle multi-packet RPC responsesAndreas Kling
2020-03-05Inspector: Make properties editable :^)Andreas Kling
2020-03-05LibGUI: Implement set_property() on Widget and AbstractButtonAndreas Kling
2020-03-05LibCore: Add a way to set an individual Core::Object property remotelyAndreas Kling
2020-03-05LibGUI: Make the ModelEditingDelegate constructor protectedAndreas Kling
2020-03-05LibGUI: Forget some of Window's widgets eagerly on widget unparentingAndreas Kling
2020-03-05LibGUI+Inspector: Highlight the currently remotely inspected widgetAndreas Kling
2020-03-05LibCore: Allow RPC clients to specify the currently inspected objectAndreas Kling
2020-03-05Inspector: Add special icon for timer objectsAndreas Kling
2020-03-05Inspector: Don't show child count in remote object treeAndreas Kling
2020-03-05Inspector: Add a special icon for layout classesAndreas Kling
2020-03-05LibGUI: Make the default window title "GUI::Window"Andreas Kling
2020-03-05Inspector: Make the window icon show up for Window objects againAndreas Kling
2020-03-05LibGUI: Make Layout a Core::Object and add basic serializationAndreas Kling
2020-03-05Inspector: Stringify remote property valuesAndreas Kling
2020-03-04Ports: Build ncurses with --with-tlib=tinfoAndreas Kling
2020-03-04LibGUI: Ignore keyboard and mouse events in disabled widgetsAndreas Kling
2020-03-04LibGUI: Remove unused GUI::Widget::click_event()Andreas Kling
2020-03-04LibGUI: TextEditor should paint text with disabled color when disabledAndreas Kling
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibBareMetal: Don't try to print characters from a null pointerAndreas Kling
2020-03-04AK: LogStream should handle being passed a null const char*Andreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04Userland: Add du programhowar6hill
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-03-03LibGUI: Save some more state from AbstractButtonAndreas Kling
2020-03-03Userland: Speed up the execution of the cut command.marprok