1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:47:48 +00:00
serenity/Libraries
Andreas Kling d31ddf9aaa Painter: Fix off-by-one in bounding rects for right-aligned text
Another instance of "Rect::right() is the last pixel *inside* the rect,
not the first pixel outside the rect" messing me up.
2019-08-09 19:51:14 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC Kernel+LibC: Support passing O_CLOEXEC to pipe() 2019-08-05 16:04:31 +02:00
LibCore LibCore: Initialise m_port as zero in CSocketAddress 2019-08-06 15:06:20 +02:00
LibDraw Painter: Fix off-by-one in bounding rects for right-aligned text 2019-08-09 19:51:14 +02:00
LibGUI GTableView: Add a mode for automatically sizing column to fit content 2019-08-09 19:30:24 +02:00
LibHTML LibHTML: Make some use of Vector::empend(). 2019-08-01 16:50:15 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00