index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-08-27
Base: Create /res/icons/serenity for misc. sized system icons
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
LibGUI: Don't make views sort by column 0 by default
Andreas Kling
2020-08-27
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
AnotherTest
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-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
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
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
LibGUI: Add a top-left-corner button to table views
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
LibGUI+HackStudio: Associate new icons with their extensions
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
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
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-26
LibWeb: Calculate selection based on glyph centers
Rewi Haar
2020-08-26
LibC: Deduplicate declaration of strcasecmp
Ben Wiederhake
2020-08-26
LibGUI: HeaderView should always notify parent when sections resize
Andreas Kling
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-26
LibGUI: Make Splitter inherit from Widget instead of Frame
Andreas Kling
2020-08-26
LibGUI: Clip GUI::Frame children to the frame_inner_rect()
Andreas Kling
2020-08-26
LibGUI: Allow widgets to clip their child widgets
Andreas Kling
2020-08-26
LibGUI: Add Widget focus proxies
Andreas Kling
2020-08-26
LibC: Prospective fix for openssl build
Sergio Ahumada
2020-08-26
LibGUI: Change window size and margin in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Add spinbox for alpha channel in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Show current and selected color comparison in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Resize ColorPicker to include frame thickness
LepkoQQ
2020-08-26
LibGUI: Split ColorPicker in to a field and slider
LepkoQQ
2020-08-26
LibGfx: Use valid hsv values in painter debug
LepkoQQ
2020-08-26
LibGfx: Always use 0..360 0..1 0..1 in HSV colors
LepkoQQ
2020-08-26
LibGUI: Select current color when opening picker
LepkoQQ
2020-08-25
JS Tests: Disable the one failing test when running test-js in Serenity
Nico Weber
[next]