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
2021-02-27
TextEditor: Initialize menubar before opening initial file
Andreas Kling
2021-02-27
TextEditor: Rename open_sesame() => open_file()
Andreas Kling
2021-02-27
AK: Always do bounds checking in Array::operator[]
Andreas Kling
2021-02-27
LibVT: Make VT::Line use a Vector for storage
Andreas Kling
2021-02-27
LibGUI: Make empty TextRange invalid
speles
2021-02-27
WidgetGallery: add a simple Wizard demo :^)
Nick Vella
2021-02-27
LibGUI: add a rudimentary framework for Wizards.
Nick Vella
2021-02-27
LibJS: Enable the BrowserExtended ECMA262 regexp flag by default
AnotherTest
2021-02-27
LibRegex: Allow missing high bound in {x,y} quantifiers
AnotherTest
2021-02-27
LibRegex: Match the escaped part of escaped syntax characters
AnotherTest
2021-02-27
LibRegex: Implement section B.1.4. of the ECMA262 spec
AnotherTest
2021-02-27
LibGfx: Fix read buffer overflow in interlaced GIF decode
Luke
2021-02-27
Meta: Enable qemu virtualization acceleration on mac
Jakub Berkop
2021-02-26
Kernel: Fix HPET timer structure layout
Tom
2021-02-26
LibCpp: Don't fail when encountering #elif statements
Itamar
2021-02-26
LanguageServers/Cpp: Don't VERIFY that a file could be found
Itamar
2021-02-26
Net: use KBuffer::capacity() when checking if we can reuse buffer
Adam Sandberg Ericsson
2021-02-26
Ext2FS: Make block list flushing a bit less aggressive
Andreas Kling
2021-02-26
Ext2FS: Move block list computation from Ext2FS to Ext2FSInode
Andreas Kling
2021-02-26
Ext2FS: Don't hog FS lock while reading/writing inodes
Andreas Kling
2021-02-26
Ext2FS: Remove unnecessary locking in find_block_containing_inode()
Andreas Kling
2021-02-26
Ext2FS: Remove unnecessary lock in Ext2FS::write_ext2_node()
Andreas Kling
2021-02-26
Kernel: Take FS lock in BlockBasedFS during seek/read/write operations
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
LibJS: Re-enable "reassignment to const" test
speles
2021-02-26
LibJS: Set declared for-in and for-of variables as first time.
speles
2021-02-26
LibJS: Respect declaration kind for variables inside functions
speles
2021-02-26
Revert "Ext2FS: Don't reload already-cached block list when freeing inode"
Andreas Kling
2021-02-26
LibELF: Consolidate main executable loading a bit
Andreas Kling
2021-02-26
Kernel: Detach the traced process on process exit
cbsirb
2021-02-26
Documentation: Update CLion configuration documentation
Itamar
2021-02-26
Ext2FS: Don't reload already-cached block list when freeing inode
Andreas Kling
2021-02-26
Ext2FS: Inode allocation improvements
Andreas Kling
2021-02-26
disk_benchmark: Modernize this code a little bit
Andreas Kling
2021-02-26
Ext2FS: Propagate errors from more places
Andreas Kling
2021-02-26
Ext2FS: Share some bitmap code between inode and block allocation
Andreas Kling
2021-02-26
LibGUI: Set correct open action for LinkLabel context menu
thankyouverycool
2021-02-26
HackStudio: Set correct icons, text and location in menus
thankyouverycool
2021-02-26
TextEditor: Fix passing null parent to AboutDialog
thankyouverycool
2021-02-26
Terminal: Remove unnecessary ellipses and capitalize name in menu
thankyouverycool
2021-02-26
Spreadsheet: Merge File menu into 'Spreadsheet' app menu
thankyouverycool
2021-02-26
HexEditor: Fix nullptr pass to AboutDialog and clean up menus
thankyouverycool
2021-02-26
Browser: Add Go menu and move Bookmarks bar toggle to View
thankyouverycool
2021-02-26
Base: Adjust cursor and link colors in Redmond themes
thankyouverycool
2021-02-25
Spreadsheet: Fix cell identifier label
Jelle Raaijmakers
2021-02-25
Kernel: Don't disable interrupts while exiting a thread or process
Andreas Kling
2021-02-25
Kernel: Don't disable interrupts while dealing with a process crash
Andreas Kling
2021-02-25
LibGUI: Paint all widgets as toolbars in ToolBarContainer
thankyouverycool
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-25
LibGUI: Avoid needlessly copying vectors of rects
Tom
[next]