1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 13:27:35 +00:00
serenity/Applications
Andreas Kling 2e547ce7a3 TextEditor: Move the main window UI to JSON
This is our first client of the new JSON GUI declaration thingy.
The skeleton of the TextEditor app GUI is now declared separately from
the C++ logic, and we use the Core::Object::name() of widgets to locate
them once they have been instantiated by the GUI builder.
2020-09-14 16:16:36 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +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 DisplaySettings: Remove unnecessary file open for non-paths 2020-09-03 11:03:16 +02:00
FileManager FileManager: Use the correct delete action in the treeview context menu 2020-09-13 21:48:16 +02:00
FontEditor FontEditor: Cannot take reference to local lambda 2020-08-30 10:31:04 +02:00
Help LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
HexEditor HexEditor: Use widget override cursors 2020-09-11 14:37:30 +02:00
IRCClient IRCClient: Remove unused dump() logic 2020-09-12 13:46:15 +02:00
KeyboardMapper KeyboardMapper: Avoid using [&] captures for persistent lambdas 2020-09-13 21:41:45 +02:00
KeyboardSettings LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
Piano Refactor: Replace usages of FixedArray with Array. 2020-09-08 14:01:21 +02:00
PixelPaint LibGfx: Saner memory usage of indexed bitmaps 2020-09-12 00:13:29 +02:00
QuickShow QuickShow: Allow copying the current bitmap to the clipboard :^) 2020-09-05 16:53:30 +02:00
SoundPlayer SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity 2020-08-17 09:17:57 +02:00
Spreadsheet Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
SystemMonitor Base: Move 16x16 common icons to /res/icons/16x16/ 2020-08-27 15:38:02 +02:00
Terminal Terminal: Use utmpupdate to update /var/run/utmp 2020-09-06 16:15:51 +02:00
TextEditor TextEditor: Move the main window UI to JSON 2020-09-14 16:16:36 +02:00
ThemeEditor DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder 2020-08-31 09:14:18 +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