1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:07:34 +00:00
serenity/Libraries
campital c7fc9d185d
LibGUI: Update TextEditor after triple-click to select (#4897)
Previously, it was "relying" on the cursor blink timer to update
the visual selection.

This caused some delay after the whole line was selected by
triple-clicking specifically the last word in a line.

Now, the widget is updated after triple-clicking.
2021-01-11 11:42:06 +01:00
..
LibAudio LibAudio: Make it so that an unused WavWriter is destructible 2020-12-31 21:59:20 +01:00
LibC Kernel+Profiler: Make profiling per-process and without core dumps 2021-01-11 11:36:00 +01:00
LibChess Everywhere: Colour => Color 2021-01-09 14:03:06 +01:00
LibCompress AK: Deal with unsigned integers in binary search. 2021-01-01 22:23:13 +01:00
LibCore LibCore: Use OSError in get_password() return type 2021-01-10 16:48:43 +01:00
LibCoreDump AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
LibCpp LibCpp: Add library for working with c++ code 2020-09-30 21:46:59 +02:00
LibCrypt Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
LibCrypto Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibDebug AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
LibDesktop LaunchServer+LibDesktop: Add ability to allow URL without handler 2021-01-03 12:10:01 +01:00
LibDiff Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibELF AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
LibGemini Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibGfx AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
LibGUI LibGUI: Update TextEditor after triple-click to select (#4897) 2021-01-11 11:42:06 +01:00
LibHTTP Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibImageDecoderClient Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibIPC LibIPC: Add an on_destruction hook to IPC::Message 2020-12-30 20:37:41 +01:00
LibJS LibJS: Replace all uses of to_size_t() and remove it :^) 2021-01-10 21:57:03 +01:00
LibKeyboard LibKeyboard: don't null codepoint for numpad return key 2021-01-06 19:20:18 +01:00
LibLine LibLine: Implement support for C-V<key> 2021-01-10 16:58:08 +01:00
LibM LibM: Reimplement some functions using FPU 2020-12-29 13:43:16 +01:00
LibMarkdown Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibPCIDB AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
LibProtocol Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibPthread LibPthread: Implement destruction of pthread_keys 2021-01-01 23:01:48 +01:00
LibRegex Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibTar Userland: tar: support extracting gzipped files 2020-10-04 00:16:40 +02:00
LibTextCodec LibTextCodec: Fix minor errors in Latin2 decoder 2020-12-28 23:31:12 +01:00
LibThread LibThread: Improve semantics of Thread::join, and remove Thread::quit. 2021-01-01 23:01:48 +01:00
LibTLS Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibTTF Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibUnwind Everywhere: Fix typos 2020-10-02 16:03:17 +02:00
LibVT LibVT: Respect the Negative attribute when drawing text 2021-01-10 16:58:08 +01:00
LibWeb Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LibX86 LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
CMakeLists.txt CMake: Install sources of LibELF 2021-01-09 10:55:46 +01:00