ladybird/Userland
kleines Filmröllchen 452bbcaa84 LibCore: Turn size properties from an object into a size 2 array
Previously, size properties were a JSON object of the form { "width": x,
"height": y }. Now they are a JSON array [x, y]. Reasons for this
change:
- Much more concise.
- More intuitive, as existing multi-dimensional properties (like
  margins) already use this array format.
2022-04-03 12:21:05 +02:00
..
Applets Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Applications SystemMonitor: Open PCI database in parallel 2022-04-03 12:21:05 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibCore: Turn size properties from an object into a size 2 array 2022-04-03 12:21:05 +02:00
Services LibGfx: Add list_installed_system_themes() to SystemTheme 2022-04-02 21:50:41 +02:00
Shell Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Utilities netstat: Resolve ports to service names 2022-04-03 12:08:41 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00