index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-25
LibWeb: Parse grid-column and grid-row CSS values
martinfalisse
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-25
LibWeb: Add GridTrackPlacementShorthandStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackPlacementStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackSizeStyleValue
martinfalisse
2022-08-25
LibWeb: Add GridTrackPlacement for grid-[column/row]-[start/end]
martinfalisse
2022-08-25
LibWeb: Add GridTrackSize class for grid-template-*
martinfalisse
2022-08-25
LibWeb: Add GridFormattingContext
martinfalisse
2022-08-25
LibWeb: Parse grid display value
martinfalisse
2022-08-25
Base: Add display grid test page
martinfalisse
2022-08-25
Base: Add the -h/--hide-window option to the Eyes manpage
MacDue
2022-08-25
Eyes: Add an option to show/hide the window frame
MacDue
2022-08-25
PixelPaint: Reduce verbosity of crop to content feature
faxe1008
2022-08-25
Applications: Use modeless windows in some apps
thankyouverycool
2022-08-25
LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbar
thankyouverycool
2022-08-25
WindowServer: Default to Desktop when picking a new active window
thankyouverycool
2022-08-25
WindowServer: Invalidate new and previous active input window frames
thankyouverycool
2022-08-25
WindowServer: Restore modal chains from the Taskbar and Switcher
thankyouverycool
2022-08-25
WindowServer: Use nearest modeless window for modal Taskbar rects
thankyouverycool
2022-08-25
WindowServer: Don't move child windows in unison with their parents
thankyouverycool
2022-08-25
WindowServer: Don't let modals minimize themselves
thankyouverycool
2022-08-25
WindowServer: Replace modal stacks with modal chains
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-08-25
WindowServer: Add modeless_ancestor() helper
thankyouverycool
2022-08-25
WindowServer: Remove m_unmaximized_rect from Window
thankyouverycool
2022-08-25
LibGfx+WindowServer: Remove set_size_around() from Rect and Window
thankyouverycool
2022-08-25
WindowServer: Remove nudge_into_desktop() from Window
thankyouverycool
2022-08-25
WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManager
thankyouverycool
2022-08-25
WindowServer: Get taskbar height from TaskbarWindow directly
thankyouverycool
2022-08-25
LibGUI: Remember size and position of hidden Windows
thankyouverycool
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Make a VERIFY a static_assert since it only uses constants
davidot
2022-08-24
LibJS: Allow BigInts as destructuring property names
davidot
2022-08-24
LibJS: Fix that leftshift for BigInts did not round down
davidot
2022-08-24
LibJS: Use the new BigInt compare_to_double algorithm :^)
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
2022-08-24
Ports: Update gcc to version 12.2.0
Brian Gianforcaro
2022-08-24
Ports: Update binutils to version 2.39
Brian Gianforcaro
2022-08-24
Toolchain: Update GDB to version 12.1
Brian Gianforcaro
2022-08-24
Toolchain: Update binutils to version 2.39
Brian Gianforcaro
2022-08-24
Toolchain: Update gcc to version 12.2.0
Brian Gianforcaro
2022-08-24
Tests/Kernel: Make sure inaccessible area in TestEFault is actually that
Andreas Kling
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-24
Kernel: Make PhysicalPage::ref() use relaxed memory order
Andreas Kling
2022-08-24
Meta: Only include headings for populated groups/subgroups in emoji.txt
Ryan Liptak
[next]