summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-13Kernel: Remove strdup() since nothing uses itAndreas Kling
2020-08-13LibGUI: Remove unused bool SortingProxyModel::m_sortingAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Move Model::index() out of lineAndreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-13Kernel: Fix rng regression from bc7a149039Nico Weber
2020-08-13LibC: Some calloc() and realloc() improvements (#3108)Muhammad Zahalqa
2020-08-13AK: Add initial support for obscure IPv4 address notationsPanagiotis Vasilopoulos
2020-08-13LibC: mark strdup & strndup as __attribute__((malloc))Muhammad Zahalqa
2020-08-13Kernel: Don't request a random u32 when all but 5 bits are immediately masked...Nico Weber
2020-08-13Shell: Add test for 37d5e3e0df6 / #3073Nico Weber
2020-08-13LibGUI: Fix ColorPicker custom color offsetLinus Groh
2020-08-13LibGUI: Fix ComboBox desktop intersection rectLinus Groh
2020-08-13LibGUI: Add Desktop::{taskbar,menubar}_height()Linus Groh
2020-08-13WindowServer: Handle global cursor tracking before ongoing drag/move/resizeLinus Groh
2020-08-13LibGfx: use disposal method of previous frame in GIF transparencyPeter Nelson
2020-08-13LibGfx: correctly handle transparency between GIF framesPeter Nelson
2020-08-12Meta: Add Ben Wiederhake to the contributors list :^)Andreas Kling
2020-08-12FileManager: Remove one direct call to FileSystemModel from outsideAndreas Kling
2020-08-12FileManager: Use FileIconProvider in the properties dialogAndreas Kling
2020-08-12LibGUI: Move file icon lookup into a separate FileIconProviderAndreas Kling
2020-08-12Meta: Link to the serenityos-dev mailing list in ReadMeAndreas Kling
2020-08-12LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexitBen Wiederhake
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-12LibC: Tell compiler about invisible call to _startBen Wiederhake
2020-08-12DynamicLink: Tell compiler about invisible callsBen Wiederhake
2020-08-12LibELF: Tell compiler about invisible callsBen Wiederhake
2020-08-12Kernel: Tell compiler about invisible callsBen Wiederhake
2020-08-12Kernel: Group C++ ABI functions togetherBen Wiederhake
2020-08-12Kernel: Module symbol declarations for type-checkingBen Wiederhake
2020-08-12LibCompress: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibC: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibTextCodec: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibPCIDB: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibGUI: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibM: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibGfx: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Services: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Kernel: Avoid linking errors when calling Kernel APIBen Wiederhake
2020-08-12Kernel: Avoid ninja-import of global variableBen Wiederhake
2020-08-12Applications: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12AK: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12DevTools: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Browser: Avoid ninja-import of global variableBen Wiederhake
2020-08-12HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Kernel: Mark compilation-unit-only functions as staticBen Wiederhake