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-08-13
Kernel: Remove strdup() since nothing uses it
Andreas Kling
2020-08-13
LibGUI: Remove unused bool SortingProxyModel::m_sorting
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-13
LibGUI: Remove Model::sibling() since it's the same as index()
Andreas Kling
2020-08-13
LibGUI: Move Model::index() out of line
Andreas Kling
2020-08-13
LibGUI: Rename SortingProxyModel "target" to "source" instead
Andreas Kling
2020-08-13
Kernel: Fix rng regression from bc7a149039
Nico Weber
2020-08-13
LibC: Some calloc() and realloc() improvements (#3108)
Muhammad Zahalqa
2020-08-13
AK: Add initial support for obscure IPv4 address notations
Panagiotis Vasilopoulos
2020-08-13
LibC: mark strdup & strndup as __attribute__((malloc))
Muhammad Zahalqa
2020-08-13
Kernel: Don't request a random u32 when all but 5 bits are immediately masked...
Nico Weber
2020-08-13
Shell: Add test for 37d5e3e0df6 / #3073
Nico Weber
2020-08-13
LibGUI: Fix ColorPicker custom color offset
Linus Groh
2020-08-13
LibGUI: Fix ComboBox desktop intersection rect
Linus Groh
2020-08-13
LibGUI: Add Desktop::{taskbar,menubar}_height()
Linus Groh
2020-08-13
WindowServer: Handle global cursor tracking before ongoing drag/move/resize
Linus Groh
2020-08-13
LibGfx: use disposal method of previous frame in GIF transparency
Peter Nelson
2020-08-13
LibGfx: correctly handle transparency between GIF frames
Peter Nelson
2020-08-12
Meta: Add Ben Wiederhake to the contributors list :^)
Andreas Kling
2020-08-12
FileManager: Remove one direct call to FileSystemModel from outside
Andreas Kling
2020-08-12
FileManager: Use FileIconProvider in the properties dialog
Andreas Kling
2020-08-12
LibGUI: Move file icon lookup into a separate FileIconProvider
Andreas Kling
2020-08-12
Meta: Link to the serenityos-dev mailing list in ReadMe
Andreas Kling
2020-08-12
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
Ben Wiederhake
2020-08-12
LibC: Avoid ninja-imports of system functions
Ben Wiederhake
2020-08-12
LibC: Tell compiler about invisible call to _start
Ben Wiederhake
2020-08-12
DynamicLink: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
LibELF: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
Kernel: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
Kernel: Group C++ ABI functions together
Ben Wiederhake
2020-08-12
Kernel: Module symbol declarations for type-checking
Ben Wiederhake
2020-08-12
LibCompress: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibC: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibTextCodec: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibPCIDB: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibGUI: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibM: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibGfx: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Services: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Kernel: Avoid linking errors when calling Kernel API
Ben Wiederhake
2020-08-12
Kernel: Avoid ninja-import of global variable
Ben Wiederhake
2020-08-12
Applications: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
AK: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Userland: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
DevTools: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Browser: Avoid ninja-import of global variable
Ben Wiederhake
2020-08-12
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
[next]