1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 16:52:18 +00:00
serenity/Applications
Andreas Kling e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject
Each JS global object has its own "console", so it makes more sense to
store it in GlobalObject.

We'll need some smartness later to bundle up console messages from all
the different frames that make up a page later, but this works for now.
2020-09-29 21:15:06 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser LibJS: Move Console from Interpreter to GlobalObject 2020-09-29 21:15:06 +02:00
Calculator Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Calendar Calendar: Avoid unnecessary lambda 2020-08-30 10:31:04 +02:00
Debugger LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
DisplaySettings Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
FileManager FileManager: Teach DirectoryView subviews to create editing delegates 2020-09-24 11:36:02 +02:00
FontEditor FontEditor: Draw the baseline in the glyph editor widget 2020-09-20 23:23:56 +02:00
Help Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
HexEditor HexEditor: Use widget override cursors 2020-09-11 14:37:30 +02:00
IRCClient Applications+IRCClient: Use new format functions. 2020-09-23 21:45:28 +02:00
KeyboardMapper LibC: Remove an unneeded string.h include in ctype.h/cpp 2020-09-27 21:15:25 +02:00
KeyboardSettings Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Piano Refactor: Replace usages of FixedArray with Array. 2020-09-08 14:01:21 +02:00
PixelPaint Applications: Paint transparency grids through StylePainter 2020-09-26 00:00:08 +02:00
QuickShow Applications: Paint transparency grids through StylePainter 2020-09-26 00:00:08 +02:00
SoundPlayer Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Spreadsheet Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
SystemMonitor Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Terminal Terminal: Use utmpupdate to update /var/run/utmp 2020-09-06 16:15:51 +02:00
TextEditor Build+TextEditor: Add a compile_json_gui() CMake helper 2020-09-14 16:16:36 +02:00
ThemeEditor Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Welcome Base: Rename Pebbleton to reflect actual height 2020-08-16 19:38:21 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00