index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-02-11
LibGfx: Add Rect::operator!=(Rect)
Andreas Kling
2020-02-11
LibGUI: Add a Widget::did_layout() that gets called after layout
Andreas Kling
2020-02-11
LibGUI: Factor out Splitter hit testing into a separate function
Andreas Kling
2020-02-11
LibGfx: Assert that an empty bitmap is not created
Shannon Booth
2020-02-10
LibGUI: Single-line GUI::TextEditor should not have "go to line" action
Andreas Kling
2020-02-10
Kernel+LibC: Merge sys$stat() and sys$lstat()
Andreas Kling
2020-02-10
LibCore: TCP and UDP servers should parent Notifiers to themselves
Andreas Kling
2020-02-10
LibAudio/Piano: Replace floats with doubles
William McPherson
2020-02-10
LibAudio/aplay: Handle WAV header errors properly
William McPherson
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
LibELF: Use VirtualAddress class from LibBareMetal
Liav A
2020-02-09
LibBareMetal: Add Memory definitions
Liav A
2020-02-09
LibC: Apply a change for the Bootstrapper environment
Liav A
2020-02-09
LibBareMetal: Creating a new library for freestanding environments
Liav A
2020-02-09
LibCore: Add File::is_directory() helpers
Andreas Kling
2020-02-09
LibCore: Allow constructing a Core::HttpRequest from a raw HTTP request
Andreas Kling
2020-02-08
LibGfx: Naive RGB/HSV conversion
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibAudio: Implement Audio::WavWriter
William McPherson
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
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
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
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
LibProtocol: Rename namespace LibProtocol => Protocol
Andreas Kling
2020-02-05
LibDraw: Override set_{non,}volatile in GIFLoader
joshua stein
2020-02-05
LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0
joshua stein
2020-02-05
LibGUI: Don't specify LibC/ for standard includes
joshua stein
[next]