ladybird/Applications
Andreas Kling 5eaa7ff406 TextEditor: Add live preview when editing markdown :^)
This works by hooking into the change notifications from the TextEditor
widget and parsing the document content as markdown, and generating an
HTML document from it which is displayed using LibWeb.

This will make it a bit easier to write man pages! :^)
2020-04-28 21:46:43 +02:00
..
About LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Browser Browser: Make Ctrl+L select the location bar again 2020-04-28 20:36:08 +02:00
Calculator LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
Calendar LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
Debugger Debugger: Add source-level operations 2020-04-20 17:25:50 +02:00
DisplayProperties DisplayProperties: Allow going from a wallpaper to a background colour 2020-04-28 15:22:22 +02:00
FileManager FileManager: Disable PropertiesDialog custom rename disabling logic 2020-04-28 15:14:02 +02:00
FontEditor LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
Help LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^) 2020-04-28 21:04:25 +02:00
HexEditor Applications: Add "thread" for HexEditor 2020-04-26 21:31:41 +02:00
IRCClient LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 2020-04-23 17:44:49 +02:00
PaintBrush LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
Piano LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
QuickShow QuickShow: Add gif files to navigation file list 2020-04-26 18:44:20 +02:00
SoundPlayer LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
SystemMenu Application: Fix for reboot on PowerDialog close button click 2020-04-28 20:30:48 +02:00
SystemMonitor SystemMonitor: Shrink margins of main layout 2020-04-23 17:54:59 +02:00
Taskbar LibCore: Add StandardPaths thing to retrieve various standard locations 2020-04-19 19:57:05 +02:00
Terminal LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
TextEditor TextEditor: Add live preview when editing markdown :^) 2020-04-28 21:46:43 +02:00
Welcome LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00