index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-06-21
LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)
Andreas Kling
2020-06-20
LibWeb: Add atob/btoa to WindowObject
Joel Puig Rubio
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
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
LibC: Add support for POSIX_SPAWN_RESETIDS
Nico Weber
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
LibGUI: Add a new Window::is_maximized method
Hüseyin ASLITÜRK
2020-06-18
WavLoader: Search for DATA marker by reading single bytes
Till Mayer
2020-06-18
LibGUI: Fix MessageBox width calculation not including the icon width
Andreas Kling
2020-06-18
LibWeb: Fix broken #include after moving files around
Andreas Kling
2020-06-18
LibWeb: Move StackingContext from Layout/ to Painting/
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Respect min-width and max-width on position:absolute elements
Andreas Kling
2020-06-18
LibWeb: More work on width of position:absolute elements
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-18
LibWeb: Better width computation for position:absolute blocks
Andreas Kling
2020-06-18
AboutDialog: Replace Label with Image to show banner and app icon
Hüseyin ASLITÜRK
2020-06-18
MessageBox: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-18
FilePicker: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-18
LibGfx: Fix color alfa for transparent color in GIFLoader
Hüseyin ASLITÜRK
2020-06-18
LibGUI: Add a new GUI::Image component for display images
Hüseyin ASLITÜRK
2020-06-17
LibWeb: Add PageClient::palette() for view-agnostic palette access
Andreas Kling
2020-06-17
LibC: Add posix_spawn()!
Nico Weber
2020-06-17
LibWeb: Make RenderingContext use Gfx::Painter instead of GUI::Painter
Andreas Kling
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
LibC: Make setgid() definition protoype match declaration
Nico Weber
2020-06-17
LibGUI: Use Core::File::read_link()
Sergey Bugaev
2020-06-17
LibCore: Add File::read_link() :^)
Sergey Bugaev
2020-06-17
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
Sergey Bugaev
[next]