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-06-18
LibGfx: Fix color alfa for transparent color in GIFLoader
Hüseyin ASLITÜRK
2020-06-18
LibGUI: Add a new GUI::Image component for display images
Hüseyin ASLITÜRK
2020-06-18
Base: Add a new download-animation.gif
Hüseyin ASLITÜRK
2020-06-18
Toolchain: Use curl instead of wget (#2574)
Érico Nogueira Rolim
2020-06-18
Base: Add slovenian keymap
LepkoQQ
2020-06-18
Base: Add slovenian characters to Katica and Csilla fonts
LepkoQQ
2020-06-17
Kernel: Unbreak sys$setkeymap()
Andreas Kling
2020-06-17
LibWeb: Add PageClient::palette() for view-agnostic palette access
Andreas Kling
2020-06-17
WebContent: Pass mouse events through to the WebContent process
Andreas Kling
2020-06-17
WebContent: Allow the WebContent process to trigger repaints
Andreas Kling
2020-06-17
WebContent: Start work on browser process separation :^)
Andreas Kling
2020-06-17
Base: Move all the HTML test content into /res/html/misc
Andreas Kling
2020-06-17
LibC: Add posix_spawn()!
Nico Weber
2020-06-17
Kernel: clang-format ENUMERATE_SYSCALLS
Nico Weber
2020-06-17
LibWeb: Make RenderingContext use Gfx::Painter instead of GUI::Painter
Andreas Kling
2020-06-17
Kernel: Don't remove shbuf permission-to-reattach when releasing
Andreas Kling
2020-06-17
su: Tweak informal string
Andreas Kling
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
Base: Various icons overhauled + more contrast
Andreas Kling
2020-06-17
Docs: Correct wording on CMake downloads
Ewan
2020-06-17
Docs: Spell CMake correctly in BuildInstructions
Ewan
2020-06-17
LibC: Make setgid() definition protoype match declaration
Nico Weber
2020-06-17
Userland: Compliment the user when running su(1) :^)
Sergey Bugaev
2020-06-17
Base+Meta: Rename the wheel group to goodboys :^)
Sergey Bugaev
2020-06-17
Userland: Improve cat(1)
Sergey Bugaev
2020-06-17
Userland: Fix a crash in chown(1)
Sergey Bugaev
2020-06-17
Userland: Fix wc(1)
Sergey Bugaev
2020-06-17
Kernel: Use symbolic constants for file modes
Sergey Bugaev
2020-06-17
Base: Document readlink(1) and readlink(2) :^)
Sergey Bugaev
2020-06-17
Userland: Add readlink(1)
Sergey Bugaev
2020-06-17
FileManager: Use Core::File::read_link()
Sergey Bugaev
2020-06-17
LibGUI: Use Core::File::read_link()
Sergey Bugaev
2020-06-17
Userland: Use Core::File::read_link()
Sergey Bugaev
2020-06-17
LibCore: Add File::read_link() :^)
Sergey Bugaev
2020-06-17
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
Sergey Bugaev
2020-06-16
AK: Implement a slightly better FlyString::operator==(String)
Andreas Kling
2020-06-16
LibWeb: Make Element::tag_name() return a const FlyString&
Andreas Kling
2020-06-16
QuickShow: Add reset zoom action to toolbar
Hüseyin ASLITÜRK
2020-06-16
QuickShow: Switch to full screen mode on double click
Hüseyin ASLITÜRK
2020-06-16
Base: Add a new icon for zoom reset
Hüseyin ASLITÜRK
2020-06-16
Docs: Add comment about required cmake version
Ewan
2020-06-16
Docs: Update FreeBSD instructions (#2510)
Dominik Madarász
2020-06-16
Test: Fix json parse test from unicode string
Hüseyin ASLITÜRK
2020-06-16
Kernel: TTY:VirtualConsole, replace character attribute with code_point
Hüseyin ASLITÜRK
2020-06-16
LibVT: Replace u8 type to u32 for code point
Hüseyin ASLITÜRK
2020-06-16
LibGUI: Replace text attribute on KeyEvent with code_point attribute
Hüseyin ASLITÜRK
2020-06-16
AK: JsonParser, replace char type to u32 for code point
Hüseyin ASLITÜRK
2020-06-16
Kernel: Replace char and u8 data types to u32 for code point
Hüseyin ASLITÜRK
2020-06-16
KeyboardMapper: Replace char data type to u32 for code point
Hüseyin ASLITÜRK
2020-06-16
WindowServer: Replace character with code point
Hüseyin ASLITÜRK
[next]