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-21
LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)
Andreas Kling
2020-06-21
Kernel: Use map_typed() in HPET code and add a register access helper
Andreas Kling
2020-06-20
LibWeb: Add atob/btoa to WindowObject
Joel Puig Rubio
2020-06-20
Kernel: Remove DMI decoder from the kernel
Andreas Kling
2020-06-20
LibWeb: Add some missing wrapper calls to base class initialize()
Andreas Kling
2020-06-20
LibJS: Make Interpreter::construct() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Object::initialize() overrides must always call base class
Andreas Kling
2020-06-20
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
Andreas Kling
2020-06-20
LibWeb: JS wrappers need to call base class initialize()
Andreas Kling
2020-06-20
LibJS: NativeProperty get/put should take a GlobalObject&
Andreas Kling
2020-06-20
LibWeb: Split JS wrapper constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Split more native object constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Remove some Interpreter::global_object() calls in JSONObject
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to Reference get/put
Andreas Kling
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: More Interpreter::global_object() removal
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& when constructing an Accessor
Andreas Kling
2020-06-20
Base: Add some more characters to Katica and Csilla fonts
LepkoQQ
2020-06-20
Base: Fix slovenian keymap
LepkoQQ
2020-06-20
AK: Fix JsonParser double encoding multibyte utf-8 chararcters
LepkoQQ
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-20
LibJS: Remove some more use of Interpreter::global_object()
Andreas Kling
2020-06-20
LibC: In posix_spawn(), use _exit instead of exit on child error
Nico Weber
2020-06-20
LibC: Add addchdir() / addfchdir() to posix_spawn file actions
Nico Weber
2020-06-20
LibC: Add POSIX_SPAWN_SETSIGMASK
Nico Weber
2020-06-20
LibC: Make sigprocmask error check more consistent with rest of this code
Nico Weber
2020-06-19
LibC: Implement file actions for posix_spawn
Nico Weber
2020-06-19
LibC: Make spawn.h parse in C files
Nico Weber
2020-06-19
Base: Note that the "setkeymap" pledge promise is an extension
Andreas Kling
2020-06-19
Ports: Remove dropbear patch that removed calls to seteuid()
Nico Weber
2020-06-19
Ports: Pull dropbear from a mirror
Nico Weber
2020-06-19
LibC: Add support for POSIX_SPAWN_RESETIDS
Nico Weber
2020-06-19
CMake: Make the install step more zen
Nico Weber
2020-06-19
LibGfxDemo: Fix "90s-bg.png" path
Hüseyin ASLITÜRK
2020-06-18
Userland: Add base64 tool
Tom Lebreux
2020-06-18
AK: Add tests for Base64 decoder
Tom Lebreux
2020-06-18
AK: Add a simple and inefficient Base64 encoder
Tom Lebreux
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-18
QuickShow:If image is larger then window size resize it to fit the image
Hüseyin ASLITÜRK
2020-06-18
QuickShow: Add a new "Set as desktop wallpaper" action under Image menu
Hüseyin ASLITÜRK
2020-06-18
LibGUI: Add a new Window::is_maximized method
Hüseyin ASLITÜRK
2020-06-18
WindowServer: Add a new IsMaximized message
Hüseyin ASLITÜRK
2020-06-18
FileManager: Small improvements to PropertyDialog's apply button logic
Till Mayer
2020-06-18
WavLoader: Search for DATA marker by reading single bytes
Till Mayer
2020-06-18
keymap: Add copyright header
Andreas Kling
2020-06-18
ClipboardHistory: Use pledge() and unveil() :^)
Andreas Kling
2020-06-18
KeyboardSettings: Call out to /bin/keymap to actually set the keymap
Andreas Kling
2020-06-18
keymap: Add back a tiny utility for setting the system keyboard layout
Andreas Kling
[next]