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-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
2020-06-18
Kernel: Add "setkeymap" pledge promise
Andreas Kling
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
Base: Fix broken ACID2 browser bookmark :^)
Andreas Kling
2020-06-18
Piano: Expose multi-track functionality
William McPherson
2020-06-18
Piano: Allow multiple tracks internally
William McPherson
2020-06-18
DownloadWidget: Use GUI::Image instead of Label to show image
Hüseyin ASLITÜRK
2020-06-18
Welcome: Replace Label with Image component to show banner and app icon
Hüseyin ASLITÜRK
2020-06-18
Minesweeper: Replace Label with Image component to show flag and timer
Hüseyin ASLITÜRK
2020-06-18
AboutDialog: Replace Label with Image to show banner and app icon
Hüseyin ASLITÜRK
2020-06-18
NotificationWindow: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-18
MessageBox: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-18
ClipboardHistory: Replace IconWidget with GUI::Image
Hüseyin ASLITÜRK
2020-06-18
FilePicker: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
[next]