Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | LibGUI: Use themes for syntax highlighting | Oriko | |
2020-02-28 | Kernel+LibC: Rename shared buffer syscalls to use a prefix | Andreas Kling | |
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-20 | LibGfx+LibGUI: Allow theming the focus outline of AbstractButton | Tibor Nagy | |
2020-02-20 | LibGfx+LibGUI: Allow theming the text cursor | Tibor Nagy | |
2020-02-19 | LibGfx: Add ColorRoles for rulers | Tibor Nagy | |
2020-02-15 | LibGfx: Add inactive selection colors | Tibor Nagy | |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling | |
This patch adds <LibGfx/Forward.h> with forward declarations for Gfx. | |||
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling | |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling | |