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
2019-11-09
Kernel: Clear the x86 DF flag when entering the kernel
Andreas Kling
2019-11-09
Kernel: Use a lookup table for syscalls
Andreas Kling
2019-11-09
LibC: shm_unlink() was making an unlink() syscall internally
Andreas Kling
2019-11-09
Kernel+SystemMonitor: Publish can_read/write state for open files
Andreas Kling
2019-11-09
SoundPlayer: Added 32x32 icon for the about dialog
Till Mayer
2019-11-09
SoundPlayer: Add option to hide scope
Till Mayer
2019-11-09
SoundPlayer: Let the user open a file from the GUI
Till Mayer
2019-11-09
Ports: Fix libarchive port (#746)
Dan MacDonald
2019-11-09
Ports: add nasm port
Paweł Cholewa
2019-11-09
LibC: Minor changes to make nasm work
Paweł Cholewa
2019-11-09
FileManager: Remember my last position and size.
Hüseyin ASLITÜRK
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-11-09
LibHTML: Add document icon in DOMTreeModel and keep document alive
Andreas Kling
2019-11-09
LibGUI: Make GTreeView fire the on_selection hook
Andreas Kling
2019-11-09
LibGUI: Include internal_data() in GModelIndex LogStream output
Andreas Kling
2019-11-09
LibHTML+Browser: Add a simple DOM inspector popup window
Andreas Kling
2019-11-09
WindowServer: Some minor comments and cleanups in WSCompositor
Andreas Kling
2019-11-09
TextEditor: Enable/disable undo & redo buttons based on availability (#740)
Rhin
2019-11-09
HackStudio: Add panes on the right hand side of the form editing mode
Andreas Kling
2019-11-09
HackStudio: Tweak the inset of the FormWidget
Andreas Kling
2019-11-09
HackStudio: Make the FormEditorWidget have a MidGray background
Andreas Kling
2019-11-09
GTableView: Paint with white background when model-less
Andreas Kling
2019-11-09
HackStudio: Add a widgets toolbar to the form editing mode
Andreas Kling
2019-11-09
LibGUI: Allow overriding the button size when constructing GToolBar
Andreas Kling
2019-11-09
LibGUI: Allow construction of vertical GToolBars
Andreas Kling
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-11-08
Kernel: Fix the search method of free userspace physical pages (#742)
Liav A
2019-11-08
GTextEditor: Allow moving the selected line(s) up/down in bulk
Andreas Kling
2019-11-08
GTextEditor: Add a way to flush any pending on_change notifications
Andreas Kling
2019-11-08
Kernel: Removing hardcoded offsets from Memory Manager
supercomputer7
2019-11-08
Kernel: Remove debug spam about dump_backtrace() calling itself
Andreas Kling
2019-11-08
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
Andreas Kling
2019-11-07
LibHTML: Update the removed node's siblings in TreeNode::remove_child()
Andreas Kling
2019-11-07
TextEditor: Added redo functionality & proper stack manipulation
rhin123
2019-11-07
Base: Add a local copy of bettermotherfuckingwebsite.com for testing
Andreas Kling
2019-11-07
LibHTML: Ignore case in <!DOCTYPE> tags :^)
Andreas Kling
2019-11-07
LibHTML: Draw box borders even if we don't have a border-color
Andreas Kling
2019-11-07
LibHTML: Fix the default style for <hr> elements
Andreas Kling
2019-11-07
LibHTML: Don't swallow '}' as part of CSS property values
Andreas Kling
2019-11-07
LibHTML: Turn "—" into "-" in the parser for now
Andreas Kling
2019-11-07
HackStudio: Make the project file list a little narrower by default
Andreas Kling
2019-11-07
AK: Add Vector::take(index)
Andreas Kling
2019-11-07
IRCClient: Escape HTML entities in nicknames, too, just in case
Andreas Kling
2019-11-07
AK: Delete operator!() and operator bool() from the Nonnull pointers
Andreas Kling
2019-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-11-07
AK: Add Vector::prepend(T&&)
Andreas Kling
2019-11-06
LibHTML+IRCClient: Add an escape_html_entities() helper
Andreas Kling
2019-11-06
Meta: Time for a new screenshot (Quake edition) :^)
Andreas Kling
2019-11-06
Meta: Move "Notes on WSL" to a separate file in Documentation/
Andreas Kling
2019-11-06
Kernel: If a process is interrupted during usleep(), return -EINTR
Andreas Kling
[next]