1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:41:00 +00:00
serenity/Userland
AnotherTest ecc8e99a6b LibGUI: Account for the row and column headers when painting a TableView
Otherwise we'd be drawing all the rows, instead of the ones in view.
Fixes #5483.
2021-02-24 21:02:02 +01:00
..
Applications Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
Demos Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DevTools Profiler: Add help documentation 2021-02-24 20:40:00 +01:00
DynamicLoader Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibGUI: Account for the row and column headers when painting a TableView 2021-02-24 21:02:02 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services AK: Make dbgln_if() avoid evaluating the arguments when disabled 2021-02-24 13:07:28 +01:00
Shell Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Tests Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Utilities Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00