ladybird/Userland
martinfalisse 452150c632 LibGUI: Bring entire cell into view after auto scroll into view
On account of row and column headers, when a user navigates to
a cell (for example in the spreadsheet application) that is
outside of the view, the cell is not properly aligned and so
is partially cut-off. This fix takes into account the row and
column headers when calculating the Rect to pass to the
scroll_into_view function.
2022-01-03 15:49:07 +01:00
..
Applets Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections 2021-12-24 00:19:01 -08:00
Applications SoundPlayer: Don't enqueue samples depending on the GUI loop 2022-01-02 22:18:37 +01:00
Demos LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
DevTools HackStudio: Avoid unnecessary copies in CodeComprehensionEngine 2022-01-01 15:40:39 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Spider: Redraw completely when drawing cards 2022-01-02 22:26:52 +01:00
Libraries LibGUI: Bring entire cell into view after auto scroll into view 2022-01-03 15:49:07 +01:00
Services WebServer: Make ErrorOr unwrapping more idiomatic 2022-01-03 15:44:56 +01:00
Shell Shell: Make redirection errors raise ShellErrors 2021-12-31 02:19:45 +03:30
Utilities LibCore+id: Make more use of Core::System wrappers in Core::Account 2022-01-02 18:08:02 +01:00
CMakeLists.txt