ladybird/Userland
iCristalrope 8bb4409a5d
LibGUI: Track selection starting index in AbstractView (#6515)
Modifying the selection while holding the shift button and selecting
with the mouse or the arrow keys no longer results in broken selections.

Fixes #6279.
2021-04-21 17:09:04 +02:00
..
Applets Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff() 2021-04-17 01:27:29 +02:00
Applications FileManager+FileOperation: Report Errors when doing an file operation 2021-04-20 12:02:01 +02:00
Demos Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
DevTools Inspector: Add context menu to copy property name/value 2021-04-21 16:34:23 +02:00
DynamicLoader LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests. 2021-04-21 08:04:52 +02:00
Games Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Libraries LibGUI: Track selection starting index in AbstractView (#6515) 2021-04-21 17:09:04 +02:00
Services LookupServer: Use dbgln_if instead of #if 2021-04-21 14:29:46 +02:00
Shell Shell: Auto-completion shouldn't suggest non-executable files for the program name 2021-04-20 17:02:10 +02:00
Tests Tests: Fix test-math expected values 2021-04-18 21:41:17 +02:00
Utilities Tests: Reorganize LibCompress unit tests 2021-04-21 08:00:32 +02:00
CMakeLists.txt