summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
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-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
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-26LibGUI: Make Splitter inherit from Widget instead of FrameAndreas Kling
2020-08-26LibGUI: Clip GUI::Frame children to the frame_inner_rect()Andreas Kling
2020-08-26LibGUI: Allow widgets to clip their child widgetsAndreas Kling
2020-08-26LibGUI: Add Widget focus proxiesAndreas Kling
2020-08-26LibC: Prospective fix for openssl buildSergio Ahumada
2020-08-26LibGUI: Change window size and margin in ColorPickerLepkoQQ