summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-08-26LibGUI: Add spinbox for alpha channel in ColorPickerLepkoQQ
2020-08-26LibGUI: Show current and selected color comparison in ColorPickerLepkoQQ
2020-08-26LibGUI: Resize ColorPicker to include frame thicknessLepkoQQ
2020-08-26LibGUI: Split ColorPicker in to a field and sliderLepkoQQ
2020-08-26LibGfx: Use valid hsv values in painter debugLepkoQQ
2020-08-26LibGfx: Always use 0..360 0..1 0..1 in HSV colorsLepkoQQ
2020-08-26LibGUI: Select current color when opening pickerLepkoQQ
2020-08-25JS Tests: Disable the one failing test when running test-js in SerenityNico Weber