index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-06
Lagom: Add a tiny JSON test app
Andreas Kling
2020-02-06
AK: Add some missing "inline" keywords in JsonObject.h
Andreas Kling
2020-02-06
Lagom: Remove the bitrotted SimpleIPC test program
Andreas Kling
2020-02-06
Piano: Add export action
William McPherson
2020-02-06
Piano: Fix roll playback at startup
William McPherson
2020-02-06
Piano: Move piano roll internals to AudioEngine
William McPherson
2020-02-06
LibAudio: Implement Audio::WavWriter
William McPherson
2020-02-06
Meta: Oops, remove duplicate mention of desktop games
Andreas Kling
2020-02-06
Meta: Edit the ReadMe a little bit :^)
Andreas Kling
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Merge the CSyscallUtils namespace into Core
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatPoint from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatSize from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatRect from the global namespace
Andreas Kling
2020-02-06
LibPthread: Install immediately after building
Andreas Kling
2020-02-06
LibM: Install immediately after building
Andreas Kling
2020-02-06
Kernel: memset() all siginfo_t structs after creating them
Andreas Kling
2020-02-06
Kernel: Fix sys$waitid(P_ALL, WNOHANG) return value
Sergey Bugaev
2020-02-06
Ports: Added checksums / signature files and other fixes
Emanuel Sprung
2020-02-06
Ports: Improve port build sript
Emanuel Sprung
2020-02-06
Ports: Added build script to build all ports
Emanuel Sprung
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-06
AK: Add missing StdLibExtras.h include in Optional.h
Andreas Kling
2020-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-05
Kernel Commandline: Change nopci_mmio to be pci_mmio
Liav A
2020-02-05
Kernel Commandline: Change no_vmmouse boot argument to be vmmouse
Liav A
2020-02-05
Kernel Commandline: Remove noacpi & noacpi_aml boot arguments
Liav A
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-05
LibIPC: Remove IPC::Encoder overloads for size_t
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
IPCCompiler: Remove outdated FIXME
Andreas Kling
2020-02-05
IPCCompiler: Encode String length as i32, with <0 meaning null String()
Andreas Kling
2020-02-05
Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUG
Andreas Kling
2020-02-05
AK+IPCCompiler: Get rid of BufferStream overloads for size_t
Andreas Kling
2020-02-05
AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Break String::number() overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
LibProtocol: Rename namespace LibProtocol => Protocol
Andreas Kling
2020-02-05
Kernel: Move the VMWare helpers out of the IO namespace
Liav A
2020-02-05
Kernel: Fix vmmouse detection method
Liav A
[next]