summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-21LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)Andreas Kling
2020-06-21Kernel: Use map_typed() in HPET code and add a register access helperAndreas Kling
2020-06-20LibWeb: Add atob/btoa to WindowObjectJoel Puig Rubio
2020-06-20Kernel: Remove DMI decoder from the kernelAndreas Kling
2020-06-20LibWeb: Add some missing wrapper calls to base class initialize()Andreas Kling
2020-06-20LibJS: Make Interpreter::construct() take a GlobalObject&Andreas Kling
2020-06-20LibJS: Object::initialize() overrides must always call base classAndreas Kling
2020-06-20LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapperAndreas Kling
2020-06-20LibWeb: JS wrappers need to call base class initialize()Andreas Kling
2020-06-20LibJS: NativeProperty get/put should take a GlobalObject&Andreas Kling
2020-06-20LibWeb: Split JS wrapper constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Split more native object constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Remove some Interpreter::global_object() calls in JSONObjectAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to Reference get/putAndreas Kling
2020-06-20LibJS: Make Value::to_object() take a GlobalObject&Andreas Kling
2020-06-20LibJS: More Interpreter::global_object() removalAndreas Kling
2020-06-20LibJS: Pass GlobalObject& when constructing an AccessorAndreas Kling
2020-06-20Base: Add some more characters to Katica and Csilla fontsLepkoQQ
2020-06-20Base: Fix slovenian keymapLepkoQQ
2020-06-20AK: Fix JsonParser double encoding multibyte utf-8 chararctersLepkoQQ
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-06-20LibJS: Remove some more use of Interpreter::global_object()Andreas Kling
2020-06-20LibC: In posix_spawn(), use _exit instead of exit on child errorNico Weber
2020-06-20LibC: Add addchdir() / addfchdir() to posix_spawn file actionsNico Weber
2020-06-20LibC: Add POSIX_SPAWN_SETSIGMASKNico Weber
2020-06-20LibC: Make sigprocmask error check more consistent with rest of this codeNico Weber
2020-06-19LibC: Implement file actions for posix_spawnNico Weber
2020-06-19LibC: Make spawn.h parse in C filesNico Weber
2020-06-19Base: Note that the "setkeymap" pledge promise is an extensionAndreas Kling
2020-06-19Ports: Remove dropbear patch that removed calls to seteuid()Nico Weber
2020-06-19Ports: Pull dropbear from a mirrorNico Weber
2020-06-19LibC: Add support for POSIX_SPAWN_RESETIDSNico Weber
2020-06-19CMake: Make the install step more zenNico Weber
2020-06-19LibGfxDemo: Fix "90s-bg.png" pathHüseyin ASLITÜRK
2020-06-18Userland: Add base64 toolTom Lebreux
2020-06-18AK: Add tests for Base64 decoderTom Lebreux
2020-06-18AK: Add a simple and inefficient Base64 encoderTom Lebreux
2020-06-18Kernel+LibC: Remove setreuid() / setregid() againNico Weber
2020-06-18Kernel+LibC: Implement seteuid() and friends!Nico Weber
2020-06-18QuickShow:If image is larger then window size resize it to fit the imageHüseyin ASLITÜRK
2020-06-18QuickShow: Add a new "Set as desktop wallpaper" action under Image menuHüseyin ASLITÜRK
2020-06-18LibGUI: Add a new Window::is_maximized methodHüseyin ASLITÜRK
2020-06-18WindowServer: Add a new IsMaximized messageHüseyin ASLITÜRK
2020-06-18FileManager: Small improvements to PropertyDialog's apply button logicTill Mayer
2020-06-18WavLoader: Search for DATA marker by reading single bytesTill Mayer
2020-06-18keymap: Add copyright headerAndreas Kling
2020-06-18ClipboardHistory: Use pledge() and unveil() :^)Andreas Kling
2020-06-18KeyboardSettings: Call out to /bin/keymap to actually set the keymapAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling