summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-05LibIPC: Remove IPC::Encoder overloads for size_tAndreas Kling
2020-02-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-05IPCCompiler: Remove outdated FIXMEAndreas Kling
2020-02-05IPCCompiler: Encode String length as i32, with <0 meaning null String()Andreas Kling
2020-02-05Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUGAndreas Kling
2020-02-05AK+IPCCompiler: Get rid of BufferStream overloads for size_tAndreas Kling
2020-02-05AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ullAndreas Kling
2020-02-05AK: Break String::number() overloads into i/l/ll and u/ul/ullAndreas Kling
2020-02-05LibProtocol: Rename namespace LibProtocol => ProtocolAndreas Kling
2020-02-05Kernel: Move the VMWare helpers out of the IO namespaceLiav A
2020-02-05Kernel: Fix vmmouse detection methodLiav A
2020-02-05Kernel: Add support for high bandwidth IO communication with VMWareLiav A
2020-02-05LibDraw: Override set_{non,}volatile in GIFLoaderjoshua stein
2020-02-05IPCCompiler: Encode/decode string lengths as native size_t, not intjoshua stein
2020-02-05Piano: Fix building with clangjoshua stein
2020-02-05LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0joshua stein
2020-02-05AK: Support 64-bit integers in BufferStreamjoshua stein
2020-02-05Welcome: Pass -m to ld to fix building with clang/lldjoshua stein
2020-02-05TTYServer: Include AK/LogStream.h for dbg()joshua stein
2020-02-05WindowServer: Remove unused s_checkbox_or_icon_paddingjoshua stein
2020-02-05SystemMonitor: Fix building with clangjoshua stein
2020-02-05LibGUI: Don't specify LibC/ for standard includesjoshua stein
2020-02-05LibGUI: Remove unused m_layout_dirtyjoshua stein
2020-02-05FileManager: Include limits.h for PATH_MAXjoshua stein
2020-02-05FileManager: Fix building with clangjoshua stein
2020-02-05LibDraw: Fix building with clangjoshua stein
2020-02-05LibDraw: Make [gs]et_pixel arguments usedjoshua stein
2020-02-05LibDraw: Don't specify LibC/ in standard include pathsjoshua stein
2020-02-05LibThread: Store thread id as pthread_t, use pthread_self()joshua stein
2020-02-05LibIPC: Add support for 64-bit size_t in IEncoderjoshua stein
2020-02-05LibCore: Fix building with clangjoshua stein
2020-02-05FileManager: Include sys/stat.h for struct statjoshua stein
2020-02-05HexEditor: Remove unused m_hover_posjoshua stein
2020-02-05FileManager: Remove unused m_row variablejoshua stein
2020-02-05LibC: Move struct stat to sys/stat.hjoshua stein
2020-02-05AK: Add support for 64-bit size_tjoshua stein
2020-02-05Ports: Add mrsh portSergey Bugaev
2020-02-05Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap itSergey Bugaev
2020-02-05Kernel+LibC: Add some Unix signal types & definitionsSergey Bugaev
2020-02-05LibC: Fix misplaced braceSergey Bugaev
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