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-27
Base: Create /res/icons/solitaire/ and relocate solitaire assets
thankyouverycool
2020-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-08-27
LibGUI: Splitter should only override cursor if within grabbable area
Tom
2020-08-27
Spreadsheet: Don't advertise the SpreadsheetModel as sortable
Andreas Kling
2020-08-27
LibGUI: Don't make views sort by column 0 by default
Andreas Kling
2020-08-27
Spreadsheet: Add support for changing multiple cells at once
AnotherTest
2020-08-27
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
AnotherTest
2020-08-27
Spreadsheet: Track selections across sheet switches
AnotherTest
2020-08-27
Spreadsheet: Show errors and make them red
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest
2020-08-27
Spreadsheet: Move sheet management to a Workbook class
AnotherTest
2020-08-27
WindowServer: Fix minor flicker with transparent windows
Tom
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-27
LibCore: Remove data pointer from CustomEvent
Ben Wiederhake
2020-08-27
Tests: Document 'missing' tests
Ben Wiederhake
2020-08-26
LibWeb: Turn the <table height> attribute into the CSS height property
Andreas Kling
2020-08-26
LibCompress: Implement DEFLATE properly.
asynts
2020-08-26
AK: Add InputBitStream class.
asynts
2020-08-26
AK: Add CircularDuplexStream class.
asynts
2020-08-26
AK: Fix the signature of binary_search.
asynts
2020-08-26
AK: Add stream operators for Optional.
asynts
2020-08-26
LibWeb: Fix sometimes missing text selection highlight
Andreas Kling
2020-08-26
LibGUI: Update AbstractTableView row header sizes on set_row_height()
Andreas Kling
2020-08-26
Spreadsheet: Tweak row height slightly
Andreas Kling
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
Spreadsheet: Use a fixed-width font in the cell editor
Andreas Kling
2020-08-26
Spreadsheet: Don't ignore selections in the A column :^)
Andreas Kling
2020-08-26
LibGUI: Add a top-left-corner button to table views
Andreas Kling
2020-08-26
Spreadsheet: Enable row headers for the spreadsheet TableView
Andreas Kling
2020-08-26
Spreadsheet: Get rid of the "row numbers" column
Andreas Kling
2020-08-26
LibGUI: Add (optional) row headers to GUI::TableView
Andreas Kling
2020-08-26
LibGUI: Avoid implementing vertical HeaderView section resize for now
Andreas Kling
2020-08-26
LibGUI: Don't update key column when clicking vertical headers
Andreas Kling
2020-08-26
LibGUI: Fix HeaderView::section_rect() for vertical headers
Andreas Kling
2020-08-26
LibGUI: Simplify HeaderView::mouseup_event() slightly
Andreas Kling
2020-08-26
LibGUI: Reset hovered section when mouse cursor leaves a HeaderView
Andreas Kling
2020-08-26
Base+HackStudio: Rename project file extensions to .hsp
thankyouverycool
2020-08-26
LibGUI+HackStudio: Associate new icons with their extensions
thankyouverycool
2020-08-26
Base: Add new icons for HackStudio
thankyouverycool
2020-08-26
WindowServer+LibGfx: Move title bar button layout to WindowTheme
thankyouverycool
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
LibC: Minor style tweaks to tm_to_time
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
LibCore: Use is_leap_year more in DateTime
Nico Weber
2020-08-26
Kernel: Minor tweak to now() computation
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
LibJS: Add some more tests, mostly around leap years
Nico Weber
2020-08-26
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
[next]