summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
2020-12-27LibGUI: Select the edited text by default in StringModelEditingDelegateAndreas Kling
2020-12-27LibGUI: Make IconView return a larger content rect for editingAndreas Kling
2020-12-27LibGUI+WindowServer: Tweak hover shadows slightlyAndreas Kling
2020-12-27Base+Playground: Add app-playground.png 16x16 and 32x32 iconsLinus Groh
2020-12-27LibGUI: Include LibGfx/Bitmap.h in Icon.hLinus Groh
2020-12-27Playground: Pre-populate the text editor with some GMLLinus Groh
2020-12-27Base: Add Playground.afLinus Groh
2020-12-27LibCore: Add Object::remove_all_children()Linus Groh
2020-12-27Kernel: Allow sys$rename() to rename symlinksAndreas Kling
2020-12-27Base: Flip shortcut emblem icons horizontallyAndreas Kling
2020-12-27Terminal: Tweak settings window layout slightlyAndreas Kling
2020-12-27Base: Add some default desktop iconsAndreas Kling
2020-12-27FileManager: Layout the desktop icons from top-to-bottom :^)Andreas Kling
2020-12-27LibGUI: Support top-to-bottom flow in IconViewAndreas Kling
2020-12-27LibGUI: Move some large IconView internal helpers to the .cpp fileAndreas Kling
2020-12-27Kernel: Tag more methods and types as [[nodiscard]]Brian Gianforcaro
2020-12-27AK: Add NO_DISCARD macro to allow clang-format friendly class annotationsBrian Gianforcaro
2020-12-27Documentation: Update macOS build instructions cask invocation (#4561)Nathan Lanza
2020-12-27Kernel: Take into account the time keeper's frequency (if no HPET)Tom
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-12-27LibGUI: Use FileIconProvider in RunningProcessesModelAndreas Kling
2020-12-27SystemMonitor: Fetch process icons from their executableAndreas Kling
2020-12-27Kernel: Expose process executable paths in /proc/allAndreas Kling
2020-12-27Kernel: Lock target process when generating core dumpAndreas Kling
2020-12-27paste: Don't read past clipboard data buffer sizeLinus Groh
2020-12-26Kernel: Remove subheap from list before removing memoryTom
2020-12-26DevTools: Add a simple GML Playground application :^)Andreas Kling
2020-12-26CMake: Generate SONAME attribute for shared objectsItamar
2020-12-26Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'AnotherTest
2020-12-26LibTLS: Fix TLS breakage after ByteBuffer => Span conversionAndreas Kling
2020-12-26LibGUI: Make the LinkLabel widget keyboard-friendlyAndreas Kling
2020-12-26MenuApplets: Username: init app early, pledge early, do not unveil /tmpBrendan Coles
2020-12-26SystemServer: Set HOME for servicesSergey Bugaev
2020-12-26SystemServer: Port to Core::AccountSergey Bugaev
2020-12-26LibGUI: Set LinkLabel tooltip if text can't fit the widgetAndreas Kling
2020-12-26LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtualAndreas Kling
2020-12-26LibGUI: Minor tweaks to the GUI::LinkLabelAndreas Kling
2020-12-26LibGUI: Rename Link => LinkLabelAndreas Kling
2020-12-26Profiler: Show the name & PID of process being profiledAndreas Kling
2020-12-26AK: Fix busted Trie testAnotherTest
2020-12-26AK: Make AK::IsSame<T, U>::value a constexpr boolAnotherTest
2020-12-26Kernel: Implement unveil() as a prefix-treeAnotherTest
2020-12-26AK: Add a prefix tree implementationAnotherTest
2020-12-26Meta: Make lint-shell-scripts.sh happyAnotherTest
2020-12-26Profiler: Show a GUI message box with the error when profiling failsAndreas Kling
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-26LibC: Enable compiler warnings for scanf and strftime format stringsSahan Fernando
2020-12-26Everywhere: Add -Wformat=2 to buildSahan Fernando
2020-12-26LibC: Fix some incorrect printf usagesSahan Fernando