serenity/Userland
Aliaksandr Kalenik c72a2f9e46 LibWeb/CSS: Serialize short version if possible for "place-" properties
Output short version when both parts of place-content, place-items,
place-self are the same.
2023-08-06 08:26:36 +02:00
..
Applets Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Applications LibJS: Capture UnrealizedSourceRanges in ExecutionContext, not ASTNodes 2023-08-05 06:39:06 +02:00
BuggieBox Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools Profiler: Correct the event names for 'malloc' and 'free' 2023-07-31 05:31:33 +02:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games Snake: Update snake skin color interactively while picking 2023-07-24 11:30:54 +03:30
Libraries LibWeb/CSS: Serialize short version if possible for "place-" properties 2023-08-06 08:26:36 +02:00
Services WebContent: Coalesce multiple sequential MouseWheel events 2023-08-05 04:47:46 +02:00
Shell Shell: Color bareword yellow if it's a prefix of at least one command 2023-08-04 23:27:59 +03:30
Utilities Utilities/ls: Add an option to print raw inode numbers 2023-08-05 18:41:01 +02:00
CMakeLists.txt