ladybird/Applications
Andreas Kling 0e6b273620 LibGUI: Start working on GTableView inline editing.
This is pretty shaky still, but the basic idea is that you subclass GModel
and return true for editable indices. The table view also needs to have its
editable flag set.
2019-04-18 22:27:14 +02:00
..
About Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
Downloader LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
FileManager LibCore: Move LibGUI/GLock to LibCore/CLock. 2019-04-10 22:39:59 +02:00
FontEditor FontEditor: Add a window icon. 2019-04-18 02:30:35 +02:00
IRCClient AK: Try to use StringViews more for substrings and splitting. 2019-04-16 02:39:16 +02:00
Launcher Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
ProcessManager ProcessManager: Do a little less malloc() in the /proc/memstats parsing. 2019-04-18 04:48:53 +02:00
Taskbar WindowServer: Generate a separate WM event for window icon changes. 2019-04-18 00:39:11 +02:00
Terminal Terminal: Add a window icon. 2019-04-16 17:55:39 +02:00
TextEditor LibGUI: Give GTextEditor a context menu. 2019-04-18 12:28:29 +02:00
VisualBuilder LibGUI: Start working on GTableView inline editing. 2019-04-18 22:27:14 +02:00