1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland
Tom bb062e50b0 LibWeb: Don't expand grid for {row,column} spans
Fixes a bug where when you had spans that that were bigger than the
grid, would create enough tracks to accomodate them. When a fixed
position is given, there should be at a minimum a row/column available
for the track. The span will be truncated if there is no space for it
later.
2022-12-28 15:04:58 +01:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications Applications: Remove i686 support 2022-12-28 11:53:41 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Demos+LibDesktop: Centralize screensaver logic 2022-12-27 12:38:08 +01:00
DevTools DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00
DynamicLoader DynamicLoader: Remove i686 support 2022-12-28 11:53:41 +01:00
Games Snake: Use a statusbar to display the current and high score 2022-12-23 23:26:21 +01:00
Libraries LibWeb: Don't expand grid for {row,column} spans 2022-12-28 15:04:58 +01:00
Services Taskbar: Propagate more errors on widget population 2022-12-27 09:28:16 -05:00
Shell Shell: Add where builtin 2022-12-27 07:25:42 +03:30
Utilities Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00