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-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
2019-11-05
disk_benchmark: Add a -c flag to enable use of disk caches
Andreas Kling
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-05
run: Unbreak the run script
Andreas Kling
2019-11-05
LibHTML: Add TreeNode::next_in_pre_order()
Andreas Kling
2019-11-05
run: Comment out qemu packet capture
Dan MacDonald
2019-11-05
HackStudio: Don't parse documentation if already parsed
João Paulo Pulga
2019-11-04
SoundPlayer: Added playback controls
Till Mayer
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-11-04
SoundPlayer: Added playback control icons and application icon
Till Mayer
2019-11-04
LibGUI: Added getter for m_dragging
Till Mayer
2019-11-04
SoundPlayer: Make sample widget display contents of the whole buffer
Till Mayer
2019-11-04
AK: Let's just log unimplemented printf() format strings
Andreas Kling
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-11-04
Janitorial: Have sync.sh sudo automagically
Your Name
2019-11-04
SystemMonitor: Add device column to filesystems tab
Your Name
2019-11-04
ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)
Andreas Kling
2019-11-04
FileManager: Remember my last view mode (#731)
Hüseyin ASLITÜRK
2019-11-04
FileManager: Make copying faster with ftruncate() and a bigger buffer
Andreas Kling
[prev]
[next]