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
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-25
LibGUI: Make scrollbars keep scrolling by page while clicking the gutter
Nico Weber
2020-08-25
LibGUI: Keep scrollbar timer active while mouse is down
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::update_hovered_component() method
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::component_at_position() method
Nico Weber
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-25
LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_active
Nico Weber
2020-08-25
LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...
Nico Weber
2020-08-25
LibGUI: Make ScrollBar shift-click use same code path as scrubber click
Nico Weber
2020-08-25
AK: TestSuite: Define assert macros with do { } while(0). (#3292)
Paul Scharnofske
2020-08-25
Kernel: Optimize SlabAllocator to be lock-free
Tom
2020-08-25
Kernel: Copy command line to a safe place
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-25
Kernel: Fix kmalloc memory corruption
Tom
2020-08-25
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-25
Spreadsheet: Add "Save As"
AnotherTest
2020-08-25
LibGUI: Add a save_as common action
AnotherTest
2020-08-25
Spreadsheet: Implement state-preserving saves and loads
AnotherTest
2020-08-25
HackStudio: Add a registers view for the current function in debug mode
Luke
2020-08-25
HackStudio: Add a disassembly view for the current function in debug mode
Luke
2020-08-25
LibDebug: Move everything into the "Debug" namespace
Luke
2020-08-25
Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8
Luke
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
2020-08-25
Documentation: Update BuildInstructions.md
Sergio Ahumada
2020-08-24
LibGUI: Pressing Return in an editable TableView should begin editing
Andreas Kling
2020-08-24
LibGUI: Return focus to view when stopping editing
Andreas Kling
2020-08-24
LibGUI: Always update() after changing AbstractView sort column/order
Andreas Kling
2020-08-24
LibGUI: Allow moving the TableView selection horizontally with keyboard
Andreas Kling
2020-08-24
LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)
Andreas Kling
2020-08-24
Spreadsheet: Add back the menubar
AnotherTest
2020-08-24
Spreadsheet: Fix crash when a row number is selected
AnotherTest
2020-08-24
Spreadsheet: Avoid crashing when a cell is created mid-update
AnotherTest
2020-08-24
Spreadsheet: Add a syntax highlighter to the cell editor
AnotherTest
2020-08-24
LibC: Remove unused data member in the qsort() implementation
Andreas Kling
2020-08-24
SystemMonitor: Tweak processor feature display a little bit
Andreas Kling
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
AnotherTest
2020-08-24
LibGUI: Calculate the text rect correctly in AbstractTableView
AnotherTest
2020-08-24
Spreadsheet: Reformat the runtime file to comply with js standards
AnotherTest
2020-08-24
Meta: Move prettier config files to the root of the repository
AnotherTest
2020-08-24
Spreadsheet: Document runtime functions and add a help window
AnotherTest
2020-08-24
Spreadsheet: Add a topbar with a text editor
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest
2020-08-24
AK: Add URL::create_with_data() to create data URLs
AnotherTest
2020-08-24
LibGUI: Make AbstractTableView and TableView more customisable
AnotherTest
2020-08-24
LibJS: Make Date.getUTCSeconds() call through to LibC
Nico Weber
2020-08-24
LibJS: Make Date's tuple constructor correctly handle out-of-range arguments
Nico Weber
2020-08-24
LibCore: Make DateTime::create() and set_time() handle out-of-range values
Nico Weber
2020-08-24
LibCore: Less code duplication in DateTime
Nico Weber
2020-08-24
LibC: Make mktime() / gmtime() more POSIX-compliant
Nico Weber
2020-08-24
LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...
Nico Weber
[next]