summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-27Spreadsheet: Show errors and make them redAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-27Spreadsheet: Move sheet management to a Workbook classAnotherTest
2020-08-27WindowServer: Fix minor flicker with transparent windowsTom
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-27LibCore: Remove data pointer from CustomEventBen Wiederhake
2020-08-27Tests: Document 'missing' testsBen Wiederhake
2020-08-26LibWeb: Turn the <table height> attribute into the CSS height propertyAndreas Kling
2020-08-26LibCompress: Implement DEFLATE properly.asynts
2020-08-26AK: Add InputBitStream class.asynts
2020-08-26AK: Add CircularDuplexStream class.asynts
2020-08-26AK: Fix the signature of binary_search.asynts
2020-08-26AK: Add stream operators for Optional.asynts
2020-08-26LibWeb: Fix sometimes missing text selection highlightAndreas Kling
2020-08-26LibGUI: Update AbstractTableView row header sizes on set_row_height()Andreas Kling
2020-08-26Spreadsheet: Tweak row height slightlyAndreas Kling
2020-08-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26Spreadsheet: Use a fixed-width font in the cell editorAndreas Kling
2020-08-26Spreadsheet: Don't ignore selections in the A column :^)Andreas Kling
2020-08-26LibGUI: Add a top-left-corner button to table viewsAndreas Kling
2020-08-26Spreadsheet: Enable row headers for the spreadsheet TableViewAndreas Kling
2020-08-26Spreadsheet: Get rid of the "row numbers" columnAndreas Kling
2020-08-26LibGUI: Add (optional) row headers to GUI::TableViewAndreas Kling
2020-08-26LibGUI: Avoid implementing vertical HeaderView section resize for nowAndreas Kling
2020-08-26LibGUI: Don't update key column when clicking vertical headersAndreas Kling
2020-08-26LibGUI: Fix HeaderView::section_rect() for vertical headersAndreas Kling
2020-08-26LibGUI: Simplify HeaderView::mouseup_event() slightlyAndreas Kling
2020-08-26LibGUI: Reset hovered section when mouse cursor leaves a HeaderViewAndreas Kling
2020-08-26Base+HackStudio: Rename project file extensions to .hspthankyouverycool
2020-08-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
2020-08-26Base: Add new icons for HackStudiothankyouverycool
2020-08-26WindowServer+LibGfx: Move title bar button layout to WindowThemethankyouverycool
2020-08-26AK+LibC+LibCore: Have fewer implementations of day_of_weekNico Weber
2020-08-26LibC: Minor style tweaks to tm_to_timeNico Weber
2020-08-26AK+LibC+LibCore: Add a days_in_year functionNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of days_in_monthNico Weber
2020-08-26LibCore: Use is_leap_year more in DateTimeNico Weber
2020-08-26Kernel: Minor tweak to now() computationNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26LibJS: Add some more tests, mostly around leap yearsNico Weber
2020-08-26AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epochNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-26LibWeb: Calculate selection based on glyph centersRewi Haar
2020-08-26Kernel: Fix losing PTEsTom
2020-08-26Kernel: Protect looping over VMObject regionsTom
2020-08-26AK: Demonstrate and fix CheckedBen Wiederhake
2020-08-26LibC: Deduplicate declaration of strcasecmpBen Wiederhake
2020-08-26LibGUI: HeaderView should always notify parent when sections resizeAndreas Kling
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling