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-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
2019-11-06
LibHTML: Make parse_html_document() return a RefPtr
Andreas Kling
2019-11-06
IRCClient: Use parse_html_fragment() to add messages to the HtmlView
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
LibHTML: Add parse_html_fragment()
Andreas Kling
2019-11-06
LibHTML: Add DocumentFragment
Andreas Kling
2019-11-06
LibHTML: Add TreeNode::remove_child()
Andreas Kling
2019-11-06
AK: Always rebuild unit tests if AK headers change
Andreas Kling
2019-11-06
Kernel: A running process should keep its TTY alive
Andreas Kling
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-06
AK: Remove unused AK::not_implemented()
Andreas Kling
2019-11-06
Kernel: Sort the C++ objects in the Makefile
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-06
Kernel: Remove unnecessary init_ksyms() function
Andreas Kling
2019-11-06
Kernel: Don't instantiate and throw away ProcFS + DevPtsFS on boot
Andreas Kling
2019-11-06
Kernel: Simplify kernel entry points slightly
Andreas Kling
2019-11-06
Kernel: Link with libgcc
Andreas Kling
2019-11-06
Kernel: Don't build with -mregparm=3
Andreas Kling
2019-11-06
Kernel: Use KParams::has() instead of !KParams::get().is_null()
Andreas Kling
2019-11-06
Kernel+SystemServer: Get rid of two virtual consoles
Andreas Kling
2019-11-06
AK: Get rid of TStyle (output styling helper for LogStream)
Andreas Kling
2019-11-06
Kernel: Remove unused SynthFS filesystem
Andreas Kling
2019-11-05
LibHTML: Build some foundation for text selection
Andreas Kling
2019-11-05
HackStudio: Update the "remove current editor" action enabled state
Andreas Kling
2019-11-05
HackStudio: Allow removing the current editor with Alt+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow adding more editors by pressing Ctrl+Alt+E
Andreas Kling
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-11-05
HackStudio: Put annoying debug spam behind EDITOR_DEBUG
Andreas Kling
2019-11-05
SoundPlayer: Changed some small cosmetic things
Till Mayer
2019-11-05
AWavLoader: Fixed incorrect computation of m_loaded_samples
Till Mayer
[next]