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
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
2020-08-24
Meta+Userland: Run the TLS test too
AnotherTest
2020-08-24
Userland: Add missing HMAC-SHA1 tests
AnotherTest
2020-08-24
LibTLS: Fix some debug logging
AnotherTest
2020-08-24
LibTLS: Do not process_message() the finished message twice
AnotherTest
2020-08-24
Tests: Prefer strlcpy over strncpy
Ben Wiederhake
2020-08-24
Userland: Prefer strlcpy over strcpy in ping
Ben Wiederhake
2020-08-24
Userland: Prefer strlcpy over strncpy in ifconfig, fixes off-by-one
Ben Wiederhake
2020-08-24
DHCPClient: Prefer strlcpy over strncpy, fixes off-by-one
Ben Wiederhake
2020-08-24
LibCore: Prefer strlcpy over strncpy, fix overflow
Ben Wiederhake
2020-08-24
LibC: Prefer strlcpy over strcpy/strncpy
Ben Wiederhake
2020-08-24
LibC: Prefer strlcpy over strcpy in getgrent(), fix overflow
Ben Wiederhake
2020-08-24
LibC: Fix strftime() for max_size=0
Ben Wiederhake
2020-08-24
LibC: Implement strlcpy
Ben Wiederhake
2020-08-24
LibC: Stub and test strlcpy
Ben Wiederhake
[prev]
[next]