summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-22LibGfx: Always scale emojis to fit font heightMaciej
2022-01-22LibCore: Populate the read buffer of Core::Stream::BufferedHelperkleines Filmröllchen
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2022-01-22LibAudio: Add LOADER_TRY to auto-convert Error to LoaderErrorkleines Filmröllchen
2022-01-22LibAudio: Add Error conversion constructor for LoaderErrorkleines Filmröllchen
2022-01-22LibCore: Introduce MemoryStreamkleines Filmröllchen
2022-01-22LibCore: Introduce BigEndianInputBitStreamkleines Filmröllchen
2022-01-21Browser: Load icons at start of programDylan Katz
2022-01-21LibGUI: Allow Button::set_icon to accept a bitmap without a moveDylan Katz
2022-01-21LibCore: Parse classless symbolic notationJean-Baptiste Boric
2022-01-21groups: Do not attempt to open /etc/groupsJean-Baptiste Boric
2022-01-21pwd: Add missing rpath pledgeJean-Baptiste Boric
2022-01-21keymaps: Fix keymap for Russian ЙЦУКЕН keyboardTimur Sultanov
2022-01-21Ports: Set `config.sub` path for SDL2_mixerJelle Raaijmakers
2022-01-22Ports: Remove redundant `ensure_new_config_sub` callFragstiller
2022-01-22Ports: Relocate `use_fresh_config_sub` check to `do_configure()`Fragstiller
2022-01-21LibJS: Change test conditions to pass in all time zonesTimothy Flynn
2022-01-21LibCore: Do not leak FILE pointer in Group::add_group()Kenneth Myhra
2022-01-21LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()Kenneth Myhra
2022-01-21Kernel: Ensure that CommandLine is initialized before choosing PanicModeLiav A
2022-01-21Kernel: Stop using LibKeyboard's CharacterMap in HIDManagementIdan Horowitz
2022-01-21Kernel/PCI: Verify Access is not initialized before initializing itLiav A
2022-01-21Shell: Make Juxtaposition autocompletion smarterAli Mohammad Pur
2022-01-21Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsetsAli Mohammad Pur
2022-01-21Kernel: Use KString instead of String in InodeWatcher::Event's pathIdan Horowitz
2022-01-21Kernel: Replace {String => KString}::formatted in ACPISysFSDirectoryIdan Horowitz
2022-01-21Kernel: Use KString instead of String in Ext2FSInode's lookup cacheIdan Horowitz
2022-01-21AK: Support setting with non copyable keys in HashMapIdan Horowitz
2022-01-21Kernel: Make ACPI reboot OOM-fallibleIdan Horowitz
2022-01-21Kernel: Make VirtIO::Queue construction fallibleIdan Horowitz
2022-01-21Kernel: Stop adopting non-heap memory into OwnPtrs in VirtIO::QueuesIdan Horowitz
2022-01-21Kernel: Make Memory::RingBuffer construction fallibleIdan Horowitz
2022-01-21LibRegex: Allow the pattern to match the zero-length end of the stringAli Mohammad Pur
2022-01-21LibRegex: Implement an ECMA262 Regex quirk with negative lookaroundsAli Mohammad Pur
2022-01-21LibRegex: Correct jump offset to the start of the loop blockAli Mohammad Pur
2022-01-21LibCore: Make sockets close-on-exec by defaultsin-ack
2022-01-21LibGL: Fix incorrect GL_DECAL constant valueLuke Wilde
2022-01-21UserspaceEmulator: Correctly fail in execve when binary is inaccessibleRummskartoffel
2022-01-21UserspaceEmulator: Fix execve messing up command lines with "--"Rummskartoffel
2022-01-21Taskbar: Remove QuickLaunch entries if corresponding file was deletedMaciej
2022-01-21Taskbar: Support arbitrary *files* as QuickLaunch entriesMaciej
2022-01-21LibDesktop: Add Launcher::ensure_connection()Maciej
2022-01-21Taskbar: Support arbitrary executables as QuickLaunch entriesMaciej
2022-01-21Taskbar: Abstract out quick launch entriesMaciej
2022-01-21LibCore: Add Core::System wrapper for disown()Maciej
2022-01-21LibCore: Handle null lines in ConfigFileMaciej
2022-01-21LibJS: Increase margin in check for stack space limitMorten Larsen
2022-01-21zip: Add unveil and pledge promisesDavid Lindbom
2022-01-21cal: Add unveil and pledge promisesDavid Lindbom
2022-01-21aplay: Add unveil and pledge promisesDavid Lindbom