summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-06LibHTML: Make parse_html_document() return a RefPtrAndreas Kling
2019-11-06IRCClient: Use parse_html_fragment() to add messages to the HtmlViewAndreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06LibHTML: Add parse_html_fragment()Andreas Kling
2019-11-06LibHTML: Add DocumentFragmentAndreas Kling
2019-11-06LibHTML: Add TreeNode::remove_child()Andreas Kling
2019-11-06AK: Always rebuild unit tests if AK headers changeAndreas Kling
2019-11-06Kernel: A running process should keep its TTY aliveAndreas Kling
2019-11-06Kernel: Rework Process::Priority into ThreadPriorityAndreas Kling
2019-11-06AK: Remove unused AK::not_implemented()Andreas Kling
2019-11-06Kernel: Sort the C++ objects in the MakefileAndreas Kling
2019-11-06LibELF: Move AK/ELF/ into Libraries/LibELF/Andreas Kling
2019-11-06Kernel: Remove unnecessary init_ksyms() functionAndreas Kling
2019-11-06Kernel: Don't instantiate and throw away ProcFS + DevPtsFS on bootAndreas Kling
2019-11-06Kernel: Simplify kernel entry points slightlyAndreas Kling
2019-11-06Kernel: Link with libgccAndreas Kling
2019-11-06Kernel: Don't build with -mregparm=3Andreas Kling
2019-11-06Kernel: Use KParams::has() instead of !KParams::get().is_null()Andreas Kling
2019-11-06Kernel+SystemServer: Get rid of two virtual consolesAndreas Kling
2019-11-06AK: Get rid of TStyle (output styling helper for LogStream)Andreas Kling
2019-11-06Kernel: Remove unused SynthFS filesystemAndreas Kling
2019-11-05LibHTML: Build some foundation for text selectionAndreas Kling
2019-11-05HackStudio: Update the "remove current editor" action enabled stateAndreas Kling
2019-11-05HackStudio: Allow removing the current editor with Alt+Shift+EAndreas Kling
2019-11-05HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+EAndreas Kling
2019-11-05HackStudio: Allow adding more editors by pressing Ctrl+Alt+EAndreas Kling
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-11-05HackStudio: Put annoying debug spam behind EDITOR_DEBUGAndreas Kling
2019-11-05SoundPlayer: Changed some small cosmetic thingsTill Mayer
2019-11-05AWavLoader: Fixed incorrect computation of m_loaded_samplesTill Mayer
2019-11-05disk_benchmark: Add a -c flag to enable use of disk cachesAndreas Kling
2019-11-05Kernel: Implement O_DIRECT open() flag to bypass disk cachesAndreas Kling
2019-11-05run: Unbreak the run scriptAndreas Kling
2019-11-05LibHTML: Add TreeNode::next_in_pre_order()Andreas Kling
2019-11-05run: Comment out qemu packet captureDan MacDonald
2019-11-05HackStudio: Don't parse documentation if already parsedJoão Paulo Pulga
2019-11-04SoundPlayer: Added playback controlsTill Mayer
2019-11-04LibAudio: Added playback control features to audio serverTill Mayer
2019-11-04SoundPlayer: Added playback control icons and application iconTill Mayer
2019-11-04LibGUI: Added getter for m_draggingTill Mayer
2019-11-04SoundPlayer: Make sample widget display contents of the whole bufferTill Mayer
2019-11-04AK: Let's just log unimplemented printf() format stringsAndreas Kling
2019-11-04LibHTML: Add a convenient way to get from any layout node to the rootAndreas Kling
2019-11-04Janitorial: Have sync.sh sudo automagicallyYour Name
2019-11-04SystemMonitor: Add device column to filesystems tabYour Name
2019-11-04ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)Andreas Kling
2019-11-04FileManager: Remember my last view mode (#731)Hüseyin ASLITÜRK
2019-11-04FileManager: Make copying faster with ftruncate() and a bigger bufferAndreas Kling