1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Libraries/LibGfx
Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix
This feels a lot more consistent and Unixy:

    create_shared_buffer()   => shbuf_create()
    share_buffer_with()      => shbuf_allow_pid()
    share_buffer_globally()  => shbuf_allow_all()
    get_shared_buffer()      => shbuf_get()
    release_shared_buffer()  => shbuf_release()
    seal_shared_buffer()     => shbuf_seal()
    get_shared_buffer_size() => shbuf_get_size()

Also, "shared_buffer_id" is shortened to "shbuf_id" all around.
2020-02-28 12:55:58 +01:00
..
Bitmap.cpp Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
Bitmap.h Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
CharacterBitmap.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
CharacterBitmap.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Color.cpp AK, LibGfx, LibGUI: Initialize various variables to zero. 2020-02-25 10:18:46 +01:00
Color.h LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +01:00
DisjointRectSet.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
DisjointRectSet.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Emoji.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Emoji.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
FloatPoint.h LibGfx: Unpublish FloatPoint from the global namespace 2020-02-06 14:35:54 +01:00
FloatRect.h LibGfx: Unpublish FloatRect from the global namespace 2020-02-06 14:33:05 +01:00
FloatSize.h LibGfx: Unpublish FloatSize from the global namespace 2020-02-06 14:35:06 +01:00
Font.cpp LibGfx: Fix accidentally hardcoded font height in Font::clone() 2020-02-23 12:18:17 +01:00
Font.h LibGfx: Add a way to construct an empty Font with arbitrary metrics 2020-02-23 11:10:52 +01:00
Forward.h LibGfx: SystemTheme is a struct, not a class 2020-02-25 15:32:58 +01:00
GIFLoader.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
GIFLoader.h LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
ImageDecoder.cpp LibGfx: Move a bunch of LogStream::operator<< to cpp files 2020-02-15 00:58:54 +01:00
ImageDecoder.h LibGfx: Move a bunch of LogStream::operator<< to cpp files 2020-02-15 00:58:54 +01:00
Makefile LibGfx: Move a bunch of LogStream::operator<< to cpp files 2020-02-15 00:58:54 +01:00
Orientation.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Painter.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Painter.h LibGfx: Move a bunch of LogStream::operator<< to cpp files 2020-02-15 00:58:54 +01:00
Palette.cpp LibGfx: Add forward declaration header 2020-02-14 23:31:18 +01:00
Palette.h LibGfx+LibGUI: Allow theming the focus outline of AbstractButton 2020-02-20 14:19:30 +01:00
PNGLoader.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
PNGLoader.h LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
Point.cpp AK, LibGfx, LibGUI: Initialize various variables to zero. 2020-02-25 10:18:46 +01:00
Point.h LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +01:00
Rect.cpp LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +01:00
Rect.h LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +01:00
Size.cpp AK, LibGfx, LibGUI: Initialize various variables to zero. 2020-02-25 10:18:46 +01:00
Size.h LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +01:00
StylePainter.cpp LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 2020-02-06 12:07:05 +01:00
StylePainter.h LibGfx: Reduce header dependencies of StylePainter 2020-02-16 09:41:56 +01:00
SystemTheme.cpp Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
SystemTheme.h LibGfx+LibGUI: Allow theming the focus outline of AbstractButton 2020-02-20 14:19:30 +01:00
TextAlignment.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
TextElision.h LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Triangle.cpp LibGfx: Move a bunch of LogStream::operator<< to cpp files 2020-02-15 00:58:54 +01:00
Triangle.h LibGfx: Move a bunch of LogStream::operator<< to cpp files 2020-02-15 00:58:54 +01:00