summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-06Lagom: Add a tiny JSON test appAndreas Kling
2020-02-06AK: Add some missing "inline" keywords in JsonObject.hAndreas Kling
2020-02-06Lagom: Remove the bitrotted SimpleIPC test programAndreas Kling
2020-02-06Piano: Add export actionWilliam McPherson
2020-02-06Piano: Fix roll playback at startupWilliam McPherson
2020-02-06Piano: Move piano roll internals to AudioEngineWilliam McPherson
2020-02-06LibAudio: Implement Audio::WavWriterWilliam McPherson
2020-02-06Meta: Oops, remove duplicate mention of desktop gamesAndreas Kling
2020-02-06Meta: Edit the ReadMe a little bit :^)Andreas Kling
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Merge the CSyscallUtils namespace into CoreAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSlider and VerticalSlider convenience classesAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Unpublish FloatPoint from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish FloatSize from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish FloatRect from the global namespaceAndreas Kling
2020-02-06LibPthread: Install immediately after buildingAndreas Kling
2020-02-06LibM: Install immediately after buildingAndreas Kling
2020-02-06Kernel: memset() all siginfo_t structs after creating themAndreas Kling
2020-02-06Kernel: Fix sys$waitid(P_ALL, WNOHANG) return valueSergey Bugaev
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
2020-02-06Ports: Improve port build sriptEmanuel Sprung
2020-02-06Ports: Added build script to build all portsEmanuel Sprung
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06AK: Add missing StdLibExtras.h include in Optional.hAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-05Kernel Commandline: Change nopci_mmio to be pci_mmioLiav A
2020-02-05Kernel Commandline: Change no_vmmouse boot argument to be vmmouseLiav A
2020-02-05Kernel Commandline: Remove noacpi & noacpi_aml boot argumentsLiav A
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
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