ladybird/Libraries
thankyouverycool b2783a234a LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
Adds a new, more restrictive read-only state to TextEditor which
forbids copying, selecting, editor cursors, and context menus.
Provides a unique appearance on focus which accomodates ComboBox
widgets. All TextEditor modes are now accessed by enum and
set_mode() which sets the editor to Editable, ReadOnly or
DisplayOnly. Updates applications still using set_readonly().
2020-07-15 13:19:44 +02:00
..
LibAudio WavLoader: Search for DATA marker by reading single bytes 2020-06-18 23:13:48 +02:00
LibC LibC+Kernel: Start implementing sysconf 2020-07-15 00:07:20 +02:00
LibCore LibCore: Add register_signal and unregister_signal to EventLoop 2020-07-09 21:58:07 +02:00
LibCrypto LibCrypto: Add CTR cipher mode 2020-06-25 21:05:40 +02:00
LibDebug
LibDesktop FileManager: Allow double-clicking applications again 2020-07-15 00:11:30 +02:00
LibELF Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace 2020-07-07 10:38:54 +02:00
LibGemini
LibGfx LibGfx: Minor IntRect::shatter and FloatRect::shatter optimization 2020-07-15 00:09:28 +02:00
LibGUI LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode 2020-07-15 13:19:44 +02:00
LibHTTP
LibImageDecoderClient ImageDecoder: Add a new service for out-of-process image decoding :^) 2020-06-22 21:47:00 +02:00
LibIPC LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
LibJS LibJS: Add Symbol.hasInstance tests 2020-07-14 20:15:19 +02:00
LibKeyboard Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
LibLine LibLine: Add Ctrl-N/P as history next/previous shortcuts 2020-07-13 19:48:53 +02:00
LibM LibM: Add 'isnormal' 2020-07-12 01:19:48 +02:00
LibMarkdown LibMarkdown: Reset offset to 0 on each new List line 2020-07-14 17:45:16 +02:00
LibPCIDB
LibProtocol
LibPthread Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
LibTextCodec
LibThread
LibTLS
LibUnwind
LibVT LibVT: Don't scroll to bottom when pressing the right shift key 2020-07-12 14:32:39 +02:00
LibWeb LibWeb: Check if layout node is still present after dispatch_event 2020-07-11 11:34:59 +02:00
LibX86 LibX86+UserspaceEmulator: Devirtualize and inline more instruction code 2020-07-13 21:00:51 +02:00
CMakeLists.txt ImageDecoder: Add a new service for out-of-process image decoding :^) 2020-06-22 21:47:00 +02:00