1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Libraries
Andreas Kling 14b83ee12f LibGUI: Give GTextDocument access to the GTextEditor during commands
It's useful for the GTextDocument to have access to the initiating
GTextEditor widget during the initial execution of a command.

Since commands are executed via calls to GUndoCommand::redo(), we do
this by wrapping the invocation of redo() in a new helper called
GTextDocumentUndoCommand::execute_from(GTextDocument::Client).

This is then used to fetch the current auto-indentation feature state
and the soft tab width, both used by text insertion.
2020-01-23 21:33:15 +01:00
..
LibAudio Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibC LibC: The pwd and grp related functions need to preserve empty fieldso 2020-01-23 14:33:58 +01:00
LibCore LibCore: Remove redundant check in CObject::dispatch_event() 2020-01-23 21:33:15 +01:00
LibDraw LibDraw: Remove old PNG_STOPWATCH_DEBUG debug code 2020-01-21 15:40:14 +01:00
LibELF Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibGUI LibGUI: Give GTextDocument access to the GTextEditor during commands 2020-01-23 21:33:15 +01:00
LibHTML AK: Let's call decrementing reference counts "unref" instead of "deref" 2020-01-23 15:14:21 +01:00
LibIPC Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibM Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibMarkdown Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibPCIDB Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibProtocol Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibPthread Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibThread AK: Let's call decrementing reference counts "unref" instead of "deref" 2020-01-23 15:14:21 +01:00
LibVT LibVT: Input dragged file path into the terminal on drop 2020-01-22 21:22:23 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00