summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-05Piano: Set some nice defaultsWilliam McPherson
2020-02-05Piano: Add releaseWilliam McPherson
2020-02-05Piano: Add attackWilliam McPherson
2020-02-05Piano: Add sustainWilliam McPherson
2020-02-05Piano: Make decay more accurateWilliam McPherson
2020-02-05Piano: Remove phony multiple same note playbackWilliam McPherson
2020-02-05Piano: Fix default knob valuesWilliam McPherson
2020-02-04Kernel: Add support for vmmouseLiav A
2020-02-04WindowServer: Fix the drain mouse mechanismLiav A
2020-02-04WindowServer: Preliminary absolute mouse positioning supportSergey Bugaev
2020-02-04Kernel: Stub absolute mouse positioning supportSergey Bugaev
2020-02-03LibC: Add byteswap.h, forwarding bswap_N to GCC builtinsKenzi Jeanis
2020-02-03build-root-filesystem.sh: Set umask to 0022Peter Wang
2020-02-03LibC: Copy the net directory into /usr/include during buildKenzi Jeanis
2020-02-03LibC: Implement getsid()Sergey Bugaev
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-02-03LibC: Implement isblank()Sergey Bugaev
2020-02-03AK: The <cxxabi.h> header is not available during Toolchain buildAndreas Kling
2020-02-02ProfileViewer: Only show live allocations by defaultAndreas Kling
2020-02-02ProfileViewer: Add basic support for loading "perfcore" filesAndreas Kling
2020-02-02LibC: Allow opting into malloc() and free() performance event loggingAndreas Kling
2020-02-02Kernel: Start working on a syscall for logging performance eventsAndreas Kling
2020-02-02Kernel: Remove unnecessary forward declaration in SlabAllocatorAndreas Kling
2020-02-02AK: Turn demangling back on for userspaceAndreas Kling
2020-02-02Kernel: Update Thread::raw_backtrace() signature to use uintptr_tAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02Terminal: Remove an unused variableAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02DisplayProperties: Highlight current wallpaper settings.asliturk
2020-02-02LibGUI: Save current wallpaper setting to WindowManager.ini.asliturk
2020-02-02WindowServer: Fix for Changing Screen Resolution Resets.Hüseyin ASLITÜRK
2020-02-02Minesweeper: Make sure first tile revealed is always blank (#1164)pfg
2020-02-02Userland: useradd utilityJesse Buhagiar
2020-02-02LibC: Implement `putpwent()`Jesse Buhagiar
2020-02-02LibC: Implement append modes for `fopen()`Jesse Buhagiar
2020-02-02LibC: Move `FILE` definition to bits/FILE.hJesse Buhagiar
2020-02-02Meta: Claim copyright on files added by meAndrew Kaster
2020-02-02FileManager: Scope actions to the window where they logically belongAndreas Kling
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-02-02LibCore: is<CObject>(object) should not default to trueAndreas Kling
2020-02-02Kernel: Detect devices when enumerating the PCI busLiav A
2020-02-02Partition Table: Change Script filesLiav A
2020-02-02Partition Table: Add support for Extended partitionsLiav A
2020-02-02Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]Liav A
2020-02-01Ports: Add klong language portAndreas Kling
2020-02-01Ports: Add ed port (#1159)Brian Callahan
2020-02-01LibCore: Fix CArgsParser build on my host machineAndreas Kling
2020-02-01AK: #ifdef out the contents of SharedBuffer on other platformsAndreas Kling
2020-02-01Documentation: Explain compilation of small changes and portsOliver Kraitschy