ladybird/Applications
FalseHonesty 391237a8e1 Browser: Add JS Console
The JavaScript console can be opened with Control+I, or using
the menu option. The console is currently a text box with JS
syntax highlighting which will send commands to the document's
interpreter. All output is printed to an HTML view in the console.
The output is an HtmlView to easily allow complex output, such
as expandable views for JS Objects in the long run.
2020-05-24 02:20:08 +02:00
..
About Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Browser Browser: Add JS Console 2020-05-24 02:20:08 +02:00
Calculator Calculator: Set a fixed-width font on the text box 2020-05-18 16:48:54 +02:00
Calendar LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
Debugger Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem" 2020-05-20 16:24:26 +02:00
DisplaySettings LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
FileManager FileManager: Remove empty public access modifier from DesktopWidget 2020-05-19 19:25:41 +02:00
FontEditor Applications: Convert 256 char font to 384 char font 2020-05-21 01:19:42 +02:00
Help Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HexEditor Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
IRCClient LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
Piano Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
PixelPaint PixelPaint: Make the EllipseTool previews work while zoomed in 2020-05-22 15:57:04 +02:00
QuickShow Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SoundPlayer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SystemMonitor LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
Terminal Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
TextEditor Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Welcome Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
CMakeLists.txt Applications: Sort CMakeLists.txt alphabetically :^) 2020-05-21 19:55:44 +02:00