summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-06Ports: Update Python to 3.9.5Linus Groh
2021-05-06LookupServer: Remove some unnecessary "rc" temporariesAndreas Kling
2021-05-06LookupServer: Check the return value after calling unveil()Andreas Kling
2021-05-06Base: Remove unnecessary UID separation of multi-process BrowserAndreas Kling
2021-05-06TextEditor: Minor cleanups in the FileArgument classAndreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-06WindowServer: Don't let clients start resize of non-resizable windowsAndreas Kling
2021-05-06LibGUI: Don't show resize corner in non-resizable window's statusbarAndreas Kling
2021-05-06LibC: Lazily initialize malloc chunksGunnar Beutner
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-06DHCPClient: Handle invalid DHCP responses more gracefullyGunnar Beutner
2021-05-06Kernel: Truncate UDP packets on readGunnar Beutner
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo
2021-05-06LibGUI: Clear undo stack when opening a new documentCarlos César Neves Enumo
2021-05-05Meta: Add "Human language policy" to CONTRIBUTING.mdAndreas Kling
2021-05-05Kernel: Allow remapping Caps Lock to Control (#6883)Spencer Dixon
2021-05-05LibGUI: Add ScrollableContainerWidget :^)Andreas Kling
2021-05-05LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()Andreas Kling
2021-05-05LibSQL: Fix incorrect return typesGunnar Beutner
2021-05-05Solitaire: Decrease new game animation delayTimothy Flynn
2021-05-05Solitaire: Add statusbar segment to display elapsed timeTimothy Flynn
2021-05-05LibGUI: Allow specifying GUI::Statusbar segment count in GMLTimothy Flynn
2021-05-05Solitaire: Add a GUI::Statusbar to the Solitaire windowTimothy Flynn
2021-05-05Solitaire: Only start timer when the timer event is neededTimothy Flynn
2021-05-05Solitaire: Refactor painting logic to accomodate to-be-added widgetsTimothy Flynn
2021-05-05Solitaire: Don't invoke srand multiple timesTimothy Flynn
2021-05-05Solitaire: Convert Solitaire GUI to a frameTimothy Flynn
2021-05-05Solitaire: Convert Solitaire window to be created from GMLTimothy Flynn
2021-05-05Solitaire: Place files in Solitaire namespace and rename main widgetTimothy Flynn
2021-05-05Solitaire: Replace self-owned timer with Core::Object's timerTimothy Flynn
2021-05-05Solitaire: Bump stacked cards down to reveal suitTimothy Flynn
2021-05-05Meta: Enable linting of shell scripts under ToolchainBrian Gianforcaro
2021-05-05Toolchain: Fix expansion bugs and make BuildIt.sh shellcheck compliantBrian Gianforcaro
2021-05-05Toolchain: Make BuildFuseExt2.sh shellcheck compliantBrian Gianforcaro
2021-05-05Toolchain: Make BuildPython.sh shellcheck compliantBrian Gianforcaro
2021-05-05Base: Start LookupServer on bootSergey Bugaev
2021-05-05LookupServer: Implement basic mDNS support :^)Sergey Bugaev
2021-05-05LookupServer: Implement DNSName::operator==()Sergey Bugaev
2021-05-05Kernel: Implement IP multicast supportSergey Bugaev
2021-05-05Meta: Add action to tweet each commit on pushIdan Horowitz
2021-05-05Kernel: Fix `write`s to `ProcFS` (#6879)Spencer Dixon
2021-05-05Documentation: Update FAQ a bit and move it into Documentation/Andreas Kling
2021-05-05AK: Add a Variant<Ts...> implementationAli Mohammad Pur
2021-05-05AK: Export integer_sequence_generate_array()Ali Mohammad Pur
2021-05-05AK: Add min() and max() methods to Array<T, N>Ali Mohammad Pur
2021-05-05Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)Brian Gianforcaro
2021-05-05Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)Brian Gianforcaro
2021-05-05Kernel: Remove shadowing member variable from FileDescriptionBlockerTom
2021-05-05LibWeb: Remove double comma in FrameLoader debug loggingIdan Horowitz
2021-05-05LibJS/Tests: Use hasOwnProperty() for duplicate test checkLinus Groh