1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Jelle Raaijmakers d348976784 AbstractTableView: prevent setting an invalid index
If you tried to move a cursor down when the last row is selected, the
index becomes invalid without updating the selection. On the next
cursor movement the invalid index is then reset to {0, 0}, selecting
the first row instead.
2021-01-25 22:26:18 +01:00
..
Applications Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Demos LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap 2021-01-25 18:39:27 +01:00
DevTools Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
DynamicLoader DynamicLoader: Remove some unnecessary #includes 2021-01-25 18:57:06 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries AbstractTableView: prevent setting an invalid index 2021-01-25 22:26:18 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Shell Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Tests Tests+UserlandEmulator: Demonstrate missing backtraces 2021-01-23 16:47:09 +01:00
Utilities Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00