summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-29DisplaySettings+LibGUI: Move ItemListModel into LibGUIAnotherTest
2020-08-29Base+LibGUI: Refresh filetype icons for consistencythankyouverycool
2020-08-29LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit triggerAndreas Kling
2020-08-29LibGUI: Make SortingProxyModel update all view cursors on resortAndreas Kling
2020-08-29LibGUI: Make AbstractView::set_cursor() scrolling into view optionalAndreas Kling
2020-08-29LibGUI: Allow AbstractView::set_cursor(ModelIndex(), ...)Andreas Kling
2020-08-28LibGUI: Add optional "tab key navigation" to AbstractViewAndreas Kling
2020-08-28LibGUI: Make TableView::move_cursor() publicAndreas Kling
2020-08-28LibGUI: Let's make F2 the standard "edit key"Andreas Kling
2020-08-28LibGUI: Allow rollback of model editing delegate inputAndreas Kling
2020-08-28LibGUI: Implement a basic "any key pressed" edit trigger for TableViewAndreas Kling
2020-08-28LibGUI: Add AbstractView "edit triggers" to improve editing controlAndreas Kling
2020-08-28LibJS: Do not consider un-labeled Block scopes as breakableAnotherTest
2020-08-28LibJS: Demonstrate weird behaviour with 'break'AnotherTest
2020-08-28LibGUI: Add optional grid and cursor styles to TableViewAndreas Kling
2020-08-28LibCrypto: Do not silently ignore key size mismatchBen Wiederhake
2020-08-28LibGUI: Remove unused String memberBen Wiederhake
2020-08-27LibGUI: Unbreak PageUp/PageDown in AbstractTableViewAndreas Kling
2020-08-27LibGUI: Ctrl+clicking on an AbstractView should move cursorAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-27LibGUI: Remove unused variables in AbstractTableView::mousedown_event()Andreas Kling
2020-08-27LibGUI: Add AbstractView::move_cursor() and share some movement logicAndreas Kling
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-27LibGUI: Splitter should only override cursor if within grabbable areaTom
2020-08-27LibGUI: Don't make views sort by column 0 by defaultAndreas Kling
2020-08-27Base+LibGUI+Spreadsheet: Add icons for SpreadsheetAnotherTest
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-27LibCore: Remove data pointer from CustomEventBen Wiederhake
2020-08-26LibWeb: Turn the <table height> attribute into the CSS height propertyAndreas Kling
2020-08-26LibCompress: Implement DEFLATE properly.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-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26LibGUI: Add a top-left-corner button to table viewsAndreas 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-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
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-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber